- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- booting from make_net_recovery image
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-08-2004 03:43 AM
11-08-2004 03:43 AM
/opt/ignite/bin/make_net_recovery -s stlpora2 -x inc_entire=vg00
This command is from stlpora1 and I want to build a new server (with a different name and IP). I'm redeploying this new server as a development server to stlpora1.
The IUX server is on the same subnet, etc....
Thanks,
..Joe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 03:50 AM
11-08-2004 03:50 AM
Re: booting from make_net_recovery image
You could try:
boot lan
where IP address is the IP address of your ignite server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 03:51 AM
11-08-2004 03:51 AM
Re: booting from make_net_recovery image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 03:56 AM
11-08-2004 03:56 AM
SolutionIf the system already has OS on it, then it is very easy. Just add it as a client to your ignite server, duplicate the recovery contents and boot it from ignite server. For ex., you created net_recovery image for stlpora2 and you are trying to put it on stlpora1. Add stlpora1 as an ignite client to your ignite server. stlpora2 is already a client because you are taking make_net_recovery image. Do
cd /var/opt/ignite/clients/stlpora2
find CINDEX recovery | cpio -pdvma
../stlpora1
Edit /etc/exports file and add stlpora1 to the entry that has stlpora2 and export it ' export -a'
Now install stlpora1 from the ignite server using the "Install Client -> new install".
-Sri
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 04:12 AM
11-08-2004 04:12 AM
Re: booting from make_net_recovery image
Maybe this link will help.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000076271827
the itrc doc id is lpv37703.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 08:46 PM
08-03-2005 08:46 PM
Re: booting from make_net_recovery image
I have successfully made an image using make_net_recovery.
I have copied the CINDEX and recovery directory as the manual states.
When I try to install via Ignite server, I get options for vanilla installs, but not for the system I want to clone.
How do I get this option to appear?