- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sending an Ignite to NFS mount point
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
02-11-2006 05:31 AM
02-11-2006 05:31 AM
Thanks for Any sugesstions.
-John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2006 05:41 AM
02-11-2006 05:41 AM
SolutionYes, you can do make_net_recovery to an NFS mount point. As far as restoring using the image, that is the issue. You kind of need an Ignite server to use the image.
Anyway here is the command syntax.
/opt/ignite/bin/make_net_recovery -s tzfat -x inc_entire=vg00 -a jufdev:/scratch
/ignite/archives -C
The jufdev part is hitting the NFS mount point.
SEP
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
02-11-2006 08:04 AM
02-11-2006 08:04 AM
Re: Sending an Ignite to NFS mount point
The command: is the argument tzfat the name of the server you are creating an ignite of? and obviously jufdev:/scratch is your NFS mount point that it will send the ignite image too.
opt/ignite/bin/make_net_recovery -s tzfat -x inc_entire=vg00 -a jufdev:/scratch
/ignite/archives -C
So if I did this I would basically have a tarball/ignite image. Do you know if its possible to burn this to tape and have basically an ignite tape?
Thanks Again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2006 08:13 AM
02-11-2006 08:13 AM
Re: Sending an Ignite to NFS mount point
Meaning: In the event my server room burned down, I have the ignite image on the NAS server. Now I need to make this image useable. Would it be possible to connect a tape drive up and spool it directly to tape? I suppose I would still need to burn the ISO of the ignite to the boot record of the tape which would require a special copy program to do this anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2006 01:46 PM
02-11-2006 01:46 PM
Re: Sending an Ignite to NFS mount point
The latest version appears not to have that file, but the infor may be available in the iuxguide.pdf file in that same directory.
I also just found the instructions online:
http://www.docs.hp.com/en/B2355-90941/ch08s02.html#d0e10927
Good luck.