Operating System - HP-UX
1753519 Members
5105 Online
108795 Solutions
New Discussion

Installing Drivers for a tape drive

 
SOLVED
Go to solution
Onan Coca_1
Occasional Advisor

Installing Drivers for a tape drive

I need steps/commands to install drivers for a HP tape drive (C6362A-60002)on a Unix HP visualice workstation C3600.

Thank you,
Onan

 

 

P.S. This thread has been moevd from Disk to HP-UX > sysadmin. - Hp forum moderator

He who does not know is like a blind person.
2 REPLIES 2
Michael Tully
Honored Contributor
Solution

Re: Installing Drivers for a tape drive

Hi,

Although I am not quite sure what tape
drive model yours is, the general way
of setting up a driver for a stand-alone
drive is to add the 'stape' driver to
your kernel. There are two ways, you can
use SAM or the command line:

sam --> kernel configuration --> drivers
Select the 'stape' driver and change
the setting to in. From the actions menu
build new kernel which will prompt to
reboot the system.

If you have HPUX 11 you can easily do this
from the command line.

# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (and add "stape" without quotes)
save the file

# /usr/sbin/mk_kernel -s system
# /usr/sbin/kmupdate
# cd /

Reboot or shutdown

HTH
-Michael


Anyone for a Mutiny ?
Onan Coca_1
Occasional Advisor

Re: Installing Drivers for a tape drive

Michael,

Had to do it manually. It worked.

Thank you,
Onan
He who does not know is like a blind person.