Operating System - HP-UX
1834178 Members
2778 Online
110064 Solutions
New Discussion

how to scan and check s/n tape device?

 
ITRC Support
Occasional Contributor

how to scan and check s/n tape device?

I want to check healthy tape devices on hp-ux.
how to scan and check s/n new tape device?
3 REPLIES 3
Mike Shilladay
Esteemed Contributor

Re: how to scan and check s/n tape device?

Hi,

To check for tape devices you can use 'ioscan -fnC tape', that tell you what the kernel knows about currently. You can always cross reference with the 'lssf ' e.g. lssf /dev/rmt/0m.

How you would get the serial number of the tape device, you would have to use the tape tools, that is availabe from the web. I believe this will give you the serial number, it does from a windows machine, but I have never used it on an HP UX machine.

regards,

Mike.
Mike Shilladay
Esteemed Contributor
JJ de Haas
Occasional Advisor

Re: how to scan and check s/n tape device?

Use the stm tool to get information like firmware, serial and status of the drive.

The TUI mstm(1m) will probably your best bet.