Thursday, July 10, 2008

creating WPAR on commond line

1 To create a workload partition called roy, enter the following command:mkwpar -n roy -N address=192.168.0.51All values that are not specified are generated or discovered from the global system's settings.2 To create a workload partition based on an existing specification file, enter the following command:mkwpar -f /tmp/wpar1.spec3 To create a modified copy of a specification file with a new IP address, host name, and workload partition name (without creating a workloadpartition), enter the following command:mkwpar -f /tmp/wpar1.spec -N address=219.168.45.132 -h www.flowers.com -n wpar2-o /tmp/wpar2.spec -w4 To create a new specification file based on an existing workload partition, enter the following command:mkwpar -e wpar1 -o /tmp/wpar2.spec -w5 To recreate a workload partition that was previously removed with the rmwpar -p command, enter the following command:mkwpar -p wparname

No comments: