- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Golden image with make_sys_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
05-30-2006 01:28 AM
05-30-2006 01:28 AM
Golden image with make_sys_image
I try to backup my unix system (HPUX 11.11) with the command make_sys_image.
It's ok, but the filesystem created before the backup isn't in then compressed file.
I don't know why?
Version make_sys_image is 10.313
Version ignite C.6.7.79
Can you help me please?
Thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:07 AM
05-30-2006 02:07 AM
Re: Golden image with make_sys_image
/make_sys_image stores the archive image in the default directory /var/tmp. You can also have it save the image to a remote server that allows remote access from this client. Whichever method you choose, you need to have sufficient disk space to hold the image. The amount of disk space needed is approximately one-half the amount of data contained on your golden system (assuming about 50% compression ratio provided by gzip).
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:14 AM
05-30-2006 02:14 AM
Re: Golden image with make_sys_image
what's your complete command?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:20 AM
05-30-2006 02:20 AM
Re: Golden image with make_sys_image
Command:
/opt/ignite/data/scripts/make_sys_image -v -R -s local -d /var/tmp/image/rahan/archives -n rahan_sys.gz -w rahan_sys.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 03:42 AM
05-30-2006 03:42 AM
Re: Golden image with make_sys_image
the new image is created (new time stamp)?
No error messages during creation?
How do you check stored filesystem - with reinstalling the image?
I don't have the '-R' option, what is it for?
The archive directory is not linked or mounted, is it?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 06:37 PM
05-30-2006 06:37 PM
Re: Golden image with make_sys_image
I think you had forgotten 2 options:
make_sys_image ..... -n archive_name
-m (archive format t for tar c for cpio )
-c (compression :g for gzip ,z for compress)
ex: make_sys_image -n archive_name -m t -c g
refer to man make_sys_image for more explains
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 06:41 PM
05-30-2006 06:41 PM
Re: Golden image with make_sys_image
The backup is created without error.
When I execute the command:
gzcat
I don't see my filesystem in volume vg00
(For example /var/tmp/image)
So, I see the directory /var/tmp/image in the backup, but not the content (All files under the directory)
The first once, the system restore was right, only the filesystem /var/tmp/image (/etc/fstab wasn't good in backup???)
'-R' option it's then level 1 recovery (Network, hostname). I'm surprise because the file archive is small??? (340 Mo).
Without ths option, backup is in level 2 (and file archive is 1,3Go). I don't try the recover whith this backup.
The archive directory is not linked, is in filesystem /var/tmp/image in volume vg00
Thank's for your help.
Didier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 09:04 PM
05-30-2006 09:04 PM
Re: Golden image with make_sys_image
if '-R' is level 1 recovery (Network, hostname) then for me it seems to be not a complete image (only network and hostname settings?).
I propose not to use this option and check that 'level 2' image.
From 'man make_sys_image' you don't have to use -m and -c because tar and gzip are default settings.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 10:18 PM
05-30-2006 10:18 PM
Re: Golden image with make_sys_image
with the command
/opt/ignite/data/scripts/make_sys_image -s local -x |more
you can see the files that will be excluded from the archive.
/etc/fstab and /var/tmp are in the list
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 05:09 AM
05-31-2006 05:09 AM
Re: Golden image with make_sys_image
For backup, most folks use make_net_recovery, which I would recommend if that is what you are trying to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 06:53 PM
05-31-2006 06:53 PM
Re: Golden image with make_sys_image
I use make_sys_image to create system image on my server, then to create boot DVD with image system.
I prefer this solution on DVD.
It's the fisrt time that I use this support (DVD). On tape I use make_recovery.
I make some test with your notes, and I'am on a good direction.
I have modified option LEVEL2_NO_ARCHIVE in file /opt/ignite/data/scripts/make_sys_image, and the result is good.
I make a boot DVD for test today.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 01:13 AM
06-05-2006 01:13 AM
Re: Golden image with make_sys_image
The system backup was ok.
Just somes option were wrong.
/etc/fstab is reset??? (Not original file)
Have you somes ideas?
Thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 04:56 AM
06-05-2006 04:56 AM
Re: Golden image with make_sys_image
/etc/fstab is one of those files.
If you do not want to do this, you can run with the "level 1" option, "-l 1". Default is level 2, which goes generic.
Also, make_sys_image currently is a simple shell script. You can make a copy of it, and make your own edits to it, if you want. Search for LEVEL2_NO_ARCHIVE for the list of files that are removed from the image.
One reason why I recommended make_net_recovery instead.