- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite Image Question.
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
12-05-2006 05:49 PM
12-05-2006 05:49 PM
Ignite Image Question.
I have FTP'd ignite images over WAN. I want to ensure that the image is absolutely intact...
I have compared the size & cksum. Both are same (remote site & local). But the only difference i see is, when i say "file
remote site - gzip compressed
local - awk program text
Is this a problem ??
How else can i make sure that the ignite image i have FTP'd is absolutely intact ??
Thanks & Regards,
Ramesh.K.R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 05:54 PM
12-05-2006 05:54 PM
Re: Ignite Image Question.
The only sure fire way would be to recover the image on a test server.
I do this every now and then on my site just to make sure the ignite backups are correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 05:59 PM
12-05-2006 05:59 PM
Re: Ignite Image Question.
So, there is no other option ??
I just tried "gunzip" on the image. It gives the following error:
Unknown error
Does this mean a problem ?? OR is this expected ???
Regards,
Ramesh.K.R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 07:02 PM
12-05-2006 07:02 PM
Re: Ignite Image Question.
I dont think there is a problem, what command did you use to create the image ?.
I you used the default setting the image was created in tar format if you specified the -m option and chose cpio then thats the reason for the problem
-m c | t Archive method: c for cpio
and t for tar. tar is the
default.
-c z | g | n Compression method: z for compress, g for gzip, or n for no compression. gzip is the default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 08:29 PM
12-05-2006 08:29 PM
Re: Ignite Image Question.
If you used make_sys_image. here is what I found using man make_sys_image.
Note: Archives written to tape or raw disk cannot
be used directly; they must first be extracted
using dd onto a file system where they may be
accessed by an Ignite-UX server. To use a
directory that is an NFS mount point on the local
system, use -s local to specify the server
destination.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 08:59 PM
12-05-2006 08:59 PM
Re: Ignite Image Question.
We have used the following command:
/opt/ignite/bin/make_net_recovery -i -b -P s -l 0x00306EEA926D -s nuncas05 -display
Does this tell you anything ??
Regards,
Ramesh.K.R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 10:03 PM
12-05-2006 10:03 PM
Re: Ignite Image Question.
Seeing your command line arguments i can tell you that the image created of the server is in tar format therefore gunzip gives you the error.
You probably could use tar to uncompressthe image, I would not recommend trying to uncompress it using tar, because I dont know what the result would be.
Ramesh don't you have another server were you could try to use this image too see if it works ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:37 PM
12-06-2006 06:37 PM
Re: Ignite Image Question.
I think there are no other alternatives, but to check with actual recovery ...
Will try that only soon.
Thanks & Regards,
Ramesh.K.R.