- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: find issue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 05:01 PM
01-01-2006 05:01 PM
when i have type
# find / -name sp*.ora -print
NFS server db1 not responding still trying
NFS server db1 not responding still trying
and #(promt) is not coming, even when i type #bdf #(promt) is not coming..
we are using HP-UX 11i with rp 7400 server
Thanks in adv
happy new year
Wish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 05:08 PM
01-01-2006 05:08 PM
Re: find issue
There may be some problem with the NFs server "db1". Do you have shares from "db1" connected to your rp7400 ? Better option is keeping find to local serverby adding -local
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 05:49 PM
01-01-2006 05:49 PM
Re: find issue
To search local file systems then,
# find / -local -name sp*.ora -print
# bdf -l
will help you out.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 06:53 PM
01-01-2006 06:53 PM
Re: find issue
in the syslog ie #more /var/adm/syslog/syslog.log its showing
Jan 2 11:09:20 db1 vmunix: NFS server db1 not responding still trying
and when i do #ll and / the prompt in not comming only...
do i need to stop and start NFS server if so, how to do... please tell its URGENT!!!
Thanx
Wish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 06:58 PM
01-01-2006 06:58 PM
Re: find issue
You can stop and start NFS servers by,
# /sbin/init.d/nfs.core stop
# /sbin/init.d/nfs.core start
# /sbin/init.d/nfs.server stop
# /sbin/init.d/nfs.server start
-Arun
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
P.S Kidly remember to assign points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:02 PM
01-01-2006 07:02 PM
Re: find issue
# /sbin/init.d/nfs.client stop (If required)
# /sbin/init.d/nfs.client start
# /sbin/init.d/nfs.core stop (Must)
# /sbin/init.d/nfs.core start
# /sbin/init.d/nfs.server stop (must)
# /sbin/init.d/nfs.server start
Now try to check syslog and showmount command output for nfs status.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:03 PM
01-01-2006 07:03 PM
Re: find issue
the following commands also as Arunvijai mentioned for to stop/start command your
nfs consept
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start
also visit the link below;
http://docs.hp.com/en/5991-1811/ch02.html#cihbhchj
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:27 PM
01-01-2006 07:27 PM
Re: find issue
in the syslog ie #more /var/adm/syslog/syslog.log its showing
Jan 2 11:09:20 db1 vmunix: NFS server db1 not responding still trying
and when i do #ll and / the prompt in not comming only...
I WANT TO KNOW SHOULD -- > i need to stop and start NFS server, WILL THIS SOLVE MY PROBLEM.
Thax and regards,
Wish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:31 PM
01-01-2006 07:31 PM
Re: find issue
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:36 PM
01-01-2006 07:36 PM
Re: find issue
--- man 7 nfs ---
If the server is down or inaccessible, the client receives the message:
NFS: file server not responding: still trying.
The client continues resending the request until it receives an acknowledgement from the server. Therefore, the server can crash or power down, and come back up without any special action required by
the client. The client process requesting the I/O will block, but
remains sensitive to signals (unless mounted with the nointr option)
until the server recovers. However, if mounted with the soft option,
the client process returns an error instead of waiting indefinitely.
Answer: Restart nfs.server and nfs.core available in /sbin/init.d/ directoy.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:42 PM
01-01-2006 07:42 PM
Re: find issue
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:45 PM
01-01-2006 07:45 PM
Solutiongrep -Ev '^$|^#' /etc/rc.config.d/nfsconf
post this.
More related threads:
http://www1.itrc.hp.com/service/james/search.do?todo=search&admit=-682735245+1136191171824+28353475&searchtext=NFS+server+not+responding+still+trying&from=forums&origin=0&wpa=forums1.itrc.hp.com%3A80&searchcategory=ALL&hpl=1&searchcriteria=allwords&rn=25&source=7000&presort=rank&chkServStor=on&esc=support.itrc.hp.com
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:48 PM
01-01-2006 07:48 PM
Re: find issue
i have done following but -- problem is still there
# /sbin/init.d/nfs.core stop
stopping rpcbind
# /sbin/init.d/nfs.core start
starting NFS CORE networking
starting up the rpcbind
/usr/sbin/rpcbind
# /sbin/init.d/nfs.server stop
killing nfsd
killing rpc.mountd
# /sbin/init.d/nfs.server start
starting NFS SERVER networking
starting up the rpcbind daemon
rpcbind already started, using pid: 3101
exportfs error: /maharaja/praxisdmp: No such file or directory
Reading in /etc/exports
starting up the mount daemon
/usr/sbin/rpc.mountd
starting up the NFS daemons
/usr/sbin/nfsd 16
starting up the Status Monitor daemon
rpc.statd already started, using pid: 721
starting up the Lock Manager daemon
rpc.lockd already started, using pid: 727
any other clu
Thax & regds
wish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:54 PM
01-01-2006 07:54 PM
Re: find issue
and post your information.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:55 PM
01-01-2006 07:55 PM
Re: find issue
Do this steps,
# /sbin/init.d/nfs.client stop
# /sbin/init.d/nfs.core stop
# /sbin/init.d/nfs.server stop
# /sbin/init.d/nfs.core start
# /sbin/init.d/nfs.server start
# /sbin/init.d/nfs.client start
Do this steps. Post these:
a) /etc/rc.config.d/netconf file contents.
b) mount
c) exportfs -v
d) showmount
after doing above steps.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 08:27 PM
01-01-2006 08:27 PM
Re: find issue
pl find the attachment
thanx and regards
wish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 08:44 PM
01-01-2006 08:44 PM
Re: find issue
# ps -ef | grep nfs
What are you getting for this:
# grep -Ev '^$|^#' /etc/rc.config.d/nfsconf
# showmount -ede
Are you still getting same errors?
Which file system you are trying to mount in remote NFS clinet?
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 09:00 PM
01-01-2006 09:00 PM
Re: find issue
# grep -Ev '^$|^#' /etc/rc.config.d/nfsconf
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=16
NUM_NFSIOD=16
PCNFS_SERVER=0
LOCKD_OPTIONS=""
STATD_OPTIONS=""
MOUNTD_OPTIONS=""
AUTOMOUNT=1
AUTO_MASTER="/etc/auto_master"
AUTO_OPTIONS="-f $AUTO_MASTER"
START_MOUNTD=1
AUTOFS=1
AUTOMOUNT_OPTIONS=""
AUTOMOUNTD_OPTIONS=""
# showmount -ede
export list for finess_p:
/var/opt/ignite/clients (everyone)
/praxis_dump
#
yes, bdf / ll / ls -l still are in hung
do i need to restart the server if so will there be any problem.
thanx and Regards
vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 09:00 PM
01-01-2006 09:00 PM
Re: find issue
Post the content of /etc/rc.config.d/nfsconf
You have posted netconfig, which is not required per se.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 09:07 PM
01-01-2006 09:07 PM
Re: find issue
Try to restart nfs.client in client side.
Remove the mount which mounted from db1 server as,
# umount
I hope bdf and ls -l is working on server side.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 09:11 PM
01-01-2006 09:11 PM
Re: find issue
Export the file system:
# exportfs -iv -o root=
In NFS Client Side:
# mount -p
Remove the already mounted file system from NFS server with umount command.
Remount as,
# mkdir
# mount NFSSErver:
Are you still getting problem in nfs client side. Please ellaborate back where you are getting errors or issues?
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 02:10 AM
01-02-2006 02:10 AM
Re: find issue
Bill Hassell, sysadmin