分类:
2005-10-19 09:56:42
创建top-down卷可以用来帮助使用metassist命令自动创建solaris卷管理器的配置,这样就不用手动的进行磁盘分区、创建RAID-0卷、创建热插拔组件、创建镜像等操作.相反的,可以只用metassist命令创建一个卷,剩下的工作则由solaris卷管理器来完成
The metassist command enables you to create solaris volume manager volume configurations with a single command. You can specify volume characteristics in terms of quality-of-service. Quality-of-service characteristics means that without specifying the hardware components to be used in a volume, you can use input to the metassist command to provide the following:
volume size
level of redundancy, which refers to the number of copies of the data
number of data paths to the volume
fault recovery, which indicates whether the volume is associated with a hot spare pool
一个使用metassist命令的实例:
# metassist create -s storagepool -S 10Gb
这个命令创建了一个在'storagepool' disk set下10G大小的stripe卷
还可以使用metassist -c命令来创建一个命令执行文件,这个命令执行文件是一个按照metassist命令要求solaris卷管理器实施的shell脚本
当使用metassist命令来创建这些文件的时候,可以学到用这个命令来干什么以及它怎样做决定的,这些信息可以用来诊断下面一些消息:
1,为什么一个卷要以某种特定的方式创建
2,为什么一个卷没有被创建
3,metassist命令将要创建什么卷