Trying to eject cdrom


 
Thread Tools Search this Thread
Operating Systems Solaris Trying to eject cdrom
# 1  
Old 10-19-2011
Trying to eject cdrom

The green cdrom light is blinking on our Sun Solaris server. I tried the eject command to eject cdrom:
Code:
eject cdrom
cdrom: No such file or directory
bash-2.05# eject
No default media available
bash-2.05# eject cdrom0
cdrom0: No such file or directory
 
The message log file shows:
 
Oct 19 10:11:38 sdbb-prod scsi: [ID 107833 kern.warning] WARNING: /pci@1e,600000/ide@d/sd@0,0 (sd30):
Oct 19 10:11:38 sdbb-prod       Error for Command: read(10)                Error Level: Retryable
Oct 19 10:11:38 sdbb-prod scsi: [ID 107833 kern.notice]         Requested Block: 16                        Erro
r Block: 16
Oct 19 10:11:38 sdbb-prod scsi: [ID 107833 kern.notice]         Vendor: TEAC                               Seri
al Number:
Oct 19 10:11:38 sdbb-prod scsi: [ID 107833 kern.notice]         Sense Key: Not Ready
Oct 19 10:11:38 sdbb-prod scsi: [ID 107833 kern.notice]         ASC: 0x53 (media load or eject failed), ASCQ: 0
x0, FRU: 0x0
Oct 19 10:11:43 sdbb-prod scsi: [ID 107833 kern.warning] WARNING: /pci@1e,600000/ide@d/sd@0,0 (sd30):
Oct 19 10:11:43 sdbb-prod       Error for Command: read(10)                Error Level: Retryable
Oct 19 10:11:43 sdbb-prod scsi: [ID 107833 kern.notice]         Requested Block: 16                        Erro
r Block: 16
Oct 19 10:11:43 sdbb-prod scsi: [ID 107833 kern.notice]         Vendor: TEAC                               Seri
al Number:
Oct 19 10:11:43 sdbb-prod scsi: [ID 107833 kern.notice]         Sense Key: Not Ready
Oct 19 10:11:43 sdbb-prod scsi: [ID 107833 kern.notice]         ASC: 0x53 (media load or eject failed), ASCQ: 0
x0, FRU: 0x0
Oct 19 10:11:48 sdbb-prod scsi: [ID 107833 kern.warning] WARNING: /pci@1e,600000/ide@d/sd@0,0 (sd30):
Oct 19 10:11:48 sdbb-prod       Error for Command: read(10)                Error Level: Retryable
Oct 19 10:11:48 sdbb-prod scsi: [ID 107833 kern.notice]         Requested Block: 16                        Erro
r Block: 16
Oct 19 10:11:48 sdbb-prod scsi: [ID 107833 kern.notice]         Vendor: TEAC                               Seri
al Number:
Oct 19 10:11:48 sdbb-prod scsi: [ID 107833 kern.notice]         Sense Key: Not Ready
Oct 19 10:11:48 sdbb-prod scsi: [ID 107833 kern.notice]         ASC: 0x53 (media load or eject failed), ASCQ: 0
x0, FRU: 0x0
Oct 19 10:11:53 sdbb-prod scsi: [ID 107833 kern.warning] WARNING: /pci@1e,600000/ide@d/sd@0,0 (sd30):
Oct 19 10:11:53 sdbb-prod       Error for Command: read(10)                Error Level: Fatal
Oct 19 10:11:53 sdbb-prod scsi: [ID 107833 kern.notice]         Requested Block: 16                        Erro
r Block: 16
Oct 19 10:11:53 sdbb-prod scsi: [ID 107833 kern.notice]         Vendor: TEAC                               Seri
al Number:
Oct 19 10:11:53 sdbb-prod scsi: [ID 107833 kern.notice]         Sense Key: Not Ready
Oct 19 10:11:53 sdbb-prod scsi: [ID 107833 kern.notice]         ASC: 0x3a (medium not present), ASCQ: 0x0, FRU:
 0x0


Last edited by DukeNuke2; 10-24-2011 at 12:07 PM..
# 2  
Old 10-22-2011
It looks like the cdrom is not mounted. You may want to verify that first.
Could the blinking be a self-detected hardware problem?
# 3  
Old 10-24-2011
Try to restart vold daemon. Is it solaris-9/10 ?
# 4  
Old 10-24-2011
Try to use absolute PATH to the CDROM

Code:
eject /dev/cxtxdxsx

and to get appropriate device you can use

cdrw command
# 5  
Old 10-24-2011
you could perform the following steps....not sure of it though

#/etc/init.d/volmgt stop
#eject
#/etc/init.d/volmgt start

---------- Post updated at 09:26 AM ---------- Previous update was at 09:25 AM ----------

After you get this error

bash-2.05# eject
No default media available

try removing the media manually.
# 6  
Old 10-27-2011
Or you could issue the following command:

eject -n

and look for the cd-rom device in the output of that command
# 7  
Old 10-27-2011
eject -n simply replays a canned list of "nicknames" or synonyms that eject understands.
How does that identify the device in question?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to eject boot cdrom after booting from it?

Hey everyone, I currently have a sparcstation 5, and am trying to run some scripts on it without booting off the hard drive. Currently I am using a Solaris 8 install cd to boot into single user mode. However, the scripts I have are on a different CD. What I would like to do is to use the... (6 Replies)
Discussion started by: idlechatter
6 Replies

2. Solaris

CDROM will not eject - says device busy

Hi, I've seen similar posts on this board about ejecting CDROMs but I've tried the solutions people suggested but still cannot eject the CD. It's stuck in a production box so I can't reboot it... bash-3.00# eject -f cdrom /vol/dev/dsk/c0t0d0/sol_10_106_sparc/s0: Device busy bash-3.00#... (14 Replies)
Discussion started by: jimmy54321
14 Replies

3. Filesystems, Disks and Memory

eject virtual tape

Hi i´m working with aix 6.1 and DL4100 (virtual tape library from EMC) and i makes backups (mksysb) into virtual drive (virtual standalone drive). I need eject de tape when backup is finished and I don't now what command use. Thanks for your help. The commands mt and tctl doesn't works.... (0 Replies)
Discussion started by: wolaf
0 Replies

4. AIX

eject dvd/cd

does someone knows how to eject a dvd/cd device? thx (2 Replies)
Discussion started by: jcpetela
2 Replies

5. Solaris

SF V210 CDROM drive auto eject!

Hi, When I insert a cd to CDROM drive in SF V210 Solaris 10 it took seconds then eject it auto! How can I solve this issue? Thanks Regards :) (8 Replies)
Discussion started by: HishamN
8 Replies

6. AIX

Eject CDROM?

Now i have a prolem! I double click on my zip file from cdrom. System can not read my zip file and i can not eject my cdrom. How can i manage process and can i end a process or how can i eject my cdrom? please have me! thanks (4 Replies)
Discussion started by: leenguyen0101
4 Replies

7. Solaris

Tape eject using nsrjb

We have just got a Sun L8 tape library and I was trying to script a couple of things. One was to eject (export) a tape from the machine. nsrjb seems to have an enormous amount of options but this is one thing I have not been able to do. Anybody ever managed to do it? Cheers (1 Reply)
Discussion started by: Argus
1 Replies

8. Solaris

cdrom will not eject

Hi I have placed a CD into the rom and now I can not eject it. when i type in eject cdrom i get the follwing error root@ssdb0009 # eject cdrom /vol/dev/rdsk/c0t6d0/dp_a0500_solaris_7_and_8_cd: Device busy Therefore i try and eject it with the -f option (eject -f cdrom) I still get the... (4 Replies)
Discussion started by: dennisca
4 Replies

9. Shell Programming and Scripting

eject floppy messages

Anyone know if there is a way to keep the "/dev/floppy/... can now be ejected" messages from coming up on the screen? I'm using Solaris 8 and it pops a message up, which is fine, but it also writes text in the terminal session... that is what I'm trying to avoid. I have tried running in silent... (4 Replies)
Discussion started by: Serious_Lee
4 Replies

10. UNIX for Dummies Questions & Answers

Eject Tape

Hi, I'm using AIX and I'm looking for a command that can eject the tape. Any help is highly appreciated. Regards, BS (3 Replies)
Discussion started by: bbhavis
3 Replies
Login or Register to Ask a Question