ChinaUnix.net
 >> ChinaUnix.net > Solaris

两台sun v880做cluster,请高手帮忙!

作者:higeon     发表时间:2002/12/09 03:05pm

小弟从来没有做过cluster,不知道sun下作cluster是怎么回事,哪里有相关文档?请各位高手帮帮小弟!!

此文章相关评论:
该文章有10个相关评论如下:(点这儿可以发表评论)
daemonix 发表于: 2002/12/09 03:14pm
不会
帮你顶一下
 
南非蜘蛛 发表于: 2002/12/09 03:14pm
到这里http://docs.sun.com然后search cluster
 
hgzwjl 发表于: 2002/12/09 03:15pm
完了以后,一定要上传经验呦,最好是笔记
 
hutao 发表于: 2002/12/09 03:24pm
有2种软件可以做到,就目前我所接触到的

1:veritas cluster server

2:sun cluster server来做

他们共同的特性是要共享一个磁盘阵列

 
liuhust 发表于: 2002/12/09 03:29pm
cluster除了共享一个磁盘阵列 还有什么别的用处?它和HA有什么区别呢
 
dou221 发表于: 2002/12/09 03:42pm
假定你的机器的硬件环境支持:各个FIRMWARE的版本满足。
1 、把c0t0d0s4要有100m作为globaldevices
2 、 在第一台机器上安装
# ./scinstall
*** Main Menu ***
Please select from one of the following (*) options:
* 1) Establish a new cluster using this machine as
the first node
* 2) Add this machine as a node in an established
cluster
3) Configure a cluster to be JumpStarted from this
install server
4) Add support for a new data service to this
cluster node
5) Print release information for this cluster node
* ?) Help with menu options
* e) Exit
Option: 1
What is the name of the cluster you want to establish?
planets
>>> Cluster Nodes <<<
This release of Sun Cluster supports a total of up
to 8 nodes.Please list the names of the other nodes
planned for the initial cluster configuration. List one
node name per line. When finished, type Control-D:
Node name: mars
Node name (Ctrl-D to finish): ^D
This is the complete list of nodes:
venus
mars
Is it correct (yes/no) [yes]? yes
Do you need to use DES authentication (yes/no) [no]? no安全认证
Is it okay to accept the default network address (yes/no) [yes]? yes
Is it okay to accept the default netmask (yes/no) [yes]? yes
Does this two-node cluster use transport junctions (yes/no) [yes]? yes  transport junctions 是你的私网网卡是不是通过HUB连接
What is the name of the first junction in the cluster [switch1]? sw1
What is the name of the second junction in the cluster [switch2]? sw2
What is the name of the first cluster transport adapter ? hme1
Name of the junction to which “hme1” is connected [sw1]? sw1
Okay to use the default for the “hme1” connection [yes]? yes
What is the name of the second cluster transport adapter [hme2]? hme2
Name of the junction to which “hme2” is connected [sw2]? sw2
Use the default port for the “hme2” connection [yes]? yes
The default is to use /globaldevices.
Is it okay to use this default (yes/no) [yes]? yes
Do you want scinstall to re-boot for you (yes/no) [yes]?
yes
Do you want scinstall to re-boot for you (yes/no) [yes]?
yes
二,安装另一台
# ./scinstall
*** Main Menu ***
Please select from one of the following (*) options:
* 1) Establish a new cluster using this machine as
the first node
* 2) Add this machine as a node in an established
cluster
3) Configure a cluster to be JumpStarted from this
install server
4) Add support for a new data service to this
cluster node
5) Print release information for this cluster node
* ?) Help with menu options
* e) Exit
Option:2
四、Resetting Install Mode Using the scsetup Utility
# /usr/cluster/bin/scsetup
>>> Initial Cluster Setup <<<
This program has detected that the cluster
“installmode” attribute is set ...
Please do not proceed if any additional nodes have yet
to join the cluster.
Is it okay to continue (yes/no) [yes]? yes
Which global device do you want to use (d<N>)? d2
Is it okay to proceed with the update (yes/no) [yes]? yes
scconf -a -q globaldev=d2
Do you want to add another quorum disk (yes/no)? no
Is it okay to reset “installmode” (yes/no) [yes]? yes
scconf -c -q reset
Cluster initialization is complete.
 
dou221 发表于: 2002/12/09 03:48pm
后期:
1 、vi/etc/inet/ntp.conf
删除
peer clusternode3-priv
peer clusternode4-priv
peer clusternode5-priv
peer clusternode6-priv
peer clusternode7-priv
peer clusternode8-priv
如果,要用VM,SDS作为DG管理的话,还有一堆的事情!对了,/etc/hosts文件底下要有两台机器的名字和IP地址
 
dou221 发表于: 2002/12/10 09:31am
最重要一点,更改SCSI ID号码:先做这个,我给忘了!
ok> nvedit
  0: probe-all install-console banner
  1: cd /pci@6,4000/scsi@3
  2: 6 encode-int " scsi-initiator-id" integer-property
  3: device-end
  4: banner (ctrol C)
  5:
ok> nvstore
ok> setenv use-nvramrc? true
ok> reset-all
 
leucen 发表于: 2002/12/18 01:20pm
[quote][b]下面引用由[u]dou221[/u]在 [i]2002/12/09 03:42pm[/i] 发表的内容:[/b]
假定你的机器的硬件环境支持:各个FIRMWARE的版本满足。
1 、把c0t0d0s4要有100m作为globaldevices
2 、 在第一台机器上安装
# ./scinstall
...
[/quote]


这上面的hme0,hme1的IP怎么配置呀?
心跳线HME1?
两台机器的hme1的hosts.hme1怎么配置的呢?
:em53:

 
minechina 发表于: 2002/12/19 00:02am
Veritas怎么配.
 
 

Copyright © ChinaUnix.net  *  转载请注明出处及作者