# # Sample profile for a zpool installation. Installation will # create a pool named newpool that uses all of c1t0d0, uses the default # sizes for swap and dump devices, and installs the entire cluster. # # pool- The pool keyword defines the characteristics of the new ZFS root pool. # # newpool - Defines the name of the root pool. # auto - Specifies the size of the disks automatically. The size is # determined by the size of the specified disks. # auto - The swap area is automatically sized with the auto keyword. The # default size is 1/2 the size of physical memory, but no less than 512 # Mbytes and no greater than 2 Gbytes. You can set the size outside this # range by using the size option. # auto - The dump device is automatically sized. # c1t0d0s0 - The device to put the pool on. Install_type initial_install Cluster SUNWCall pool newpool auto auto auto c1t0d0s0