- 1、本文档共29页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
RHlinuxSATONSAR安装配置
Linux+Oracle+SA+TON+SAR
PoC安装配置手册
HP软件部
配置Linux
安装linux
Linux安装光盘使用定制的Linux光盘介质,光盘启动后直接回车后使用系统默认安装模式进行安装,一般不会出现问题。
注:如果使用自定义安装模式会出现各种预想不到的问题,可以参考安装手册解决。
配置网络
系统重新启动后,运行:
#setup
在弹出的窗口中设置:
IP Address、Network Mask、Gateway、DNS
保存并退出后,运行:
#service network restart
上传工具选择
winscp或其它通过ssh ftp的工具。
配置core的一些核心参数
上传 opswcoaltk-40-40-1.i386.rpm 至 /tmp目录
#cd /tmp
#rpm -ivh opswcoaltk-40-40-1.i386.rpm
#cd /opt/OPSWCoalTk/
#cd opsware_32.f/
#cp opsware_32.f.conf /var/tmp/coal.conf
#vi /var/tmp/coal.conf #change Hostname,IP, dhcp domain
#cd /
#/opt/OPSWCoalTk/tools/InstallAll /var/tmp/coal.conf
注:这个命令要运行两次!!
ip add will be changed.
确认能够ping通: truth, spin, way等
安装前准备:
使用物理光驱安装命令
#mount /dev/cdrom /mnt/cdrom
将光盘内容mount到/mnt/cdrom下
使用ISO文件安装命令
将ISO文件上传至服务器。
#mount –o loop /路径/ISO文件名 /mnt/cdrom
将ISO文件内容mount到/mnt/cdrom下
用到的介质
正式的介质:
四个ISO文件,包括:Oracle10g、SA Core、Agent、SAR
非正式介质
core的配置管理包
opswcoaltk-40-40-1.i386.rpm
ton压缩包和安装脚本
ton_xxx.tar.gz
ton.sh
ton1.sh
ton.conf
其它安装准备
安装SA7.5自带的oracle10g
加载第一张光盘:oracle10g,
在安装文件所在目录下运行:
#/path_to/install_opsware.sh
弹出窗口:
Install Type: Oracle RDBMS for SAS
Please select the interview mode. Simple mode uses default values for many of the configuration parameters. Advanced mode allows you to fully configure the installation.
1 - Simple Interview Mode
2 - Advanced Interview Mode
Please select the interview mode from the menu, type h for help, q to quit: 1
The Opsware Installer will now interview you to obtain the installation
parameters it needs. You can use the following keys to navigate forward
and backward through the list of parameters:
Control-P - go to the previous parameter
Control-N - go to the next parameter
Return - accept the default (if any) and go to the next parameter
Control-F - finish parameter entry
Control-I - show this menu, plus information about the current parameter
Press Control-F when you are finished. The Opsware Installer will perform
a final validation check and write out a response file that will be
used to install
文档评论(0)