- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Accessing Ignite images on Windows 7
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
02-11-2015 03:12 AM
02-11-2015 03:12 AM
Accessing Ignite images on Windows 7
For various reasons (don't ask), I want to access Ignite images from Windows 7.
I've hit 2 problems so far...
- Accessing my Ignite image directory on my hp-ux machine across the network using Open Text NFS on my PC, I can navigate to the image directory, but it just refuses to see the image files - regardless of the permissions I give it.
It appears to be related to the image filename , e.g. 2007-07-26,11:45.
Anybody any ideas what's going on here? - So, I've managed to copy the image file from my hp-ux machine to my PC (by renaming the file).
Does anyone know what format the image file is in, so that I can look inside it using a Windows decompression utility?
Many thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2015 04:14 AM
02-11-2015 04:14 AM
Re: Accessing Ignite images on Windows 7
The image is tar with a bootable header in front. It depends if the image is from a PA-RIS or Integrity system.
This is how you would access a TAPE:
RISC:
# mt -f /dev/rmt/_mn rew
# mt -f /dev/rmt/_mn fsf 1
# tar -tvf /dev/rmt/_mn
IA64:
# mt -f /dev/rmt/_mn rew
# mt -f /dev/rmt/_mn fsf 22
# tar -tvf /dev/rmt/_mn
or
# tar -tvf /dev/rmt/?mn | awk '{SZ+=$3};END{print SZ}'
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2015 12:00 PM
02-11-2015 12:00 PM
Re: Accessing Ignite images on Windows 7
The image files are in tar format that were gzip'ed before storing them on the Ignite server. You would have to find a Windows version of gzip/gunzip to decompress the files, then a Windows version of tar to look at the contents.
However, what would be the purpose? These are multi-GB files that will expand to at least 300-700% larger (a 2GB archive will expand to 6GB to 14GB). Then tar can show you the index of tens of thousands of files. There is no Windows Explorer to walk through the directories. And the binary files have little use on the Windows box, while the ASCII files will be a pain to read due to differences in line formatting.
You can use vi to browse the actual file list for each backup on the Ignite server.
The directory is
/var/opt/ignite/clients/<hostname>/recovery/<date>
and you'll see the file flist. That has all the filenames that were collected at that date.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2015 01:16 AM
02-12-2015 01:16 AM
Re: Accessing Ignite images on Windows 7
>find a Windows version of gzip/gunzip to decompress the files, then a Windows version of tar to look at the contents.
>There is no Windows Explorer to walk through the directories
That's 7-Zip for all three.
>while the ASCII files will be a pain to read due to differences in line formatting.
vim or wordpad can handle newlines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2015 01:20 AM
02-12-2015 01:20 AM
Re: Accessing Ignite images on Windows 7
You can also try "total commander" and notepad++.
The commander can extract and even view the files.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2015 08:27 AM
06-29-2015 08:27 AM
Re: Accessing Ignite images on Windows 7
Are you trying to install HPUX through vmware :P