Create Volumes for Clone VM

Oracle

Audience
Public
Technology Integrations
Oracle
Source Type
Documentation
Use the following CLI commands to create new volumes for the clone. The sizes of these clone volumes should be the same as the source volumes.
ssh pureuser@10.22.222.28 purevol create --size 2T  oracle-rt-prdm-dev-01-orahome
ssh pureuser@10.22.222.28 purevol create --size 2T  oracle-rt-prdm-dev-01-data
ssh pureuser@10.22.222.28 purevol create --size 2T  oracle-rt-prdm-dev-01-fra
After the volumes are created, we connect them to the VMware cluster. If you would like to connect the volumes to an individual ESXi host, replace the --hgroup option with --host option in the commands below.
ssh pureuser@10.22.222.28 purevol connect --hgroup ora-demo-vmcluster  oracle-rt-prdm-dev-01-orahome
ssh pureuser@10.22.222.28 purevol connect --hgroup ora-demo-vmcluster  oracle-rt-prdm-dev-01-data
ssh pureuser@10.22.222.28 purevol connect --hgroup ora-demo-vmcluster  oracle-rt-prdm-dev-01-fra�

We can log in to the GUI interface to verify the new volumes were created and connected to the right host or host group, as the case may be. Make a note of the LUN number for each volume.