Solaris 10 Transition Guide????

Solaris 10 Transition Guide????

Post by linoli » Fri, 08 Apr 2005 03:19:37



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

 
 
 

Solaris 10 Transition Guide????

Post by YTC# » Fri, 08 Apr 2005 03:57:29



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

Totally wild shot, it may be a NFS V4 issue. Edit /etc/default/nfs
NFS_CLIENT_VERSMAX=3

Default is 4

Quote:

> Linolil

--
Bruce Porter
XJR1300SP, XJ900F, GSX750W, GS550, GSX250, CB175
POTM#1(KoTL), WUSS#1 , YTC#1(bar), OSOS#2(KoTL) , DS#3 , IbW#18 ,Apostle#8
"The internet is a huge and diverse community and not every one is friendly"
http://www.ytc1.co.uk        
There *is* an alternative! http://www.openoffice.org/

 
 
 

Solaris 10 Transition Guide????

Post by Joao » Fri, 08 Apr 2005 03:31:00


See http://forum.sun.com/thread.jspa?messageID=77243

Joao


> 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

 
 
 

Solaris 10 Transition Guide????

Post by YTC# » Fri, 08 Apr 2005 04:02:49



> 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?)

You need to read a bit
man smf
http://docs.sun.com/app/docs/doc/817-1985/6mhm8o5n0?q=smf&a=view

Quote:

> 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

--
Bruce Porter
XJR1300SP, XJ900F, GSX750W, GS550, GSX250, CB175
POTM#1(KoTL), WUSS#1 , YTC#1(bar), OSOS#2(KoTL) , DS#3 , IbW#18 ,Apostle#8
"The internet is a huge and diverse community and not every one is friendly"
http://www.ytc1.co.uk        
There *is* an alternative! http://www.openoffice.org/
 
 
 

Solaris 10 Transition Guide????

Post by linoli » Fri, 08 Apr 2005 04:28:14



> See http://forum.sun.com/thread.jspa?messageID=77243

Thanks to you and Bruce.  Setting version 3 as the max
cured the problem.  However, that begs the question as to
why the Solaris 7 system, which is also version 3, worked?

> Joao


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

 
 
 

Solaris 10 Transition Guide????

Post by linoli » Fri, 08 Apr 2005 04:31:15




> > 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?)

> You need to read a bit
> man smf
> http://docs.sun.com/app/docs/doc/817-1985/6mhm8o5n0?q=smf&a=view

LOL - I need to read the SMF document to find out about SVCADM!

Thank you for the pointer.  I would skipped over that one thinking it
was unrelated.

Linolil

Quote:

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

> --
> Bruce Porter
> XJR1300SP, XJ900F, GSX750W, GS550, GSX250, CB175
> POTM#1(KoTL), WUSS#1 , YTC#1(bar), OSOS#2(KoTL) , DS#3 , IbW#18
,Apostle#8
> "The internet is a huge and diverse community and not every one is
friendly"
> http://www.ytc1.co.uk
> There *is* an alternative! http://www.openoffice.org/

 
 
 

1. Solaris 2.6 to Solaris 8 Transition Guide

I'm look for a transition guide from Solaris 2.6 to Solaris 8. I've checked
the Sun site but they don't seem to have a document that focuses
specifically on the transition from Solaris 2.6. If anyone can tell me where
to find one, it would be greatly appreciated.

=============================================
Kris

2. Help getting to 2.0.?

3. Solaris 10 Migration guide.

4. Using Lin*x box as xterminal to my Solaris box.

5. Guide for Oracle 10g installation on Solaris 10 GA?

6. Linux Meta Keys

7. Jumpstart solaris 10 b69 and solaris 10 b72 on an Ultra 30

8. ADSL Invest

9. Live upgrade failure: Solaris 10 -> Solaris 10 update 1.

10. lsof 4.70D for Solaris 10 [was Re: Lsof on Solaris 10 x86?]

11. Solaris 10 -- Where to get gcc (or other compiler) built on Solaris 10?

12. L 10 10 10 10...

13. Oracle 10 (RAC) & Solaris 10 & Sun Cluster 3