Système d’exploitation AIX
Search
Login with:
Tweets
Système d’exploitation AIX
Even if support ended for AIX 5.3 since April 2012, some companies still have old AIX releases like 5.2 or even older. I had some migrations to do for one of my customers on standalone P5 and blades, everything went well but I saw filesystems mount error messages at boot. Once logged in, I saw all my volume groups but few of them were inactive, and a varyonvg gave error messages.
Recently, I was installing a POWER7 P770 for one of my customers. But instead of installing VIO servers from scratch, we made clones on the storage subsystem (HP 3PAR) from VIOS previously installed on another P770. In one hand, it had the benefit of being a fast method avoiding us to install and configure the Operating Systems, 3PAR multipathing drivers, customer tools; but in the other hand, we have to correct some settings and do some clean-up operations (hostname, devices…).
My customer often uses this method to clone LPAR (AIX/VIO) and as expected DLPAR operations won’t work. Even if my customer usually knows how to correct that, this time had been more tricky because of CAA (Cluster Aware AIX, from AIX 6.1 TL6 & 7.1).
AIX 6.1 TL7 includes IBM Systems Director Common Agent (cas agent). It is installed as part of the System Management Client Software bundle which is part of the default install options.
Unfortunately, this new component introduce 2 small bugs including one that could fill up root filesystem (/).
After installing TL7 and at system reboot, the Director agent is automatically enabled.
|
1 2 3 4 5 6 7 8 9 10 11 |
meyawi.com@root:/> oslevel -s
6100-07-00-0000
meyawi.com@root:/> lssrc -s cas_agent
Subsystem Group PID Status
cas_agent 7667718 active
meyawi.com@root:/> lslpp -L cas.agent
Fileset Level State Type Description (Uninstaller)
----------------------------------------------------------------------------
cas.agent 1.4.2.32 C F Common Agent Services Agent |
When properly configured, an AIX server can act as :
In our case, iSCSI initiator will be an AIX 7.1 (7100-00-03-1115) and the iSCSI target will be a Storwize V7000 Unified.
Since I reinstall my laptop with Windows 7 64 bits and all my tools (because of a memory upgrade), I had the “good” idea to install Office 2010 Suite in 64 bits version too !
Unfortunately, Nmon Analyser don’t work under Excel 2010 64 bits. I tried to figure it out by changing some function declaration and comenting some calls and I finally get to have it working. I think it is doing the work and it can help few people but I’m not a VBA expert, so let me know if there are some issues.
Here is my unofficial release
Today, I passed and validated my first certification test : AIX 6.1 Administration (000-104).
Now, I have a new status : IBM Certified System Administrator – AIX 6.1
This test is a MCQ of 117 questions with a time limit of 150 minutes, Â the following lines list the objectives :
Backup and Recovery (5%)
This my first post and I’m going to blog about WPAR technology 
What is a WPAR ? Â WPAR = Workload PARtition.
It is a software virtualization/partitioning system within an AIX instance which allows isolating execution environment, as share and resources control allocation (cpu, ram, network) in order to limit interactions between others WPAR, and AIX hosting operating system.
follow me :