Update AIX 5.3 to TL07 SP5


 
Thread Tools Search this Thread
Operating Systems AIX Update AIX 5.3 to TL07 SP5
# 1  
Old 10-30-2008
Update AIX 5.3 to TL07 SP5

Hi,
We need to update our AIX to TL07 SP5, and it's an HACMP architecture with node1 and node2 and is active/active. I need help because I never patched an AIX in HACMP, and I don't know the sequence that I have to proceed, I have Oracle databases running on both (node1, node2).
I receive a procedure with multibos, but I'm not confortable with this, is there someone who can help me on that ?
I need to apply this change before the change of the hour this week, so that mean this week end.

Thank you very much for your help.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

How to update NTP on AIX?

Hi, I would like to update NTP version on AIX LPARs. lslpp -L bos.net.tcp.client Fileset Level State Type Description (Uninstaller) ---------------------------------------------------------------------------- bos.net.tcp.client 7.1.3.1 C F ... (3 Replies)
Discussion started by: dio34
3 Replies

2. AIX

OpenSSH update in AIX

Hi, We have 4 vulnerabilities in our AIX servers and the files to be installed are as follows: File to be installed OpenSSH_6.0.0.6102 OpenSSH_6.0.0.6107 OpenSSH_6.0.0.6110 Openssh_fix8 My question is, can we install the Openss_fix8 directly to resolve all the issues or should we... (2 Replies)
Discussion started by: gshari.89
2 Replies

3. AIX

AIX SP update and Oracle interaction

Situation: AIX 7.1 various SP levels Update to SP9 on DB systems with Oracle 10 or 11G Steps: Apply SP9 update Bring down databases shutdown -Fr Check system health - AIX Bring up databases Confirm functionality Would applying the update while the databases are up cause problems... (7 Replies)
Discussion started by: allenhibbert
7 Replies

4. AIX

[Howto] Update AIX in HACMP cluster-nodes

As i have updated a lot of HACMP-nodes lately the question arises how to do it with minimal downtime. Of course it is easily possible to have a downtime and do the version update during this. In the best of worlds you always get the downtime you need - unfortunately we have yet to find this best of... (4 Replies)
Discussion started by: bakunin
4 Replies

5. AIX

AIX 7.1 TL update -> only latest or one by one?

Hi, I'm about to update a 7.1 box from 7100-00-03-1115 to the latest level 7100-02-01-1245. Question: do I have to install all steps between them or can I just download the latest level and do a update_all? (8 Replies)
Discussion started by: iso
8 Replies

6. AIX

AIX Fix Pack update

Hi All, i'm try to update my aix 6100.06.05 to 6100.07.00. i download the 4,5 GB of FixPack buy i don't have a required package (devices.chrp.pci.rte 6.1.7.0) This package does not exist on the fix pack (i've check in the .toc file and in the .bff files) On ibm website i see that this... (0 Replies)
Discussion started by: Zio Bill
0 Replies

7. AIX

Failed update AIX 6.1

Hi, I have problem with update AIX in ML 01 to ML 04. I am new in AIX system, please help me how resolve this problem. Thanks (2 Replies)
Discussion started by: bieszczaders
2 Replies

8. AIX

My AIX 5.3 update userPassword in clear on LDAP

I'm running OpenLDAP 2.3.43 in a linux Host. I have a AIX 5.3 TL9 as client. All works fine with client authentification, information reading in LDAP server and all the stuff. The only problem is : when I run passwd with an LDAP user it updates password (userPassword) with clear text. ... (0 Replies)
Discussion started by: puppetmaster
0 Replies

9. UNIX for Advanced & Expert Users

copying files from Unix to NT 4.0 Sp5

Hi, Does onyone know of a utility or command that would permit me to copy files from a UNIX environment to Windows NT SP5 environment. (3 Replies)
Discussion started by: regimbaldpj
3 Replies
Login or Register to Ask a Question
orte-clean(1)							     Open MPI							     orte-clean(1)

NAME
orte-clean - Cleans up any stale processes and files leftover from Open MPI jobs. SYNOPSIS
orte-clean [--verbose] mpirun --pernode [--host | --hostfile file] orte-clean [--verbose] OPTIONS
[-v | --verbose] This argument will run the command in verbose mode and print out the universes that are getting cleaned up as well as pro- cesses that are being killed. DESCRIPTION
orte-clean attempts to clean up any processes and files left over from Open MPI jobs that were run in the past as well as any currently running jobs. This includes OMPI infrastructure and helper commands, any processes that were spawned as part of the job, and any temporary files. orte-clean will only act upon processes and files that belong to the user running the orte-clean command. If run as root, it will kill off processes belonging to any users. When run from the command line, orte-clean will attempt to clean up the local node it is run from. When launched via mpirun, it will clean up the nodes selected by mpirun. EXAMPLES
Example 1: Clean up local node only. example% orte-clean Example 2: To clean up on a specific set of nodes specified on command line, it is recommended to use the pernode option. This will run one orte-clean for each node. example% mpirun --pernode --host node1,node2,node3 orte-clean To clean up on a specific set of nodes from a file. example% mpirun --pernode --hostfile nodes_file orte-clean Example 3: Within a resource managed environment like N1GE, SLURM, or Torque. The following example is from N1GE. First, we see that we have two nodes with two CPUs each. example% qsh -pe orte 4 example% mpirun -np 4 hostname node1 node1 node2 node2 Clean up all the nodes in the cluster. example% mpirun --pernode orte-clean Clean up a subset of the nodes in the cluster. example% mpirun --pernode --host node1 orte-clean SEE ALSO
orterun(1), orte-ps(1) 1.4.5 Feb 10, 2012 orte-clean(1)