Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

some weird error during upgrade

Status
Not open for further replies.

xyz786

IS-IT--Management
Apr 5, 2006
45
US
Hello,
Does anybody see this kind of error before.
0503-409 installp: bosboot verification starting...
installp: bosboot verification completed.
0503-408 installp: bosboot process starting...
Filesystem Helper: 0506-526 Implementation-specific error, code =
(112)

0301-155 bosboot: mkfs failed for /tmp/bosboot_24828_20498/Bootram.fs.
The installation or updating script is unable to continue
0503-407 installp: An error occurred during bosboot processing.
Please correct the problem and rerun installp.


I got this error while upgrading a file set to latest level.Any solution how to fix this problem
Thanks
 
I'd check for enough free space in /tmp


HTH,

p5wizard
 
p5wizard,
I checked /tmp file, /tmp is 22% full and has 350mb free space remaining.

Thanks
 
check the number of inodes available.

what kind of upgrade is this?

you can also boot into maintenance and fsck /tmp
 
Which version of AIX?

A workaround is as follows:

edit /usr/sbin/bosboot change total=0 to total=80

Permanent fixes:

IX74905 - (AIXV41 only) BOOT RAM FILESYSTEM IS TOO SMALL
IX77117 - (AIXV42 only) RAM FILESYSTEM IS TOO SMALL
IX75268 - (AIXV43 only) BOOT RAM FILESYSTEM IS TOO SMALL

 
khz,
I already did the things you have posted here, I got this stuff from google search and tried it out, but nothing worked out.
 
or try:

cd /usr/sbin
cp bosboot bosboot.ref
vi bosboot
+964 $lock_instr -k $1 $boothdr $rosemu -f $2 $norm $serv $boot_lv \
+965 $set_start $wrtblv -A ${softROS} -K ${kernel} 2>$mkbout | \
+966 dd ibs=1b obs=64b of=$outimage 2>$ddout


and modify line 965 :


+964 $lock_instr -k $1 $boothdr $rosemu -f $2 $norm $serv $boot_lv \
+965 $set_start $wrtblv -A ${softROS} 2>$mkbout | \
+966 dd ibs=1b obs=64b of=$outimage 2>$ddout


then re-run the bosboot command :


bosboot -a -d /dev/ipldevice
 
Thanks for the replies . I called IBM and solved the problem..need to move a file set from /usr/lib/boot/protoext to /tmp.It works fine.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top