goose325
4 years agoLevel 3
Unable to add second tape drive to sl150 using Solaris
I have a new SL-150 with two LTO8 drives in it and am running Solaris 11. I run the following command to try to get the OS to see both drives but only one is visible to the OS:
- Determine the World Wide Number [WWN] of the host’s on-line hba-port. The [WWN] is annotated by being the port that the State is currently on-line.
# fcinfo hba-port (State:online) [WWN}
- Assign the World Wide Number [WWN] of the host’s hba-port to the remote hba-port.
# fcinfo remote-port [WWN] or # fcinfo remote-port -p [WWN]
- Change directories to the location of the sg.conf file.
# cd /usr/openv/volmgr/bin/driver
- Build a new sg.conf file.
# ../sg.build all
- Save and then remove the old system sg.conf.
# cp /kernel/drv/sg.conf /kernel/drv/sg.conf.orig
# rm -rf /kernel/drv/sg.conf
# ./sg.install
- Perform a scan of the robotic library (SL-150).
../sgscan
How do I get the OS to see the 2nd drive so that I can present it to NBU?