1752780 Members
6037 Online
108789 Solutions
New Discussion юеВ

Re: Install from usb

 
Shattia Moorthi
Frequent Advisor

Install from usb

how to install hp ux patches from usb on server rx2660. or from cdrom.
ioscan -fnC cdrom : can't find any cdrom.

tq


5 REPLIES 5
Dennis Handly
Acclaimed Contributor

Re: Install from usb

What HP-UX version are you using? What type of server or blade?
It may not look like a "cdrom" so you may have to scan other entries.
Torsten.
Acclaimed Contributor

Re: Install from usb

If you use an older 11.31 release with the old USB driver the device file looks a bit strange, example:

disk 7 0/0/2/1.0.16 UsbScsiAdaptor CLAIMED DEVICE USB SCSI Stack Adaptor
/dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001
/dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001

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!   
Shattia Moorthi
Frequent Advisor

Re: Install from usb

it same like this
disk 7 0/0/2/1.0.16 UsbScsiAdaptor CLAIMED DEVICE USB SCSI Stack Adaptor
/dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001
/dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001

then how to mount it

Torsten.
Acclaimed Contributor

Re: Install from usb

Mount it like any other DVD device:

# mount /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001 /cdrom



Better to update the USB driver!

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=USB2

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!   
Shattia Moorthi
Frequent Advisor

Re: Install from usb

tq

dear frenz