HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd[956]: rpc.cmsd/udp: Exit status 1
Operating System - HP-UX
1833381
Members
3626
Online
110052
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
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-17-2007 09:39 PM
05-17-2007 09:39 PM
inetd[956]: rpc.cmsd/udp: Exit status 1
Message appears in syslog file almost every 5 minutes.Question is what is the cause and how do I stop this message ?
message:inetd[956]: rpc.cmsd/udp: Exit status 1
message:inetd[956]: rpc.cmsd/udp: Exit status 1
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 12:00 AM
05-18-2007 12:00 AM
Re: inetd[956]: rpc.cmsd/udp: Exit status 1
"man rpc.cmsd" says rpc.cmsd is CDE's "calendar manager service daemon".
Apparently something is sending UDP packets to rpc.cmsd's port. Because it's a SunRPC service, its port number may change whenever inetd is restarted and/or the system is rebooted. If you're interested, you can find the current port number by running "rpcinfo -p".
If you don't use the network calendar functionality of the CDE desktop, this daemon is useless. Comment it out of /etc/inetd.conf, send a "kill -HUP" to the inetd process, and the message is gone forever.
In my opinion, this daemon belongs strictly to workstations. It should be a standard operating procedure to disable it on all servers, unless there is a specific need for it, or the server's primary purpose is to serve Xterminals.
MK
Apparently something is sending UDP packets to rpc.cmsd's port. Because it's a SunRPC service, its port number may change whenever inetd is restarted and/or the system is rebooted. If you're interested, you can find the current port number by running "rpcinfo -p".
If you don't use the network calendar functionality of the CDE desktop, this daemon is useless. Comment it out of /etc/inetd.conf, send a "kill -HUP" to the inetd process, and the message is gone forever.
In my opinion, this daemon belongs strictly to workstations. It should be a standard operating procedure to disable it on all servers, unless there is a specific need for it, or the server's primary purpose is to serve Xterminals.
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 01:27 AM
05-18-2007 01:27 AM
Re: inetd[956]: rpc.cmsd/udp: Exit status 1
I'd comment out the line
rpc dgram udp wait root /usr/dt/bin/rpc.cmsd 100068 2-5 rpc.cmsd
and the next line as well
rpc xti tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.ttdbserver
As mentioned the "rpc.cmsd" works with CDE Calendar Manager (dtcm). If you don't use dtcm then you might as well close it off. Also, my understanding is "rpc.ttdbserver" let's you connect to other CDE desktops in order to exchange Calendar or DTmail info (dtcm and dtmail). It's also the item that makes those stinkin TT_DB directories. Comment the beast.
rpc dgram udp wait root /usr/dt/bin/rpc.cmsd 100068 2-5 rpc.cmsd
and the next line as well
rpc xti tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.ttdbserver
As mentioned the "rpc.cmsd" works with CDE Calendar Manager (dtcm). If you don't use dtcm then you might as well close it off. Also, my understanding is "rpc.ttdbserver" let's you connect to other CDE desktops in order to exchange Calendar or DTmail info (dtcm and dtmail). It's also the item that makes those stinkin TT_DB directories. Comment the beast.
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