1752578 Members
4243 Online
108788 Solutions
New Discussion юеВ

Re: NFS mounting

 
SOLVED
Go to solution
Suraj K Sankari
Honored Contributor

Re: NFS mounting

Hi,
Did you solved your problem or not ?
Suraj
jeevanandham
Frequent Advisor

Re: NFS mounting

Hi thanks for your help but i not able to solve the problem here is what i have done..
root@osshp13:/#mount -a
nfs mount: get_fh: 135.254.229.180:: RPC: Program not registered
nfs mount: get_fh: 135.254.229.180:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /shabadi after 5 seconds
nfs mount: retry: giving up on: /shabadi
_____________________________________________
entry in fstsb
root@osshp13:/#more /etc/fstab
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /opt vxfs delaylog 0 2
/dev/vg00/lvol5 /tmp vxfs delaylog 0 2
/dev/vg00/lvol6 /usr vxfs delaylog 0 2
/dev/vg00/lvol7 /var vxfs delaylog 0 2
/dev/vg00/sachin /users/sachin vxfs rw,suid,largefiles,delaylog,datainlog 0 2
/dev/vg01/shahab /shahab vxfs delaylog 0 2
/dev/vg01/jeeva /jeeva vxfs delaylog 0 2
/dev/vg01/sujeet /sujeet vxfs delaylog 0 2
/dev/vg01/sanjay /sanjay vxfs delaylog 0 2
135.254.229.180:/dev/vg02/shabadi /shabadi nfs defaults 0 0
root@osshp13:/#
now --- /shabadi is the filesystem need to mount
Suraj K Sankari
Honored Contributor

Re: NFS mounting

Hi,

Are you able to ping or rlogin into the 135.254.229.180 server.

Did you add 135.254.229.180 host into your clients /etc/hosts file?

Suraj
jeevanandham
Frequent Advisor

Re: NFS mounting

Hi i have done everything i am able to ping and rlogin by using ipaddress but not with hostname.. see below output;
root@osshp13:/#ping 135.254.229.180
PING 135.254.229.180: 64 byte packets
64 bytes from 135.254.229.180: icmp_seq=0. time=0. ms
64 bytes from 135.254.229.180: icmp_seq=1. time=0. ms
64 bytes from 135.254.229.180: icmp_seq=2. time=0. ms
64 bytes from 135.254.229.180: icmp_seq=3. time=0. ms
64 bytes from 135.254.229.180: icmp_seq=4. time=0. ms
├в ┬е
----135.254.229.180 PING Statistics----
5 packets transmitted, 5 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
root@osshp13:/#rlogin 135.254.229.180
Please wait...checking for disk quotas
(c)Copyright 1983-2000 Hewlett-Packard Co., All Rights Reserved.
(c)Copyright 1979, 1980, 1983, 1985-1993 The Regents of the Univ. of California
(c)Copyright 1980, 1984, 1986 Novell, Inc.
(c)Copyright 1986-1992 Sun Microsystems, Inc.
(c)Copyright 1985, 1986, 1988 Massachusetts Institute of Technology
(c)Copyright 1989-1993 The Open Software Foundation, Inc.
(c)Copyright 1986 Digital Equipment Corp.
(c)Copyright 1990 Motorola, Inc.
(c)Copyright 1990, 1991, 1992 Cornell University
(c)Copyright 1989-1991 The University of Maryland
(c)Copyright 1988 Carnegie Mellon University
(c)Copyright 1991-2000 Mentat Inc.
(c)Copyright 1996 Morning Star Technologies, Inc.
(c)Copyright 1996 Progressive Systems, Inc.
(c)Copyright 1991-2000 Isogon Corporation, All Rights Reserved.


RESTRICTED RIGHTS LEGEND
Use, duplication, or disclosure by the U.S. Government is subject to
restrictions as set forth in sub-paragraph (c)(1)(ii) of the Rights in
Technical Data and Computer Software clause in DFARS 252.227-7013.

Hewlett-Packard Company
3000 Hanover Street
Palo Alto, CA 94304 U.S.A.


regds ,,,
jeeva
Suraj K Sankari
Honored Contributor

Re: NFS mounting

Hi Jeeva,
>>i am able to ping and rlogin by using ipaddress but not with hostname.

Add this line into your /etc/hosts file

hostname 135.254.229.180

save the file now ping with hostname or login with hostname

Suraj