![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| production server won't start please help me! | NewSolarisAdmin | SUN Solaris | 3 | 05-20-2008 10:34 PM |
| X Server won't start (Redhat 9) HELP | aoteg | Linux | 4 | 05-02-2008 03:56 AM |
| How to start a mailx server ? | filthymonk | UNIX for Dummies Questions & Answers | 16 | 03-16-2008 11:47 PM |
| Automate server start up | shekhar_ssm | Shell Programming and Scripting | 1 | 01-24-2008 08:21 AM |
| Can't start the cpp server in hpux | onlyforforum | HP-UX | 0 | 05-26-2007 07:25 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
i checked out those files the box are listed in each one anything else dave i will reread teh article again but i checked out what it said but it wont hurt me to read it again
|
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Check /etc/services, /etc/rpc, "rpcinfo -p hostname",
and mountd. i checked the 1st one the nfsd and lockd are there what am i looking 4 in /etc/rpc and when i run rpcinfo -p hostname also what about mountd? |
|
#10
|
||||
|
||||
|
Run these commands and post the results:
uname -a rpcinfo -p rpcinfo -T udp `hostname` rpcbind |
|
#11
|
|||
|
|||
|
uname -a
SunOS solaris9 5.9 Generic_112234-03 i86pc i386 i86pc # rpcinfo -p program vers proto port service 100000 4 tcp 111 rpcbind 100000 3 tcp 111 rpcbind 100000 2 tcp 111 rpcbind 100000 4 udp 111 rpcbind 100000 3 udp 111 rpcbind 100000 2 udp 111 rpcbind 100232 10 udp 32772 sadmind 100083 1 tcp 32771 100221 1 tcp 32772 100068 2 udp 32773 100068 3 udp 32773 100068 4 udp 32773 100068 5 udp 32773 100229 1 tcp 32773 metad 100230 1 tcp 32774 metamhd 100242 1 tcp 32775 metamedd 100001 2 udp 32774 rstatd 100001 3 udp 32774 rstatd 100001 4 udp 32774 rstatd 100002 2 udp 32775 rusersd 100002 3 udp 32775 rusersd 100002 2 tcp 32776 rusersd 100002 3 tcp 32776 rusersd 100008 1 udp 32776 walld 100012 1 udp 32777 sprayd 100011 1 udp 32778 rquotad 100024 1 udp 32779 status 100024 1 tcp 32777 status 100133 1 udp 32779 100133 1 tcp 32777 100021 1 udp 4045 nlockmgr 100021 2 udp 4045 nlockmgr 100021 3 udp 4045 nlockmgr 100021 4 udp 4045 nlockmgr 100021 1 tcp 4045 nlockmgr 100021 2 tcp 4045 nlockmgr 100021 3 tcp 4045 nlockmgr 100021 4 tcp 4045 nlockmgr 100005 1 udp 32783 mountd 100005 2 udp 32783 mountd 100005 3 udp 32783 mountd 100005 1 tcp 32780 mountd 100005 2 tcp 32780 mountd 100005 3 tcp 32780 mountd 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100227 2 udp 2049 nfs_acl 100227 3 udp 2049 nfs_acl 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs 100227 2 tcp 2049 nfs_acl 100227 3 tcp 2049 nfs_acl 300598 1 udp 32785 300598 1 tcp 32782 805306368 1 udp 32785 805306368 1 tcp 32782 100249 1 udp 32786 100249 1 tcp 32783 1289637086 5 tcp 32784 1289637086 1 tcp 32784 # rpcinfo -T udp solaris9 rpcbind program 100000 version 2 ready and waiting program 100000 version 3 ready and waiting program 100000 version 4 ready and waiting # |
|
#12
|
||||
|
||||
|
Some process or processes is already claiming to offer nfs and mountd rpc's... can you contact them?
rpcinfo -T udp `hostname` nfs rpcinfo -T udp `hostname` mountd Umm...are you already running the servers??? ps -ef | grep nfs |
|
#13
|
|||
|
|||
|
duuhhh i am such a doofus it was already running..but perderabo what purpose does running rpcinfo -T what are u looking 4 and when should u run it
|
|
#14
|
||||
|
||||
|
Those last 2 rpc commands just call the nfs and mountd servers to see if they are responding at all.
|
||||
| Google The UNIX and Linux Forums |