GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_sys_image
Operating System - HP-UX
1845515
Members
2735
Online
110244
Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Forums
Categories
This widget could not be displayed.
Company
This widget could not be displayed.
Local Language
This widget could not be displayed.
back
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
back
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Blogs
Information
This widget could not be displayed.
This widget could not be displayed.
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- This widget could not be displayed.This widget could not be displayed.This widget could not be displayed.This widget could not be displayed.This widget could not be displayed.This widget could not be displayed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:06 AM
10-08-2002 02:06 AM
Hi *,
i am using make_sys_image to prepare a Golden_Image for cloneing some new machines.
Is there a possibility to exclude filesystems like the -x exclude=/tmp when using make_net_recovery?
i am using make_sys_image to prepare a Golden_Image for cloneing some new machines.
Is there a possibility to exclude filesystems like the -x exclude=/tmp when using make_net_recovery?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 03:15 AM
10-08-2002 03:15 AM
Re: make_sys_image
check for the faq for the questions 11.5 and 11.6
That answers your queries
http://www.software.hp.com/products/IUX/faq.html#net_recovery
Also check the -f option of the make_sys_image
Here using the NO_ARCHIVE option you can exclude.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 03:35 AM
10-08-2002 03:35 AM
Solution
You are looking for something like this:
-f file file contains a user defined list of files to be reset to newconfig state or ignored altogether. This list can be in addition to the default level 2 behaviors or it can replace the default level 2 reset and/or ignore behaviors. The file may have one or two sections headed by the keywords RESET or NO_ARCHIVE , following each keyword are the pathes of files or directories (one per line), or regular expressions that describe files or directories. Each keyword can be combined with the ONLY keyword. If the ONLY keyword is used then the files in that section replace the default level 2 behavior. The keyword lines must begin with a '+', and each keyword (except ONLY) must occur only once in the file. The keywords are case sensitive, they must be in all upper case letters. This option overrides the -l option and sets the level to 2.
Copy /opt/ignite/data/scripts/make_sys_image from an Ignite-UX server to /tmp on the archive system.
/tmp/make_sys_image -s local -d /var/tmp -f /tmp/specific_files
Contents of /tmp/specific_files :
# Files to be reset to newconfig state
# in addition to the defaults. Note use of upper case.
+ RESET
/etc/motd
/etc/issue
# Files to be excluded from the archive,
# override the defaults. Note use of upper case.
+ ONLY NO_ARCHIVE
/data_area
/opt/apps/[na]*
Generate a list of files that will be reset or ignored including those
specified in /tmp/specific_files.
/tmp/make_sys_image -x -f /tmp/specific_files
BR,
Jannik
-f file file contains a user defined list of files to be reset to newconfig state or ignored altogether. This list can be in addition to the default level 2 behaviors or it can replace the default level 2 reset and/or ignore behaviors. The file may have one or two sections headed by the keywords RESET or NO_ARCHIVE , following each keyword are the pathes of files or directories (one per line), or regular expressions that describe files or directories. Each keyword can be combined with the ONLY keyword. If the ONLY keyword is used then the files in that section replace the default level 2 behavior. The keyword lines must begin with a '+', and each keyword (except ONLY) must occur only once in the file. The keywords are case sensitive, they must be in all upper case letters. This option overrides the -l option and sets the level to 2.
Copy /opt/ignite/data/scripts/make_sys_image from an Ignite-UX server to /tmp on the archive system.
/tmp/make_sys_image -s local -d /var/tmp -f /tmp/specific_files
Contents of /tmp/specific_files :
# Files to be reset to newconfig state
# in addition to the defaults. Note use of upper case.
+ RESET
/etc/motd
/etc/issue
# Files to be excluded from the archive,
# override the defaults. Note use of upper case.
+ ONLY NO_ARCHIVE
/data_area
/opt/apps/[na]*
Generate a list of files that will be reset or ignored including those
specified in /tmp/specific_files.
/tmp/make_sys_image -x -f /tmp/specific_files
BR,
Jannik
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP