- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite Backup giving error
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
04-22-2009 06:58 PM
04-22-2009 06:58 PM
Ignite Backup giving error
When i am taking ignite backup its giving below error .
* Archiving contents of ggnbkp21 via tar image to local device /dev/rmt/24mn.
pax: /dev/rmt/24mn : Device busy
WARNING: The pax command returned a non-zero exit status (exit status 1).
ERROR: The find_files command failed (exit status 141).
ERROR: The make_sys_image command failed. The system recovery archive will
not be created.
======= 04/23/09 02:59:11 IST make_tape_recovery completed unsuccessfully
Please suggest me what should i do ??
i tried with new media , on same tape drive i taken three server bakup before this server..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2009 08:08 PM
04-22-2009 08:08 PM
Re: Ignite Backup giving error
It seems some how the system thinks that some process is alrady running and using the drive. Please check if there is any process running. You may also reboot the system, if possible. Also you may try
#ioscan
#infe -e
shardha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2009 08:35 PM
04-22-2009 08:35 PM
Re: Ignite Backup giving error
Issue is not with the media but with tape drive being busy.
Try checking the status of the tape:
# /usr/bin/mt /dev/rmt/24mn status
Also try as suggested:
# insf -eC tape
If any process (or earlier ignite command) is running related to tape drive, then kill it.
Regds,
R.K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 01:37 AM
04-23-2009 01:37 AM
Re: Ignite Backup giving error
check is there any procees is running related to the tape drive.
#ps -ef | grep /dev/rmt/
if any process
is running,kill them and issue the the ignite command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 01:52 AM
04-23-2009 01:52 AM
Re: Ignite Backup giving error
could you please provide the following
mt -t /dev/rmt/24mn status
ioscan -fnCtape
ps -ef | grep -i /dev/rmt/24mn
the OS version, HW model of Tape version of ignite -UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 03:58 AM
04-23-2009 03:58 AM
Re: Ignite Backup giving error
If you have lsof, use the following
lsof |grep -i dev|grep -i rmt|grep 24m
check the process and kill it.
mt -t /dev/rmt/24mn rewind
mt -t /dev/rmt/24mn status
start the ignite backup.
Cheers,
Ravi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 04:47 AM
04-23-2009 04:47 AM
Re: Ignite Backup giving error
connect the tape drive to another scsi port on the server and do,
# insf -e
#ioscan -funC tape (check tape detection)
Check any process related to this are running by top -s2 command
Then kill that process.then
#mt -f /dev/rmt/24mn rew
then start ignite "make_tape_recovery -AV -a /dev/rmt/24mn"
Hope this will work for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 06:18 AM
04-23-2009 06:18 AM
Re: Ignite Backup giving error
Its an issue with Tape which needs to cleaned or replaced
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1259080
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 06:59 AM
04-23-2009 06:59 AM
Re: Ignite Backup giving error
(1) Insert a new tape
#ioscan -fnC tape
# insf -e
(2)
mt -f /dev/rmt/xmn status check the status
mt -f /dev/rmt/xmn rew Rewind the tape
(if possible stop any application running on server and then )
(3) check with ignite software you are using, try with new software
install latest one from
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB
(4) use this command with interactive mode.
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/xmn
Regards,
Subodh