1829901 Members
3222 Online
109993 Solutions
New Discussion

ENTRY_INIT Status = -4

 
Veron_Le
Frequent Advisor

ENTRY_INIT Status = -4

Hi all,

My system currently occur this problem ENTRY_INIT Status = -4, It failed to initialize and cannot boot up. After check in ITRC, it looks like a boot disk failure. Could you pls explain the steps to replace a bootdisk for MPE/iX system?

Thanks and appreciate all your helps,
Veron
2 REPLIES 2
Hoang Chi Cong_1
Honored Contributor

Re: ENTRY_INIT Status = -4

Hi Veron

For HP-UX, you can replace a bad root disk follow these steps:

#vgcfgrestore -n /dev/vgXX /dev/rdsk/cxtxdx
#vgchange -a y /dev/vgXX
#vgsync /dev/vgxx
Replacing a bad BOOT disk with mirror:

#vgcfgrestore -n /dev/vgXX /dev/rdsk/cxtxdx
#vgchange -a y /dev/vgXX
#vgsync /dev/vgxx
#mkboot /dev/rdsk/cxtxdx
#mkboot -a "hpux -lq" /dev/rdsk/cxtxdx
#shutdown -yr 0

Goodluck!
Regard,
HoangChiCong
Looking for a special chance.......
Thayanidhi
Honored Contributor

Re: ENTRY_INIT Status = -4


Please post it in MPE/ix area.

http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=119
Attitude (not aptitude) determines altitude.