安装AIX 补丁或者补丁集方法

检查OS的版本,与补丁信息
oslevel可以返回主版本与ML补丁信息
#oslevel -r
 
5200-06
其中5200是主版本号,06是ML小版本号,可以用instfix查看详细信息
#instfix -i|grep ML    All filesets for 5.2.0.0_AIX_ML were found.    All filesets for 5200-01_AIX_ML were found.    All filesets for 5200-02_AIX_ML were found.    All filesets for 5200-03_AIX_ML were found.    All filesets for 5200-04_AIX_ML were found.    All filesets for 5200-05_AIX_ML were found.    All fi...

aix route(路由设置)

查看、配置路由列表,如查询命令为:
#netstat -rnRouting tables    Destination      Gateway           Flags   Refs     Use  If   PMTU Exp Groups    Route Tree for Protocol Family 2 (Internet):    default         192.168.0.1      UGc       0        0  en0     -   -      -    10.0.100.0      10.0.100.150      […]

...
|