- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Superflous NFS Daemon
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
11-29-2001 02:54 PM
11-29-2001 02:54 PM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 03:00 PM
11-29-2001 03:00 PM
Re: Superflous NFS Daemon
Don't think the message you posted is sufficient. Can you post the results in more detail or attach the results in a file.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 03:38 PM
11-29-2001 03:38 PM
Re: Superflous NFS Daemon
I work inside a military facility and all the base network security office does is they send me a hardcopy print-out of the network scans on a monthly basis. All it said in the scan are as follows:
132.33.64.13 - medweb.60mdg.travis.af.mil - HP HP-UX B.11.11 - Superflous NFS Daemon (CAN-1999-0548).
Your thoughts ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 08:02 PM
11-29-2001 08:02 PM
SolutionIf your machine is set up as an NFS server and it doesn't need to be, I'd look at turning off NFS. Have a look /etc/rc.config.d/nfsconf and make sure everything is set to 0 so that it doesn't start on a reboot.
To turn it off manually do a /sbin/init.d/nfs.client stop
and /sbin/init.d/nfs.server stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 09:17 PM
11-29-2001 09:17 PM
Re: Superflous NFS Daemon
I'd say "Superfluous NFS daemon" means you have a NFS daemon running but either nobody using it or no filesystems being exported.
If you're in a controlled environment (with tight security), I'd say it could be a good idea to disable this (useless) NFS daemon.
Remember, NFS means (N)o (F)scking (S)ecurity. :)
Regards,
Paga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 03:49 PM
11-30-2001 03:49 PM
Re: Superflous NFS Daemon
and /sbin/init.d/nfs.server stop (came back with a "not found" message).
But I did edit the nfsconf file and rebooted. When I did a ps-ef |grep nfs, I am seeing a process named "nfskd". What is this and is this process supposed to be up.
Also, in the NFSCONF file, do I need to change all the "1" values to "0"? The only values I changed were for the parameters NFS_CLIENT=0, NFS_SERVER=0 and PCNFS_SERVER=0, and commented out #NUM_NFSD=16 and #NUM_NFSIOD=16.
I left out the parameters AUTOMOUNT, START_MOUNTD and AUTOFS the way it is with a value of "1"? Is this ok?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2001 01:25 PM
12-01-2001 01:25 PM
Re: Superflous NFS Daemon
nfskd is not used currently by the O/S. It was introduced in 11.00 for future use. Also,
do not try to kill it, since it is directly owned by PID 0. Better leave it alone.
<>
Since you are not going to use automount, you can make it also 0. But it should not matter now, since the NFS services are shut off, so the automount stuff cannot be used.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2001 11:53 AM
12-02-2001 11:53 AM
Re: Superflous NFS Daemon
If you have removed NFS_SERVER and NFS_CLIENT from the configuration you should disable the automounter too. Automounter looks for NFS services to work. Here is a thread from hp docs site on NFS configuration. If you want to disable NFS, you can follow the simple procedure outlined here. It is easy to turn off NFS without much headache.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/6-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/6-toc.html&searchterms=configuring%20NFS&queryid=20011202-115554
Here is a thread on "nfskd"
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=e7614ab11d682cf3cb/screen=ckiDisplayDocument?docId=200000055052591
Hope this helps.
Regds