Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

win2k3 & win2k8 get with CLI VSF information

Updated: 05 Jan 2012 | 1 comment
F.laurin's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

We cannot rely on the GUI of VSF so i created a script to look for :

To check is SCCI3 is enabled.
reg query "HKLM\SYSTEM\CurrentControlSet\services\vemcsymm\Parameters" /v SupportSCSI3 | find "REG_DWORD"
or
reg query "HKLM\SYSTEM\CurrentControlSet\services\vhdsaa\parameters" /v SupportSCSI3 | find "REG_DWORD"

 

To check Failover (A/A or A/P) i use:
vxdmpadm dsminfo
Harddisk1    VHDSAA    HITACHI OPEN-V 50 0CFE8    Fail Over Only (Active/Passive)

or

vxdmpadm arrayinfo
Harddisk1    HITACHI OPEN-V 50 0CFE8    4    Fail Over Only (Active/Passive)

But is there a way to get by CLI the Array TYPE

Because i wish to get that information when running a .bat scipt, otherwise i have to use the GUI of Veritas Enterprise Adeministrator to look if:
HITACHI OPEN-V 50 0CF9F and look under : Array Type; Active/Active

 

Can we find this in the Registry ?

Comments

Wally_Heim's picture
15
Dec
2011
0 Votes 0
Login to vote

Hi The "vxdmpadm dsminfo"

Hi

The "vxdmpadm dsminfo" output provides this output.  You just need to translate the DSM being used to the array family that uses it.

Here is what the two DSMs that you mention relate to.

VHDSAA = Hitachi Array family DSM is being used.

and

VEMCSYMM = EMC Symmetric family DSM is being used.

Thanks,

Wally