- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to take iso 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
10-14-2010 09:33 PM
10-14-2010 09:33 PM
how to take iso image?
anybody can send the step?
subrata
- Tags:
- ISO image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2010 09:48 PM
10-14-2010 09:48 PM
Re: how to take iso image?
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
10-14-2010 09:55 PM
10-14-2010 09:55 PM
Re: how to take iso image?
If i am using dd command ? it was not working
Can anybody can send the step?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2010 10:56 PM
10-14-2010 10:56 PM
Re: how to take iso image?
in office two hard disk in one machine. one hard disk is OS and application.how to take full hard disk image? ---->
Whats ur requierment??
OS image or Disk Image.
For OS image go for the Ignite backup of vg00 only exclude mount points other then OS.
Command for the same is,
#make_tape_recovery -Av -x inc_entire=vg00 -a tape drive path with mn -x exclude=/Mount_Point -t "Comment if any"
Hope u hav ignite installes in ur OS.
If want to take full disk image,
check the mount points in which include that and take ignite.
Hope this solves ur query
Dont forget to assign points.
Regards
Vishnu Khandare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2010 04:16 AM
10-16-2010 04:16 AM
Re: how to take iso image?
from thread
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1127321
The tool that you want to use is the make_media_install script located in /opt/ignite/data/scripts/examples.
make_media_install will create a bootable recovery tape or optical disk. Type make_media_install -? to display detailed usage information.
The script uses an image that you created previously using make_net_recovery or make_sys_image.
The following examples use the default /var/opt/ignite/media/pseudo_root "media pseudo-root", a directory tree of all files going onto the tape or optical disk. The default pseudo-root can be overridden with the make_media_install -p switch. Before starting ensure that nothing exists under the pseudo-root path:
rm -r /var/opt/ignite/media/pseudo_root/*
Create an archives directory in the pseudo-root and copy the image into it:
mkdir -p /var/opt/ignite/media/pseudo_root/archives
cp /var/opt/ignite/recovery/archives/
Below, make_media_install -r specifies the HP-UX release that will be placed on the bootable medium.
Use make_media_install to create an ISO image and write it to the media. The default output device is /dev/rdsk/c0t0d0:
cd /opt/ignite/data/scripts/examples
./make_media_install â  r B.11.23 â  a B.11.23_archive_PA.gz â  m /var/opt/ignite/media â  o64w â  f /var/opt/ignite/clients/
If an optical recorder is not installed on the IUX server the last step of make_media_install will fail with the following error:
=== Step 6: Write image file to tape/CD/DVD media ===
+ /opt/ignite/lbin/growisofs -Z /dev/rdsk/c0t0d0=/var/opt/ignite/media/image.iso
:-( unable to open("/dev/rdsk/c0t0d0",O_RDONLY): No such device or address
+ Error 83 /opt/ignite/lbin/growisofs failed.
In this case the error is normal and the ISO image is created. Copy the image.iso file to a system that has an optical recorder and create the disk using the following command:
/opt/ignite/lbin/growisofs -Z /dev/rdsk/c0t0d0=/tmp/image.iso
To create a bootable tape do the following:
cd /opt/ignite/data/scripts/examples
./make_media_install â  T â  r B.11.11 â  a B.11.11_archive_PA.gz â  c /dev/rmt/1mn â  o64w â  f /var/opt/ignite/clients/
Hope this helps.
Unix operates with beer.