A colleague of mine sent me a bug that is occuring to some of our clients when upgrading to DataOntap 7.3 and using Windows 2008. When the server is rebooted the SAN attached disks do not come back on line. It has been causing some headaches out there so I thought I would share the fix.
The process to resolve the issue is a manual process, but the good news is that once you do it it doesn’t appear you have to do it again, or at least that is what I have been told from our client.
Follow these steps:
- On Windows 2008 open System Manager
- Expand “Storage” and select “Disk Management”
- Right click the “Offline” disk and select “Online” (this will bring the disk back online)
Once the disk has been brought back on line all seems to be well, even after additional reboots.
The NDU process was used but that did not resolve the issue either as noted in the below KB article.
There is also a NETAPP article regarding the issue, KB54672:
Symptoms
After upgrading Data ONTAP from 7.2.x to 7.3.x, all LUNs attached to Windows 2008 servers appear as ‘offline.’
Cause of this problem
Data ONTAP upgrades to 7.3.x without using the NDU process will change the LUN revision numbers. Data ONTAP versions prior to 7.3 used a LUN revision number of 0.2, which can be seen using the devcon.exe utility:
MPIO\DISK&VEN_NETAPP&PROD_LUN&REV_0.2_\1&7F6AC24&0&4334677547345438416C4B4F: NETAPP LUN Multi-Path Disk Device
After 7.2.x, LUN revision numbers took on the version of Data ONTAP and the filer was upgraded to:
MPIO\DISK&VEN_NETAPP&PROD_LUN&REV_7310\1&7F6AC24&0&5672482F2F4A54344E46674C: NETAPP LUN Multi-Path Disk Device
Solution
There are several options:
1. Use non-disruptive upgrades of Data ONTAP (with takeover/giveback) to prevent the LUN revisions from changing.|
2. Use SnapDrive to disconnect/reconnect drives, as it will automate the process of bringing drives online.
3. Do nothing and online the drives manually in diskpart or disk management GUI.
To prevent this issue entirely:
For hosts that fall within the above conditions, we recommend setting the SAN Policy to “Online All” prior to the ONTAP upgrade. This will prevent the virtual disks from dropping offline after a reboot. Once the host is rebooted, the SAN Policy can be changed back to the default setting of “Offline Shared.”