AIX (Advanced Interactive eXecutive) is a series of proprietary Unix operating systems developed and sold by IBM.
Performance Optimization With Enhanced RISC (POWER) version 7 enables a unique performance advantage for AIX OS.
POWER7 features new capabilities using multiple cores and multiple CPU threads, creating a pool of virtual CPUs.
AIX 7 includes a new built-in clustering capability called Cluster Aware
AIX POWER7 systems include the Active Memory Expansion feature.

Wednesday, December 19, 2012

ADDIND A STATIC ROUTE USING COMMAND LINE

chdev -l inet0 -a route=net,-netmask,<your-mask-here>,-static,<net address here>,<Gateway here>
For example to create a static route for destination 10.0.0 through 192.168.0.1
chdev -l inet0 -a route=net,-netmask,255.255.255.0,-static, 10.0.0.0, 192.168.0.1