Unsolved
This post is more than 5 years old
1 Rookie
•
124 Posts
0
929
October 28th, 2009 06:00
VCMDb device in Windows Disk Management
We have a new windows 2003 server connected to DMX. The vcmdb device is displaying when we access Disk Management utility. How do we remove the device to ensure no one inadvertantly attempts to initialize or mount this device
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 28th, 2009 07:00
Arifrahman
5 Posts
0
October 28th, 2009 21:00
xe2sdc
6 Operator
•
2.8K Posts
0
October 29th, 2009 03:00
SKT2
2 Intern
•
1.3K Posts
0
October 29th, 2009 05:00
dstarm
1 Rookie
•
124 Posts
0
October 29th, 2009 05:00
So since the server sees it as a mounted disk drive, not initialized or formated. how do i ensure that after each reboot the message indicating that volume is new hardware found?
We are afraid someone is going to see it as a usable device and try to initialize.
Should we set the device to write disabled? i believe it is RW at this time
xe2sdc
6 Operator
•
2.8K Posts
0
October 31st, 2009 14:00
John Toner
61 Posts
0
November 4th, 2009 07:00
The easiest way to do this would be through Disk Management, right-click on the disk and choose Properties. On the properties screen, at the bottom of the General tab is a "Device usage" value. You can use the pull down to change the device usage value to "Do not use this device (disable)". This will cause the device to immediately disappear from Disk Management. You'll want to repeat this for all other instances of the VCM on the host. You'll need to reboot in order to get the Disk numbers back in order without the gaps from these disabled devices.
If you ever need to bring these back, it can be done through Device Manager > Disk Drives. Just find the device with the red X thru it and choose to enable the disk...if you just disabled the disk, you would need to reboot the host in order to see the red X through the device.
Hope this helps.
TimCzar
12 Posts
0
November 4th, 2009 07:00
symmask -sid 0394 -wwn set lunoffset on 10 0 -dir
This command will have the SYM present the LUN at address 10 on the director:port to be presented to the system as LUN 0. In our environement this has the effect of "hiding" the VCMDB device as it is mapped to the FA at an address lower than 10.
This will really only help if your VCMDB device is mapped to the FA at a lower LUN address then the actual disk you wish to present to the server. Note that this offset acts on the WWN/Director/Port combo and affects every LUN assigned to that combo.
xe2sdc
6 Operator
•
2.8K Posts
0
November 4th, 2009 11:00
Indeed it works.
IMHO it's just like using an hammer to turn a screw. It works, but maybe there are better tools