- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to generate ignite image on a network file sys...
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
06-07-2006 10:15 PM
06-07-2006 10:15 PM
How to generate ignite image on a network file system
can someone please let me know the procedure/commands to generate an ignite image/backup of a HP-UX 11.00 machine
onto a NFS mounted file system?
Thanks,
Matthias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 10:19 PM
06-07-2006 10:19 PM
Re: How to generate ignite image on a network file system
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 10:25 PM
06-07-2006 10:25 PM
Re: How to generate ignite image on a network file system
you can use the make_net_recovery from client also.
I don' t have one 11.00 system, so man make_net_recovery for the option
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 10:34 PM
06-07-2006 10:34 PM
Re: How to generate ignite image on a network file system
you can try with the make_sys_image command.
-d destination_directory
-s local for specify that the directory is a nfs mount point
man for the other option
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 10:56 PM
06-07-2006 10:56 PM
Re: How to generate ignite image on a network file system
configure a Ignite server, and run
# export DISPLAY=xxxxx:0
# ignite&
and make node client ignite net backup.
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 09:06 PM
06-08-2006 09:06 PM
Re: How to generate ignite image on a network file system
When setting up an ignite server, you will also have to create the archives directory and create an /etc/exports file for several directories to be exported and hence mounted on the server that you want to be ignited.
#cat /etc/exports
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/hostname -anon=2,access=hostname
These directories must be owned by bin:bin.
The .rhosts need setting up in both directions, for root too, as this makes the whole process easier.
On the ignite server, the backup directory can be any directory, as long as it is owned by bin:bin and is exported in /etc/exports.
Hope this helps.
JASH