After a disk is attached to a Windows BMS, start Control Panel, choose System and Security > Administrative Tools, and double-click Computer Management. On the Computer Management page, choose Storage > Disk Management. The disk attached to the BMS is in Offline state.
Log in to the Windows BMS.
Click Start, enter cmd in Search programs and files, and press Enter to open the command-line interface (CLI).
Type diskpart.C:\Users\Administrator>diskpart
Type san.
DISKPART>sanSAN
Policy:Online ALL
Type san policy=onlineall.
DISKPART> san policy=onlineall
DiskPart successfully changed the SAN policy for the current operating system
Type list disk to display all disks of the BMS.
DISKPART> list disk
Disk ### Status Size Free Dyn Dtp
Disk 0 Online 838 GB 0 B
Disk 1 Offline 838 GB 838 GB
Disk 2 Offline 838 GB 838 GB
Disk 3 Offline 838 GB 838 GB
...
Type select disk num. num indicates the disk number. Replace it with the specific disk number.
DISKPART> select disk 4
Type attributes disk clear readonly.
DISKPART> attributes disk clear readonly
Disk Part succeed to clear disk attributes
DISKPART> online disk
DiskPart succeed to make the selected disk online