Sun Open Telecommunications Platform 1.1 Installation and Administration Guide

ProcedureTo Create the Solaris OS Provisioning Profile

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

  2. Type the following command to populate the custom packages with the appropriate JET path:

    /opt/SUNWjet/bin/copy_custom_packages /OTP_media_path/Products/packages sparc SUNWotpra SUNWotpcli SUNWotputil

    where /OTP_media_path is the fully-qualifed path to the OTP installation directory you created in To Create the OTP Installation Directory on the External OTP Installation Server. For example:


    # /opt/SUNWjet/bin/copy_custom_packages \
    /otp1.1/Products/packages sparc SUNWotpra SUNWotpcli SUNWotputil
    

    The media is copied to the directory /export/install/pkgs/custom/sparc by default. To change the default directory, modify the setting in /opt/SUNWjet/etc/jumpstart.conf.

    For further information, see Chapter 5, Provisioning the Solaris Operating System, in Sun N1 Service Provisioning System User’s Guide for OS Provisioning Plug-In 3.1.

  3. Create the file /tmp/solaris-profile with the following text.

    standard
    Standard Solaris
    base_config spsra custom
    true

    Save and close the file.

  4. Type the following command to create the OS profile.


    # cr_cli -cmd pe.p.run -u admin -p admin \
    -PID NM:/com/sun/n1osp/untyped/SolarisImage-create-profile \
    -tar H:NM:masterserver-jet -comp + -vs s10u2  -pto 300 -nto 300 \
    -f /tmp/solaris-profile
    

    For further information, see Creating Solaris Images and Profiles in Sun N1 Service Provisioning System User’s Guide for OS Provisioning Plug-In 3.1.


    Note –

    Ensure that the provisioning profiles specify Entire Distribution Plus OEM and that the profiles partition the OTP host disk drive as described in Table 3–1.


Next Steps

Create the ALOM target host as described in the next procedure.