如何把玩,先从安装开始吧。以往经验,通过系统部署你可以了解很多东西,也会加深印象。玩了这么多年的LINUX,AIX应该没问题吧。
先通过命令oslevel ,查看现在的AIX版本
点击(此处)折叠或打开
- hlwdb2:/#oslevel -s
- 5300-10-01-0921
于是找来AIX5.3安装盘,就开始安装,8张CD盘。不装不知道,这一装,确实出来很多问题,也学习了很多东西。由于网上下载的 AIX5.3的系统盘 是 TL00,属于5.3初级版本。
我目前的服务器是 POWER6 560,安装操作系统是有要求的。POWER6 的服务器 必须5.3 TL6 以上版本(这个我没有验证过,手里没有TL6的盘,我下了 TL5的盘,是无法安装的,TL9是可以的)。所以我最早下载的系统盘,TL00版本,无法安装。
这里先了解AIX的操作系统版本 基本概念
|
oslevel -s //显示当前AIX的当前版本和最高service pack 5300-10-01-0921 RELE-TL-SP-YYWW 5300--Release 5.3 10--Technology Level 10 01-Service Pack 1 0921-Release date:2009年的21周 |
5300-10-01-0921 其中5300 表示 版本和发行版 俗称的 5.3,10 是 技术级别 TL10,01-0921 是SP号和 SP的日期
下面介绍一下专有名词
TL
|
TL是”Technology Level”的缩写。 从2006年开始,原来的AIX的Maintenance Level 将改称为 Technology Level。 并且,每年只发布两个新版本。第一个TL 只限于硬件的特征和功能增强,以及软件服务。 第二个TL,将包括新的硬件特征和功能增强,软件服务,和新的软件特征,因此是这两个版本中较大的一个。 显示系统的TL 级别可用以下命令: oslevel -r |
SP
|
SP 是 “Service Pack” 的缩写。Service Pack 概念的引入是为了把产生在相邻的两个Technology Level之间的仅仅关于服务的更新(即PTF)打包以便于识别。这些程序补钉是针对于高度普遍的,关键的,或与安全性相关的问题的。IBM将针对AIX的N 和N-1 release (例如:V5.3 和V5.2) 的最新的Technology Level (例如:5300-04和5200-08) 提供Service Pack. 发布的周期大约为Technology Level发布后的每4到6周。 查看系统的Service Pack 级别,可用以下命令: oslevel -s 例如:对于一个AIX V5.3, Technology Level 10, Service Pack 1的系统来说,会有以下的输出 oslevel -s 5300-10-01-0921 |
CSP
|
Concluding Service Pack 是指一个Technology Level的最后一个Service Pack.同SP一样,CSP将会包括高度普遍的,关键的,或与安全性相关的问题的程序补钉,但CSP还会包括新的Technology Level的补钉中那些与本Technology Level 的这些问题相关的补钉。因此,一个CSP中会含有一个是新Technology Level的一部分的服务子集。CSP会在新的Technology Level 发布以后很快发布。 例如:若Technology Level 5300-04 的发布日期为2006年2月,前一版本5300-03的CSP会于约4至8周后发布。安装CSP后,运行“oslevel -s” 的输出会是 “5300—03-CSP”。 通过使用Interim Fix,某个TL的CSP认可获得延续的服务 |
IF
|
在AIX 5L 中,使用”Interim Fix”作为以前的”emergency fix” 或“efix”的新的名称。目的是简化命名方式,并避免在IBM所有的产品中的命名混淆。因为”Interim Fix”的词义更好地表达了它的临时性,暗指将来会有经过更完全测试的补钉可供使用。IBM将会给目前所支持的最新的两个AIX release(例如:AIX 5.3 和 V5.2) 的每个release的最新的两个Technology Level 提供非安全性相关问题的IF.。 所有的IF的应用,需使用”emgr”工具。 |
基于POWER6的服务器,可以安装的操作系统版本
|
Operating System |
Availability Date |
|
AIX 5.3 Technology Level 6 Service Pack 7 or later |
May 28, 2008 |
|
AIX 5.3 Technology Level 7 Service Pack 4 or later |
May 28, 2008 |
|
AIX 5.3 Technology Level 8 or later |
May 6, 2008 |
|
AIX 6.1 Technology Level 1 or later |
May 30, 2008 |
|
AIX 6.1.0 Service Pack 5 or later |
July 2, 2008 |
|
SUSE Linux Enterprise Server 10 Service Pack 2 |
Oct 24, 2008 |
|
Red Hat Enterprise Linux 4.7 for Power |
Oct 24, 2008 |
|
Red Hat Enterprise Linux 5.2 for Power |
Oct 24, 2008 |
|
IBM i |
Sept 9, 2008 |
基于 POWER7 的服务器,可以安装的AIX5.3操作系统
AIX5.3 开始支持 POWER7 是从2010年开始
The minimum level of AIX Version 5.3 to support the Power 710, 720, 730, and 740 is:
AIX 5.3 with the 5300-10 Technology Level and Service Pack 5, or later
AIX 5.3 with the 5300-11 Technology Level and Service Pack 5, or later
AIX 5.3 with the 5300-12 Technology Level and Service Pack 2, or later
The minimum level of AIX Version 5.3 to support the Power 750, 755, 770, and 780 is:
AIX 5.3 with the 5300-09 Technology Level and Service Pack 7, or later
AIX 5.3 with the 5300-10 Technology Level and Service Pack 4, or later
AIX 5.3 with the 5300-11 Technology Level and Service Pack 2, or later
The minimum level of AIX Version 5.3 to support the Power 795 is:
AIX 5.3 with the 5300-10 Technology Level and Service Pack 5, or later
AIX 5.3 with the 5300-11 Technology Level and Service Pack 5, or later
AIX 5.3 with the 5300-12 Technology Level and Service Pack 1, or later
以上数据 来自网络。