- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lockd and statd are related to nfs server or n...
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
04-26-2006 11:48 PM
04-26-2006 11:48 PM
lockd and statd are related to nfs server or nfs client?
I need to harden my unix machine, so that unnecessary ports are to be closed. But, my machine needs to act as nfs server, so i am disabling nfs client. And enabling only nfs server. So here my doubt is whether what are the processes should be enabled.
portmap
mountd,
nfsd
statd,
lockd, and
rquotad
I prefer to enable nfsd,rquotad and mountd. Close the portmap. Can anyone suggest whether what I am doing is correct?. And suggest whether statd and lockd are really needed by nfs server.
Advanced Thanks,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 11:54 PM
04-26-2006 11:54 PM
Re: lockd and statd are related to nfs server or nfs client?
I think, you can not disable, portmapper.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:04 AM
04-27-2006 12:04 AM
Re: lockd and statd are related to nfs server or nfs client?
You can't disable portmap when using NFS and (or) NIS. If you want to harden your system, you can use Bastile for HP-UX. Here is a great tutorial on that,
http://www.windowsecurity.com/whitepaper/Building_a_Bastion_Host_Using_HPUX_11.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:10 AM
04-27-2006 12:10 AM
Re: lockd and statd are related to nfs server or nfs client?
RAC, I am using version 4.
Arun, unfortunarely I have to do it on solaris.
Please do give specific info for solaris.
Basicall, my hardening is done by disabling the rc scripts /etc/rc0.d/K41nfs.client
Thanks,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:12 AM
04-27-2006 12:12 AM
Re: lockd and statd are related to nfs server or nfs client?
If it is Solaris, this should be useful
http://www.sun.com/solutions/blueprints/browsesubject.html#security
http://www.sun.com/software/solutions/blueprints/1299/network.pdf
http://www.sun.com/solutions/blueprints/0601/jass_quick_start-v03.pdf
http://www.sun.com/solutions/blueprints/0601/jass_release_notes-v03.pdf
http://www.sun.com/solutions/blueprints/tools
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:18 AM
04-27-2006 12:18 AM
Re: lockd and statd are related to nfs server or nfs client?
Thanks for the links. Basically, we have customized the JASS tool to do this.