SDX: Disk 1, expected 2 error seen in event logs on SVM GUI

SDX: Disk 1, expected 2 error seen in event logs on SVM GUI

book

Article ID: CTX217394

calendar_today

Updated On:

Description

Under Configuration > System > Events we are seeing below error message "Disk1 expected 2" :

User-added image

Resolution

Re-seat the hard disk by doing below steps and see if that resolves the issue.

Shutdown the device > take out the HDD from the back of SDX device and re-seat the HDD properly > Restart appliance.

Now login to the GUI of SVM and we should not see the disk error.

Note: If you still see the same error message after properly placing the HDD then please contact Citrix support for further investigation


From the xen logs fdisk output shows the /sdb disk is not detected as shown below:

[root@sdx-xs ~]# fdisk -l


Disk /dev/sda: 256.0 GB, 256060514304 bytes
255 heads, 63 sectors/track, 31130 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1         523     4200966   1c  Hidden W95 FAT32 (LBA)
/dev/sda2   *         524        1046     4194304   83  Linux
/dev/sda3            1046        1568     4194304   83  Linux
/dev/sda4            1568       31130   237462119+  8e  Linux LVM
 
---> No /dev/sdb

If the disk is detected successfully the output of fdisk command from xenserver ssh access will show as below (please login with root as username):

[root@sdx-xs ~]# fdisk -l

Disk /dev/sda: 256.0 GB, 256060514304 bytes
255 heads, 63 sectors/track, 31130 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1         523     4200966   1c  Hidden W95 FAT32 (LBA)
/dev/sda2   *         524        1046     4194304   83  Linux
/dev/sda3            1046        1568     4194304   83  Linux
/dev/sda4            1568       31130   237462119+  8e  Linux LVM

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

 

Problem Cause

The HDD on SDX was not getting detected as it was not properly inserted.