{"id":1030,"date":"2014-05-18T13:26:35","date_gmt":"2014-05-18T13:26:35","guid":{"rendered":"http:\/\/kraftek.com\/wordpress\/?p=1030"},"modified":"2014-05-18T13:26:35","modified_gmt":"2014-05-18T13:26:35","slug":"remove-disks-from-vxvm-control-in-a-m9000-for-dynamic-reconfig","status":"publish","type":"post","link":"\/blog\/index.php\/remove-disks-from-vxvm-control-in-a-m9000-for-dynamic-reconfig\/","title":{"rendered":"Remove disks from vxvm control in a m9000 for dynamic reconfig"},"content":{"rendered":"<p>If when you want to remove a XSB from a domain you get the message that the OS disks are being used by VxVM, and you know they\u2019re not:<\/p>\n<pre>XSCF&gt; deleteboard -c disconnect 09-0\r\nXSB#09-0 will be unconfigured from domain immediately. Continue?[y|n] :y\r\nStart unconfiguring XSB from domain.                                               Resource              Information\r\n------------------  -------------------------\r\n\/dev\/dsk\/c1t0d0s2   Device being used by VxVM\r\n\/dev\/dsk\/c1t1d0s2   Device being used by VxVM\r\nXSB#09-0 could not be unconfigured from DomainID 2 due to operating system error.<\/pre>\n<p>The message \u201cDevice being used by VxVM\u201d can be a bit misleading. They are not in use by VxVM, they\u2019re in use by VxDMP!!!!<\/p>\n<p>To remove this dependency you need to remove them from dmp by doing something like:<\/p>\n<pre>vxdisk -o alldgs list | egrep '^c0|^c1' | awk '{ print $1 }' | while read d;do vxdmpadm -f disable path=$d; done<\/pre>\n<p>After this you can remove the XSB using \u201cdeleteboard -c disconnect\u201d without the \u201cdevice being used by vxvm\u201d error message <img decoding=\"async\" alt=\":)\" src=\"http:\/\/web.archive.org\/web\/20131031182115im_\/http:\/\/kraftek.com\/blog\/wp-includes\/images\/smilies\/icon_smile.gif\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If when you want to remove a XSB from a domain you get the message that the OS disks are being used by VxVM, and you know they\u2019re not: XSCF&gt; deleteboard -c disconnect 09-0 XSB#09-0 will be unconfigured from domain immediately. Continue?[y|n] :y Start unconfiguring XSB from domain. Resource Information &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- \/dev\/dsk\/c1t0d0s2 Device being [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1030","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1030","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1030"}],"version-history":[{"count":1,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1030\/revisions"}],"predecessor-version":[{"id":1031,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1030\/revisions\/1031"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1030"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1030"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1030"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}