ibm体重指数|IBM RS/6000 AIX操作系统的安装

IBM认证复习指导 2021-07-04 网络整理 可可

【shitiku.jxxyjl.com--IBM认证复习指导】

        一、安装基本操作系统(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"开头的不装
   以下必须装:
   兼容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
   修改本文件系统块数(size of file system),一块为512 bytes
   修改mount point(为文件系统指定paths,如[/oracle])
   决定是否在系统启动时自动mount该文件系统
   全部选定后按回车(enter)运行


   九、 安装c及c++语言

   查看c安装手册中安装c语言所必须先安装的软件(software must be installed)
   #lslpp -l|grep bos.adt.include
   #lslpp -l|grep bos.adt.lib
   用上述两条命令查看这些文件是否comitted
   #smit install_latest
   将c/c++语言安装盘放入光驱
   进入 input device / directory for software 选择"/dev/cd0 (scsi multimedia cd-rom drive)",software to install按"f4",系统显示选择安装文件
   选择以xlc开头的所有文件
   全部选定后按回车(enter)运行


   十、 连接7133磁盘阵列中的磁盘

   将7133中磁盘连上(具体连接方法可查看7133/model600随机资料)
   注意:7133 ssa接口的磁盘为回路连接,从主机后ssa adapter连出后从另一根线连进,此回路中所串联的硬盘即该主机所使用硬盘
   #cfgmgr (激活系统,配置磁盘)
   注意:在关机状态下连接后再开系统自动调用cfgmgr


   十一、 系统磁盘热插拔

   必须将所需拔出的磁盘中所在vg中的lv(logical volume)与file system进行umount
   #lsvg -l datavg (查看datavg中的详细信息).
   #df -k (查看文件系统的信息)
   #umount /cmis (umount 文件系统cmis)
   #varyoffvg datavg (切断datavg)
   #lsvg -o (查看当前激活的vg)
   #exportvg datavg.(输出datavg)
   此时可以拿出该磁盘(该磁盘可以为内置式).
   将该磁盘放入另外一台主机
   #importvg -y datavg hdisk1(在另外一台主机上键入该命令).


   十二、备份策略

   rootvg可采用#smit mksysb 来备份
   datavg中的文件系统可进入smit->system storage management (physical & logical storage)->file systems->backup a file system,选定预备份的文件系统,回车确认即可
   datavg可采用smit命令
   smit vg->back up a volume group,选定预备份的vg,回车确认即可.

本文来源:https://shitiku.jxxyjl.com/ibmrenzhengfuxizhidao/6057.html

Copyright @ 2011- 考试题库网 All Rights Reserved. 版权所有

免责声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。

 站长统计