- 论坛徽章:
- 1
|
请各位大虾帮忙分析一条报错信息,谢谢!
sunsolve 有2个帖子有点联系,你看看\r\n============================================\r\nProblem Statement: Top \r\n\r\nWhen invoking dtcm, a user is getting an error message in a popup window:\r\n\r\n rpc.cmsd not responding for user@host\r\n Make sure the inetd process is running\r\n and the entry in /etc/inetd.conf for\r\n rpc.cmsd is correct on host\r\n Continue\r\n\r\nSelecting <Continue>; dismisses the popup and the dtcm\r\nwindow comes up. But user could not use the calendar.\r\n\r\nHowever, root has no problem.\r\n\r\nResolution: Top \r\n\r\nHere are the steps that were followed to resolve this problem:\r\n\r\n- The callog file for the user and /var/spool/calendar have the\r\n correct permission and ownership (SRDB 4775). \r\n\r\n- /etc/inetd.conf has correct entry for rpc.cmsd and modifying\r\n it to include full path /usr/dt/bin/rpc.cmsd (as shown below)\r\n does not resolve the problem\r\n\r\n 100068/2-5 dgram rpc/udp wait root /usr/dt/bin/rpc.cmsd\r\n /usr/dt/bin/rpc.cmsd\r\n\r\n- rpc.cmsd -d shows this:\r\n rpc.cmsd: ping\r\n rpc.cmsd: ping\r\n cms_open_calendar_5_svc called\r\n sending host: SPECTRUM (SPECTRUM)\r\n rpc.cmsd: No space left on device\r\n\r\n- /var/adm/messages states that / is full.- Clean up root partition\r\n\r\n- Remove any /var/spool/calendar/.lock.$USER files \r\n\r\n============================================\r\nProblem Statement: Top \r\n\r\nOn a Solaris[TM] 2.x system, when attempting to start /usr/openwin/bin/cm, \r\nthe user receives the following in a popup window:\r\n\r\n rpc.cmsd not responding for user@host\r\n Make sure the inetd process is running\r\n and the entry in /etc/inetd.conf for\r\n rpc.cmsd is correct on host\r\n Continue\r\n\r\n\r\nCalendar Manager does come up, but does not contain the correct calendar.\r\n\r\nWhat could be causing this problem?Resolution: Top \r\n\r\nThis error is generated if Calendar Manger ( /usr/openwin/bin/cm )\r\ncan not access/find the specified calendar.\r\n\r\nIf the user was trying to reach a calendar called user1@machine1,\r\nthen maybe machine1 does not exist, or it is not in the local machines \r\n/etc/hosts file or NIS/NIS+ hosts map.\r\n\r\nTo find out if this host exists, use the following command:\r\n\r\n % ping host1\r\n\r\nIf the machine is really out there on the net, maybe there is a problem in \r\nyour /etc/hosts file or NIS/NIS+ hosts maps. Either the host does not \r\nhave an entry, or the entry is incorrect.\r\n\r\nThe following commands can be used to check the host entry in /etc/hosts or \r\nyour NIS/NIS+ hosts map.\r\n\r\n - for /etc/hosts:\r\n\r\n % more /etc/hosts | grep <host>;\r\n\r\n - for NIS:\r\n\r\n % ypmatch <host>; hosts\r\n\r\n - for NIS+:\r\n\r\n % nismatch <host>; hosts.org_dir\r\n\r\nIf modifications needed to be made in your NIS/NIS+ maps, please don\'t forget \r\nto remake the maps.\r\n\r\n\r\nFor more information, please see:\r\n\r\n - man cm\r\n - man rpc.cmsd\r\n - InfoDoc 12319: Explanation of how Calendar Manager works. \r\n - SRDB 12320: Basic Calendar Manager trouble shooting tips. |
|