Thank you for the response.

I started installing the necessary packages, but ran into a 'Connection 
Refused' problem when I tried to make the connection. (This is why I 
considered doing a fresh installation.)


I did the following:

run ping, it worked fine;
setup /etc/expots; permission is given to every client on the LAN  for rw  I 
run: 
        exportfs -a -v; 
        restarted portmapper and nfs; 

hosts.deny contains nothing. hosts.allow has the clients listed.

However, I could not mount the designated directory which is on the server. I 
got the following error message:

        mount: RPC: Unable to receive; errno = Connection refused


Subsequently I ran on the server
  
        rpcinfo -p 

and got 

  program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  32768  status
    100024    1   tcp  32768  status
    391002    2   tcp  32769  sgi_fam
    100011    1   udp    871  rquotad
    100011    2   udp    871  rquotad
    100011    1   tcp    874  rquotad
    100011    2   tcp    874  rquotad
    100005    1   udp  32769  mountd
    100005    1   tcp  32770  mountd
    100005    2   udp  32769  mountd
    100005    2   tcp  32770  mountd
    100005    3   udp  32769  mountd
    100005    3   tcp  32770  mountd
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   udp  32770  nlockmgr
    100021    3   udp  32770  nlockmgr
    100021    4   udp  32770  nlockmgr

If I run from the client side 
  
        rpcinfo -p [serverName] 

I get:
        rpcinfo: can't contact portmapper: RPC: Remote system error - Connection 
refused


I have never done anything with networking, and I am almost certain that I 
making a basic 'newbie' mistake.

Could you please suggest something I could do to make the connection between 
the client and the server? 






On Wednesday 10 April 2002 03:21 pm, you wrote:
> At 4/10/2002 03:12 PM -0700, you wrote:
> >I could not find an option on my RedHat 7.2 CD which would allow me to
> >"upgrade" a workstation to a server without loosing all my linux software.
>
> There is no such thing. The only difference between a workstation and a
> server is the packages installed. Assuming you are not connected to the
> outside world and don't have any security concerns, simply install the
> packages which provide the services you need and... voilą! You have a
> server.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to