cancel
Showing results for 
Search instead for 
Did you mean: 

Drivers

Shailesh_raj72
Level 4
Partner

Hi All,

Master srver - 7.6.0.1

OS - Linux

No media server.

I have tape library I did the zoning with SAN switches.

So I need driver to communicate the OS and hardware..

1 ACCEPTED SOLUTION

Accepted Solutions

Shailesh_raj72
Level 4
Partner

Thanks all...

issue has been resolved now...

View solution in original post

13 REPLIES 13

Marianne
Level 6
Partner    VIP    Accredited Certified

Only buit-in OS drivers are needed. 

See the Linux chapter in NetBackup Device Configuration Guide

Anonymous
Not applicable

Commands that you can use on Linux without even featuring netbackup to see if output shows your tape drives.

# hwinfo --tape

# cat -s /proc/scsi/scsi

 

Netbackup featured commands to show output:

# scan

# tpconfig -l

 

What version of Linux and kernel you running?

And list hardware library and tape model please.

Shailesh_raj72
Level 4
Partner

Kernal version:

Kernal.PNG

 

 

Shailesh_raj72
Level 4
Partner

Linux version

 

Linux Version.PNG

 

 

Shailesh_raj72
Level 4
Partner

Hardware is Oracle SL150 Tape library

Marianne
Level 6
Partner    VIP    Accredited Certified

You need to check that the OS is seeing devices with:
# cat /proc/scsi/scsi

If devices are not seen, you need to check zoning and confirm OS drivers.

Nothing to be done in NBU if OS cannot see devices.

PS: 
I see in above output a reference to RHEL 4.4.7?
Is this the same in /etc/redhat-release?

According to NBU OS SCLNetBackup 7.5 and later does not support this Operating System on this CPU Architecture.
You need RHEL 5 or 6.
 

Shailesh_raj72
Level 4
Partner

Thanks Marianne

pls find the below output.


cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.4 (Santiago)

cat /proc/scsi/scsi
Attached devices:
Host: scsi4 Channel: 01 Id: 00 Lun: 00
  Vendor: LSI      Model: Logical Volume   Rev: 3000
  Type:   Direct-Access                    ANSI  SCSI revision: 06
Host: scsi4 Channel: 00 Id: 00 Lun: 00
  Vendor: HITACHI  Model: H109060SESUN600G Rev: A606
  Type:   Direct-Access                    ANSI  SCSI revision: 06
Host: scsi4 Channel: 00 Id: 01 Lun: 00
  Vendor: HITACHI  Model: H109060SESUN600G Rev: A606
  Type:   Direct-Access                    ANSI  SCSI revision: 06
Host: scsi5 Channel: 00 Id: 00 Lun: 00
  Vendor: ORACLE   Model: SSM              Rev: PMAP
  Type:   Direct-Access                    ANSI  SCSI revision: 00

Anonymous
Not applicable

Expect to see some tape devices under there...

What does the output of the following give

 

# scan

# tpconfig -l

# ls -al /sys/class/scsi_changer/

# ls -al /sys/class/scsi_tape/

Shailesh_raj72
Level 4
Partner
Hi Stuart, ./scan ************************************************************ *********************** SDT_TAPE ************************ *********************** SDT_CHANGER ************************ ************************************************************ ================================================================================ ./tpconfig -l Device Robot Drive Robot Drive Device Second Type Num Index Type DrNum Status Comment Name Path Device Path ================================================================================= ls -al /sys/class/scsi_changer/ ls: cannot access /sys/class/scsi_changer/: No such file or directory ================================================================================== ls -al /sys/class/scsi_tape/ total 0 drwxr-xr-x 2 root root 0 May 20 16:05 . drwxr-xr-x 52 root root 0 Apr 30 20:14 .. ===================================================================================

Anonymous
Not applicable

If you are expecting to see tape devices then the OS can't either.

Sort that part out first before continuing from the NetBackup management side. So...

Revisit Zoning of the backup host and the tape drives on your SAN switches and then check cable connections etc. 

Marianne
Level 6
Partner    VIP    Accredited Certified

The reason why scan is not seeing anything is because your OS is not seeing the devices.

The reason why tpconfig output is empty is because no devices are configured in NBU yet.

You need to check zoning and OS.

mph999
Level 6
Employee Accredited

Just to clarify the commands mentioned in this post.

cat /proc/scsi/scsi   - shows what the os can see

scan - shows what devices responded to scsi inquire command that can be seen by the os

tpconfig -d   - shows what is configured in NBU

 

The commands have to work in the order listed above - unless scan works, forget tpconfig -d.  Unless cat /proc/scsi/scsi works, forget scan, it won't show anything until the OS does.

For the record, scan is a Symantec command but not really a NetBackup command, it doesn't use NBU when it is run, and in fact will run even with NBU shutdown.

Shailesh_raj72
Level 4
Partner

Thanks all...

issue has been resolved now...