Operating System - HP-UX
1753719 Members
6002 Online
108799 Solutions
New Discussion

Re: rx6600’s with internal DVD-ROM(AD142A) on HPUX 11iv3

 
Alice Seeley
Frequent Advisor

rx6600’s with internal DVD-ROM(AD142A) on HPUX 11iv3

We have 4 rx6600’s with internal DVD-ROM(AD142Aa) drives that cannot be seen by the OS HP-UX 11iv3. The OS is an image that was created using external DVD-RW drives and works fine for external drives but not internal drives.I know that the AD142A DVD is not supported on HPUX but nothing tells me that AD142A isn't supported. Am I missing a kernel module or a driver?

5 REPLIES 5
Olivier Masse
Honored Contributor

Re: rx6600’s with internal DVD-ROM(AD142A) on HPUX 11iv3

I won't be of much help but I happen to have one rx6600 running 11iv3 since a few weeks. I checked it and ioscan/cstm do not report any DVD installed as well for me. If I ioscan a 11iv2 identical server, it does show up as a TEAC DV-28E-N.

I checked the quickspecs and come to the same conclusion as you: AD143 (the DVD-RW) isn't supported with HP-UX but AD142 (DVD-ROM) should be.

If nobody replies, I think I'll have to open a call for this.

Olivier Masse
Honored Contributor

Re: rx6600’s with internal DVD-ROM(AD142A) on HPUX 11iv3

Alice,

Look at these thread, some posted similar questions not so long ago:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1281690
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1272126

I can't try it here with a real DVD as the server is remote but my guess is that you can try something like this:

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

Good lick
David Dangerfield_1
Frequent Advisor

Re: rx6600’s with internal DVD-ROM(AD142A) on HPUX 11iv3

This is what i got directly from HP. Might want to check it out. It works for me.

disk 1 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





This is your cdrom



Mount â F cdfs /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001 /SD_CDROM



Torsten.
Acclaimed Contributor

Re: rx6600’s with internal DVD-ROM(AD142A) on HPUX 11iv3

The USB (!) drive looks like this under 11.31:

disk 1 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!   
Alice Seeley
Frequent Advisor

Re: rx6600’s with internal DVD-ROM(AD142A) on HPUX 11iv3

Thanks to all for your assistance. The problem was the Kernel module UsbHid was not set to static. So, I guess I was looking at it from a different view.