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

ProcedureHow to Create a Windows Provisioning Profile (Command-Line Interface)

Steps
  1. To create a variable set for the WindowsProfile component, type a command similar to the following example:


    # cr_cli -cmd cdb.vs.add -comp NM:/com/sun/n1osp/untyped/LinuxImage \
    -name "redhat3" -u admin -p admin -vars "osp_server=masterserver-osp;version=RedHat3.0; \
    architecture=x86;installPath=Linux:[version]_:[architecture];description=testlinux; \
    min_disk_size=10GB;monitor_install=FALSE;boot_server_name=bikickstart; \
    boot_server_subnet_address=10.42.42.0; \
    boot_server_subnet_ip_address=10.42.42.3;kickstart_file=/export/el30.cfg; \
    pxe_boot_file=linux-install/pxelinux.0;pxe_configuration_file=el30-console"
    

    For more information about the variables, see Windows Provisioning Profile Variables.

  2. To run the plan, type a command similar to the following example:


     # cr_cli -cmd pe.p.run -u admin -p admin -PID NM:/com/sun/n1osp/untyped/LinuxImage-attach \
    -tar H:NM:bikickstart-linux -comp + -vs redhat3 -pto 30 -nto 10