Start a Conversation

Unsolved

This post is more than 5 years old

D

7422

November 18th, 2013 21:00

Need procedure to unmap devices in VMAX?

Hi, I made a allocation activity for migration in a VMAX array. During PG creation I added wrong FA ports to the PG. Later after masking view creation server was unable to see the storage and found that I have used wrong FA port. Then I added the correct FA ports removed FA ports from the PG, but I missed the option -unmap to have the devices unmapped for them. Now the devices still reports to be mapped to the wrong FA ports.

Few devices are no mapped to the server and in use and few devices are not mapped.

Could anyone please let me know the steps for VMAX to unmap these devices from the FA ports?

1 Rookie

 • 

20.4K Posts

November 18th, 2013 21:00

you will need to make those device write disable just on the "wrong" FAs and then unmap them from those FA.

unmap dev 0BAD from dir 7G:0;

1.2K Posts

November 18th, 2013 23:00

When unmapping, no I/O activity is allowed on any devices in the specified mapped path. Devices must be made Not Ready or Write Disabled.

to make the device Not Ready:

symdg -g DgName not_ready

If you are unmapping only one path to a multipathed device, you may prefer to write disable that path only:

symdg -g DgName -SA 16A -p 0 write_disable

91 Posts

November 18th, 2013 23:00

Ensure the devices are not masked to the FA where you would perform unmapping operation

* symaccess -sid list assignment -dev : ,

Write disable the devices from the wrong FA port

* symdev -sid write_disable -FA

-P

Unmap the device from the wrong FA port

* symconfigure –sid <> -cmd 'unmap dev from dir

: ;' commit

9 Posts

November 22nd, 2013 20:00

Thanks to all for the solution.

It worked.

No Events found!

Top