- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite Issues
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
03-15-2007 11:40 PM
03-15-2007 11:40 PM
Ignite Issues
im having some issues with trying to take an ignite backup, im getting the same error across 3 servers. The servers are running hp-ux 11.00, and when i run the make_tape_recovery, i get the following error
** 2 - The Volume Group or Filesystem is Fully included in the
System Recovery Archive
* Checking Versions of Ignite-UX filesets
ERROR: Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16).
ERROR: Check tape device failed.
======= 03/16/07 07:18:18 EDT make_tape_recovery completed unsuccessfully
i have checked and there is a tape in the drive, its rewound and it works because i took an fbackup to prove the functionality of the device.
Any thoughts
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 11:50 PM
03-15-2007 11:50 PM
Re: Ignite Issues
Can you provide the complete command that you type. I guess there should be a syntax error in what you type.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 12:02 AM
03-16-2007 12:02 AM
Re: Ignite Issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 12:10 AM
03-16-2007 12:10 AM
Re: Ignite Issues
Try the following and let us know.
make_tape_recovery -A -I -p -v -x inc_entire=/dev/vg00 -a /dev/rmt/0mn
Also are you sure that you have the tape dirve @0mn and you are using the correct tapes.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 02:51 AM
03-16-2007 02:51 AM
Re: Ignite Issues
NOTE: ******* RESUMING *******
NOTE: archive size: 8651430 kB
NOTE: last preview is on 2007-03-16,09:23
NOTE: The archive name is 2007-03-16,09:23
NOTE: The archive description Recovery Archive
NOTE: The archive is on local tape drive /dev/rmt/0mn
NOTE: The pax option is tar
NOTE: You want to resume archive creation from the configuration files
locally on this system.
NOTE: In Resume Mode. Do you wish to continue?
Continue?(y/n)y
ERROR: Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16).
ERROR: Check tape device failed.
======= 03/16/07 10:48:07 EDT make_tape_recovery completed unsuccessfully
root@davlcn05:/opt/ignite/bin >
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 02:59 AM
03-16-2007 02:59 AM
Re: Ignite Issues
ioscan -fnCtape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 03:06 AM
03-16-2007 03:06 AM
Re: Ignite Issues
make_tape_recovery -I -x inc_entire=/dev/vg00
make_tape_recovery uses /dev/rmt/0mn by default. Unless you really like typing, or you changed the default unless you made a change in /var/opt/ignite/recovery/default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 03:08 AM
03-16-2007 03:08 AM
Re: Ignite Issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 03:12 AM
03-16-2007 03:12 AM
Re: Ignite Issues
John the command I use is:
make_tape_recovery -a /dev/rmt/4mn -x inc_entire=vg00
Have you performed a
ps- ef | grep rmt
and
ps -ef | grep -i ignite
to see if there are any hung processes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 05:07 AM
03-16-2007 05:07 AM
Re: Ignite Issues
==================================================================================
tape 0 0/0/1/0.3.0 stape CLAIMED DEVICE HP C1537A
/dev/rmt/0m /dev/rmt/c0t3d0BEST /dev/rmt/c0t3d0DDS
/dev/rmt/0mb /dev/rmt/c0t3d0BESTb /dev/rmt/c0t3d0DDSb
/dev/rmt/0mn /dev/rmt/c0t3d0BESTn /dev/rmt/c0t3d0DDSn
/dev/rmt/0mnb /dev/rmt/c0t3d0BESTnb /dev/rmt/c0t3d0DDSnb
this is the output from the ioscan -fnC tape, and all the other varieties of the make_tape_recovery produce the same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 05:12 AM
03-16-2007 05:12 AM
Re: Ignite Issues
fuser -u /dev/rmt/0mn
see if some process is using the device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 06:23 AM
03-16-2007 06:23 AM
Re: Ignite Issues
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.77/