- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Calendar in CDE/
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 05:03 AM
03-12-2002 05:03 AM
Any help appreciated.
david.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 05:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 05:17 AM
03-12-2002 05:17 AM
Re: Calendar in CDE/
lock at /var/spool/calendar/callog.
maybe you have also a calbak.
Heiner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 05:18 AM
03-12-2002 05:18 AM
Re: Calendar in CDE/
Supoyurb!!
Many thanks!!
Problem solved!
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 05:20 AM
03-12-2002 05:20 AM
Re: Calendar in CDE/
/usr/dt/bin/rpc.cmsd must be killed and restarted. (Don't do this if other users are logged in using dtcm.)
However if the changes have been lost this could be more serious ..... ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:06 AM
03-12-2002 06:06 AM
Re: Calendar in CDE/
The user is getting an error about the rpc.cmsd is not running. He can continue into calendar but he cannot see any of his data, even though it is there in the spool/calendar directory. He rebooted but it still brings up the error. In the man page it says that the rpc.cmsd must be put into the inetd.conf, which it isn't on this machine. It is not mentioned in my inetd.conf file either even though my calendar works fine!!
Whats going on, any ideas!? Thank you!!
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:53 AM
03-12-2002 06:53 AM
Re: Calendar in CDE/
Make sure the inetd is running and the entry in inet.conf for rpc.cmsd is correct:
rpc dgram udp wait root /usr/dt/bin/rpc.cmsd 100068 2-5 rpc.cmsd
Check /var/adm/syslog/syslog.log file
Make sure the calendar file (/var/spool/calendar/callog.userid) exists and is owned by the user:
-r--rw---- 1 zcn daemon 700 Jun 7 1999 callog.zcn
Check permissions on the following files and directories:
/usr/dt/bin/dtspcd 555 bin bin
/usr/dt/bin/rpc.cmsd 555 bin bin
/var/spool/calendar 777 daemon daemon
Ensure that /var/adm/inetd.sec contains an entry:
cmsd allow *
Stop any running rpc.cmsd processes and restart
/usr/dt/bin/rpc.cmsd -d -s
-d Enables debugging output which will be written to stdout.
-s Runs rpc.cmsd in the foreground. This option should be used when rpc.cmsd is invoked manually for debugging purposes.
Then have the user try to open the calendar again. Error messages should be generated and sent to stdout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:05 AM
03-12-2002 08:05 AM
Re: Calendar in CDE/
rpc.cmsd: ping
rpc.cmsd: ping
cms_open_calendar_5_svc called
rpc.cmsd: syntax error
at line 2661
rpc.cmsd: Error reading callog file
at line 2662
rpc.cmsd: unable to parse /var/spool/calendar/callog.username
It stil hasn't returned to the command prompt.
Any ideas as to whats going on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:56 AM
03-12-2002 08:56 AM
Re: Calendar in CDE/
The /var/spool/calendar/callog.[user] file is only written or updated
when an action in the ui version of dtcm or in one of the few commandline version of the /usr/dt/bin/dtcm_*utilities was done.
I suspect the power outage has a lot to do with this ....
How to resolve ?
a) may not be able to ...
b)check the syntax of the callog file at line number for doubling up of entries etc or if you have a backup .... import it it will be quicker.
c) If not remove file and recreate ?