Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5615779
  • 博文数量: 745
  • 博客积分: 10075
  • 博客等级: 上将
  • 技术积分: 7716
  • 用 户 组: 普通用户
  • 注册时间: 2005-04-29 12:09
文章分类

全部博文(745)

文章存档

2019年(1)

2016年(1)

2010年(31)

2009年(88)

2008年(129)

2007年(155)

2006年(197)

2005年(143)

分类:

2005-10-17 17:15:05

The following task map identifies the procedures that are needed to manage solaris volume manager state database replicas:
create state database replicas:use the solaris volume manager GUI or the metadb -a command to create state database replicas
check the status of state database replicas:use the solaris volume manager GUI or the metadb command to check the status of existing replicas
delete state database replicas:use the solaris volume manager GUI or the metadb -d command to delete state database replicas

创建状态数据库复制品的步骤如下:
1,成为超级用户
2,使用命令metadb -a -c number -l length-of relica -f ctds-of-slice
-a参数表示要添加一个状态数据库复制品
-f参数表示强制执行创建过程
-c参数指定要添加到指定分区的复制品的号码
-l参数指定新复制品的大小,用块大小表示,默认的块大小是8192
ctds-of-slice参数指定复制品的名称
不带任何参数的metadb命令表示所有状态数据库复制品的状态

维修状态数据库复制品的步骤如下:
1,成为超级用户
2,使用命令metadb -i

删除状态数据库复制品的步骤如下:
1,成为超级用户
2,使用命令metadb -d -f ctds-of-slice

阅读(1300) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~