This post is more than 5 years old
253 Posts
0
2726
June 25th, 2008 02:00
Device paths for FC tape drives
Hi all,
We are having a problem configuring the FC tape drives for EMC Networker 7.4.2 on our Solaris 8.
When I run "inquire" on our server I can see the 3 LTO3 drives but without the device path:
scsidev@4.0.0:HP ULTRIUM 3-SCSI 54K1|Tape
scsidev@7.1.0:HP ULTRIUM 3-SCSI 54K1|Tape
scsidev@7.1.1:HP ULTRIUM 3-SCSI 54K1|Tape
Nevertheless the OS can handle properly this Tapes by their device path /dev/rmt/3cbn, /dev/rmt/4cbn and /dev/rmt/5cbn. It seems an issue with inquire but I don't know where I can look at more (st.conf, lus.conf...).
Sorry I forgot saying that at first, after attaching the drives, we rebooted without reconfigure option but we thought everything was right because /dev/rmt/xcbn entries were created .
Thanks for your help.
We are having a problem configuring the FC tape drives for EMC Networker 7.4.2 on our Solaris 8.
When I run "inquire" on our server I can see the 3 LTO3 drives but without the device path:
scsidev@4.0.0:HP ULTRIUM 3-SCSI 54K1|Tape
scsidev@7.1.0:HP ULTRIUM 3-SCSI 54K1|Tape
scsidev@7.1.1:HP ULTRIUM 3-SCSI 54K1|Tape
Nevertheless the OS can handle properly this Tapes by their device path /dev/rmt/3cbn, /dev/rmt/4cbn and /dev/rmt/5cbn. It seems an issue with inquire but I don't know where I can look at more (st.conf, lus.conf...).
Sorry I forgot saying that at first, after attaching the drives, we rebooted without reconfigure option but we thought everything was right because /dev/rmt/xcbn entries were created .
Thanks for your help.
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
June 27th, 2008 07:00
dpinink_silva
2 Intern
•
724 Posts
0
June 25th, 2008 06:00
amediratta
2 Intern
•
2K Posts
1
June 25th, 2008 08:00
1. Run lusbinfo -v, it gives you the HBA information.
2. In the lus.conf file, you need to enter the string for the HBA in continuation with the known-scsi-adapters. In my case, I entered: known-scsi-adapters="pci1000,b:126-32C" (EMC Suggested to use: known-scsi-adapters=" ,2:126-32C")
3. You can reboot the server or run lus_add_fp_devs from Networker. This would unload existing lus and search for devices on the new scsi-adapter.
4. Inquire would then show the robotics also.
For drives, delete all files from /dev/rmt/ for the drives(you may not do it but would be suggested), run devfsadm -Cv to create latest /dev/rmt/*cbn files, If you still don't see device path names in inquire, run the command ls -al *cbn in /dev/rmt folder. From the output, you could map the device path names. Check the last portion of the output.
Run jbconfig, enter device path names in the sequence in which you see them in this output. This would work.
I have done this twice and am sure it will help if you know the correct HBA string for your FC HBA.
smora1
253 Posts
0
June 25th, 2008 10:00
known-scsi-adapters="fp:126-32 ";
name="lus" class="scsi" target=0 lun=0;
name="lus" parent="fp" target=0 lun=0 fc-port-wwn="2101001b32255d82";
name="lus" parent="fp" target=0 lun=1 fc-port-wwn="2101001b32255d82";
name="lus" parent="fp" target=1 lun=0 fc-port-wwn="2100001b32055d82";
name="lus" parent="fp" target=1 lun=1 fc-port-wwn="2100001b32055d82";
I forgot telling you that this server is Storage Node and it don't see the robotic arm. The autochanger is a Sun VTL.
About run jbconfig I ran a Scan for Devices Wizard and NetWorker showed error no. 30xx in Messages Windows (sorry don't remember the error number). It didn't detect any tapes in this SN. In your opinion, should we run a jbconfig from command line on NetWorker Server although inquire doesn't show the tapes for this SN?
amediratta
2 Intern
•
2K Posts
0
June 25th, 2008 19:00
For me, SUN helped the exact HBA string in one case & EMC IST in the second one. In the second one, I am using EMC DL210 CDL. Check if the string you are using is the correct one.
smora1
253 Posts
0
June 26th, 2008 00:00
Thank you Anuj.
smora1
253 Posts
0
June 28th, 2008 02:00
smora1
253 Posts
0
July 1st, 2008 06:00
Thanks for you help.