|
一、安装基本操作系统(BOS)
打开计算机或在开机状态下重新启动(#reboot) 将AIX安装盘放入光驱 当系统自检 keyboard 通过后,按"5"(从光驱引导) 系统提示: Please define the system Console 后,按"1"(确认终端) 系统提示: Type a "1" and press Enter to use this terminal as the system console 后按1(选择英语为安装语言) 进入安装程序,按系统提示操作: 选择“ 2 Chang/show Installation Settings and Install” 其它选项不需改变,只需改以下两项: 将安装方式改为“New and Complete Installation“ 选择所要安装系统的disk 开始install。
二、设置终端类型(TTY)
结束安装后,第一次启动时,系统提示选择终端类型,应选择ibm3151 用"root"登录,接着出现系统设置(时间,密码等),直接退出即可 #export TERM=ibm3151(设置终端类型,否则无法进入smit) #smit tty (设置终端类型,否则以后启动还会要求选择终端类型) 选择 chang/show characeristics of a TTY (修改) 修改 ENABLE LOGIN 为"enable" 修改 TERMINAL type 为ibm3151
三、 安装Bundle
#smit easy_install 选择 INPUT device / directory for software 为[/dev/cd0](按F4选择) 选择 Select a FileSet Bundle 为 Server 及 App-Dev(有图形设备需选Graphics-Startup)
四、 选择安装软件
#smit 进入 Software Installation and Maintenance-〉Install and Update-〉 SoftwareInstall and Updata from LATEST Available Software 选择 INPUT device / directory for software 为[/dev/cd0](按F4选择) 进入 SOFTWARE to install选择所需安装的软件 开头有"@"符即已安装过 开头有"+"符即未安装过 如不装图形终端,则以"X11"开头的不装 以下必须装: bos.compat (兼容AIX 3) bos.data bos.dosutil (dos utility) 有关info,msg的必须装
五、 设置TCP/IP
#lsdev -Cc adapter查看网卡设置(选择IBM 10/100 Mbps Ethernet PCI Adapter) #smit tcpip 选择"Minimum Configuration & Startup" 在"Available Network Interfaces"对话框中选择 "en0 Standard Ethernet Network Interface" 注意:如有多块网卡,根据前面查看的设置,选择正确的网卡,一般不选"et0 IEEE 802.3 Ethernet Network Interface" 在HOSTNAME中填入所起的主机名(F50-CMIS). 在Internet ADDRESS (dotted decimal)设IP地址(16.54.2.7) 在 Network MASK (dotted decimal)设掩码(255.255.255.0) 在Default GATEWAY Address设网关 在Your CABLE Type选择"TP" 全部选定后按回车(Enter)运行
六、 设置VG(卷组)
#smit vg 选择 Add a Volume Group 设置Volume Grorp Name 设置Physical partition Size in megabytes(PP值,一般2.2G可设4,4.5G可设8,9.1G可设16) 设置Physical Volume Names(选择所需disk) 全部选定后按回车(Enter)运行
七、 设置LV(逻辑卷)
#smit lv 选择Add a Logical Volume VOLUME GROUP name中选择VG name Logical volume NAME中填入所起的LV 的名字 Number of LOGICAL PARTITIONS中填入LV大小(这里的数量为Logical Partition数量,一块LP缺省值等于一块PP) 全部选定后按回车(Enter)运行
八、 设置File Systems
#smit 进入 System Storage Management (Physical & Logical Storage)->File Systems->Add/Chang/Show/Delete File Systems->Journaled File System->Add Journaled File System
|