- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- An error in /etc/rc.log
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
05-12-2006 01:35 AM
05-12-2006 01:35 AM
An error in /etc/rc.log
I have a rp3410 server. I get the follwoing error in /etc/rc.log.What is the problem?
Copy processor logs to /var/tombstones
Output from "/sbin/rc1.d/S430pdcinfo start":
----------------------------
pdcinfo: PDC call failed - Status = -2. (pdcinfo_main.c:953)
pdcinfo: Non existent option. ARG1 did not correspond to an option provided by
the PDC_PAT_SYSTEM_INFO procedure.pdcinfo: PDC call parameters -
gstPdcParms64.pdc_status = -2
gstPdcParms64.nNumArgs = 2
gstPdcParms64.pdc_proc = 74
gstPdcParms64.arg[0] = 11
gstPdcParms64.arg[1] = -1
pdcinfo: Program aborted due to error from pdc call.
ERROR: pdcinfo returned error status=255
"/sbin/rc1.d/S430pdcinfo start" FAILED
Please advice.
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 01:52 AM
05-12-2006 01:52 AM
Re: An error in /etc/rc.log
"pdninfo" is not supported on any system and it doesn't function on many different machines. It is a tool that was developed by the HP Field Support Organization to assist HP hardware engineers in obtaining information from systems. It is NOT distributed on the core media and is occasionally sent to an outside system when hardware support is needed and the output is sent back to HP for analysis.
The utility was mistakenly included on some of the OnlineDiagnostics CD's and installs with them. It then fails every time the system is rebooted. There is an SR (Service Request) to make sure it is deleted from future revisions of the Online Diagnostics.
You can shut it off by changing the variable PDCINFO=1 in /etc/rc.config.d/pdcinfo to PDCINFO=0
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 01:52 AM
05-12-2006 01:52 AM
Re: An error in /etc/rc.log
Check your version and update it if it's behind. (I suspect it is as this has been addressed.)
PHSS_33891 s700_800 11.23 rp3410/rp3440 PDC45.44/BMC03.51/MPE.03.15 FW
OR
PHSS_33890 s700_800 11.11 rp3410/rp3440 PDC45.44/BMC03.51/MPE.03.15 FW
(note the os version on those)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 01:52 AM
05-12-2006 01:52 AM
Re: An error in /etc/rc.log
There's a problem with the pdcinfo script in /sbin/init.d.
This is a script that saves/renames tombstone files.
I'd log a SW call to the RC to have them look at this.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 01:59 AM
05-12-2006 01:59 AM
Re: An error in /etc/rc.log
Sorry, but I have to disagree with you both.
This is a *standard* script on all 800 level systems.
It's sole purpose in life is to preserve tombstone files at every boot & decrement the file names to preserve tombstone history.
Cheers,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 02:34 AM
05-12-2006 02:34 AM
Re: An error in /etc/rc.log
is your variable PDCINFO_OPTS in the /etc/rc.config.d/pdcinfo file not null?
The /sbin/init.d/pdcinfo script call the /usr/sbin/diag/contrib/pdcinfo command with the $PDCINFO_OPTS option.
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 06:07 AM
05-12-2006 06:07 AM
Re: An error in /etc/rc.log
The pdcinfo programs allow you to retrieve PDC information.
There are two variables here:
The pdcinfo version and the PDC version.
I indicated that it was probably firmware, but it could also be the diag versions.
So in addition to checking if the firmware is updated, also check that the diagnostics are updated.
This is resolved in making sure that the Diagnostic version and the PDC version can talk to each other and understand what each are supposed to communicate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 09:04 AM
05-12-2006 09:04 AM
Re: An error in /etc/rc.log
It's not like there's *ever* been a Diag/PDC conflict, huh? 8~))
But Enrico, I think, may be on to something.
PDCINFO_OPTS may be the player here....
Cheers,
Jeff