- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to make a system 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
07-24-2000 12:27 AM
07-24-2000 12:27 AM
We have several B1000 systems with HP-UX 10.20. All systems are the same. (processors disks....). I installed one system with HP-UX and several other applications. No I want to create a 'image' of this system or must I say 'clone ?
Do I have to use Ignite-UX ? I installed this on our server and I read the manual, but I'm not sure which commands I have to use.
Must I use 'make_sys_image'?
Create this command a 'image' ?
Can somebody help me ?
Marcel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 12:51 AM
07-24-2000 12:51 AM
Re: How to make a system image ?
The Ignite documentation contaions a step by step example of what you want to do (Chapter 7: Using Golden System Images).
See http://docs.hp.com/dynaweb/hpux11/hpuxen1a/b2652/@Generic__BookView
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 01:20 AM
07-24-2000 01:20 AM
Re: How to make a system image ?
Refer to the below link. http://docs.hp.com/dynaweb/hpux11/hpuxen1a/b2652/@Generic__BookView
1. Also refer chapter 10. Creating Your Own Install Media(which list step by step to create install media).
2. You can also setup an Ignite-UX server and perform the client installation from it.
Vincente.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 11:57 PM
07-24-2000 11:57 PM
Re: How to make a system image ?
with Ignite-UX installed and a tape connected to the system, you can use the command:
/opt/ignite/bin/make_recovery -A -d /dev/rmt/0mn
This command make a tape_recovery of core volume group of your installation.
After that you can boot from the tape and install a new system.
Bye,
Matteo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2000 02:15 AM
07-25-2000 02:15 AM
Re: How to make a system image ?
Rik and Vincente, Thanks, I use 'Golden System Image' and it works. I had already the documentation but I didn't exacly know witch command's I must use.
Matteo, I going to try your anser also, I let you know.
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2000 04:29 PM
07-25-2000 04:29 PM
Re: How to make a system image ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2000 07:57 PM
07-25-2000 07:57 PM
Solutionuse make_recovery command of ignite-UX.
The command is make_recovery -A -v -C
The -C option is used to check the tape for any modifications since last backup.
The command is : check_recovery -v
Hope this is OK.
Regs,
S.J.Babu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2000 10:43 PM
07-25-2000 10:43 PM
Re: How to make a system image ?
Thank you for all your responses.
I used the make_net_recovery. So I have a recovery archive on Ignite server. Now I can boot from lan and install the archive.
Marcel