Sun N1 System Manager 1.3 Operating System Provisioning Guide

ProcedureTo Modify the Default Solaris OS Profile for a Sun Fire V40z or a SPARC V440 Server

This procedure describes how to modify the Solaris OS profile that is created by default. The following modification is required for successful installation of the default Solaris OS profile on a Sun Fire V40z or a SPARC V440 server.

Steps
  1. Log in to the N1 System Manager.

    See To Access the N1 System Manager Command Line in Sun N1 System Manager 1.3 Discovery and Administration Guide for details.

  2. Clone the default profile.


    N1-ok> create osprofile sol10v40z clone sol10
    
  3. Remove the root partition.


    N1-ok> remove osprofile sol10v40z partition /
    
  4. Remove the swap partition.


    N1-ok> remove osprofile sol10v40z partition swap
    
  5. Add new root parameters.


    N1-ok> add osprofile sol10v40z partition / device c1t0d0s0 sizeoption free
     type ufs
    
  6. Add new swap parameters.


    N1-ok> add osprofile sol10v40z partition swap device c1t0d0s1 size 2000
     type swap sizeoption fixed
    
See Also

To find out how to load the modified OS profile, see To Load an OS Profile on a Server or a Server Group.