On Mon, Mar 13, 2000 at 06:05:29PM +0530, Madhav wrote:
> [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
So why don't you start the portmapper on the server.
/etc/rc.d/init.d/update.init start
Then check with "ps auxwww" if all of the following processes are
running. rpc2portmap, updateclnt, updatesrv.
Only if those are running bldvldb.sh will be able to get access to the
volume creation information on the server.
Jan