Solaris 11 Jumpstart Profile to AI Manifest.
edited Aug 29, 2013 3:04AM in Oracle Solaris File Systems and Disk Management (MOSC) 2 commentsAnswered
I am trying to create a custom ai manifest for a Solaris 10 client that will be using the Solaris 11 jumpstart service. I understand that the rpool will be installed but I am trying to translate the profile file to the ai manifest. For example:
My profile on Solaris 10 is
install_type initial_install
cluster SUNWCall
# define how the disk is laid out
partitioning explicit
filesys c0t0d0s0 35000 /
filesys c0t0d0s1 25000 /var
filesys c0t0d0s3 16384 swap
filesys c0t0d0s5 12000 /swapspace
filesys c0t0d0s6 512
filesys c0t0d0s7 25000 /home
Does this look like I am on the right track?
My profile on Solaris 10 is
install_type initial_install
cluster SUNWCall
# define how the disk is laid out
partitioning explicit
filesys c0t0d0s0 35000 /
filesys c0t0d0s1 25000 /var
filesys c0t0d0s3 16384 swap
filesys c0t0d0s5 12000 /swapspace
filesys c0t0d0s6 512
filesys c0t0d0s7 25000 /home
Does this look like I am on the right track?
0