SF V210 CDROM drive auto eject!


 
Thread Tools Search this Thread
Operating Systems Solaris SF V210 CDROM drive auto eject!
# 8  
Old 10-26-2008
No problem HishamN, just take note for your NFS..

Server Side
##### Share to all clients #####
shell> chmod 707 /[sharing directory]
shell> share -F nfs -o rw /[sharing directory]
shell> /usr/lib/nfs/nfsd -a 16
shell> /usr/lib/nfs/mountd

##### Share to specified hosts #####
shell> vi /etc/hosts
192.168.1.2 HOST01
192.168.1.3 HOST02
shell> vi /etc/dfs/dfstab
share -F nfs -o rw=HOST01:HOST02 /[sharing directory]

shell> vi /etc/dfs/dfstab
share -F nfs -o rw=HOST01:HOST02 /[sharing directory]

shell> mv /etc/rc3.d/K28nfs.server /etc/rc3.d/S28nfs.server
shell> /etc/init.d/nfs.server start
shell> /etc/init.d/nfs.server stop

Client Side
##### Manual-mount #####
shell> vi /etc/hosts
192.168.0.1 SERVERHOST
shell> mkdir /usr/data
shell> mount -F nfs SERVERHOST:/[sharing directory] /usr/data

##### Auto-mount #####
shell> vi /etc/hosts
192.168.0.1 SERVERHOST
shell> vi /etc/vfstab
SERVERHOST:/[sharing directory] - /usr/data nfs - yes rw,bg,soft
shell> mount all

Smilie
# 9  
Old 10-27-2008
Hi,

I installed the patch and still have same problem, so I replace it with CDROM from another server and it worked!

So I will order a new one Smilie.

Thanks incredible very very much.

Best wishes.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Trying to eject cdrom

The green cdrom light is blinking on our Sun Solaris server. I tried the eject command to eject cdrom: 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... (6 Replies)
Discussion started by: agarcia19
6 Replies

2. 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

3. Solaris

Solaris 9 not recognizing CDROM drive

Hello, I've read many posts that offer tips on how to mount a CDROM but I haven't seen any on how to get the system to recognize the CDROM drive. I was transferring files from CDROM to the hard drive successfully. I entered the third CDROM and the system refused to automount it. I tried... (2 Replies)
Discussion started by: TrueSon
2 Replies

4. 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

5. 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

6. UNIX for Dummies Questions & Answers

Lost CDROM drive

I haven't used the cdrom (actually dvdrom) drive on my server in months. I put the dvd in the drive but can't see it. I did an: iostat -En but don't see anything that says cdrom or dvd, what could be the problem? Thanks! (1 Reply)
Discussion started by: FredSmith
1 Replies

7. UNIX for Advanced & Expert Users

CDROM Doesn't Auto Mount - Solaris 9

On Sun Fire V240, cdrom doesn't automount. I can manually mount the cdrom, however it pretty annoying. I have checked the vold demon and its seems to be running. Here is the output from /etc/inetd.conf pg inetd.conf daytime stream tcp6 nowait root internal daytime dgram udp6 ... (2 Replies)
Discussion started by: mshafi
2 Replies

8. UNIX for Dummies Questions & Answers

stop cdrom from auto-mounting

Somebody loaded RH 7.3 for me on my PC & now I'm running through & configuring all my settings. Question: Every time I insert a CD into the cdrom, it automatically mounts the cdrom if there's anything on the CD. How do I disable this? I don't want it to automount. Thanks in advance!! (2 Replies)
Discussion started by: jalburger
2 Replies

9. 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

10. UNIX for Dummies Questions & Answers

Can't open CDROM drive

Hi all, Thru the installation i get the message to insert oracle CD 2 into cdrom drive but does not come up. with eject cdrom i get the device is busy. what i have to do to open the cdrom drive and continue the installation? plz explain to complete the installation thanks grep (7 Replies)
Discussion started by: grep
7 Replies
Login or Register to Ask a Question