Unsolved
This post is more than 5 years old
1 Message
0
603
July 20th, 2007 09:00
How can I determine if Windows server is Booting From SAN via WMI or script
several windows 2003 servers in production. Would like to know how to determine is the server is booting from SAN without looking into BIOS.
Thank you
Thank you
No Events found!


Kiran3
410 Posts
0
July 22nd, 2007 23:00
1. determine the boot drive variable (%SystemDrive% on command prompt)
2. determine the disk that it belongs to
3. get detail parameters of that drive to check the vendor ID .. for clariion disks, it would have "DGC" in it and for symmetrix it would contain "SYMM"
if so, you can assume that the drive is SAN boot drive.