lppchk result


 
Thread Tools Search this Thread
Operating Systems AIX lppchk result
# 1  
Old 08-25-2009
lppchk result

Hi,

I experience an issue with printer queue configuration and when I tried to verify files of the printer and lpd installable software product, I get these messages:

#lppchk -c
lppchk: 0504-208 Size of /usr/lib/lpd/digest is 44634,
expected value was 44874.
lppchk: 0504-208 Size of /usr/lib/lpd/qstatus is 60220,
expected value was 60236.
lppchk: 0504-212 The checksum for file /usr/lib/lpd/rembak is 44075,
expected value is 49331.
lppchk: 0504-208 Size of /usr/lib/lpd/pio/etc/piodigest is 126236,
.....

There is a lot of lines related to /usr/lib/lpd only.

Have you any idea how to fix that?

Thanks,

Imad
# 2  
Old 08-25-2009
Did you tried to figure out any broken filesets are present in your server.

if yes, then you have to uninstall the the broken filesets and need to reinstall.
# 3  
Old 08-25-2009
Hi Faruk,

I suspected that something is broken. How can I reinstall it?
and which package to uninstall and reinstall? I'm a newbie in AIX.

Thanks,

Quote:
Originally Posted by faruk
Did you tried to figure out any broken filesets are present in your server.

if yes, then you have to uninstall the the broken filesets and need to reinstall.
# 4  
Old 08-25-2009
Hi,

you should perform the lppchecks on the filesets themselves - search via
Code:
lslpp -L | grep printer

for the correct filesets

Kind regards
zxmaus
# 5  
Old 08-26-2009
Hi,

When I try this command I got this result:

lslpp -l "bos.rte.printers*"
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.rte.printers 5.3.10.0 COMMITTED Front End Printer Support
Path: /etc/objrepos
bos.rte.printers 5.3.9.0 COMMITTED Front End Printer Support



When I check in smitty, I get this result:
bos.rte.printers 5.3.10.0 C F Front End Printer Support


I think that something is wrong with version of bos.rte.printers.

I tried to reinstall it but I could not perfom it and I get this messages:

Command: failed stdout: yes stderr: no
Before command completion, additional instructions may appear below.
geninstall -I "a -cNQqX -J" -F -Z -d ./ -f File 2>&1
File:
bos.rte.printers

+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...
Pre-installation Failure/Warning Summary
----------------------------------------
0503-500 installp: After completion of pre-installation processing,
there were no installable base level filesets found on the
installation media. Note that use of the force install option
(-F flag) will cause installp to consider only base level filesets
(fileset updates will be ignored). No installation has occurred.


Quote:
Originally Posted by zxmaus
Hi,

you should perform the lppchecks on the filesets themselves - search via
Code:
lslpp -L | grep printer

for the correct filesets

Kind regards
zxmaus
# 6  
Old 08-26-2009
Hi,

are you sure that you are trying to install a package 'bos.rte.printers 5.3.10.0.I' ?

I am sorry but I don't have a box with TL10 but generally it looks like the root part of your package installation failed while the fileset was upgraded why the /usr part was successful ...

Quote:
/etc/objrepos/lpp Specifies installation information of all software products on the root.
/usr/lib/objrepos/lpp Specifies installation information of all software products on the /usr file system.
Rgds
zxmaus
# 7  
Old 08-27-2009
Hi ,


I tried to install by using the Base level fileset first
(bos.rte.printers_5.3.9.0.bff).
I followed these steps:
change directory folder where the file is located
smitty
Software Installation and Maintenance
Install and Update Software
Install Software
INPUT device / directory for software [.]
=============================================================

[Entry Fields]
* INPUT device / directory for software .
* SOFTWARE to install
[bos.rte.printers_5.3.9.0.bff]
+
PREVIEW only? (install operation will NOT occur)
no
+
COMMIT software updates?
yes
+
SAVE replaced files?
no
+
AUTOMATICALLY install requisite software?
no
+
EXTEND file systems if space needed?
yes
+
OVERWRITE same or newer versions?
yes
+
VERIFY install and check file sizes?
no
+
Include corresponding LANGUAGE filesets?
yes
+
DETAILED output?
no
+
Process multiple volumes?
yes
+
ACCEPT new license agreements?
no
+
Preview new LICENSE agreements?
no
+
=============================================================

I get this error message:
=============================================================
Missing Filesets
----------------
The following filesets could not be found on the installation media.
If you feel these filesets really are on the media, check for
typographical
errors in the name specified or, if installing from directory, check
for
discrepancies between the Table of Contents file (.toc) and the
images that
reside in the directory.

bos.rte.printers_5.3.9.0.bff

<< End of Failure Section >>

+--------------------------------------------------------------------------­---
+
BUILDDATE Verification ...
+--------------------------------------------------------------------------­---
+
Verifying build dates...done
FILESET STATISTICS
------------------
1 Selected to be installed, of which:
1 FAILED pre-installation verification
----
0 Total to be installed
Pre-installation Failure/Warning Summary
----------------------------------------
Name Level Pre-installation Failure/
Warning
---------------------------------------------------------------------------­----
bos.rte.printers_5.3.9.0. Not found on the
installation media
=============================================================
Quote:
Originally Posted by zxmaus
Hi,

are you sure that you are trying to install a package 'bos.rte.printers 5.3.10.0.I' ?

I am sorry but I don't have a box with TL10 but generally it looks like the root part of your package installation failed while the fileset was upgraded why the /usr part was successful ...



Rgds
zxmaus
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Not getting expected result

Hi Experts, I have written the below script but its not working as per expectation. My requirement is if this condition ] is satisfied then only check for this condition ] if this also satisfied check for the condition ]. vi p_values.ksh path="/db/ora/files" mode=1 b_days=10... (5 Replies)
Discussion started by: nalu
5 Replies

2. AIX

AIX 6.1 lppchk failed

Hi, i have problem when i try to check consist of system, and I can't fix it.. outut of lppchk -v below.. oslevel -s 6100-00-01-0748 lppchk -v lppchk: The following filesets need to be installed or corrected to bring the system to a consistent state: ... (2 Replies)
Discussion started by: intak
2 Replies

3. Shell Programming and Scripting

How to compare the current result with previous line result.?

Hi Gurus, I have requirement to compare current result with previous reuslt. The sample case is below. 1 job1 1 1 job2 2 1 job3 3 2 job_a1 1 2 job_a2 2 2 job_a3 3 3 job_b1 1 3 job_b2 2 for above sample file, GID is group ID, for input line, the job run... (1 Reply)
Discussion started by: ken6503
1 Replies

4. UNIX for Dummies Questions & Answers

Print result of mv -n

I am trying to move files which donot have same filename using find /Users/ParijatMac/desktop/unix/new_dir -type f -mmin +"$HRS" -exec mv -n "{}" /Users/ParijatMac/desktop/unix/old_dir \; -print but i am getting all filenames including the ones with duplicate names.Please help me to sort... (5 Replies)
Discussion started by: parijat guh
5 Replies

5. UNIX for Dummies Questions & Answers

what is the result of this?

ls -A $variable (2 Replies)
Discussion started by: prathimahsc
2 Replies

6. UNIX for Dummies Questions & Answers

what is the result of this?

if ] (1 Reply)
Discussion started by: prathimahsc
1 Replies

7. Shell Programming and Scripting

Get execute result of su

I wrote a shell script. su user << EOF some commands result=$? EOF echo $result Other program determined by $result It outputs nothing. How to pass the variable 'result' "inside su" to "outside su"? (5 Replies)
Discussion started by: uativan
5 Replies

8. AIX

lppchk errors: bos.rte.filesystem

Hi all, I installed AIX 5.3 (TL 5300-08-01) and after that I updated to TL 5300-09-01. The problem is that, when I issue "lppchk -v" I get the following error: # lppchk -v lppchk: The following filesets need to be installed or corrected to bring the system to a consistent state:... (10 Replies)
Discussion started by: wendelalexis
10 Replies

9. UNIX for Dummies Questions & Answers

display the result of wc -l with words before and after the result

hello showrev -p | wc -l returns: 381 What to do in case I want to have this output: number of lines returned by showrev -p is: 381 thx (3 Replies)
Discussion started by: melanie_pfefer
3 Replies

10. Shell Programming and Scripting

Outputting formatted Result log file from old 30000 lines result log<help required>

Well I have a 3000 lines result log file that contains all the machine data when it does the testing... It has 3 different section that i am intrsted in 1) starting with "20071126 11:11:11 Machine Header 1" 1000 lines... "End machine header 1" 2) starting with "20071126 12:12:12 Machine... (5 Replies)
Discussion started by: vikas.iet
5 Replies
Login or Register to Ask a Question