Unsolved
This post is more than 5 years old
2 Posts
0
755
May 10th, 2007 18:00
persistent binding for autochanger
Hi,
I'm trying to persistently bind an auto changer connected to my server over SAN. the reason I wanna to that because every time I reboot my server the OS gives a different SCSI address (see below) which causes problems with Networker and I have to reconfigure the jukebox all over again, which is a pain in the back. the closest I got to solve this problem is by persistent binding on the HBA level. to do that I need to compile a line and put it in the qla.conf the syntax if this line as follows:
hba<#>-SCSI-target-id-<#>-fibre-channel-port-name=" ";
I got the hba # from /etc/path_to_inst and the device WWPN from the command inquire but I couldn't get the SCS-target-id.
Could somebody help me to get the SCSI-target-id? or suggest a solution for this problem.
Thanks
I'm trying to persistently bind an auto changer connected to my server over SAN. the reason I wanna to that because every time I reboot my server the OS gives a different SCSI address (see below) which causes problems with Networker and I have to reconfigure the jukebox all over again, which is a pain in the back. the closest I got to solve this problem is by persistent binding on the HBA level. to do that I need to compile a line and put it in the qla.conf the syntax if this line as follows:
hba<#>-SCSI-target-id-<#>-fibre-channel-port-name=" ";
I got the hba # from /etc/path_to_inst and the device WWPN from the command inquire but I couldn't get the SCS-target-id.
Could somebody help me to get the SCSI-target-id? or suggest a solution for this problem.
Thanks
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 11th, 2007 01:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 11th, 2007 07:00
http://blogs.sun.com/hbainsights/
But I thought in Solaris 10 you could use alias to control port (thus port could change)?
SH2
2 Posts
0
May 11th, 2007 07:00
scsidev@2.9.3:ADIC Scalar i2000 402A|Autochanger (Jukebox),
/dev/scsi/changer/c2t500308C001C398B3d3
the system OS is solaris 10
Is 9 my SCSI id is this case?
Is there any thing else I need to make all right other than putting this line in qlc.conf?
Is there documents that explain this issue more?
Thanks for the your response