Operating System - Tru64 Unix
1753960 Members
7578 Online
108811 Solutions
New Discussion юеВ

Re: mount Tape drive in Tru64

 
laaalitha
Advisor

mount Tape drive in Tru64

Alpha es40 is installed with Tru64.One Externel Hard drive and one Externel Tape drive (AIT 50 ) are installed.The tape drive is not detected from OS (but from SRM level it detects).How to solve ?
4 REPLIES 4
Ivan Ferreira
Honored Contributor

Re: mount Tape drive in Tru64

What is your operating system version? If 4.0X You may try booting the genvmunix kernel and compiling a new kernel.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
laaalitha
Advisor

Re: mount Tape drive in Tru64

not allowed to compile the Kernel cos server running a critical Application.Please give me a alternate solution?
MSECO_1
Trusted Contributor

Re: mount Tape drive in Tru64

# hwmgr ├в scan scsi (scan all SCSI buses)
# hwmgr ├в view devices (View all SCSI devices)
Also you can check if you device was detected by OS with:
#uerf -Rr 300 |more
If it didn├В┬┤t work, you need to recreate a new kernel
Keep learning!!!
MSECO_1
Trusted Contributor

Re: mount Tape drive in Tru64

# hwmgr -scan scsi (scan all SCSI buses)
# hwmgr -view devices (View all SCSI devices)
Keep learning!!!