[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

890.0. "problem with mounting backing trees" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Fri Aug 12 1994 15:42

Date Of Receipt: 	12-AUG-1994 14:13:36.34
From: 	WASTED::bozen "mark bozen USG  12-Aug-1994 1411"
To: 	odehelp@DEC:.zko.wasted
CC: 	
Subj: 	problem with mounting backing trees
I get this error trying to odemount any of the goldminor disks, for example: 	

# odemount -v goldminos
goldminos: GOLDMIN os submits
NFS Portmap: RPC: Port mapper failure - RPC: Unable to send
NFS Portmap: RPC: Port mapper failure - RPC: Unable to send
NFS Portmap: RPC: Port mapper failure - RPC: Unable to send

Does this mean the disk is unavailable for mounting at this time?

                                                                   - Mark

T.RTitleUserPersonal
Name
DateLines
890.1Re: problem with mounting backing treesSMURF::FILTERAutomatic Posting Software - mail to flume::puckFri Aug 12 1994 15:4464
Date Of Receipt: 	12-AUG-1994 14:27:25.54
From: 	YUCKY::beikman "Steve Beikman  12-Aug-1994 1425"
To: 	bozen@DEC:.zko.yucky
CC: 	odehelp@DEC:.zko.yucky, beikman@DEC:.zko.yucky
Subj: 	Re: problem with mounting backing trees

># odemount -v goldminos
>goldminos: GOLDMIN os submits
>NFS Portmap: RPC: Port mapper failure - RPC: Unable to send
>NFS Portmap: RPC: Port mapper failure - RPC: Unable to send
>NFS Portmap: RPC: Port mapper failure - RPC: Unable to send
>
>Does this mean the disk is unavailable for mounting at this time?
>

	no, it does not mean the disk is unavailable.

	This comes from buffer.  

-~- hostname ; cd /usr/sde/osf1/build/goldminos ; df -i .
buffer.zk3.dec.com
Fri Aug 12 14:20:40 EDT 1994
Filesystem   Total    kbytes   kbytes   %     inodes   inodes   %
node         kbytes   used     free     used  used     free     used Mounted on
/dev/ds5a    2041084 1778085   58891    97%   169478  252410    40%  
/share/buffer/build/submits.dsk1


-/usr/sde/osf1/build/goldminos- rpcinfo -p buffer
   program vers proto   port
    100004    2   udp   1028  ypserv
    100004    2   tcp   1024  ypserv
    100004    1   udp   1028  ypserv
    100004    1   tcp   1024  ypserv
    100007    2   tcp   1025  ypbind
    100007    2   udp   1039  ypbind
    100007    1   tcp   1025  ypbind
    100007    1   udp   1039  ypbind
    100005    1   udp   1058  mountd
    100005    1   tcp   1028  mountd
    100003    2   udp   2049  nfs
    100008    1   udp   1069  walld
-/usr/sde/osf1/build/goldminos- showmount -e | grep -i everyone
/share/buffer/build/submits.dsk2                  (everyone)
/share/buffer/build/submits.dsk1                  (everyone)
/usr/sde                                          (everyone)
/tmp/build                                        (everyone)


	this all look fine.

	from your system, could you perform these commands and send the
	results to me?


hostname 
ifconfig ln0
rpcinfo -p buffer
showmount -e buffer | grep -i everyone

	thanks.
	/sb