Solaris 9 12/03 安装指南

创建客户机的配置文件

对于 wanclient-1 系统,创建名为 wanclient_1_prof 的配置文件。 wanclient_1_prof 文件包含以下项,这些项定义要安装在 wanclient-1 系统中的 Solaris 9 软件。

# profile keywords         profile values
# ----------------         -------------------
install_type               flash_install
archive_location           https://192.168.198.2/htdocs/flash/sol_9_sparc/archive1.flar
partitioning               explicit
filesys                    c0t1d0s0 4000 /
filesys                    c0t1d0s1 512 swap
filesys                    c0t1d0s7 free /export/home

下面的列表说明了本例中的某些关键字和值。

install_type

该配置文件在克隆系统上安装 Solaris Flash 归档文件。在初始安装过程中,所有的文件都被覆写。

archive_location

wanserver-1 中检索到压缩的 Solaris Flash 归档文件。

partitioning

文件系统片由 filesys 关键字和 explicit 值来确定。根 (/) 的大小取决于 Solaris Flash 归档文件的大小。swap 的大小被设置为所需的大小,安装在 c0t1d0s1 上。/export/home 取决于剩余的磁盘空间。/export/home 被安装在 c0t1d0s7 上。