HP 3PAR Online Import for EMC Storage Data Migration Guide

6 Removing a Storage System from SMI-S Provider
This procedure will remove a system from the migration list after the migration has completed or
if you have added the wrong system for migration.
CAUTION: You cannot remove a system or abort the migration during the migration process.
You can only remove the system before migration begins are after it has completed.
1. In the SMI–S CLI, type the ein command.
It will ask for a Class value: Clar_StorageSystem
Example 27 Removing the Storage System
++++ Testing EnumerationInstanceNames: Clar_StorageSystem ++++
Instance 0:
Clar_StorageSystem.CreationClassName="Clar_StorageSystem",Name=" CLARiiON+APM00000000000
Instance 1:
Clar_StorageSystem.CreationClassName="Clar_StorageSystem",Name="CLARiiON+APM00000000001"
2. Run the remsys command. Copy the entire path of the Array Instance that you wish to remove.
NOTE: The APM value in the Object path should match the Serial Number of the storage
system that you wish to remove.
3. At the System’s ObjectPatch[null]: prompt, paste the path of the Array Instance.
4. Follow the rest of the prompts and look for a message indicating success.
Now, when you run a dv or ein command, you should not see the storage system that you
just removed.
Example 28 Validating the Storage System Has Been Removed
(localhost:5988) ? dv
.
.
.
Firmware version information:
(Remote) CLARiiON Array APM00084700545 (Rack Mounted CX4_120) : 04.30.000.5.526
(Remote) CLARiiON Array APM00140710205 (Rack Mounted VNX5300) : 05.32.000.5.201
(Remote) CLARiiON Array APM00140730621 (Rack Mounted VNX5200) : 05.33.000.5.035
(localhost:5988) ? ein
Class: Clar_StorageSystem
++++ Testing EnumerationInstanceNames: Clar_StorageSystem ++++
Instance 0:
Clar_StorageSystem.CreationClassName="Clar_StorageSystem",Name="CLARiiON+APM00084700545"
Instance 1:
Clar_StorageSystem.CreationClassName="Clar_StorageSystem",Name="CLARiiON+APM00140710205"
Instance 2:
Clar_StorageSystem.CreationClassName="Clar_StorageSystem",Name="CLARiiON+APM00140730621"
Enumerate 3 instance names; repeat count 1;return data in 0.010742 seconds
(localhost:5988) ? remsys
Remove System {y|n} [n]: y
System's ObjectPath[null]:
Clar_StorageSystem.CreationClassName="Clar_StorageSystem",Name="CLARiiON+APM00140730621"
About to delete system
Clar_StorageSystem.CreationClassName="Clar_StorageSystem",Name="CLARiiON+APM00140730621"
Are you sure {y|n} [n]: y
++++ EMCRemoveSystem ++++
OUTPUT : 0
Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter
4096=Job Queued, 4097=Size Not Supported
Note: Not all above values apply to all methods - see MOF for the method.
(localhost:5988) ? dv
.
.
.
Firmware version information:
(Remote) CLARiiON Array APM00084700545 (Rack Mounted CX4_120) : 04.30.000.5.526
(Remote) CLARiiON Array APM00140710205 (Rack Mounted VNX5300) : 05.32.000.5.201
45