【NetApp】移除ADP分区后的disk的owner

简介:

1)移除owner,需要到node模式下,键入如下命令:

Cluster1-01*> options disk.auto_assign

disk.auto_assign             off        (value might be overwritten in takeover)

Cluster1-01*> 

Cluster1-01*> disk remove_ownership 0b.00.11P1

Volumes must be taken offline. Are all impacted volumes offline(y/n)?? y

Cluster1-01*> 

Cluster1-01*> disk remove_ownership 0b.00.11P2

disk remove_ownership: Disk 0b.00.11P2 is already unowned.

disk remove_ownership: Remove ownership failed because the specified disks are already unowned.

Cluster1-01*> 

Cluster1-01*> disk remove_ownership 0b.00.11  

Volumes must be taken offline. Are all impacted volumes offline(y/n)?? y


2)分配磁盘

Cluster1::storage disk> assign -disk 1.0.11 -owner Cluster1-02

对于已经将P2使用到Node1 root volume的,再将该磁盘的P1分区,owner分配给node2,需要在node1的nodeshell模式下,使用如下命令:

Node-01> disk assign 0b.00.1P1 -o Node-02




      本文转自daniel8294 51CTO博客,原文链接: http://blog.51cto.com/acadia627/1967073 ,如需转载请自行联系原作者

相关文章
服务器磁盘扩展卷时遭遇“There is not enough space available on the disk(s) to complete this operation.”错误
在ESX VM的一台服务器由于磁盘空间告警,打算决定给E盘扩展空间,增加20G的空间,在操作过程遭遇了Expanding Disk Volume gives error “There is not enough space available on the disk(s) to complete this operation.”错误。
2390 0