教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 文库大全 > 教育文库 >

IBM AIX 小型机安装手册(3)

来源:网络收集 时间:2026-08-23
导读: Preservation Install Preserves SOME of the existing data on the disk selected for Installation. Warning: This method overwrites the user (/usr), variable (/var), temporary(/tmp), and root (/) file sy

Preservation Install

Preserves SOME of the existing data on the disk selected for

Installation.

Warning: This method overwrites the user (/usr), variable

(/var), temporary(/tmp), and root (/) file systems.

Other product (application) files and configuration

data will be destroyed.

3 Migration Install

Upgrades the Base Operating System to current

release.

Other product(application) files and configuration

data will be spared.

88 Help ?

99 Previous Menu

>>> Choice [2]: 1

如图所示:键入[ 1 ]将安装方式改为New and complete overwrite

(7)选择安装操作系统的目的硬盘:

Change Disks Where You Want to Install

Type one or more numbers for the disk(s) to be used for

installation and press Enter. To cancel a choice, type the

IBM AIX 小型机 安装手册

corresponding number and press Enter. At least one bootable

disk must be selected. The current choice is indicated by >>>

Size VG

Name Location Code (MB) Status Bootable

1 hdisk0 00-01-00-0.0 305 rootvg yes

2 hdisk1 00-01-00-1.0 305 rootvg no

>>> 0 Continue with choices indicated above

66 Disks not known to Base Operating System Installation

88 Help ?

99 Previous Menu

>>> Choice [0]:1

此处为选择安装系统到那一块(或几块)硬盘。

键入[ 1 ],安装到 hdisk0。 Change Disks Where You Want to Install

Type one or more numbers for the disk(s) to be used for

installation and press Enter. To cancel a choice, type the

corresponding number and press Enter. At least one bootable

disk must be selected. The current choice is indicated by >>>.

Size VG

Name Location Code (MB) Status Bootable

>>>1 hdisk0 00-01-00-4.0 305 rootvg yes

2 hdisk1 00-01-00-8.0 305 rootvg no

>>> 0 Continue with choices indicated above

66 Disks not known to Base Operating System Installation

88 Help ?

99 Previous Menu

IBM AIX 小型机 安装手册

>>> Choice [0]:

此时会在hdisk0前出现 >>> 来表明系统将安装至该硬盘。

选好后选择 :[ 0 ] 继续。

(8)选择完毕后应显示如下: Installation Settings

Either type 0 or press Enter to install with current settings, or type the

number of the setting you want to change and press Enter

1 System Settings

Method of installation …………… New and Complete Overwrite

Disk where you want to Install …... hdisk0

2 Primary Language Environment Settings (AFTER install)

Cultural Convention …………. C (POSIX)

Language …………………………. C (POSIX)

Keyboard …………………………. C (POSIX)

3 Install Trusted Computing Base …….. no

0 Install with the settings listed above

88 Help ?

99 Previous Menu

>>> Choice [1]:0_

9) 设置完毕选择 0 安装即开始,屏幕将不断显示安装的进行情况。

时,只需耐心等待。当BOS安装完毕,系统将自动重启.

Installing Base Operating System

Please wait.

Approximate Elapsed time

%task completed (in minutes)

IBM AIX 小型机 安装手册

系统安装完成后,会自动重新启动,并自动进入“安装辅助菜单”。

1.3 系统设置

IBM AIX 小型机 安装手册

1.3.1 OS 初始时间、时区设置

root# smitty chtz

1.3.2 修改Root用户的口令

IBM AIX 小型机 安装手册

1.3.3 安装额外所需的Fileset

root# smitty installp F4

cd0

Smit installp

1.3.4 安装系统补丁

从ibm网站上下载最新的补丁集,使用smit菜单安装系统补丁。

IBM AIX 小型机 安装手册

root# smitty update_all

1.3.5 设置登陆用户数、用户进程数

设置OS

允许的最大登陆用户数、单用户最大进程数:

root# smitty chgsys/chlicense

IBM AIX 小型机 安装手册

1.3.6 配置主机解析顺序

#vi /etc/netsvc.conf

hosts = local,bind,nis

1.3.7 OS 基本分区调整(rootvg)

由于系统默认安装完毕后各个分区都非常小,很有必要调整各分区的大小,将各个分区都相应加大,以符合应用需要。

调整磁盘空间方法:

1、 root用户:smit lv => Set Characteristic of a Logical Volume =>Increase the Size

of a Logical Volume。

2、 在『LOGICAL VOLUME name』中输入需要调整的LV的名称(或者使用“ESC+4”列表选择),在『Number of ADDITIONAL logical partitions』中输入需要增加的LP的个数,再回车即可。

3、 调整后rootvg中LV的大小应该如下所示: # lsvg –l rootvg

rootvg:

LV NAME TYPE LPs PPs PVs LV STATE MOUNTPOINT hd5 boot 1 2 2 closed/syncd N/A

hd6 paging 16 32 2 open/syncd N/A

IBM AIX 小型机 安装手册

hd8 jfslog 1 2 2 open/syncd N/A

hd4 jfs 1 2 2 open/syncd /

hd2 jfs 20 40 2 open/syncd /usr

hd9var jfs 4 8 2 open/syncd /var

hd3 jfs 4 8 2 open/syncd /tmp

hd1 jfs 1 2 2 open/syncd /home

注意:

上面显示的是LP个数,LP的大小可以使用“lsvg rootvg”命令得到,一般是128 MB。 PP SIZE: 128 megabyte(s)

调整后使用“df –k”验证文件系统的大小,防止因为LP大小不一致造成没有达到实

际要求的大小。

1.3.8 镜像rootvg

安装好系统后,系统是单盘运行,为了保证系统的高可靠性,要求系统盘必须进行镜像。

1、检查rootvg的文件系统,如下显示没有做根盘镜像。

# lsvg -l rootvg

rootvg:

LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT

hd5 boot 1 1 1 …… 此处隐藏:3050字,全部文档内容请下载后查看。喜欢就下载吧 ……

IBM AIX 小型机安装手册(3).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wenku/109180.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)