分类: Sybase
2014-12-05 12:33:25
w1_zdc为添加的辅助节点的数据库实例名
/sybase/test/example.db为辅助节点catalog存放路径。
w1为辅助节点hostname
5555为辅助节点数据库监听端口
2.更新当前数据库实例的hostname
alter multiplex server coordinator_test host 'coordinator' port 5555;
将数据库实例coordinator_test的hostname更新为coordinator
3.将数据库实例踢出集群
alter multiplex server w1_test status excluded;
4.当辅助节点数据库长时间停止会处于exclude状态,此时需要拉进集群
alter multiplex server w1_test status included;
5.为辅助节点增加sytem-temp文件
alter dbspace IQ_SYSTEM_TEMP add file temp2 '/sybase/temp2';
6.删除system-temp文件
alter dbspace IQ_SYSTEM_TEMP drop file temp2;
7.查询表空间在各个节点状态
sp_iqmpxfilestatus
8.查询集群状态
sp_iqmpxinfo;
9.查询集群中system-temp状态
sp_iqfile;