Hi,
I have checked in /etc/services to see whether all these entries are
there or not. I found that all the entries are present. I am reviewing
all the things that I did. But if u any idea please give me.
Thanks,
Madhav
----- Original Message -----
From: LEE, Yui-wah (Clement) <[EMAIL PROTECTED]>
To: Madhav <[EMAIL PROTECTED]>
Sent: Monday, March 13, 2000 2:34 PM
Subject: Re: thanks for the help but....
>
>
> On Mon, 13 Mar 2000, Madhav wrote:
>
> > I checked up with "ps -A" and found that rpc2portmap,updateclnt,
startserver
> > codasrv and auth2 are running.
> > Today I resinstalled codaserver but I am getting the same message like
> > [root@server1 /root]# bldvldb.sh
> > Fetching /vice/vol/Volumelist from server1
> > Cannot get port from rpc2portmap; exiting
> > Trouble getting new list for server server1
> > cat: *.list: No such file or directory
> > V_BindToServer: binding to host server1
> > VolMakeVLDB failed with Unknown RPC2 return code 102
> >
> > Is there anything wrong with the functioning of rpc2portmap??.
>
> How is your /etc/services looks like in server1 ? Does it contains
> the following lines ?
>
> # Iana allocated Coda filesystem port numbers
> rpc2portmap 369/tcp
> rpc2portmap 369/udp # Coda portmapper
> codaauth2 370/tcp
> codaauth2 370/udp # Coda authentication server
>
> venus 2430/tcp # codacon port
> venus 2430/udp # Venus callback/wbc interface
> venus-se 2431/tcp # tcp side effects
> venus-se 2431/udp # udp sftp side effect
> codasrv 2432/tcp # not used
> codasrv 2432/udp # server port
> codasrv-se 2433/tcp # tcp side effects
> codasrv-se 2433/udp # udp sftp side effect
>
> Hope this help.
>
> P.S. I think it would be better to send your question to codalist, as
> more people can answer.
>
> -- Clement