Sun Open Telecommunications Platform 1.1 Installation and Administration Guide

ProcedureTo Create and Register the Subnet

For detailed instructions, Creating and Registering the Subnet in Sun N1 Service Provisioning System User’s Guide for OS Provisioning Plug-In 3.1.

  1. Log in as root (su - root) to the external OTP installation server.

  2. Create the subnet variable list.

    Type the command

    cr_cli -cmd cdb.vs.add -comp NM:/com/sun/n1osp/untyped/Subnet -name "subnet_name" -u admin -p admin -vars "installPath=install path IP adddress;mask=subnet mask IP address;gateway=gateway IP address;host_interface=interface name;host_address=host IP address"

    where:

    • subnet_name is the name of the subnet , for example subnet53

    • install path IP adddress is the base IP address of the subnet, for example 10.11.53.0.

    • subnet mask IP addressis the subnet mask, for example 255.255.255.0.

    • gateway IP address is the subnet gateway IP address, for example 10.11.53.1.

    • interface name is the name of the provisioning interface of the external OTP installation server, for example bge0. Do not specify the logical interface.

    • host IP address is the IP address of the provisioning interface, for example 10.11.53.200.

  3. Initialize the subnet.

    Type the command

    cr_cli -cmd pe.p.run -u admin -p admin -PID NM:/com/sun/n1osp/untyped/Subnet-create -tar H:NM:masterserver-osp -comp - -vs subnet_name -pto 30 -nto 10

    where subnet_name is the name of the subnet , for example subnet53.

Next Steps

Create the Solaris 10 Update 2 image as described in the next procedure.