SUN RAY 4.2 服务器端安装

2656阅读 2评论2009-11-28 race
分类:LINUX

   SUN RAY的软件是很折腾人,就那几个安装步骤,4.1在家怎么安装都是好的,到了海口就总报错。干脆升级到4.2,结果一次就通了。步骤如下:
    1、下载RED HAT AS5.3 32位DVD的ISO文件,刻录成DVD光盘。
     2、安装5.3需要完全安装,需要在图形方式下的完全安装,还是找不到好办法,只能一个一个的点击选择,很费时间。安装之后编辑/etc/hosts文件如下:
   [root@ray1 sbin]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6
172.17.2.123            ray1
  3、下载srss_4.2_linux.zip并拷贝到/root下面,解压开。
  4、#cd /root/srss_4.2/Supplemental/Apache_Tomcat
   #tar -xvz -C /opt -f apache-tomcat-5.5.20.tar.gz
   # ln -s /opt/apache-tomcat-5.5.20 /opt/apache-tomcat
   #cp /root/srss_4.2/Supplemental/Java_Runtime_Environment/Linux/jre-6u13-linux-i586.bin /usr/.
   #cd /usr
    #sh jre-6u13-linux-i586.bin
     #ln -s jre1.6.0_13 java
   5、安装
#cd /root/srss_4.2
    #./utinstall
    执行安装,都选择y,装完之后reboot。
   6、 配置
 #cd /opt/SUNWut/sbin
      #./utconfig
      一路回车。
      #./utadm -a eth0
    ./utadm -A 172.17.2.0
    系统自动选择255.255.255.254.0的掩码,这里需要选择N,然后输入正确的子网掩码,之后按提示输入其他IP或者可以一路回车。
7、./utrestart -c
8、 连接SUN RAY就可以登录上去了。
 
9、提醒:SRSS4.1对于RH5.1,SRSS4.2对应RH5.3,版本不匹配的话,是很难调通的。
                              2009.11.28 海口
上一篇:as5.1的远程X显示问题
下一篇:一个XP安装问题

文章评论