- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Failed to open tape device problem????
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
10-22-2003 02:54 AM
10-22-2003 02:54 AM
Failed to open tape device problem????
Error: failed to open tape device /dev/rmt/0mn
no such device
Error =6
Error Check tape device
I am asking make_tape_recovery to go to /dev/rmt/1mn which is my claimed tape device.
make_tape_recovery -a /dev/rmt/1mn -p (or -r depending on which step) -x inc_entire=vg00
but it keeps going to /dev/rmt/0mn and failing. I am telling it where to go, why is it not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 02:58 AM
10-22-2003 02:58 AM
Re: Failed to open tape device problem????
My first recommendation when it comes to Ignite errors is to make sure you've got the latest version:
http://www.software.hp.com/products/IUX/index.html
Secondly, the syntax I use is:
make_tape_recovery -a /dev/rmt/Xmn -I -v -x inc_entire=vg00
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 03:02 AM
10-22-2003 03:02 AM
Re: Failed to open tape device problem????
#!/usr/bin/sh
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00
add any other volume groups you want.
Boot off the tape, interupt the install when prompted and use the Ignite console to adjust the size of the root volume.
This procedure will work without any hang ups.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 03:03 AM
10-22-2003 03:03 AM
Re: Failed to open tape device problem????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 03:38 AM
10-22-2003 03:38 AM
Re: Failed to open tape device problem????
Check and see if the /var/opt/ignite/recovery/default file exist on your system. The make_tape_recovery command might be picking up the device name from that file by default.
Hope this helps.
Regds