can't see all drives up
hello,
can you please help me, i have a media server that is correctly zoned with a Quantum Tape Library, Solaris OS, in OS level all 24 drives are seen correctly, but when runing tpconfig -l i see only 13 drives, i tried tpautoconf -a, restarted nbu, deleted all drives an scan again, always same result only 13 drives seen on nbu level.
thanks a lot for you help.
SymTerry is right - you need to rebuild sg drivers on Solaris media server.
This is how I do it:
See http://www.symantec.com/docs/TECH10725 for examples how to determine number of targets (to be used with -mt) and number of luns (-ml).
Next, do the following:
# cd /usr/openv/volmgr/bin/driver
# /usr/openv/volmgr/bin/sg.build all -mt <15> -ml <1>Install the new sg driver configuration:
# /usr/bin/rm -f /kernel/drv/sg.conf
# /usr/openv/volmgr/bin/driver/sg.installCheck/verify config:
# /usr/openv/volmgr/bin/sgscan
One more thing:
Is this Solaris Sparc or x86?
On Solaris x86 you need to disable OS multipathing.
Edit /kernel/drv/fp.conf
Change the mpxio-disable value from no to yes.
mpxio-disable="yes"