If not you will need to edit the sd.conf adn do reconfigure reboot or update_drv -f sd
the target can be whatever you wish, we usually reccommend that you use a number higher than 16 the lun is the lun number assigned in the storage group.
ql2xfailover=0 is to facilitate HBA failover using the qlogic driver. ConfigRequired=0 says all the LUNS discovered in this system will be presented to the OS. If this value is set to 1, only those LUNS specified in /etc/qla2xxx.conf will be visibile to the OS
rawstorage
3 Apprentice
•
423 Posts
0
February 18th, 2008 02:00
If not you will need to edit the sd.conf adn do reconfigure reboot or update_drv -f sd
the target can be whatever you wish, we usually reccommend that you use a number higher than 16 the lun is the lun number assigned in the storage group.
e.g.
name="sd" parent="lpfc" target=17 lun=1;
sohnaeo
5 Posts
0
February 18th, 2008 04:00
I edited sd.conf and ran update_drv -f sd command and all LUNS are visible now.
I was confused how would I know the target#? and LUN#? I just put some random numbers
and it worked.
Heaps of thanks,
Farhan
SKT2
2 Intern
•
1.3K Posts
0
March 2nd, 2008 18:00
we have following entries in /etc/modprobe.conf
ql2xfailover=0 is to facilitate HBA failover using the qlogic driver. ConfigRequired=0 says all the LUNS discovered in this system will be presented to the OS.
If this value is set to 1, only those LUNS specified in /etc/qla2xxx.conf will be visibile to the OS
Conor
341 Posts
0
March 2nd, 2008 23:00