This is a discussion on login mount problem within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hi, I have setup a Solaris 9 machine. I mounted the /home directory from another server /home2 in /etc/vfstab. ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have setup a Solaris 9 machine. I mounted the /home directory from another server /home2 in /etc/vfstab. 135.252.134.58:/home2 - /home nfs - yes rw,bg,intr,hard,proto=tcp Then I can access my home directory /home/zhangl on my Solaris 9 machine. But I can not rlogin to the machine with my login zhangl and password of 135.252.134.58. What should I do? Which file need to be updated? Thanks, Roger |
| |||
| Roger wrote: > Hi, > > I have setup a Solaris 9 machine. I mounted the /home directory from > another server /home2 in /etc/vfstab. > > 135.252.134.58:/home2 - /home nfs - yes > rw,bg,intr,hard,proto=tcp > You really should not do that, /home is there for the automounter. > Then I can access my home directory /home/zhangl on my Solaris 9 > machine. But I can not rlogin to the machine with my login zhangl and > password of 135.252.134.58. What should I do? Which file need to be > updated? > Read up on NIS, it is very easy to set up on a small (or even large) network. -- Ian Collins. |
| ||||
| On May 5, 2:59*am, Ian Collins <ian-n...@hotmail.com> wrote: > Roger wrote: > > Hi, > > > I have setup a Solaris 9 machine. I mounted the /home directory from > > another server /home2 in /etc/vfstab. > > > 135.252.134.58:/home2 * * - * * * /home * nfs * * - * * * yes > > rw,bg,intr,hard,proto=tcp > > You really should not do that, /home is there for the automounter. > > > Then I can access my home directory /home/zhangl on my Solaris 9 > > machine. But I can not rlogin to the machine with my login zhangl and > > password of 135.252.134.58. What should I do? Which file need to be > > updated? > > Read up on NIS, it is very easy to set up on a small (or even large) > network. > > -- > Ian Collins. Thanks! It works by reading NIS. |