After OS Disk Replacement on Oracle Big Data Appliance bdachecksw/bdacheckhw Commands Fail with 'Wrong slot mapping to HBA target' Error
(Doc ID 1569762.1)
Last updated on JUNE 13, 2024
Applies to:
Big Data Appliance Hardware - Version All Versions and laterLinux x86-64
Symptoms
After OS Disk replacement and configuration bdacheckhw/bdachecksw commands fail with below errors.
ERROR: Wrong slot 1 mapping to HBA target : 0
INFO: Expected slot 1 mapping to HBA target : 1
ERROR: Wrong slot 0 mapping to HBA target : 1
INFO: Expected slot 0 mapping to HBA target : 0
ERROR: Wrong mounted partitions : /dev/md0 /boot ext3 /dev/md2 / ext3 /dev/sd4 /u02 ext4 /dev/sd4 /u01 ext4 /dev/sd1 /u03 ext4 /dev/sd1 /u04 ext4 /dev/sd1 /u05 ext4 /dev/sd1 /u06 ext4 /dev/sd1 /u07 ext4 /dev/sd1 /u08 ext4 /dev/sd1 /u09 ext4 /dev/sd1 /u10 ext4 /dev/sd1 /u11 ext4 /dev/sd1 /u12 ext4
INFO: Expected mounted partitions : 12 data partitions, /boot and /
WARNING: Wrong matching label and slot : symbolic link to `../../sda4'
INFO: Expected matching label and slot : symbolic link to `../../sdb4'
WARNING: Wrong matching label and slot : symbolic link to `../../sdb4'
INFO: Expected matching label and slot : symbolic link to `../../sda4'
INFO: Expected slot 1 mapping to HBA target : 1
ERROR: Wrong slot 0 mapping to HBA target : 1
INFO: Expected slot 0 mapping to HBA target : 0
ERROR: Wrong mounted partitions : /dev/md0 /boot ext3 /dev/md2 / ext3 /dev/sd4 /u02 ext4 /dev/sd4 /u01 ext4 /dev/sd1 /u03 ext4 /dev/sd1 /u04 ext4 /dev/sd1 /u05 ext4 /dev/sd1 /u06 ext4 /dev/sd1 /u07 ext4 /dev/sd1 /u08 ext4 /dev/sd1 /u09 ext4 /dev/sd1 /u10 ext4 /dev/sd1 /u11 ext4 /dev/sd1 /u12 ext4
INFO: Expected mounted partitions : 12 data partitions, /boot and /
WARNING: Wrong matching label and slot : symbolic link to `../../sda4'
INFO: Expected matching label and slot : symbolic link to `../../sdb4'
WARNING: Wrong matching label and slot : symbolic link to `../../sdb4'
INFO: Expected matching label and slot : symbolic link to `../../sda4'
Output of 'mount -l' command shows that /dev/sda and /dev/sdb are mapped to wrong partitions
/dev/sdb4 on /u01 type ext4 (rw,nodev,noatime)
/dev/sda4 on /u02 type ext4 (rw,nodev,noatime)
/dev/sdc1 on /u03 type ext4 (rw,nodev,noatime)
/dev/sda4 on /u02 type ext4 (rw,nodev,noatime)
/dev/sdc1 on /u03 type ext4 (rw,nodev,noatime)
The correct mapping is:
/dev/sda4 on /u01 type ext4 (rw,nodev,noatime)
/dev/sdb4 on /u02 type ext4 (rw,nodev,noatime)
/dev/sdc1 on /u03 type ext4 (rw,nodev,noatime)
/dev/sdb4 on /u02 type ext4 (rw,nodev,noatime)
/dev/sdc1 on /u03 type ext4 (rw,nodev,noatime)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |