2024年6月11日发(作者:)

Ibm power 740安装分享

最近实施一个项目,用到IBM POWER 740,给大家介绍下,无高深的技术含量,都是些基本配置,仅

供有兴趣的同学参考,主要内容有:机器的裸照、内部结构介绍、初始化设置,系统安装简介。因为机器是

从国外发过来,配件分批发货,因此,需要自己动手将机器的一些如CPU,内存,网卡,HBA卡,硬盘等安

装进去(一般集成商会帮忙弄上),话不多说,上图

机器前面板图:

俯视:

上图可看到机器中间有个黄色扣,打开后里面是可拆卸风扇模块,如图:

机器上盖打开后,可见内部结构:

内存插槽位拔出来如图:

网卡,HBA卡,SAS卡加入后如图:

对应后面板:

另外,介绍下HMC端口,和其他IBM小型机一样,Power 740自带了2个硬件管理控制台(简称HMC)

管理端口, HMC端口登录用web界面方式,默认地址:169.254.2.147(HMC2是148) 用户名

密码: admin/admin,访问的时候可用电脑直连,IP设置为同一段即可,进去了,可以将默认IP改成局域

网内可管理IP,以后再机器有硬件故障的时候可远程进行管理。当然,这个只是一个小部分功能,HMC是

一个专用的桌面工作站,可以提供一个图形用户接口,除了可以用于管理和配置服务器,亦可以用它做分区

(LPAR)服务器和集群环境的pSeries服务器的功能,在此我只介绍简单的应用。

最后,设备都安装好以后,就可以加电测试了,注意,如果标配外加了CPU,则需要进入到HMC口激

活CPU,在CoD Activation里面输入激活码,激活码可以去IBM网站下载,激活后看CoD Processor

Information,看到失效的CPU值Inactive processors为0000就OK了,如:

还可以使用命令:

lsdev –Cc processor 查看CPU数量

设置OK了,将显示器接上后面的VGA接口(如果有配置显卡的话,可用串口,这里只介绍显卡模式)

初次加电机器会“滴滴”2声,然后再后面接上显示器显示,接着插入光盘,就可以做安装系统等其他操作

了。

下面介绍下AIX系统的安装,安装前,请用smitty工具将RAID做好,如:smitty mirrorvg,我一般

将数据库主机做RAID10,做好RAID后,需要将启动信息加入到VG,用命令:

bosboot -ad /dev/hdisk1 将raid盘启动信息加入

可用prtconf命令查看机器信息。

环境设置好后,开始安装系统,

从光盘启动

1. 放入操作系统介质光盘的第一张光盘到光驱中。

2. 确认外围硬件设备连接好,已经加电, (such as CD-ROM drives, tape drives,

DVD drives, and terminals) are turned on。

3. Power on 系统

4. 当系统 beeps twice, 按 F5 on the keyboard (or 5 on an ASCII terminal),

系统会从默认的引导设备启动。

5. 按F1 选择console(or 1 on an ASCII terminal) and press Enter。

6. 按1选择安装语言为English。

7. 选择第2项,修改安装设置,如下图

安装选项设置

1. In the Installation and Settings screen, verify the installation

settings are correct by checking the method of installation (new and

complete overwrite), the disk or disks you want to install, the primary

language environment settings, and the more options menu. If the

default choices are correct, type 0 and press Enter to begin the BOS

installation. The system automatically reboots after installation is

complete. Go to step 4. Otherwise, go to sub-step 2.

2. To change the System Settings, which includes the method of

installation and disk where you want to install, type 1 in the Choice

field and press Enter.

3. Type 1 for New and Complete Overwrite in the Choice field and press

Enter. The Change Disk(s) Where You Want to Install screen now

displays.

4. In the Change Disk(s) Where You Want to Install screen:

a. Select hdisk0 by typing a 1 in the Choice field and press Enter.

The disk will now be selected as indicated by >>>. To unselect the

destination disk, type the number again and press Enter.

b. To finish selecting disks, type a 0 in the Choice field and press

Enter. The Installation and Settings screen displays with the

selected disks listed under System Settings.

5. Change the Primary Language Environment Settings to English (United

States). Use the following steps to change the Cultural Convention,

Language, and Keyboard to English.

a. Type 2 in the Choice field on the Installation and Settings screen

to select the Primary Language Environment Settings option.

b. Type the number corresponding to English (United States) as the

Cultural Convention in the Choice field and press Enter.

Select the appropriate keyboard and language do not

need to select the More Options selection, because you are using

the default options in this scenario. For more information about

the installation options available in AIX 6.1 and greater, see BOS

installation options.

6. Verify that the selections are correct in the Overwrite Installation

Summary screen, as follows:

Note: The default options change based on machine and console type.

7. 按回车键开始安装BOS操作系统. 安装完成后系统会自动重新启动。

8. 操作系统启动后,检查操作系统版本,并验证软件包一致性

# oslevel -s

# lppchk -v

至此,机器基本配置已OK。