dvd device unknown on v880 with solaris 9

Hello,

My DVD device is not seen by solaris.

Seen by probe-scsi-all at the O.K. prompt.

OK boot cdrom works

After booting solaris, I put a CD on the device, but the volmgt doesn't show nothing. volmgt stop and volmgt start, but nothing in /cdrom

Mount manually doesn't work.

No link in /dev/dsk

Nor in /dev/rdsk

Someone can help ?

[394 byte] By [rani] at [2007-11-25 22:46:42]
# 1

I had something like this on a V480 - installed Sol 9 from DVD, then once installed wanted to install something else and there it was ... gone! After a frustrating stooge around SunSolve I identified a potential patch and after getting it and applying it, that fixed the problem. Now, if I could but remember what the patch was ...

I will see what I can find and report back.

SimonM at 2007-7-5 17:02:03 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 2
thank you for your answer.Maybe patch 111649-04 (DVD toshiba firmware upgrade patch) ? If so, I tried and have the message : No downloadable Device found (when I tried to upgrade firmware)If not, thank you to send me the patch.
rani at 2007-7-5 17:02:03 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 3

Do you have the following line in /etc/inetd.conf commented out:

# smserverd to support removable media devices

100155/1tlirpc/ticotsordwaitroot /usr/lib/smedia/rpc.smserverd rpc.smserverd

It may be commented out if you upgraded to Solaris 9 or you "hardened" the system using JASS

jds2n at 2007-7-5 17:02:03 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 4
It looks like I slapped on 112954-11 (current version is -13) to get the DVD recognised by the OS. I found, IIRC, a very, VERY tenuous mention when searching SunSolve that led me to that patch.
SimonM at 2007-7-5 17:02:03 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 5
Thank you for your answers.My test results : Line in /etc/inetd.conf not commented out.I'll test patch 111649, but I don't think it works (my device is an scsi, not an ata like on v480....
rani at 2007-7-5 17:02:03 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 6
I dunno about it being ata on the V480 (me and Sun Hardware mix like either oil and water or, more often, phosphorous and oxygen ... :) ) but when I was checking things out prior to the patch, the DVD <b>did</b> show up in the output of show-scsi from the ok prompt.
SimonM at 2007-7-5 17:02:03 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 7

You're both right. V480 = IDE & V880 = SCSI.

Toshiba firmware patch was for Model 1401 having an issue with DVD's. CD's were OK. I think I'd try a new drive first. I've had a few problems with JumpStarting an occaisional 880 "assuming" my internal disks were c1t0d0 etc but they were being seen as c0t0d0 because the DVD was missing. DVD should usually be c0t6d0 because the SCSI path gets probed before the Fibre disks. Probe-scsi only indicates the presence of the DVD, not the functionality.

jds2n at 2007-7-5 17:02:03 > top of Java-index,Sun Hardware,Servers - General Discussion...