N1 Grid Service Provisioning System User's Guide and Release Notes for the OS Provisioning Plug-In 1.0

ProcedureHow to Create the Windows Image Server (Command-Line Interface)

To create the Windows image server from the command line, follow these steps.

Steps
  1. Create a variables set.

    Use a command similar to the following example:


    # cr_cli -cmd cdb.vs.add -comp NM:/com/sun/n1osp/untyped/WindowsServer -name "winRisServer"  \
    -u admin -p admin -vars "active_directory_userid=n1ispadmin; \
    active_directory_password=Clz6pK2b6qw=;boot_server_access_protocol=rsh; \
    boot_server_access_userid=root;boot_server_access_password=; \
    ciw_directory=D:\\\\RemoteInstall\\\\OSChooser\\\\English; \
    temporary_sif_directory=D:\\\\RemoteInstall\\\\N1isp;installPath=C:\\\\N1ispRisProj"
    
  2. Run the plan.


    # cr_cli -cmd pe.p.run -u admin -p admin -PID NM:/com/sun/n1osp/untyped/WindowsServer-create \
    -tar H:NM:masterserver -comp + -vs winRisServer -pto 30 -nto 10