发表于: 2007.01.19 15:25
分类: 操作系统
出处: http://yangtingkun.itpub.net/post/468/252372
---------------------------------------------------------------
第一次自己折腾这些操作系统的工具,简单记录一下安装过程。
首先要找到sun clusterV3.1的下载地址。SUN网站上很容易找到3.2的下载地址,但是3.2不支持Solaris8,只能找3.1的版本。3.1的下载地址为:http://www.sun.com/software/javaenterprisesystem/previous/r3/get.xml
下载3.1文件后,用unzip文件解压。进入Solaris_sparc目录,在图形模式中,使用root执行./installer。
选择简体中文语言,然后选择所有的组件,点击进行安装。
安装会自动检查是否满足所有的安装需要。第一次安装的检查过程失败,是由于有部分补丁不满足要求,通过点击“View Report”查看确实哪些补丁。以当前系统为例,缺少112798-01补丁。
在下面这个网址中,输入PATCH号,就可以查询并下载补丁:http://sunsolve.sun.com/private-cgi/show.pl?target=patches/patch-access
将补丁112798-01放到/var/spool/patch目录,如果patch目录不存在可以手工创建,使用upzip解压112798-01.jar,然后通过patchadd打补丁。
bash-2.03# unzip 112798-01.jar
Archive: 112798-01.jar
inflating: 112798-01/.diPatch
inflating: 112798-01/SUNWcsu/pkgmap
inflating: 112798-01/SUNWcsu/pkginfo
inflating: 112798-01/SUNWcsu/install/checkinstall
inflating: 112798-01/SUNWcsu/install/copyright
inflating: 112798-01/SUNWcsu/install/i.none
inflating: 112798-01/SUNWcsu/install/patch_checkinstall
inflating: 112798-01/SUNWcsu/install/patch_postinstall
inflating: 112798-01/SUNWcsu/install/postinstall
inflating: 112798-01/SUNWcsu/install/preinstall
inflating: 112798-01/SUNWcsu/reloc/usr/kernel/strmod/rlmod
inflating: 112798-01/SUNWcsxu/pkgmap
inflating: 112798-01/SUNWcsxu/pkginfo
inflating: 112798-01/SUNWcsxu/install/checkinstall
inflating: 112798-01/SUNWcsxu/install/copyright
inflating: 112798-01/SUNWcsxu/install/i.none
inflating: 112798-01/SUNWcsxu/install/patch_checkinstall
inflating: 112798-01/SUNWcsxu/install/patch_postinstall
inflating: 112798-01/SUNWcsxu/install/postinstall
inflating: 112798-01/SUNWcsxu/install/preinstall
inflating: 112798-01/SUNWcsxu/reloc/usr/kernel/strmod/sparcv9/rlmod
inflating: 112798-01/README.112798-01
inflating: META-INF/manifest.mf
inflating: META-INF/es-signature.sf
inflating: META-INF/es-signature.rsa
inflating: 112798-01/LEGAL_LICENSE.TXT
bash-2.03# patchadd /var/spool/patch/112798-01
Checking installed patches...
Verifying sufficient filesystem capacity (dry run method)...
Installing patch packages...
Patch number 112798-01 has been successfully installed.
See /var/sadm/patch/112798-01/log for details
Patch packages installed:
SUNWcsu
SUNWcsxu
再次检查系统情况,检查通过后点击NEXT继续安装。由于其他节点还没有进行安装,选择以后再进行配置,随后一直NEXT就OK了。











