- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Golden 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
06-03-2002 02:38 PM
06-03-2002 02:38 PM
Golden Image
When I create OS archieve I want to exclude all the disk groups except vg00. How to do it?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 03:41 PM
06-03-2002 03:41 PM
Re: Golden Image
the -x inc_entire lets you include all from a volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 04:27 PM
06-03-2002 04:27 PM
Re: Golden Image
Scott has given you the correct syntax. In case you are using an older version of ignite s/w, the command would be make_recovery. The syntax is,
make_recovery -Avi
You can download and install the latest version of ignite from this link,
http://www.software.hp.com/products/IUX/index.html
Check out the download link.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 04:38 PM
06-03-2002 04:38 PM
Re: Golden Image
I am using make_sys_image command.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:40 PM
06-03-2002 07:40 PM
Re: Golden Image
the command make_sys_image is a shell script
you can edit this script and add the mount points of filesystems which you don't want to add in the image. Put the entries below "LEVEL2_NO_ARCHIVE='" this line.
Regds
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 10:09 AM
06-04-2002 10:09 AM
Re: Golden Image
We recently start using an Ignite-server to store all our images. We use the Ignite-client-menu which is easy to use.
# make_net_recovery -i
And you'll have this menu where you can select the VG's to be included in your image.