VCS(Veritas Cluster Server)4.0软件安装介绍(二)
配置集群环境
11.在VCS能使用之前,必须先配置。当然你可以选择现在就安装和配置VCS,或者只安装软件包,以后配置,那么需要运行installvcs -configure命令去完成VCS的配置。
It is optional to configure VCS now. If you choose to configure VCS later, you can either do so manually or run the installvcs -configure command. Are you ready to configure VCS? [y,n,q] (y) y
12.配置VCS需要下列信息:1)唯一集群名。2)在0-255之间的唯一集群ID号。3)每个系统两块或两块以上的心跳网卡,可以配置其中某块网卡为低优先级心跳网卡。
To configure VCS the following is required:
A unique Cluster name
A unique Cluster ID number between 0-255
Two or more NIC cards per system used for heartbeat links
One or more heartbeat links are configured as private links
One heartbeat link may be configured as a low priority link
All systems are being configured to create one cluster
Enter the unique cluster name: [?] vcs_cluster2
Enter the unique Cluster ID number between 0-255: [b,?] 7
13.安装工具在第一台主机自动找到可用网卡,根据你的要求去选择相关网卡:
Discovering NICs on north ...discovered hme0 qfe0 qfe1 qfe2 qfe3
The installer presents questions about configuring the discovered heartbeat NICS:
Enter the NIC for the first private heartbeat NIC on north: [b,?] qfe0
Would you like to configure a second private heartbeat link? [y,n,q,b,?] (y)
Enter the NIC for the second private heartbeat NIC on north: [b,?] qfe1
Would you like to configure a third private heartbeat link? [y,n,q,b,?](n)
Do you want to configure an additional low priority heartbeat link? [y,n,q,b,?] (n)
Are you using the same NICs for private heartbeat links on all systems? [y,n,q,b,?] (y)
Note When answering “Y,” be sure that the same NICs are available on each system; the installer does not verify this.
Notice that in this example, hme0 is not selected for use as a private heartbeat NIC because it already in use as the public network interface. The default responses are chosen.
注意:当提示在所有的主机上是否使用相同的心跳网卡时,在你选择“是”之前,必须确保在每个系统上相同的网卡都是可用的,安装工具不再检查其它系统。在这个例子里,没有选择hme0这块网卡是因为它已用来作为公共网卡。
14.安装工具要你核对输入的信息是否正确,如果不对,选“n”重新输入上述信息,否则回车确认。
Cluster information verification:
Cluster Name: vcs_cluster2
Cluster ID Number: 7
Private Heartbeat NICs for north: link1=qfe0 link2=qfe1
Private Heartbeat NICs for south: link1=qfe0 link2=qfe1
Is this information correct? [y,n,q] (y)
◆ If the information is not correct, answer “n.” The installer prompts you to enter
the information again.
◆ If the information is correct, press Return.
添加VCS管理用户
15.这时你可以添加VCS用户,为每个用户指定用户名、用户口令、用户权限。你也可以修改VCS管理用户Admin的口令。
The following information is required to add VCS users:
A user name
A password for the user
User privileges (Administrator, Operator, or Guest)
Do you want to set the password for the Admin user (default password=’password’)? [y,n,q] (n) y
Enter New Password:******
Enter Again:******
Do you want to add another user to the cluster? [y,n,q] (y)
Enter the user name: [?] smith
Enter New Password:*******
Enter Again:*******
Enter the privilege for user smith (A=Administrator, O=Operator, G=Guest): [?] a
Would you like to add another user? [y,n,q] (n)
User: admin Privilege: Administrators
User: smith Privilege: Administrators
Passwords are not displayed
Is this information correct? [y,n,q] (y)
[ Last edited by sendbank on 2005-4-30 at 14:44 ]