Sponsored Content
Full Discussion: lppchk result
Operating Systems AIX lppchk result Post 302347771 by imad77 on Wednesday 26th of August 2009 11:13:39 AM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. UNIX for Dummies Questions & Answers

what is the result of this?

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

6. UNIX for Dummies Questions & Answers

what is the result of this?

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

7. 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

8. 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

9. 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

10. 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
BOS_HELP(8)						       AFS Command Reference						       BOS_HELP(8)

NAME
       bos_help - Displays help for bos commands

SYNOPSIS
       bos help [-topic <help string>+] [-help]

       bos h [-t <help string>+] [-h]

DESCRIPTION
       The bos help command displays the complete online help entry (short description and syntax statement) for each command operation code
       specified by the -topic argument. If the -topic argument is omitted, the output includes the first line (name and short description) of the
       online help entry for every bos command.

       To list every bos command whose name or short description includes a specified keyword, use the bos apropos command.

OPTIONS
       -topic <help string>+
	   Indicates each command for which to display the complete online help entry. Omit the bos part of the command name, providing only the
	   operation code (for example, specify status, not bos status). If this argument is omitted, the output briefly describes every bos
	   command.

       -help
	   Prints the online help for this command. All other valid options are ignored.

OUTPUT
       The online help entry for each bos command consists of the following two or three lines:

       o   The first line names the command and briefly describes its function.

       o   The second line lists aliases for the command, if any.

       o   The final line, which begins with the string "Usage", lists the command's options in the prescribed order. Online help entries use the
	   same symbols (for example, brackets) as the reference pages in this document.

EXAMPLES
       The following command displays the online help entry for the bos status command:

	  % bos help status
	  bos status: show server instance status
	  Usage: bos status -server <machine name> [-instance <server
	  process name>+] [-long] [-cell <cell name>] [-noauth]
	  [-localauth] [-help]

PRIVILEGE REQUIRED
       None

SEE ALSO
       bos(8), bos_apropos(8)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26							       BOS_HELP(8)
All times are GMT -4. The time now is 03:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy