- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rebuilding tape drive device files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 08:51 AM
09-15-2003 08:51 AM
rebuilding tape drive device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 08:55 AM
09-15-2003 08:55 AM
Re: rebuilding tape drive device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 08:56 AM
09-15-2003 08:56 AM
Re: rebuilding tape drive device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 08:56 AM
09-15-2003 08:56 AM
Re: rebuilding tape drive device files
"insf -e" should be enough. If you want to be specific about the names, I've attached a procedure for creating tape device files.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 09:22 AM
09-15-2003 09:22 AM
Re: rebuilding tape drive device files
Sep 15 11:16:56 xbak000 vmunix: SCSI: bp: 000000004c104800
Sep 15 11:16:56 vmunix: dev: cd0681c0
Sep 15 11:16:56 vmunix: cdb: 12 01 80 00 ff 00
Sep 15 11:16:56 vmunix: residual: ff
Sep 15 11:16:56 vmunix: status: (400) None -- Incomplete
not sure what it means. all i know is before i turned everything off on saturday i could run ioscan -fnC tape and it would list 5 drives, now it lists none. I remembered this happened once before and i ran insf -e and one other command that i cant remember to recreate the files properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 11:20 PM
09-15-2003 11:20 PM
Re: rebuilding tape drive device files
Take a look at these links:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7a49e3084f79c84aa7f24fb6c5c9095c,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x00697bb04b5cd611abdb0090277a778c,00.html
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 11:28 PM
09-15-2003 11:28 PM
Re: rebuilding tape drive device files
Misunderstood here!
If ioscan -fnC tape shows nothing at all then there is something wrong at the SAN level probably. Either a zoning issue in the switches or the scsi-fibre bridges.
What changes did you make before encountering the problem?
Having said this, we have lost tape drives after making changes within the SAN and got them back by kicking our HBA's thus.
fcmsutil /dev/td* devstat all | grep Nport (where td is the your HBA)
This will display port Nport id's
fcmsutil /dev/td* echo XXXX (0x610413 for example)where XXXX is each individual Nport. Find the one which says "Data came back intact" and note it's Nportid
fcmsutil /dev/td* replace_dsk Nport id noted above
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 12:27 AM
09-16-2003 12:27 AM
Re: rebuilding tape drive device files
if it was
you should turn everything on and use
the command:
#insf -e
then you can use the command
#iosan -fnC tape
to check it!