- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disable NFS services
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
02-25-2003 02:45 PM
02-25-2003 02:45 PM
Disable NFS services
I tried disabling the nfs services in nfsconf and changed the name of the startup script..but when i reboot the box, the box waits for the nfscore to start and does not come up...
What should I do to fix this problem??
This box is neither a nfs client nor a nfs server and its running 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 02:49 PM
02-25-2003 02:49 PM
Re: Disable NFS services
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 02:54 PM
02-25-2003 02:54 PM
Re: Disable NFS services
And I can run a set parms but I do not want to do it..I remember that by disabling the services in nfsconf, I could bring the box up...
But I dont remember the total no of files i had to edit..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 02:55 PM
02-25-2003 02:55 PM
Re: Disable NFS services
ISL> hpux -is
then mount /usr and vi the /etc/rc.config.d/nfsconf file. Whatever startup script that you have renamed, undo it. Also do not leave any additional file in /etc/rc.config.d, if you want to make a backup copy of the nfsconf file, put it elsewhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 03:42 PM
02-25-2003 03:42 PM
Re: Disable NFS services
I did change the startup script to its original name and also I had changed the values in nfsconf file..but no luck..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 03:46 PM
02-25-2003 03:46 PM
Re: Disable NFS services
Please paste your nfs conf files and an ls on /sbin/init.d here.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 03:49 PM
02-25-2003 03:49 PM
Re: Disable NFS services
Do you have proper localhost & hostname entries in /etc/hosts for this system?
If your /etc/nsswitch.conf has DNS before files, do you have connectivity to the DNS server? And does DNS have a proper entry for this host?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 03:50 PM
02-25-2003 03:50 PM
Re: Disable NFS services
My point above about hostname. Have seen it do some really "whacky" things with NFS. ;)
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 09:14 PM
02-25-2003 09:14 PM
Re: Disable NFS services
Unless you've made your own copies of nfs.core nfs.server and nfs.client in /sbin/init.d
NFS is kind of necessary to have even if you don't think you're using it. If you want to use the box to server Ignite Golden images, NFS is pretty useful.
You could try and rip NFS out, but I don't think its worth the trouble.
Best bet on whacky behavior is the December 2002 Patch for the OS and any subsequent NFS patch you can find on the itrc.hp.com main page, patches, HP-US link.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 10:52 AM
02-26-2003 10:52 AM
Re: Disable NFS services
Boot the system in single user mode.( If you are not able to boot the machine in multi user mode)
# /sbin/init.d/nfs.server stop
# /sbin/init.d/nfs.client stop
then vi the /etc/rc.config.d/nfsconf file and set the variables to "0"
NFS_SERVER=0
NFS_CLIENT =0
Then reboot the server if you need.
This will certanly solve your problem
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 10:52 AM
02-26-2003 10:52 AM
Re: Disable NFS services
Boot the system in single user mode.( If you are not able to boot the machine in multi user mode)
# /sbin/init.d/nfs.server stop
# /sbin/init.d/nfs.client stop
then vi the /etc/rc.config.d/nfsconf file and set the variables to "0"
NFS_SERVER=0
NFS_CLIENT =0
Then reboot the server if you need.
This will certainly solve your problem
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 08:22 PM
02-26-2003 08:22 PM
Re: Disable NFS services
But I am unable to relate this to the problem I had...anyway thanks for all the responses...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 08:01 AM
02-27-2003 08:01 AM
Re: Disable NFS services
In the file /etc/rc.config.d/nfsconf , make sure your AUTOMOUNT is set to 0.
greets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 09:51 AM
02-27-2003 09:51 AM
Re: Disable NFS services
JUST edit /etc/rc.config.d/nfsconf and set NFS_CLIENT and NFS_SERVER to 0.
THEN, execute /sbin/init.d/nfs.server stop
With it you will stop the NFS Server and your problems will desappear.
I hope this help you.
Juanma.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 10:04 AM
02-27-2003 10:04 AM
Re: Disable NFS services
Ensure NFS is not getting started through /etc/inetd.conf by any chance.
In /etc/inetd.conf file, you may have to comment out the lines with below mentioned nfs services in it.
rpc.mountd
rpc.rexd
rpc.rstatd
rpc.rusersd
rpc.rwalld
rpc.sprayd