installp -C error: 'bosboot verification failed'


 
Thread Tools Search this Thread
Operating Systems AIX installp -C error: 'bosboot verification failed'
# 1  
Old 05-31-2007
Question installp -C error: 'bosboot verification failed'

Hi, I'm a noob with AIX, can anybody help me solve this issue I'm stuck with on an 5.3 box.

bash# installp -C
0503-409 installp: bosboot verification starting...
0503-497 installp: An error occurred during bosboot verification processing.

Thanks.
# 2  
Old 05-31-2007
I think we need an explanation of the history to this point:

Why are you attempting a clean up of the install packages?

What version of AIX were / are you running?

What is the RS6000 / LPAR?

Has the machine ever booted if yes is it booting now?

That will do for a start.
# 3  
Old 05-31-2007
Quote:
Originally Posted by johnf
I think we need an explanation of the history to this point:

Why are you attempting a clean up of the install packages?

What version of AIX were / are you running?

What is the RS6000 / LPAR?

Has the machine ever booted if yes is it booting now?

That will do for a start.
Hi thanks for replying,

bash-3.00# uname -a
AIX Perf_AIX53 3 5 0002887AD300

bash-3.00# uname -M
IBM,9115-505

bash-3.00# uname -p
powerpc

The machine has been booted a couple of times and was running OK for my purposes, there was an install in progress which was aborted, followed by a powerfailiure.

I needed a package to install but couldn't proceed due to the following error:

Installing XXX X.X for AIX
installp -Y -a -d /Downloads/Build/XXX.pkg all

0503-434 installp: There are incomplete installation operations
on the following filesets. Run installp -C to clean up
the previously failed installations before continuing.

ldap.server.java
ldap.server.rte
ldap.server.com
ldap.server.cfg
Error: Failed to install xxx


If you need any more output let me know, thanks.
# 4  
Old 06-19-2007
check kernel file

can u give the below o/p ?

1. ls -l /unix
2. ls -l /usr/lib/boot/unix
3. ls -l /usr/lib/boot/unix_64 /usr/lib/boot/unix_mp

the size of unix_mp or unix_64 should nto be zero in the o/p of point 3.
# 5  
Old 06-19-2007
Quote:
Originally Posted by alpha(*)test
can u give the below o/p ?

1. ls -l /unix
2. ls -l /usr/lib/boot/unix
3. ls -l /usr/lib/boot/unix_64 /usr/lib/boot/unix_mp

the size of unix_mp or unix_64 should nto be zero in the o/p of point 3.
Hi, thanks for asking, I reinstalled the OS on that machine, didn't figure out what went wrong though.
Thanks,
Siddharth.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Host key verification failed error

HI i am getting host key verification failed error. # cat id_rsa.pub | ssh root@10.110.51.245 'cat >> .ssh/authorized_keys;exit;' cat: id_rsa.pub: No such file or directory @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! ... (3 Replies)
Discussion started by: scriptor
3 Replies

2. AIX

Problem with bosboot

This is my problem: I couldn't create boot image for hdisk7 test02:/]lspv hdisk2 00c8ac36cfdf99b4 old_rootvg hdisk5 00c8abd6d05f83ca newvg active hdisk6 00c8abd6d4ad141f rootvg active... (4 Replies)
Discussion started by: bobochacha29
4 Replies

3. AIX

bosboot issue

Hi i wanted to know for what reasons, bosboot fails with the error below.? # /usr/sbin/bosboot.dp -a -p /usr/lib/boot/chrp.disk.proto -d /dev/ipldevice dd: 0511-053 The write failed. : There is a request to a device or address that does not exist. 65893+1 records in. 1029+1 records out. ... (1 Reply)
Discussion started by: gnakul
1 Replies

4. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

5. UNIX for Dummies Questions & Answers

Host key verification failed in openssh

Experts, We are trying to make a key-based authentication from Server A to Server B. Server A is installed with openshh. Server B runs "Sun_SSH_1.1". Server A's rsa2 public key has been added into the server B's authorized_keys. We are sure that permission settings of the files and folders in... (1 Reply)
Discussion started by: rprajendran
1 Replies

6. Shell Programming and Scripting

Host Key verification failed

Hi, I am running a script to scp a file from one server to another. I have created the public/private key and copied the public key to the other server and appended it to authorized_key file. But i am getting the error message saying "Host Key verification failed" Connection lost. It works well... (3 Replies)
Discussion started by: ahamed
3 Replies

7. AIX

installp -C

Dear friends, I have Interrupted smit install and after that I cant install eny software.. smit screen says that I should run installp -C but I am facing the following error AIXTEST#installp -C installp: Cleaning up software for: csm.hams 1.7.1.0 ./csm.hams.unpost_i:... (0 Replies)
Discussion started by: Vit0_Corleone
0 Replies

8. UNIX for Dummies Questions & Answers

Signiture verification failed

Hello, I am new to Solaris. I've installed Solaris 10.0 and trying to apply all patches. On Java Desktop, I've applied almost all patches but some of patches should be applied manually on the command line. The patches -should be applied manually on terminal- are downloaded by Sun Update... (1 Reply)
Discussion started by: XNOR
1 Replies

9. AIX

installp and rpm

Guys, I would like to know the differences between installp and rpm.. Like installp has the ability to install software products in applied mode and rejected anytime... Diffrerences in advantages, featues..etc. Thanks & Regards Manu Edit by bakunin: Please abide by the forum rules.... (0 Replies)
Discussion started by: b_manu78
0 Replies

10. AIX

differences between installp and rpm

Guys, I would like to know the differences between installp and rpm Thanks & Regards Manu (2 Replies)
Discussion started by: b_manu78
2 Replies
Login or Register to Ask a Question