首页 > 其他 > 详细

添加磁盘到xenserver

时间:2014-02-10 20:15:53      阅读:458      评论:0      收藏:0      [点我收藏+]

1. 使用root 用户ssh登录到xenserver

2. 查找想要添加的磁盘信息

cat /proc/partitions   #查看磁盘情况

ll /dev/disk/by-id    #查看磁盘对应的id

3. 查看集群中的主机id

xe host-list

4. 添加磁盘到指定主机

xe sr-create content-type=user device-config:device=/dev/disk/by-id/<scsi-xxxxxxxxxxxxxxxxxxxxxxxxx> host-uuid=<host-uuid> name-label=”Local Storage 2” shared=false type=lvm
或者

xe sr-create content-type=user device-config:device=/dev/disk/by-id/<cciss-xxxxxxxxxxxxxxxxxxxxxxxxx> host-uuid=<host-uuid> name-label=”Local Storage 2” shared=false type=lvm
或者

 xe sr-create content-type=user device-config:device=/dev/<sdx> host-uuid=<host-uuid> name-label=”Local Storage 2” shared=false type=lvm

添加磁盘到xenserver

原文:http://blog.csdn.net/steelychen/article/details/19044495

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!