- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog error
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
03-12-2002 12:11 PM
03-12-2002 12:11 PM
syslog error
"/usr/sbin/nfsd[1067]: nfsd do_one pmap 2"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 12:24 PM
03-12-2002 12:24 PM
Re: syslog error
This is not an error message. It is a normal nfs daemon message. When nfs daemon starts it executes /etc/rc.config.d/nfsconf and other related scripts. This is just the output from nfsd daemon once it has started.
This is a common message so don't worry about that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 12:43 PM
03-12-2002 12:43 PM
Re: syslog error
There is command 'pmap' or 'printmap' in STM to print an ASCII copy of the device map to a specified printer.
I am not sure about a relation with nfs and pmap, but check the STM logs/scripts too.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 12:48 PM
03-12-2002 12:48 PM
Re: syslog error
NUM_NFSD, it will starts required number of daemons on the nfs server.
That output is logged on to syslog.log file.
This is Normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:55 PM
03-12-2002 11:55 PM
Re: syslog error
These messages may not have to be treated as an error message as it get logged into syslog.log file whenever nfs services are starting.
Messages,
"nfsd do_one pmap 2
nfsd do_one bind 0
nfsd 0 1 sock 4
... etc.,"
are gets logged into syslog.log file daily.
You can find these messages on "/var/adm/syslog/OLDsyslog.log" file also.
Are you getting these messages popped on your screen? If so then you may have to configure /etc/syslog.conf accordingly.
But still i am not sure which line in a particular file/script is displaying the message and it's meaning too.
-K.Vija