Operating System - HP-UX
1752567 Members
5399 Online
108788 Solutions
New Discussion юеВ

Re: Mounting DVD on Itanium Server

 
SOLVED
Go to solution

Mounting DVD on Itanium Server

Hi,

I am totally new to HP-UX Itanium servers(and HP-UX OS). I have a new server:
# model
ia64 hp server rx2660

OS installation was fine on it. After OS installation, I tried to mount a DVD. After a lot of Googling, I am still stuck. I get the following error:
# ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
===============================================================================
disk 3 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 /aashish
/dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001: unrecognized file system


Please help.
12 REPLIES 12
Ian Dennison_1
Honored Contributor

Re: Mounting DVD on Itanium Server

Have you tried using the "rdsk" device?
Building a dumber user

Re: Mounting DVD on Itanium Server

This is the error i get with 'rdsk' device:
# mount /dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001 /aashish
mount: /dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001 is an invalid operand
Jupinder Bedi
Respected Contributor

Re: Mounting DVD on Itanium Server

try it as follows

mount -F cdfs -o ro,rr,noauto /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001 /aashish


Good luck!!!!
All things excellent are as difficult as they are rare

Re: Mounting DVD on Itanium Server

@ jupinder

thanks a lot!!!... that worked!!!

As i said I am pretty new to HP-UX, would you mind to explain
a) what exactly was i doing wrong?
b) is there any specific procedure to unmount?

Regards,
Aashish
Jupinder Bedi
Respected Contributor
Solution

Re: Mounting DVD on Itanium Server

you need to mention the cdfs filesystem with the mount option for mounting and unmounting the cdrom ......... points please :-)
All things excellent are as difficult as they are rare
Torsten.
Acclaimed Contributor

Re: Mounting DVD on Itanium Server

# unmount /aashish



But you are using the old USB drivers.

You should uninstall them and install the current USB driver (from media or software.hp.com).


By doing this you get the good old /dev/dsk/cxtydz devices back.

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

Re: Mounting DVD on Itanium Server

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!   

Re: Mounting DVD on Itanium Server

@jupinder:
thanks for that info... and full points as everything worked perfectly on the first go :-)

@torsten:
thanks for the unmounting command and info on USB drivers info..would you have(i am sure u would) good link which lists some good system commands for HP-UX... this is the first time i am working on a HP-UX server.. and i am having some hard time with it....
Torsten.
Acclaimed Contributor

Re: Mounting DVD on Itanium Server

(almost) everything you need is on

http://docs.hp.com -> 11iv3 (11.31)

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!