- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Make Recovery 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
12-15-2002 12:54 AM
12-15-2002 12:54 AM
"could not create the system recovery lock file...."
I checked if the ignite was running twice on the system - and it's not.
any idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2002 01:20 AM
12-15-2002 01:20 AM
SolutionCheck your version of Ignite.
Better to use make_tape_recovery.
Quoting Bill Hassel,
VERY IMPORTANT: Ignite/UX uses pax as the backup tool so there is *no* support for large files. As long as none of your mounted filesystems allow large files, you could use Ignite/UX for multiple volume groups. But as many, many (very sorry) sysadmins will tell you: Don't try to append other backups to a single tape to save money!
However: pax is not very robust at all (it's just tar+cpio in a single utility). It lacks any error recovery capablity (a bad spot on the tape cannot be skipped), it lacks a central index (which means restoring one file may take hours), and will not handle exclusive open or locked files.
end quote
You can read more
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x95a73a1c04ffd61190050090279cd0f9,00.html
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2002 01:27 AM
12-15-2002 01:27 AM
Re: Make Recovery error
I'm not using the same tape.
It works every week and it works fine. This is the first week that this problem occured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2002 01:48 AM
12-15-2002 01:48 AM
Re: Make Recovery error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2002 02:34 AM
12-15-2002 02:34 AM
Re: Make Recovery error
Can you find any indication what file is being locked ? any application running that was not running while you run the first ignite tapes ?
Look in
# cd /var/opt/ignite/logs/
# grep lock *
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2002 02:47 AM
12-15-2002 02:47 AM
Re: Make Recovery error
any other sugestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2002 03:03 AM
12-15-2002 03:03 AM
Re: Make Recovery error
/var/opt/ignite/recovery/makrec_lkfile
This is a lock file which is created when ever a make recovery is done.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2002 03:20 AM
12-15-2002 03:20 AM
Re: Make Recovery error
you can also call me but ..
You may need to remove the makrec_lkfile as follows:
1) Use the ps -ef command to check if make_recovery is already running.
2) ONLY IF IT IS NOT, remove the /var/opt/ignite/recovery/makrec_lkfile
and re-try.
Note: The error: make_recovery(204) means that it could not create
the System Recovery lock file, possibly because it may be in use, or due to a
permissions error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2002 03:48 AM
12-15-2002 03:48 AM
Re: Make Recovery error
I managed after all: I deleted the file /var/opt/ignite/recovery/makerec_lkfile and retried. It worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 02:23 PM
12-18-2002 02:23 PM
Re: Make Recovery error
It happens to anyone that seriously uses Ignite.
Steve
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
09-25-2003 02:18 AM
09-25-2003 02:18 AM
Re: Make Recovery error
It's solving my problem.
Remove this file and give a try it should definately work.
/var/opt/ignite/recovery/makrec_lkfile
This is a lock file which is created when ever a make recovery is done.