Prerequisites
s-Par® IP address is available
UUID of the partition is available
To disable or delete a partition image, execute the following commands from a terminal session running on the FMP:
Run the following command to disable the partition image:
wsman invoke -a RequestStateChange -–optimize "http://schema.unisys.com/wbem/wscim/1/cim-schema/2/spar/ SPAR_SoftPartitionComputerSystem?__cimnamespace=root/virt, Name=<partition_image_uuid>, CreationClassName=SPAR_SoftPartitionComputerSystem" --transport-timeout=15 --hostname=<s_par_ip_address> --port=443 --auth=basic --username=Administrator --password=Administer4Me --noverifypeer --noverifyhost --cacert=/dev/null -k RequestedState=60011
where
<partition_image_uuid>
is the UUID name of the partition image.
<s_par_ip_address>
is s-Par® IP address of the platform.
The partition image is disabled.
Run the following command to delete a partition image:
wsman delete --optimize "http://schema.unisys.com/wbem/wscim/1/cim-schema/2/spar/ SPAR_SoftPartitionComputerSystem?__cimnamespace=root/virt, UUID=<partition_image_uuid>, CreationClassName=SPAR_SoftPartitionComputerSystem" --transport-timeout=15 --hostname=<s_par_ip_address> --port=443 --auth=basic --username=Administrator --password=Administer4Me --noverifypeer --noverifyhost --cacert=/dev/null
where
<partition_image_uuid>
is the UUID name of the partition image.
<s_par_ip_address>
is s-Par® IP address of the partition image.
The partition image is deleted.