1848157 Members
7957 Online
104022 Solutions
New Discussion

HP-UX 11.23 not booting

 
anoop_10
Frequent Advisor

HP-UX 11.23 not booting

Hi,

I have one rp-4440 with HP-UX 11.23(CFS- CLUSTER).After changing some kernel parametrs which required for oracle ,re-booted my server.But its not comming up ..started giving this error..

Entering single user mode now...
mkdir: cannot create /stand/current/krs: Too many levels of symbolic links
chmod: can't access /stand/current/krs
ERROR: Unable to read title of running configuration: KRS error code 2

So I copied some files(vmunix,mod,krs,.config,bootfs,mod,system)
from /stand/backup to /stand/current..

After that sytem is comming up to normal mode but stiil giving the error...





ERROR: Unable to retrieve module information from configuration
'current':
kc_kr_open_node(/kconfig/Modules): KRS error code 2
WARNING: Unable to load modules scheduled to be loaded at boot time:
kc_mod_get failed.
ERROR: Unable to read title of running configuration: KRS error code 2

WARNING: Unable to read the currently booted kernel configuration in order to generate an updated system file. The system file may be out of sync with the booted kernel configuration.


Please help me out to solve this issue...
6 REPLIES 6
Luk Vandenbussche
Honored Contributor

Re: HP-UX 11.23 not booting

Can you create a new kernel now?

mk_kernel
Peter Godron
Honored Contributor

Re: HP-UX 11.23 not booting

Hi,
the warning message:
From:
http://docs.hp.com/en/5991-1103/5991-1103.pdf

"Reboot Corrupts the Kernel Registry (Itanium Systems Only)The reboot command used with the -r -n -q options corrupts the kernel registry /stand/current/krs/config.krs after reboot. You may encounter this defect when using the Oracle 10g RAC with the cluster ready service. Any error detected by Oracle leading to the reboot -n may cause this corruption and resultin an unusable system. If you do encounter this problem you will be presented with messages similar to the following:/sbin/ioinitrc: /sbin/krs_sysinit: ERROR: Unable to retrieve module information from configuration 'current':kc_kr_open_node(/kconfig/Modules): KRS error code 2 WARNING: Unable to load modules scheduled to be loaded at boot time: kc_mod_get failed. ERROR: Unable to read title of running configuration: KRS error code 2 WARNING: Unable to read the currently booted kernel configuration in order to generate an updated system file. The system file may be out of sync with the booted kernel configuration.

What To Do
HP recommends that customers boot from a stable backup."
Steven E. Protter
Exalted Contributor

Re: HP-UX 11.23 not booting

Shalom,

1) Boot off of vmunix.prev or whatever you named the previous kernel.

2) Put the parameters back to what they were.

3) Generate a kernel with sam or however you did it last time.

Note the default system boot point is off of /stand/vmunux , not /stand/current

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
anoop_10
Frequent Advisor

Re: HP-UX 11.23 not booting

re-installed the OS.....Thanks for u r replays....
Gary Cantwell
Honored Contributor

Re: HP-UX 11.23 not booting

Hi Anoop,

Please take a moment to assign points to those who have taken the time to assist you, here's how:

http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33

Thanks,

Gary
Marcos LLama
Occasional Contributor

Re: HP-UX 11.23 not booting

Hi,

Something similar happened to me:

# kcconfig
ERROR: Unable to read title of running configuration: KRS error code 2

What I did (worked fine for me):

# kconfig -n "last_install"
# shutdown -ry 0

Rgrds,
Marcos LLama