Video Screencast Help
Search Video Help Close Back
to help

tape library configuration

Created: 12 Feb 2013 | Updated: 15 Feb 2013 | 7 comments
ChAmp35's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

Hi All

I have to configure tape library quantum i80 and its tape drives on our master server.

Master server Sun SOlaris 10  NBU 7.1.0.2

Tape library Quantum I80.

we have zoned all tape drives on master server, which is acting as media server.

tape drives are visible in output of cfgadm -al and in directory /dev/rmt I can see new *cbn files created.

But I am unable to find the robot and tape drives in output of following commands:

tpautoconf -r

tpautoconf -t

tpconfig -d

sgscan tape
sgscan changer

Please suggest on this also, please suggest if robot is also required to zone on this server.

Comments 7 CommentsJump to latest comment

mph999's picture

 

Yes you need to zone the robot to the master, then rebuild the sg driver,

Do these commands exactly 

 

ksh
cd /usr/openv/volmgr/bin/driver
../sg.build all
modunload -i $(echo $(modinfo |grep "sg (SCSA" |awk '{print $1}'))
mv /kernel/drv/sg.conf /kernel/drv/sg.conf.old
/usr/openv/volmgr/bin/driver/sg.install
 
Martin

 

Regards,  Martin
 
Setting Logs in NetBackup:
http://www.symantec.com/docs/TECH75805
 
+1
Login to vote
  • Actions
Yasuhisa Ishikawa's picture

This modunload command line may not work on standard shell like /bin/sh.
I usually rebuild sg driver configuration without this operation. sg driver will be removed and re-added in sg.install.

Authorized Symantec Consultant(ASC) Data Protection in Tokyo, Japan

+1
Login to vote
  • Actions
mph999's picture

Hi Yasuhisa

Yes, I think you may be correct, as I found out previously on another post, when someone reported back it didn't work.  If it is not needed, even better - I'll try it, though if you say it is not needed I am very sure you are correct.

Hence why I added ksh at the beginning ... he he ....

M

 

Regards,  Martin
 
Setting Logs in NetBackup:
http://www.symantec.com/docs/TECH75805
 
0
Login to vote
  • Actions
Marianne van den Berg's picture

These are my steps that have been working fine for me:

 

# cd /usr/openv/volmgr/bin/driver
# /usr/openv/volmgr/bin/sg.build all 

Install the new sg driver configuration:

# /usr/bin/rm -f /kernel/drv/sg.conf
# /usr/openv/volmgr/bin/driver/sg.install

Check/verify config:

# /usr/openv/volmgr/bin/sgscan

Above steps are explained in Solaris chapter of NBU Device Config Guide as well as a text file in /usr/openv/volmgr on NBU master and media servers. (Although sg.install is explained before sg.build.)

Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links

SOLUTION
+1
Login to vote
  • Actions
ChAmp35's picture

I have one confusion: Is robot zoned automatically with zoning of first tape drive in tape library ?

 

Also we have one more tape library i500 attached to this server, will rebuilding sg drivers also effect it ?

0
Login to vote
  • Actions
Marianne van den Berg's picture

Is robot zoned automatically with zoning of first tape drive in tape library ?

It all depends on the make/model of your tape library - some libraries have the robot configured as lun 1 on the 1st drive. If I remember correctly, this is the case with Quantum libraries.

.... will rebuilding sg drivers also effect it ?

Rebuilding sg drivers will just add entries for new devices.

Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links

+1
Login to vote
  • Actions
ChAmp35's picture

Hi All

 

Thank you so much for your help , we have successfully configured the tape library in Netbackup.librar

 

I need lil bit more help on this..

this tape library and media in side it were earlier used with CA Arcserve.

I have to use the same media in netbackup.

Please share how can I use these media in netbackup.