|
Home > Archive > Unix administration > March 2006 > Solaris 10 - NFS Server for volume management /vol not reponding
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Solaris 10 - NFS Server for volume management /vol not reponding
|
|
| underh20 2006-02-28, 7:51 am |
| We encountered a problem on our Solaris 10 server. We were running an
oracle patch "precheck" and it started testing "site specific
libraries",
one of them was NFS server for volume management.
This is the error I received:
NFS Server for volume management (/vol) not responding
The patch just hung. I notice that NFS server is not enabled to be
online by default under "svcs". Can this be the cause ? I used to
just do # cd /vol under Solaris 8. What's the difference in Solaris 10
? How could I resolve this issue ?
Also, I notice that mounting CD is not automatic under Solaris 10.
What command can I use to ensure that the CD will be mounted and
rejected.
Thanks,
Humphrey
| |
| Doug Freyburger 2006-03-03, 6:43 pm |
| underh20 wrote:
>
> NFS Server for volume management (/vol) not responding
>
> The patch just hung. I notice that NFS server is not enabled to be
> online by default under "svcs". Can this be the cause ? I used to
> just do # cd /vol under Solaris 8. What's the difference in Solaris 10
> ? How could I resolve this issue ?
>
> Also, I notice that mounting CD is not automatic under Solaris 10.
> What command can I use to ensure that the CD will be mounted and
> rejected.
Automatically mounting CDs and NFS mounting /vol are indirectly
related.
There used to be a "vold" deamon running under older versions of
Solaris. I don't know if that's still available on 10 or it automatic
mounting has been automated without a deamon.
There is likely an entry for /vol in your automounter set-up. Since
/vol is used to automatically mount CDROMs, that's the indirect
linkage.
It's NFS client side that you want turned off not server side. Or
if client side has to be on, then server side needs to be turned on
and the appropriate /vol subdir exported/shared after it's mounted.
|
|
|
|
|