HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nfs.core
Operating System - HP-UX
1831360
Members
2720
Online
110024
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
03-14-2001 11:18 AM
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 11:31 AM
03-14-2001 11:31 AM
Solution
The startup script nfs.core is a link from the /sbin/rc2.d dir to the /sbin/init.d dir. Depending why you want to do this you may just want to take off the executable (permissions are set to 555) permissions from it.
Also do not forget that there is also and nfs.server script.
Do a search on the /etc/rc.log for nfs and you'll see the execution of the nfs.core script when the server boots.
Also do not forget that there is also and nfs.server script.
Do a search on the /etc/rc.log for nfs and you'll see the execution of the nfs.core script when the server boots.
We'd like to know a little bit about you for our files.... Paul Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 11:35 AM
03-14-2001 11:35 AM
Re: nfs.core
If you want your NFS server and/or NFS client daemons to start automatically every time the system reboots you need to edit the file /etc/rc.config.d/nfsconf so that the NFS_CLIENT and NFS_SERVER lines = 1. The one says to start those daemons when the system reboots.
Excerpt from /etc/rc.config.d/nfsconf:
NFS_CLIENT=1
NFS_SERVER=1
Excerpt from /etc/rc.config.d/nfsconf:
NFS_CLIENT=1
NFS_SERVER=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 02:26 PM
03-14-2001 02:26 PM
Re: nfs.core
I just want to turn off unnecessary processes for my box. Since we are not using nfs server & client, I turn those off plus I want to turn off nfs.core as well. This is what I am at now. Sounds like I have to change the script in /sbin/init.d.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 09:55 PM
03-14-2001 09:55 PM
Re: nfs.core
Hi,
If you intend to run rpc.statd and rpc.locked, these two are loaded in /sbin/init.d/nfs.client and /sbin/init.d/nfs.server.
Under some circumstances, these two daemons of rpc.statd and rpc.lockd are needed, such as when you need to access PFS via pfsd and pfs_mountd.
rpcbind is loaded in nfs.core, nfs.server, nfs.client, nis.server, nis.client if it is not loaded during the period the script is being run. Applications that require remote procedure call would need rpcbind to be running.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
If you intend to run rpc.statd and rpc.locked, these two are loaded in /sbin/init.d/nfs.client and /sbin/init.d/nfs.server.
Under some circumstances, these two daemons of rpc.statd and rpc.lockd are needed, such as when you need to access PFS via pfsd and pfs_mountd.
rpcbind is loaded in nfs.core, nfs.server, nfs.client, nis.server, nis.client if it is not loaded during the period the script is being run. Applications that require remote procedure call would need rpcbind to be running.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP