- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite tape error........Lifcp:HPUX does not exis...
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-02-2005 03:11 AM
03-02-2005 03:11 AM
Ignite tape error........Lifcp:HPUX does not exist
I'm trying to create a ignite tape but I keep getting this error.
lifcp: HPUX does not exist.
make_medialif: error - lifcp HPUX failed, probable insufficient size for /var/tmp/uxinstlf.recovery
ERROR: System Error, /opt/ignite/bin/make_medialif failed creating boot LIF
file.
ERROR: Failed to generate LIF on tape .
Any suggestions on how to fix this?
Thanks,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 03:28 AM
03-02-2005 03:28 AM
Re: Ignite tape error........Lifcp:HPUX does not exist
man make_tape_recover, check ption "-B"
You will have to do as follows.
make_tape_recover -B /tmp "other options"
Assuming that there is enough space under /tmp
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 03:34 AM
03-02-2005 03:34 AM
Re: Ignite tape error........Lifcp:HPUX does not exist
make_tape_recovery -v -x inc_entire=vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 06:25 AM
03-02-2005 06:25 AM
Re: Ignite tape error........Lifcp:HPUX does not exist
This is the command we use:
/opt/ignite/bin/make_tape_recovery -A -I -v > /tmp/make_recovery.log 2>&1
give it a try
note that the -I was added when one of our systems crashed and somehow came up via the ignite tape - see man page.
Hope this works - we have an N4000 with this exact command in crontab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 06:31 AM
03-02-2005 06:31 AM
Re: Ignite tape error........Lifcp:HPUX does not exist
make_tape_recovery -v -B /tmp -x inc_entire=vg00
Assuming that /tmp has enough space. you should also add -I otion (Interactive restore)
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 09:22 AM
03-02-2005 09:22 AM
Re: Ignite tape error........Lifcp:HPUX does not exist
Thanks.