以下实例显示了如何使用 pfinstall 来测试配置文件 basic_prof。 对该配置文件的测试是针对安装有 Solaris 9 软件的系统上的磁盘配置而进行的。 basic_prof 配置文件位于 /jumpstart 目录中。同时,因为使用了卷管理器,所以指向 Solaris Software 1 of 2 SPARC Platform Edition CD 或 Solaris Software 1 of 2 x86 Platform Edition CD 映像的路径已经指定。
# cd /jumpstart # /usr/sbin/install.d/pfinstall -D -c /cdrom/pathname basic_prof |
以下实例显示了如何使用 pfinstall 在 Solaris 9 系统上测试配置文件 basic_prof。 该测试是针对磁盘配置文件 535_test 而进行的, 目的是检查系统是否具有 64 MB 内存。 此实例使用了位于 /export/install 目录中的 Solaris Software 1 of 2 SPARC Platform Edition CD 或 Solaris Software 1 of 2 x86 Platform Edition CD 映像。
# SYS_MEMSIZE=64 # export SYS_MEMSIZE # /usr/sbin/install.d/pfinstall -d 535_test -c /export/install basic_prof |