好文档 - 专业文书写作范文服务资料分享网站

AIX系统安装及基本命令

天下 分享 时间: 加入收藏 我要投稿 点赞

AIX操作系统的安装....................................................................................................................... 2

安装介质与方式 ....................................................................................................................... 2 安装步骤 ................................................................................................................................... 2

准备工作 ........................................................................................................................... 2 BOS(Base Operating System)安装.............................................................................. 3 Bounld安装 ...................................................................................................................... 6 系统设置 ........................................................................................................................... 6

AIX操作系统基本命令 ................................................................................................................... 9

系统的进入和退出 ................................................................................................................... 9 password ................................................................................................................................... 9 mkdir、rm、mv和cd .............................................................................................................. 9 ls ................................................................................................................................................ 9 date .......................................................................................................................................... 10 cat ............................................................................................................................................ 10 wc ............................................................................................................................................ 10 clear 、echo和banner .......................................................................................................... 10 who .......................................................................................................................................... 11 finger ....................................................................................................................................... 11 mail ......................................................................................................................................... 11 ps ............................................................................................................................................. 12 kill ........................................................................................................................................... 12 find .......................................................................................................................................... 12 grep ......................................................................................................................................... 13 cut ............................................................................................................................................ 14 head 和tail ............................................................................................................................. 15 管道与重定向 ......................................................................................................................... 15 lsdev ........................................................................................................................................ 16 lspv .......................................................................................................................................... 17 cfgmgr ..................................................................................................................................... 18 lsattr......................................................................................................................................... 18 errpt ......................................................................................................................................... 19

AIX操作系统的安装

安装介质与方式

AIX操作系统的安装可以: 1) 通过Tape安装。 2) 通过CD-ROM安装。 3) 通过网络安装。 4) 预先安装(Preinstall).在购买时选择“预装操作系统”。

AIX操作系统的安装方式(Installation Method)有以下四种:

完全覆盖安装: 操作系统被安装在rootvg的第一块硬盘上,这将覆盖原系统中所有的系统保留目录。

保留安装:这种安装方式可以保留操作系统的版本不变,同时保留 rootvg上的用户数据,但将覆盖/usr 、/tmp、/var 和/ 目录。用户还可以利用/etc/preserve.list指定系统安装时需要保留的文件系统。默认的需保留的文件系统为/etc/filesystem中所列。

升级安装:这种安装方式用于操作系统的升级,这将覆盖/tmp目录。这是系统默认的安装方式。

备份带安装:恢复用mksysb命令生成的安装带中/image.data中指定的文件系统,这种安装方式用于系统(rootvg)的复制。

安装步骤 准备工作

(1) 连接好鼠标键盘显示器和电源线。 (2) 打开主机电源。

(3) 主机自动进入加电自检过程。

(4) 等到主机自检完毕电源绿色指示灯闪烁,按白色按钮开机。 (5) 等到光驱指示灯亮过之后,把第一张安装介质插入驱动器。

(6) 等到显示器电源指示灯点亮之后,系统提示选择console,根据提示按数字键。

(7) 等到主机开机鸣响一过,键盘灯闪亮过后,按‘5’(字符终端)进入系统安装画面。 (8) 提示键入admin口令,默认口令是admin.(power5小机)

BOS(Base Operating System)安装

(1) 主机将从安装介质上引导; (2) 当终端显示如下信息时: ☆☆☆☆☆☆Please define the system console☆☆☆☆☆☆ Type a 1 and press enter to use this terminal as the system console. Type een 1 en druk op enter om deze terminal als de systeemconsole to gebruiken. Skrive tallet 1 og trykk paa enter for aa bruke denne terminalen som systemkonsoll. Pour definir ce terminal comme console systeme, appuyez sur 1puis sur entree. Taste 1 and ansch1iessend die eingabetaste druecken,um diese datenstation als systemkonsole zu verwenden. Prenier I1 tasto 1 ed invio per usare questo terminal como consolo. Escriba 1 y pulse intro para utilizer esta terminal como consola del sistema. a)Tryck paa 1 och sedan paa enter om dy vill att haer terminalen ska vara systemkonsol 键入“1”并回车(注意:键入的“1”不回显)选择主控台

(3) 屏幕上将不断显示一些信息,几分钟后出现: >>> 1 Type 1 and press enter to have English during install. 2 Type 2 en druk op enter om tijdens het installeren het Nederlands te krijgen. 3 Entrez 3 pour effectuer 1 installation en francais. 4 Fr Installation in deutscher sprache 4 eingeben und die eingabetaste drcken. 5 Immettere 5 e premereinvio per 1 installazione initaliona. 6 Escriba 6 ypulse intro para usar el idioma espa ol durante la instalaci n. 7 Skriv 7 och tryck ned enter=svenska vid installationen. 88 Help? >>>Choice【1】: 键入“1”后回车,选择语言环境为English

(4) 此后屏幕出现: Welcome to Base Operating System Installation and Maintenance Type the number of your choice and press enter .Choice is indicated by>>> >>>1 Start install now with default settings 2 Change/show installation settings and install 3 Start Maintenance Mode for system Recovery 88 Help? 99 Previous Menu >>>Choice 〔1〕: 这是系统安装和维护的主菜单。

(5)安装BOS基本操作系统

键入“2”并回车,屏幕出现“Install and Setting”画面:

Installlation and a Settings Either type 0 and press enter to install with current settings, or type the number of the setting you want to change and press enter. 1 system setting: Method of installlation.….….…Preserve install Disk wher you want to install .….…hdisk0 2 Prinary Language Environment settings (AFTER Install): Cultural Convention.….….… English(United States) Language.….….….….….….. English(United States) Keyboard.….….….….….….. English(United States) Keyboard Type.….….….…... Eefault 3 Install Trusted Computing Base.…No >>>0 Install AIX wint the current settings listed above. 88 Help? 99 Previous Menu >>>Choice 〔1〕:

这是系统安装的默认设置,用户可以根据需要进行修改。

安装时可以选择保护安装(Preserve install) 或完全覆盖安装(New and complete overwrite)。

(6) 设置完毕选择 0 安装即开始,屏幕将不断显示安装的进行情况,安装完毕之后系统重

新启动。

(7)安装完毕自动重起,系统打开配置向导,选Exit the Configuration Assistant, ?Next ?Finish.

AIX系统安装及基本命令

AIX操作系统的安装.......................................................................................................................2安装介质与方式..................................................
推荐度:
点击下载文档文档为doc格式
4ujo16uyur2r4yi9c247
领取福利

微信扫码领取福利

微信扫码分享