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.
Log in to the N1 System Manager.
See To Access the N1 System Manager Command Line for details.
Clone the default profile.
N1-ok> create osprofile sol10v40z clone sol10 |
Remove the root partition.
N1-ok> remove osprofile sol10v40z partition / |
Remove the swap partition.
N1-ok> remove osprofile sol10v40z partition swap |
Add new root parameters.
N1-ok> add osprofile sol10v40z partition / device c1t0d0s0 sizeoption free type ufs |
Add new swap parameters.
N1-ok> add osprofile sol10v40z partition swap device c1t0d0s1 size 2000 type swap sizeoption fixed |
To find out how to load the modified OS profile, see To Load an OS Profile on a Server or a Server Group.