- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Rpcd failure on start up
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
04-07-2003 09:39 AM
04-07-2003 09:39 AM
logged against rpcd.
The logfile states :
" starting the DCE RPC daemon
/opt/dce/sbin/rpcd
EXIT CODE 1
"/sbin/rc2.d/S590Rpcd start " failed
Preceding this the logfile does say that no DCE components are configured.
My understanding of this is minimal or less.
Additionally whin I attempt to logon using CDE I can't it loops back to the
log-on after offering the password.
The /var/dt/Xerrors file reads:
"AUDIT
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 09:55 AM
04-07-2003 09:55 AM
Re: Rpcd failure on start up
Did you check /etc/rc.log for errors?
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 09:57 AM
04-07-2003 09:57 AM
Re: Rpcd failure on start up
You may run the script "/sbin/rc2.d/S590Rpcd start " in debug mode (sh -x)and find out exactly where it bails out. attach the trace here, if you want some more help.
When run as rpcd the dce services need not be configured on the host i.e. the host need not be configured as a dce cell - to make it more specific. when run as dced (one is a symbolic link to the other), however the host needs to be configured as dce cell.
So, that's ok about the log message as long as you are running it as rpcd. i believe the problem is somewhere in the startup script.
I don't feel there's a relation between your cde login failure and the above. although i don't claim to have a great knowledge in the area.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 11:51 PM
04-07-2003 11:51 PM
Re: Rpcd failure on start up
Next thing to mention is a) check the syslog.log AND /var/opt/dce/svc/*.logs for a better understanding of why rpcd is failing ...I'd suspect the fatal.log is our most likely candidate.
Lastly for now check around for a core file .../opt/dce/sbin or bin maybe ?
check it's relevant ie timestamp, then run file core .... signal 11 ? If yes I think we have a known issue if you post the fatal log contents it would also help.
ps what media (date) did you install 11.X from ?
As to CDE ... that's the only other area I know well : not sure, it probably IS connected, I'd say lets get rpcd fixed first but running dr_dt (/usr/contrib/bin/X11) may also help isolate major problems if you have them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 05:28 AM
04-08-2003 05:28 AM
Re: Rpcd failure on start up
Next thing to mention is a) check the syslog.log AND /var/opt/dce/svc/*.logs for a better understanding of why rpcd is failing ...I'd suspect the fatal.log is our most likely candidate.
Fatal log has an entry for each failure of the format:
"
I have one differing message from a day or two past:
"Initialissation ( global data ) failed status =0x----ff03"
Lastly for now check around for a core file .../opt/dce/sbin or bin maybe ?
I can't find a core file:
The only file that I can find in relation to the "dce" string with a timestamp of my recent boot is the ../../config/dce_config.log. I may need more help !!!!
check it's relevant ie timestamp, then run file core .... signal 11 ? If yes I think we have a known issue if you post the fatal log contents it would also help.
************************************
"
(repeated)
"Initialissation ( global data ) failed status =0x----ff03"
"
**************************************
ps what media (date) did you install 11.X from ?
It was on the box at the time I acquired it recently (last week). I think it was installed on March 27th
As to CDE ... that's the only other are I know well : not sure it probably IS connected, I'd say lets get rpcd fixed first but running dr_dt (/usr/contrib/bin/X11) may also help isolate major problems if you have them.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 11:56 PM
04-08-2003 11:56 PM
Solutionplease check if the environment variable RPC_SUPPORTED_NETADDRS is set or not.
and try the following:
# RPC_SUPPORTED_NETADDRS=ip:##.###.##.##
/opt/dce/sbin/rpcd
result ?
Also ensure your network interfaces are UP and this is connected to a network ?
Lastly ll /var/opt/dce/dced ..does it exist ?
does it contain any contents ?
Did you run at any time the /opt/dce/bin/dce_config utility ? If not don't ....
what's your patch level like wrt streams,arpa,dce and libc ? nb these are the most likely candidates but everything currently points to something netwk related or a missing dir structure ....
comment on the above and we'll keep trying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2003 10:13 AM
04-09-2003 10:13 AM
Re: Rpcd failure on start up
success on rpcd and cde. I checked the ifconfig settings: looked OK but modified them in SAM with same values, and all seems well.
Thanks a million.
John