headermask image

header image

10204 Patch Set for AIX is released

As you can see from above screenshot of MetaLink, 10.2.0.4.0 Patch Set for ORACLE Database Server for AIX5L Based Systems (64-bit) is released on 15-MAY-2008.
And I’m so proud to make contribution to this release. Cheers!

Some quick tips for AIX administration

1. How to check maintenance level?
oslevel -s
2. How to check current run level?
who -r
3. How to do a fast reboot?
shutdown -Fr
4. How to monitor HACMP status?
/usr/es/sbin/cluster/clstat
5. How to create group/user?
smit mkgrp
smit mkuser
6. How to check/add capabilites for a user?
/usr/bin/lsuser -a capabilities UserName
/usr/bin/chuser capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE UserName
7. How to bring up/down a NIC?
chdev -l NICName -a state=’up’
chdev -l [...]