- 论坛徽章:
- 0
|
硬件:1台X4150服务器, 4台SUN RAY, win2003 r2 os, solaris x86 u6.
预想实施步骤如下:
一、install apache tomcat
1 #su -
2 #cd /cdrom/cdrom0/supplemental/Apache_tomcat
3 #tar -xvz -C /opt -f apach-tomcat-5.5.20.tar.gz
4 #ln -s /opt/apche-tomcat-5.5.20 /opt/apache-tomcat
二、install sun ray server
1 #cd /cdrom/cdrom/
2 #./utinstall
3 reboot system
#init 6
三、Configuration
1 决定网络拓扑
DHCP
bootp
2 配置网络服务(其实就是配置DHCP服务)
#cd /opt/SUNWut/sbin
#./utadm -A subnet#
注意:subnet,在同一个网段不能有其他的DHCP服务器。
3 turn the sun ray LAN connection on
#/opt/SUNWut/sbin/utadm -L on
4 重新启动sun ray 服务
#utrestart
5 configure Sun Ray servr software
#cd /opt/SUNWut/sbin
#./utconfig
6 reboot
四、连接上Sun ray 客户端吧。
启动系统。
请问这样部署对吗?还有什么遗漏的问题吗?谢谢~ |
|