Solaris9_x86+Apache2+Mysql
电脑知识爱好者http://www.l9l8.com电脑知识爱好者2008-4-8 1:25:46
知识重点:Software packages needed: 1. GCC 3.2.3 compiled package for x86 platform: gcc-3.2.3-sol9-intel-local.gz 2. MySQL 3.23.55 source code package: mysql-3.23.55.tar.gz 3. Apache 2.0.44 ..
.
Completed Installation of VERITAS Database Edition for Advanced
Cluster.
The following packages were installed:
VRTSobgui
VRTSfspro
VRTSvmpro
VRTSob
VRTSfsdoc
VRTSvmdoc
VRTSvmman
VRTScavf
VRTSodm
VRTSgms
VRTSglm
VRTSvxfs
VRTSvxvm
Successfully installed Foundation products on rac2
/* 以上是在rac2上安装DBAC软件包,注意,我们将安装所有的选项软件包,因此,对所有的提示都回答y */
Would you like to configure Cluster Volume Manager and Cluster
File System [Y/N](Y) y
The cluster configuration information as read from cluster
configuration file is as follows.
Cluster : testrac
Nodes : rac1 rac2
You will now be prompted to enter the information pertaining
to the cluster and the individual nodes.
Enter the timeout value in seconds. This timeout will be
used by CVM in the protocol executed during cluster
reconfiguration. Choose the default value, if you do not wish
to enter any specific value.
Timeout: [<timeout>,q,?] (default: 200)200
------- Following is the summary of the information: ------
Cluster : testrac
Nodes : rac1 rc2
Transport : gab
-----------------------------------------------------------
Hit RETURN to continue./* 敲回车键 */
Is this correct [y,n,q,?] (default: y) y
You will now be prompted to enter whether you want to start
cvm on the systems in the cluster. If you choose to do so,
then attempt will be made to start the cvm on all the systems
in the cluster. It will not be started on the systems
which do not have cluster manager running.
Do you want to start cvm ? [y,n] n
========================================================
Cluster File System Configuration is in progress...
cfscluster: CFS Cluster Configured Successfully
/* 以上是配置CFS 和CVM */
You must reboot all the system in the cluster.
/* 提示需要重起机器,注意此时不能重起机器*/
六、 配置Veritas Volume Manage
# vxinstall
/* 这条命令应该在rac1和rac2上分别执行,需要对根盘进行封装,创建rootdg 。*/
七、 重新启动计算机rac1和rac2
在rac2上
# halt
OK
在rac1上
# reboot
等rac1启动可以登录后,再启动rac2
OK boot
八、 安装Emulex FC卡驱动程序
root@rac1 # ls
EmlxApps100a08.tar lpfc.1 solaris-5.01e-1.tar
lpfc-5.01e-sparc.tar readme.first.txt
/* solaris-5.01e-1.tar是Emulex FC卡的驱动程序包,使用如下命令可以将该包解开:
* # tar xvf solaris-5.01e-1.tar
* # tar xvf lpfc-5.01e-sparc.tar
* 包解完以后,驱动程序位于目录lpfc.1中
*/
root@rac1 # pkgadd -d .
The following packages are available:
1 lpfc.1 Emulex LightPulse FC SCSI/IP Host Bus Adapter driver
(sun4u) Release 5.01e
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:
/* 需要在rac1和rac2上分别安装Emulex FC卡的驱动程序 */
九、 修改文件/kernel/drv/lpfc.conf,将下面的行
# topology: link topology for initializing the Fibre Channel connection.
# 0 = attempt loop mode, if it fails attempt point-to-point mode
# 2 = attempt point-to-point mode only
# 4 = attempt loop mode only
# 6 = attempt point-to-point mode, if it fails attempt loop mode
# Set point-to-point mode if you want to run as an N_Port.
# Set loop mode if you want to run as an NL_Port.
topology=0; /* 原来Emulex FC卡工作方式为:如果交换模式失败尝试loop方式 */
修改为 电脑知识
topology=2; /* 使 Emulex FC卡仅工作在交换模式 */
参与评论
- 相关内容
- 最近更新
- ·错误信息为3004-687不能增加用户
- ·如何打开优化Windows XP系统注册..
- ·无法远程登录FTP解决办法
- ·如何直接转换分区格式
- ·删除win1.exe win2.exe win3.exe..
- ·删除LSASS.exe进程病毒
- ·清除C:\windows\alg.exe病毒
- ·杀除Autorun.infU盘病毒
- ·删除sna.exe木马
- ·清除tel.xls.exe mmc.exe 病毒
添加到百度搜藏