HPE 9000 and HPE e3000 Servers
1752589 Members
3926 Online
108788 Solutions
New Discussion юеВ

Re: pdc message on boot ?

 
SOLVED
Go to solution
ballans
Advisor

pdc message on boot ?

Hello everybody,
when I boot my new server (HP-UX 11iv1), just after the HARD boot, I have a message about the function alloc_pdc_pages...

ISL Revision A.00.43 Apr 12, 2000

ISL booting hpux

Boot
: disk(0/4/1/0/4/0.0.0.0.0.0.0;0)/stand/vmunix
11182080 + 2289664 + 2655976 start 0x1fed68

alloc_pdc_pages: Relocating PDC from 0xfffffff0f0c00000 to 0x3f900000.
gate64: sysvec_vaddr = 0xc0002000 for 2 pages
NOTICE: autofs_link(): File system was registered at index 3.
NOTICE: cachefs_link(): File system was registered at index 4.
NOTICE: nfs3_link(): File system was registered at index 5.
CISS: RAID SA controller on hardware path 0/4/1/0/4/0 is now online.
igelan0: INITIALIZING HP PCI 1000Base-T Core at hardware path 0/1/2/0

So, I have two questions :
- For HP-UX, what is exactly PDC ?
- Is the message concerning alloc_pdc_pages normal ?

Thank you for your replies.
Herve
6 REPLIES 6
Peter Godron
Honored Contributor
Solution

Re: pdc message on boot ?

Hi,
The message signals that PDC the is being copied from NVRAM to RAM and yes the message is normal.

man pdc gives more information
Christian Tremblay
Trusted Contributor

Re: pdc message on boot ?

PDC means: Processor dependant code
Ninad_1
Honored Contributor

Re: pdc message on boot ?

Yes the message perfectly normal.
PDC is the firmware for your server (processor dependant code)
Find out more information on booting sequence in the manual at
http://www.docs.hp.com/en/B2355-90950/ch05s01.html?btnNext=next%A0%BB

Regards,
Ninad
OldSchool
Honored Contributor

Re: pdc message on boot ?

Also "man pdc" for more info......
Torsten.
Acclaimed Contributor

Re: pdc message on boot ?

Hello Herve,

the PDC is the processor dependend code - the firmware of a PA-RISC server (like the EFI shell for an Integrity server or the BIOS for a PC). Like the BIOS it gives the machine basic IO capabilities (and some other features).

Parts of this code are needed while the system is running, therefore the code will be copied from the slow ROM (in this case NVRAM) to the fast RAM while the secondary system loader (a binary named hpux) is loading the kernel.



Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
ballans
Advisor

Re: pdc message on boot ?

Thanks for all the explanations...