1837262 Members
2529 Online
110115 Solutions
New Discussion

Re: auto_home hangs

 
Arnold_14
Advisor

auto_home hangs

I have a problem with auto_home. When oracle user logs in, the system should do auto_home from a different box. In my case, the system hangs and the oracle user never gets the $ prompt after all the copyright stuff.

On local machine:
local1# df -n /home
/home (auto_home ) :

/etc/auto_home:
oracle aa.aa.aa.aa:/p102/home/&

On remote machine:
/etc/exports
/p102 -root=xx.xx.xx.xx

Help, thanks
Arnold
5 REPLIES 5
Sundar_7
Honored Contributor

Re: auto_home hangs

Try to manually mount aa.aa.aa.aa:/p102/home/oracle to /mnt (or any other directory) and see if it works.

# showmount -e

Also post the above output and make sure you have automouter or autofs running

# ps -ef | grep auto

Learn What to do ,How to do and more importantly When to do ?
Victor Fridyev
Honored Contributor

Re: auto_home hangs

Try to define HISTFILE=/tmp/$LOGNAME.hst

Sometimes HISTFILE on NFS cause problems

Regards
Entities are not to be multiplied beyond necessity - RTFM
Arnold_14
Advisor

Re: auto_home hangs

Hmm this is odd. If I do 'cd /home/oracle' manually, it's mounted fine, no problem.

If I login with that user, the system hangs after the copyright stuff. I check the /etc/profile, no problem.

I guess, my question is, what comes after /etc/profile. It's probably the culprit that runs forever so I cannot see the $ prompt

Thanks
-a
KapilRaj
Honored Contributor

Re: auto_home hangs

Are you missing -access = xx.xx.xx.xx in the remote machine ?

Regds,

Kaps
Nothing is impossible