Operating System - HP-UX
1833267 Members
3197 Online
110051 Solutions
New Discussion

Where does HP store it's Tape Devices conf file

 
SOLVED
Go to solution
James Hardt
New Member

Where does HP store it's Tape Devices conf file

I am looking to see where HP stores it's Tape device conf files. In SUN it is under /kernel/drv/st.conf. Is there a simular file. Thanks
8 REPLIES 8

Re: Where does HP store it's Tape Devices conf file

AFAIK, no there isn't one - what device are you trying to attach?

HTH

Duncan

I am an HPE Employee
Accept or Kudo
James Hardt
New Member

Re: Where does HP store it's Tape Devices conf file

in solaris, there is the st.conf file. This file can be used to configure a DLT tape drive for variable mode instead of fixed mode.

This variable mode is required for NetBackup (Veritas). We are searching for such a configuration in HP-UX.
Sachin Patel
Honored Contributor

Re: Where does HP store it's Tape Devices conf file

There is none.
Is photography a hobby or another way to spend $
Solution

Re: Where does HP store it's Tape Devices conf file

This might help:

http://docs.hp.com/hpux/onlinedocs/B2355-90698/B2355-90698.html

Also:

man 7 mt
man mksf
man insf
man scsi_tape

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Carlos Fernandez Riera
Honored Contributor

Re: Where does HP store it's Tape Devices conf file

Re: Where does HP store it's Tape Devices conf file

From the man page for scsi_tape:

If supported by the device, variable sized block mode is normally used (even when all blocks are the same size). Fixed sized block mode is generally only used for tape devices which do not support variable sized blocks.


HTH

Duncan

I am an HPE Employee
Accept or Kudo
Carlos Fernandez Riera
Honored Contributor

Re: Where does HP store it's Tape Devices conf file

But all devices for Veritas are defined as Best (defaults) in my servers using veritas.
unsupported
Dave van Nierop
Advisor

Re: Where does HP store it's Tape Devices conf file

Hi James,

You may want to check this file out.

/usr/include/sys/mtio.h

- Dave