- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Recover system from Ignite archive
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
11-07-2007 06:58 PM
11-07-2007 06:58 PM
Recover system from Ignite archive
Is it possible to recover host from ignite net archive if I have only archive file without any configuration information about client on Ignite server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 07:05 PM
11-07-2007 07:05 PM
Re: Recover system from Ignite archive
It should be possible.
check this thread for more info
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=37058
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 08:13 PM
11-07-2007 08:13 PM
Re: Recover system from Ignite archive
thanx for link, but I have network recvery archive not tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 08:37 PM
11-07-2007 08:37 PM
Re: Recover system from Ignite archive
assuming that you didnt use the -m option to do your ignite net recovery backup
then the file image is in tar format
do a man make_net_recovery for more info.
Try this thread for imformation on extracting a spefic file from a tar file
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=132348
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2007 09:42 AM
11-08-2007 09:42 AM
Re: Recover system from Ignite archive
restore the Ignite image to the ignite server.
/var/opt/ignite/recovery/archives/new_system_name
make sure all dirs and files from the restore are bin:bin
in /var/opt/ignite/clients
create the 0xLLA directory ( the MAC address of the server to be recovered )
chown bin:bin 0xLLA
ln -s 0xLLA new_system_name
cd to some other system_name
find INDEX recovery|cpio -pmdv ../new_system_name ( the one just created above ).
cd to /var/opt/clients/new_system_name/recovery/latest
edit the archive_cfg file and change the nfs_source= to point to the above restored archive.
Make sure to add this new server to the /etc/exports and /etc/hosts file.
Boot the new server from the ignite server, it should automatically find the restored archive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2007 09:15 PM
11-08-2007 09:15 PM
Re: Recover system from Ignite archive
but after starting recovery on client I recovered the Default HP-UX 11i Operating system, my data from new_clients network archive has not been recovered.