[原创]Forte Developer 7安装!

发表于:2007-06-09来源:作者:点击数: 标签:
ForteDeveloper7=SunOpenNetEnvironment(SunONE)Studio7,CompilerCollection 1.系统 需求 : System:Recommended:Ultra10360MHz SunBlade100500MHz Minimum:Ultra5 Monitor;1152x900resolution15colormonitor Memory:512Mbytesrecommended256Mbytesminimu

Forte Developer 7 = Sun Open Net Environment (Sun ONE) Studio 7, Compiler Collection

1.系统需求
System :Recommended:Ultra 10 360 MHz; 
     Sun Blade 100 500 MHz 
             Minimum: Ultra 5 
Monitor ;1152 x 900 resolution; 15" color monitor 
Memory :512 Mbytes recommended; 256 Mbytes minimum 
Swap Space:1024 Mbytes recommended; 512 Mbytes minimum 
Disk Space: 1.5 Gbytes 
Peripherals:CD-ROM drive 
OS Configurations:Entire Distribution or Entire Distribution plus OEM 
默认安装在/opt下,原有版本可以不用删除,修改

2. 可能需要增加swap的空间
a:创建一个 swap文件:
#mkfile -n number[m|k|b] /directory/swap-file-name
b:添加到系统:(修改/etc/vfstab到系统,永久加入)
#swap -a /directory/swap-file-name

3.安装使用installer命令,可以启动图形界面,也可以CML,不要使用pkgadd.
GUI模式:
# /cdrom/s1s7clearcase/" target="_blank" >cc_v10n1/installer
提示输入root密码
提示同意or not license agreement
显示安装 No install、default install、custom install
(默认安装会安装系统所需补丁,可能需要reboot)
提示选择安装路径
(默认是/opt)
提示输入26位密码
提示在检测安装目录下的空间
提示开始安装
安装结束结束后,退出

CML模式:
# cd /cdrom/s1s7cc_v10n1/image
# ./installer -nodisplay

注:如果安装有Forte 6.0,会有提示install the Forte Developer 7 to Forte Developer 6 update 2 (FD6u2) Connector

4.修改path Manpath
c shell
set path=(/opt/SUNWspro/bin  $path)
setenv MANPATH /opt/SUNWspro/man:$MANPATH)
% source ~/.cshrc

b shell or k shell
PATH=/opt/SUNWspro/bin${PATH:+:}${PATH}
MANPATH=/opt/SUNWspro/man:${MANPATH:=/usr/share/man}
%. ~/.profile

5.uninstall
安装软件包及对应的卸载class
Forte Developer 7 Compilers  uninstall_Compilers.class 
Patches installed with Forte Developer 7 software uninstall_Solaris_patches.class 
Sun Performance Library 7 uninstall_Sun_Performance_Library.class 
Source Distribution uninstall_Source_Distribution.class 
Forte Developer 7 Tools uninstall_Tools.class 
Forte Developer 7 Documentation uninstall_Documentation.class 
Forte Developer 7 Connector to FD6u2 uninstall_Connector_to_FD_6u2.class 

# cd /var/sadm/prod/com.sun.s1s7_compiler_collection
# /usr/bin/java uninstall_uninstaller-class-file-name (GUI)  (Do not need extension .class)
# /usr/bin/java uninstall_uninstaller-class-file-name -nodisplay (CML)
for example: 
# /usr/bin/java uninstall_Compilers (GUI)
# /usr/bin/java uninstall_Compilers -nodisplay (CML)

有问题或是补充请跟贴!

 procrus 回复于:2002-12-13 16:32:31
好像和6的差不多

 yj 回复于:2003-04-22 12:49:37
安装Forte developer update 2 完成, 但是查看日志, 发现一些包安装有问题. 如SPROLang, SPROSbld, 奇怪. 请大虾看看.

原文转自:http://www.ltesting.net