Is there a Solaris 9 to Solaris 10 transition guide?
I keep running into little things, like having to use svcadm to
start/stop stuff, instead of /etc/init.d scripts. (Where are the
svcadm files hiding anyway?)
I have a serious problem with automount. I have three auto_mapfiles.
Two work and one doesn't. The two that work are mounting directories
from a Solaris 7 system. The one that fails is attempting to mount
a directory off of a RH linux box.
----------------------------------------------------------------
auto_master;
/opt/repository auto_repository
auto_repository;
mirror HOSTNAME:/opt/repository/mirror
----------------------------------------------------------------
However, when I attempt to access /opt/repository/mirror I get;
----------------------------------------------------------------
# ls /opt/repository/mirror
/opt/repository/mirror: Permission denied
Apr 6 10:45:04 HOSTNAME nfs: WARNING: NFS server initial call
to HOSTNAME failed: Not owner
Apr 6 10:45:04 HOSTNAME automountd[12297]: Mount of
HOSTNAME:/opt/repository/mirror on /opt/repository/mirror: Not owner
----------------------------------------------------------------
The errors only show up on the Solaris 10 client. The RH server
doesn't complain about anything and all the other clients, Solaris
7, 8 & 9, are happy.
Linolil