HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS activity log under 11.11
Operating System - HP-UX
1833747
Members
2409
Online
110063
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
05-25-2007 01:26 AM
05-25-2007 01:26 AM
Greetings !
I'm trying to get an activity log for the 11.11 NFS server.
So far I'v tried adding the following to /etc/rc.config.d
LOCKD_OPTIONS="-l /var/adm/syslog/lockd.log"
STATD_OPTIONS="-l /var/adm/syslog/statd.log"
MOUNTD_OPTIONS="-l /var/adm/syslog/mountd.log -t3"
So far only mountd.log is cooperating.
Is there a way to have nfsd itself log all file creations, deletions, failed requests and such under 11.11 ?
Thanks
I'm trying to get an activity log for the 11.11 NFS server.
So far I'v tried adding the following to /etc/rc.config.d
LOCKD_OPTIONS="-l /var/adm/syslog/lockd.log"
STATD_OPTIONS="-l /var/adm/syslog/statd.log"
MOUNTD_OPTIONS="-l /var/adm/syslog/mountd.log -t3"
So far only mountd.log is cooperating.
Is there a way to have nfsd itself log all file creations, deletions, failed requests and such under 11.11 ?
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2007 02:15 AM
05-25-2007 02:15 AM
Re: NFS activity log under 11.11
Hello,
See "Logging and Tracing of NFS Services" from the "NFS Services Administrator's Guide":
http://docs.hp.com/en/5992-0715/ch08s05.html
Did you kill and restart the rpc daemons after modifying /etc/rc.config.d/nfsconf?
# kill -SIGTERM $(UNIX95= ps -C rpc.lockd -o pid=)
# kill -SIGTERM $(UNIX95= ps -C rpc.statd -o pid=)
# /sbin/init.d/nfs.server start
What happens when you toggle logging on/off?
# kill -SIGUSR2 $(UNIX95= ps -C rpc.lockd -o pid=)
# kill -SIGUSR2 $(UNIX95= ps -C rpc.statd -o pid=)
PCS
See "Logging and Tracing of NFS Services" from the "NFS Services Administrator's Guide":
http://docs.hp.com/en/5992-0715/ch08s05.html
Did you kill and restart the rpc daemons after modifying /etc/rc.config.d/nfsconf?
# kill -SIGTERM $(UNIX95= ps -C rpc.lockd -o pid=)
# kill -SIGTERM $(UNIX95= ps -C rpc.statd -o pid=)
# /sbin/init.d/nfs.server start
What happens when you toggle logging on/off?
# kill -SIGUSR2 $(UNIX95= ps -C rpc.lockd -o pid=)
# kill -SIGUSR2 $(UNIX95= ps -C rpc.statd -o pid=)
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 12:34 PM
05-27-2007 12:34 PM
Solution
> Is there a way to have nfsd itself log all
> file creations, deletions, failed requests
> and such under 11.11 ?
No. This level of nfsd logging arrived in HP-UX 11.31 (11i v3) via the nfslogd daemon.
http://docs.hp.com/en/B2355-60130/nfslogd.1M.html
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
> file creations, deletions, failed requests
> and such under 11.11 ?
No. This level of nfsd logging arrived in HP-UX 11.31 (11i v3) via the nfslogd daemon.
http://docs.hp.com/en/B2355-60130/nfslogd.1M.html
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2007 12:39 AM
05-28-2007 12:39 AM
Re: NFS activity log under 11.11
Thanks guys
You both pretty much confirmed my suspicions.
You both pretty much confirmed my suspicions.
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