Sponsored Content
Operating Systems AIX From 6100-04-01-0944 to 6100-07-02-1150 ...HOW? Post 302588886 by funksen on Tuesday 10th of January 2012 06:30:33 AM
Old 01-10-2012
download here:

http://www-933.ibm.com/support/fixce...nction=release

I always use this command generated from smitty, this just applies the updates, and makes it possible to switch back to the old versions, but commit old applied packages first (smitty commit)

Code:
/usr/lib/instl/sm_inst installp_cmd -a -d '/updatedir' -f '_update_all'    '-g' '-X'    '-Y'

and as gito wrote, it's always a good idea to check
Code:
lppchk -v

and
Code:
instfix -i | grep ML

or just
Code:
oslevel -s

before and afterwards

Last edited by funksen; 01-10-2012 at 07:37 AM..
 

4 More Discussions You Might Find Interesting

1. AIX

"fuser -c -k /XXX/XXXXXXX" Fails and stuck on AIX 6100-05-01-1016

Hi I was wondering if anybody has come across in a failure of fuser command. We have a backup script that is: fuser -c -k /XXX/XXXXXXX sync;sync umount /XXX/XXXXXXX/ backup -0 -f /dev/rmt0.1 -u /dev/XXXXXXXlv mount /XXX/XXXXXXX/ sync;sync The script is called from crontab via an... (2 Replies)
Discussion started by: ggovotsis
2 Replies

2. AIX

OS6100-04-01-0944 ???

Hi, can you help explaining what all this means? OS6100-04-01-0944 I guess the version is 6.1, what are the other numbers? How can I find what is the latest version of AIX 6? I was told to upgrade this server to the latest version of 6. Thanks! (1 Reply)
Discussion started by: 300zxmuro
1 Replies

3. Post Here to Contact Site Administrators and Moderators

C++ executable is not loading in AIX 6.1 OS LEVEL 6100-09 with Oracle11g.

Hi Everybody, I am getting following error message during execution of my c++ executable "ofsrm" . I am using AIX 6.1 OS LEVEL 6100-09 with Oracle 11g database. Any suggestion on the same? Could not load program ofsrm: rtld: 0712-001 Symbol GetOracleDriver__FiPc was referenced from module ... (1 Reply)
Discussion started by: Ratikanta
1 Replies

4. Programming

C++ executable is not loading in AIX 6.1 OS LEVEL 6100-09 with Oracle11g.

Hi Everybody, I am getting following error message during execution of my c++ executable "ofsrm" . I am using AIX 6.1 OS LEVEL 6100-09 with Oracle 11g database. Any suggestion on the same? Could not load program ofsrm: rtld: 0712-001 Symbol GetOracleDriver__FiPc was referenced from module ... (8 Replies)
Discussion started by: Ratikanta
8 Replies
ln03rof(8)						      System Manager's Manual							ln03rof(8)

NAME
ln03rof, ln05rof, ln06rof, ln07rof, ln08rof, ln09of, ln14of, ps_level1of, ps_level2of - ASCII to PostScript translation filter SYNOPSIS
/usr/lbin/ln03rof [-n login] [-h host] [-w pagewidth] [...] [accounting_file] OPTIONS
Specifies the host name of the job owner. Specifies the amount of indentation. Specifies the page length in lines. Specifies the login name of the job owner Selects the output tray where the printed job will be deposited. Refer to the lpr(1) reference page for more infor- mation. Specifies the page width in columns. If the value is greater than 80 the filter will switch to landscape printing. Selects the input paper tray that supplies paper for the print job. The tray names are printer dependent. Refer to the lpr(1) reference page for more information. Prints the job in a way specified by the sides variable. The available options are: Print only on one side of the sheet. Prints on both sides of the sheet. Prints the page in the way specified by the orientation variable. The available options are: The printed output is parallel to the short side of the page. The printed output is parallel to the long side of the page. Specifies the size of the paper. The available sizes are: letter or A4. This switch is specified after the filter specification in the /etc/printcap file. For example: :if=/usr/lbin/ln03rof -Sa4: The default value is letter. OPERANDS Specifies the file in which accounting information will be recorded. DESCRIPTION
The ln03rof and related filters translate ASCII to PostScript, handles the device dependencies of a PostScript printer and performs some accounting functions. PostScript printers print documents formatted in the PostScript page description language only. The ln03rof_isolatin1 and ln03rof_decmcs filters are alternatives to ln03rof and affect how ASCII documents are printed. They cause the encoding for ISO Latin1 or DEC MCS to be used instead of the Adobe Standard Encoding. The ln03rof filter will not translate PostScript documents. The decision to translate a file is based on the first two characters in the document. If they are %!, the filter assumes the document has already been formatted in PostScript. If the first two characters are not %!, the filter assumes that the document is plain ASCII and translates it into PostScript. The ln03rof filter maintains accounting information only for documents that it translates. The af field in the /etc/printcap file is used to specify the accounting file. It is recommended that the ln03rof filter be specified for both the of and the if fields in the /etc/printcap file. For a description of these fields, see the printcap(4) reference page. Filter Files The following print filters and alternatives are available in /usr/lbin/. ------------------------------------------------------------------------- Adobe DEC MCS ISO Latin 1 Printer ------------------------------------------------------------------------- ln03rof ln03rof_decmcs ln03rof_isolatin1 LN03r ln05rof ln05rof_decmcs ln05rof_isolatin1 DEClaser 2150 ln06rof ln06rof_decmcs ln06rof_isolatin1 DEClaser 2250 ln07rof ln07rof_decmcs ln07rof_isolatin1 DEClaser 1150 ln08rof ln08rof_decmcs ln08rof_isolatin1 DEClaser 3250 ln09of ln09of_decmcs ln09of_isolatin1 DEClaser 5100 ln14of ln14of_decmcs ln14of_isolatin1 DEClaser 3500 ps_level1of ps_level1of_decmcs ps_level1of_iso- PostScript level latin1 1 ps_level2of ps_level2of_decmcs ps_level2of_iso- PostScript level latin1 2 ------------------------------------------------------------------------- EXIT STATUS
Success. An error occurred. ERRORS
The /etc/printcap error log field, lf, specifies the name of the error log file. SEE ALSO
Commands: cancel(1), lpr(1), pr(1), printer(1), lpd(8), pac(8), pcfof(8), thailpof(8) Files: printcap(4) Others: i18n_printing(5) System Administration ln03rof(8)
All times are GMT -4. The time now is 10:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy