Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3150727
  • 博文数量: 443
  • 博客积分: 11301
  • 博客等级: 上将
  • 技术积分: 5678
  • 用 户 组: 普通用户
  • 注册时间: 2004-10-08 12:30
个人简介

欢迎加入IT云增值在线QQ交流群:342584734

文章分类

全部博文(443)

文章存档

2022年(1)

2021年(1)

2015年(2)

2014年(1)

2013年(1)

2012年(4)

2011年(19)

2010年(32)

2009年(2)

2008年(4)

2007年(31)

2006年(301)

2005年(42)

2004年(2)

分类:

2006-05-02 21:03:23

While all nodes are participating in the cluster, perform the following steps on one node only.
1. Identify which logical hosts must be reconfigured to exclude the network
interface.
All of these logical hosts will need to be unconfigured then reconfigured. Run the scconf -p command to print out a list of logical hosts in the current configuration; save this list for later use. You do not need to run the scconf -p command on all cluster nodes. You can run it on any node that is an active cluster member.
2. Run the pnmset(1M) command to display the current PNM configuration.
3. Remove the controller from a backup group, if necessary.
If the controller to be removed is part of a backup group, remove the controller from all logical hosts, then run the pnmset(1M) command to remove the ontroller from the backup group.
4. Notify users that any data services on the affected logical hosts will be unavailable for a short period.
5. Turn off the data services.
phys-hahost# hareg -n dataservice
6. Unregister the data services.
phys-hahost# hareg -u dataservice
7. Remove the logical host from the cluster.
Note - To unconfigure and reconfigure the logical host (Step 7 on page 98 and tep 8 on page 98), you can either run the scconf(1M) command as shown, or un the scinstall(1M) command as described in Section 3.5 “Adding and emoving Logical Hosts” on page 36.
You can run this command on any node that is an active cluster member. You do ot need to run it on all cluster nodes.
phys-hahost# scconf clustername -L logicalhost -r
8. Reconfigure the logical host to include the new interface.
You can run this command on any node that is an active cluster member. You do ot need to run it on all cluster nodes.
phys-hahost# scconf clustername -L logicalhost -n nodelist -g dglist -i logaddrinfo
The logaddrinfo field is where you define the new interface name. Refer to the isting taken from the scconf -p command output to reconstruct each logical host.
9. If the controller being removed was part of a backup group, rerun the
pnmset(1M) command.
Rerun the pnmset(1M) command and exclude the controller being removed.
10. (Optional) If you are removing the network adapter from the nodes, perform the following steps on each affected node:
a. Stop the cluster software.
phys-hahost# scadmin stopnode
b. Halt the node and remove the interface card.
c. Boot the node.
d. Perform the Solaris system administration tasks you would normally
perform to remove a network interface (remove hostname.if file, update
/etc/hosts, etc).
e. Restart the cluster software. If all nodes were brought down, start the first node using the scadmin startcluster command. If at least one node is still running the cluster software, restart the other nodes.
phys-hahost# scadmin startnode
11. Register the data services.
phys-hahost# hareg -r dataservice
12. Turn on the data services.
phys-hahost# hareg -y dataservice
13. Check access to the data services.
14. Notify users that the data services are once again available.
阅读(2182) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~