Operating System - HP-UX
1752569 Members
5056 Online
108788 Solutions
New Discussion юеВ

Re: Copy 11.31 media to ISO

 
SOLVED
Go to solution
unixdaddy
Trusted Contributor

Copy 11.31 media to ISO

I'm presently trying to copy the 11.31 DVD install media into ISO format on an rx6600 so that i can use them to install HPVM's. I've used the following command on an rx8640 and an rx6600 for each DVD

dd if= of=/dvd/hpux11.31-dvd2.iso bs=2k

on the rx8640 each DVD finishes in under 10mins. however on the rx6600 it has been running for over 2hours. The only difference between the 2 DVD devices on the machines is that the rx6600 is a usb DVD. Has anyone seen this kind of behaviour from usb DVD devices?
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: Copy 11.31 media to ISO

The current driver is much faster for USB devices than the older versions. What version do you have?

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!   
Torsten.
Acclaimed Contributor
Solution

Re: Copy 11.31 media to ISO

See
http://docs.hp.com/en/13490/ChangesinUSB0803.pdf

"
Changes in USB-00 from the December 2007 Fusion to the March 2008 Fusion
...
Added support in 11iv3 Ignite kernel for USB 2.0 hi-speed installation from local
DVD devices..."

and

http://docs.hp.com/en/oshpux11iv3.html#USB-00

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!   
unixdaddy
Trusted Contributor

Re: Copy 11.31 media to ISO

this is a base installl of september 2008 media. How can i tell what the driver it is using.
Torsten.
Acclaimed Contributor

Re: Copy 11.31 media to ISO

Have a look at this:

http://www11.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_37815&sel={hpux:11.31,}&BC=main|search|

"...
This product contains enhancements required to enable USB
2.0 speeds, USB mass storage devices and USB DVD write
capability within the USB core kernel driver.

These enhancements allow CD or DVD drives connected to the
system via USB to be read faster and used for data backup.
The enhancements also add support for USB mass storage
devices such as HP supported flash memory devices.

Resolution:
- USB 2.0 hardware enabled with a new host controller
driver. This hardware is already present on any system with
USB.
- A mass storage device driver added.

..."

and

http://docs.hp.com/en/15027/UpdatetoUSBDriverSupportonHPUX11iv3.pdf

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!   
Steven E. Protter
Exalted Contributor

Re: Copy 11.31 media to ISO

Shalom,

I think the entire process depends a lot on the type of drive. Write I/O rates to a USB write DVD are bound to be much slower than one on SCSI or IDE.

It has to do with the transfer rate to the device.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Emil Velez
Honored Contributor

Re: Copy 11.31 media to ISO

Why not just setup a ignite server and swcopy the install media filesets to the ignite server and allow it to install the HPVMs

This is a simple relatively supportable process.
unixdaddy
Trusted Contributor

Re: Copy 11.31 media to ISO

Torsten/Steven,

you are both correct i noted that the iso file is actually being written too, it is just growing at a exceptional slow rate - i left it for a day or so and it was still going!!!. USB seems to be dead slow and that patch is not on my server.

Emil,

i appreciate your response, but the question was about copying install media to an ISO. There are always other ways of installing servers i.e. ignite, but i was not after an install mechnism (per se), i was after understanding why my iso creation worked on one server type and not another.

As it happens i created my iso on the rc8640 and scp'd it to the rx6600 and used that. i will have get that patch.