system stalled & no DVDrom
Hi we have a decomissioned e450 box which has Solaris 8 installed. I want to install Soalris 10 on the box and use it as a test server. I have couple of problems.
When I start the box, it gets stuck with the message: setting default interface for multicase: add 224.0.0.0: gateway Jerry (jerry is the host name)
I can telnet into the machine but on the monitor has the aboce mentioned error.
My other problem is that the DVD-rom is not being recognized and I cannot boot cdrom. I have tried the following:
# iostat -En
c0t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: IBMProduct: DDYST1835SUN18G Revision: S94N Serial No: 00401HV998
RPM: 7200 Heads: 19 Size: 18.11GB <18110967808 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
c0t1d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: FUJITSU Product: MAN3184M SUN18G Revision: 1804 Serial No: 0224Z27521
RPM: 7200 Heads: 19 Size: 18.11GB <18110967808 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
c0t2d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: FUJITSU Product: MAN3367M SUN36G Revision: 1502 Serial No: 0202X07550
RPM: 10025 Heads: 27 Size: 36.42GB <36418595328 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
c0t3d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: FUJITSU Product: MAN3367M SUN36G Revision: 1502 Serial No: 0202X08694
RPM: 10025 Heads: 27 Size: 36.42GB <36418595328 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
c1t6d0 Soft Errors: 0 Hard Errors: 10 Transport Errors: 0
Vendor: TOSHIBA Product: DVD-ROM SD-M1401 Revision: 1007 Serial No: 06/22/00
RPM: 0 Heads: 0 Size: 18446744073.71GB <-8589934591 bytes>
Media Error: 0 Device Not Ready: 9 No Device: 1 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
# mount -o ro /dev/dsk/c0t6d0s0 /cdrom/cdrom0
mount: /dev/dsk/c0t6d0s0 or /cdrom/sol_10_305_sparc, no such file or directory
# df
/(/dev/dsk/c0t0d0s0 ): 943172 blocks257786 files
/proc (/proc ):0 blocks16376 files
/dev/fd(fd):0 blocks0 files
/oradata(/dev/dsk/c0t2d0s0 ):53072190 blocks 4315773 files
/export/home(/dev/dsk/c0t0d0s7 ): 4130772 blocks 1784809 files
/tmp(swap ): 5605008 blocks344537 files
# cd /cdrom
# ls -l
total 8
lrwxrwxrwx1 rootnobody18 Nov 24 15:42 cdrom0 -> ./sol_10_305_spa
rc
drwxr-xr-x2 rootnobody512 Feb 7 2001 oracle8i#1
drwxr-xr-x2 rootnobody512 Nov 24 15:42 sol_10_305_sparc
drwxr-xr-x3 rootnobody512 Feb 7 2001 sol_2_6_598_sparc_smcc_svr
# eject /cdrom/cdrom0
/cdrom/cdrom0: Inappropriate ioctl for device
# fuser -u /cdrom/cdrom0
/cdrom/cdrom0:
Can someone please advise. Thank you very much.
# 1
> # mount -o ro /dev/dsk/c0t6d0s0 /cdrom/cdrom0
> mount: /dev/dsk/c0t6d0s0 or /cdrom/sol_10_305_sparc,
> no such file or directory
/cdrom is normally handled by vold. You cannot mount in it while vold is running.
> # cd /cdrom
> # ls -l
> total 8
> lrwxrwxrwx1 rootnobody18 Nov 24 15:42
> cdrom0 -> ./sol_10_305_spa
> rc
> drwxr-xr-x2 rootnobody512 Feb 7 2001
> oracle8i#1
> drwxr-xr-x2 rootnobody512 Nov 24 15:42
> sol_10_305_sparc
> drwxr-xr-x3 rootnobody512 Feb 7 2001
> sol_2_6_598_sparc_smcc_svr
>
> # eject /cdrom/cdrom0
> /cdrom/cdrom0: Inappropriate ioctl for device
'eject cdrom' would be the command.
> # fuser -u /cdrom/cdrom0
> /cdrom/cdrom0:
Is anything in cdrom0? What does df -k /cdrom/cdrom0 return? Except for the missing filesystems in 'df' output, it appears already mounted.
--
Darren
# 2
There's an additional issue that may be effecting your "experience"
with the ability to boot from that particular optical drive.
"c1t6d0 Soft Errors: 0 Hard Errors: 10 Transport Errors: 0
Vendor: TOSHIBA Product: DVD-ROM SD-M1401 Revision: 1007"
The drive firmware is down-rev.
If I recall the issue properly, that version 1007 firmware lets the drive boot from CD media,
and once vold is running it is a great data drive, but it cannot boot from DVD media.
Once you get everything sorted out, apply [url=http://sunsolve.sun.com/search/document.do?assetkey=1-21-111649-04-1&s earchclause=sd-m1401]Public Patch 111649[/url] to update the drive.
If you have a Spectrum login to Sunsolve,
glance through BugID 4522975 from 2001, entitled
"Can not install S8U7beta from DVD on Sun Blade 1000"
and also see BugID 4831273 from 2004, entitled
"Toshiba DVD SD-M1401drives give unreliable results"
# 3
Thanks for the reply guys...but I am still stuck.....I did upgrade the firmware but still I cannot boot from the dvd-rom. I did:
BEFORE
# iostat -E | grep DVD
Vendor: TOSHIBA Product: DVD-ROM SD-M1401 Revision: 1007 Serial No: 06/22/00
AFTER -
# iostat -E | grep DVD
Vendor: TOSHIBA Product: DVD-ROM SD-M1401 Revision: 1009 Serial No: 12/20/00
# cd /cdrom
# ls -l
total 8
lrwxrwxrwx1 rootnobody18 Nov 24 15:42 cdrom0 -> ./sol_10_305_sparc
drwxr-xr-x2 rootnobody512 Feb 7 2001 oracle8i#1
drwxr-xr-x2 rootnobody512 Nov 24 15:42 sol_10_305_sparc
drwxr-xr-x3 rootnobody512 Feb 7 2001 sol_2_6_598_sparc_smcc_svr
# fuser -u /cdrom/cdrom0
/cdrom/cdrom0:
# df -k /cdrom/cdrom0
Filesystemkbytesusedavail capacity Mounted on
/dev/dsk/c0t0d0s01160015 688446 41356963%/
# df -k
Filesystemkbytesusedavail capacity Mounted on
/dev/dsk/c0t0d0s01160015 688446 41356963%/
/proc 0000%/proc
fd 0000%/dev/fd
/dev/dsk/c0t2d0s035009161 8473066 2653609525%/oradata
/dev/dsk/c0t0d0s715200475 13135089 191338288%/export/home
swap28021528 28021441%/tmp
# eject /cdrom
No such file or directory
# eject cdrom
cdrom: No such file or directory
then I did
boot cdrom
Boot device: /pci@1f,4000/scsi@2/disk@6,0:f file and args:
Drive not ready
Any ideas ? Please advise. Thanks
# 4
I tried to start normally and then stop the system and go to init 0 state, but that did not help too
Hostname: MNDBS1
checking ufs filesystem
/dev/rdsk/c0t2d0s0: is stable
/dev/rdsk/c0t0d0s7: is stable
add net default: gateway gateway
starting rpc services
setting nemask of hme0 to 255.255.255.0
setting defult internface for multicast: add 224.0.0.0: gateway mnisdbs1
then I do stop+a
{3} ok go
Fast Data Access MMU Miss
{3} ok init 0
{3} ok
{3} ok boot -s
boot device: /pci@1f,4000/scsi@3/disk@0,0:f file and args: -s
Give root password for system maintanace:
# init 0
new run leve: 0
stopping networker
stopping syslog services
program termnated
{1} ok
{1} ok boot cdrom
boot cdrom
Boot device: /pci@1f,4000/scsi@2/disk@6,0:f file and args:
Drive not ready
so back to where we started.
# 5
Hmmmm...
Perplexing.
The drive is recognized by the Solaris 8 environment,
it accepts a firmware update, and you can investigate thefilesystems on the media.
However ...
the directory listings and the df inquiries seem somehow 'wrong'.
Granted, I only did a speed-read of the excerpts you gave,
but the optical disk was able to show a percentage of usage,
and oracle and ISO directories were on that DVD disk ?
Perhaps the path-to-inst file has errors.
Glance through the man pages for DEVFSADM.
You can use it in a running OS to rebuild that file and eliminate inaccurate entries.
I think the uppercase "C" command-switch is the appropriate one to use.
Any other insights from Darren, et al ?
I'm running out of ideas, from my hardware-only experiences.
# 6
I tried this:
{1} ok devalias cdrom /pci@1f,4000/scsi@3/disk@6,0:f
{1} ok boot CDROM
Boot device: /pci@1f,4000/scsi@3/disk@6,0:f file and args:
Drive not ready
can't read disk label
can't open disk label package
Can't open boot device
Still no luck卆ny ideas ?
# 7
Guys....
I did a lot of things?.but nothing works. Then I thought I might be one of the most stupid persons on planet earth?and guess what?maybe I am. Although the drive says DVD drive?bloody thing does not read the Solaris DVD disk. When I put the CD and boot cdrom?.I抦 all set.
Sorry for the trouble and thanks a mil for all your help.