- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to munt crom in Hpux 11i v3
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
05-11-2009 03:56 AM
05-11-2009 03:56 AM
unable to munt crom in Hpux 11i v3
#ioscan -funC disk
Class I H/W Path Driver S/W State H/W Type Description
===============================================================================
disk 5 0/0/2/1.0.16 UsbScsiAdaptor CLAIMED DEVICE USB SCSI Stack Adaptor
disk 2 0/3/0/0/0/0.0.0 sdisk CLAIMED DEVICE HP LOGICAL VOLUME
/dev/dsk/c0t0d0 /dev/dsk/c0t0d0s2 /dev/rdsk/c0t0d0 /dev/rdsk/c0t0d0s2
/dev/dsk/c0t0d0s1 /dev/dsk/c0t0d0s3 /dev/rdsk/c0t0d0s1 /dev/rdsk/c0t0d0s
# ioscan -fun
OO 4 0/0/2/0.0.0 UsbBootKeyboard CLAIMED DEVICE Virtual Keyboard
/dev/deviceFileSystem/Usb/Keyboard/keyboard@UnknownDevice-1008+4390%0.0.0
OO 6 0/0/2/0.0.1 UsbBootMouse CLAIMED DEVICE USB vMedia Boot Mouse
/dev/deviceFileSystem/Usb/Mouse/mouse@UnknownDevice-1008+4390%0.0.1
OO 11 0/0/2/1 UsbOhci CLAIMED INTERFACE USB OHCI Interface
OO 7 0/0/2/1.0 UsbMiniBus CLAIMED INTERFACE USB Composite Device
disk 5 0/0/2/1.0.16 UsbScsiAdaptor CLAIMED DEVICE USB SCSI Stack Adaptor
Iam unable to create the device file
I used insf -e -H 0/0/2/1.0.16 , iam unable to create
how can i mount ?
Thanks and regards,
M.Gunasekaran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 03:59 AM
05-11-2009 03:59 AM
Re: unable to munt crom in Hpux 11i v3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 04:03 AM
05-11-2009 04:03 AM
Re: unable to munt crom in Hpux 11i v3
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
# mount /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001 /mount_point
It will be easier to create a shortcut (link) like this:
# ln -s /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001 /dev/cdrom
and use
# mount /dev/cdrom /mountpoint
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
05-11-2009 04:04 AM
05-11-2009 04:04 AM
Re: unable to munt crom in Hpux 11i v3
it will look different if you are using the latest USB-00 driver software.
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
05-11-2009 04:22 AM
05-11-2009 04:22 AM
Re: unable to munt crom in Hpux 11i v3
what u said is ok , but iam unable to find any of the device file in any of the below commands.
# ioscan -fuNC , ioscan
what i have u to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 04:41 AM
05-11-2009 04:41 AM
Re: unable to munt crom in Hpux 11i v3
I think first of all you have to update the USB driver to USB-2.0:
http://www.docs.hp.com/en/15637/UpdatetoUSBDriverSupportonHPUX11iv3.pdf
Currently
/dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001
is not a normal device file to be used.
The update to USB-2.0 will provide classic style device files for your USB CDROM (something like /dev/dsk/c0t0d0), so you should then mount the CDROM as usual:
mount /dev/dsk/c0t0d0 /cdrom
(where c0t0d0 is just an example, you have to put what ioscan will show on USB device after the update)
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 04:42 AM
05-11-2009 04:42 AM
Re: unable to munt crom in Hpux 11i v3
# model
# ioscan -fn
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!
