<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disks on a FAS2240 in ONTAP Hardware</title>
    <link>https://community.netapp.com/t5/ONTAP-Hardware/Disks-on-a-FAS2240/m-p/5218#M349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the responses guys.&amp;nbsp; After conferring with my NetApp support guy, the resolution is to remove the second controller from the system temporarily to "unlock" the disks so that they can be reassigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted all 24 disks assigned to the primary (first) controller because we will not be using the second controller at all.&amp;nbsp; It will be a backup controller incase the primary fails.&amp;nbsp; I'm aware that this would cause downtime and I'm fine with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2011 15:58:39 GMT</pubDate>
    <dc:creator>WESLEY_REISER</dc:creator>
    <dc:date>2011-12-21T15:58:39Z</dc:date>
    <item>
      <title>Disks on a FAS2240</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Disks-on-a-FAS2240/m-p/5203#M346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a FAS2240 which was shipped with two heads.&amp;nbsp; Each head is controlling 12 disks.&amp;nbsp; My situation is that I need to build out this system repeatedly (automation engineering) using only one of the heads, but I want that one head to have control of all 24 disks.&amp;nbsp; Another caveat is that I am trying to avoid having to serial into head B to remove disk ownership.&amp;nbsp; Additionally, this must be or CLI or API based and cannot rely on System Manager.&amp;nbsp; My NetApp support guy says this can be done from the command line but I haven't heard back from him in a few days with more details.&amp;nbsp; I've tried advanced mode and maintenance mode, disk remove, disk remove_ownership, disk reassign and disk assign.&amp;nbsp; Everything says I can't manage the other 12 disks because they are owned by another node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done without having to connect to the other head?&amp;nbsp; We're not going to be using the other head at all and like I said, this is an automation process so I am trying to avoid having to hook up to it at all.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Wes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:39:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Disks-on-a-FAS2240/m-p/5203#M346</guid>
      <dc:creator>WESLEY_REISER</dc:creator>
      <dc:date>2025-06-05T06:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disks on a FAS2240</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Disks-on-a-FAS2240/m-p/5208#M347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried "disk assign xx.xx -s unowned -f"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise it is possible that you need to remove cluster license and reboot so that disks are no more associated with partner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 22:40:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Disks-on-a-FAS2240/m-p/5208#M347</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2011-12-16T22:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disks on a FAS2240</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Disks-on-a-FAS2240/m-p/5213#M348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The short answer is, yes you can run specific commands from one controller to steal disk ownership from the other controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you need to be VERY careful when doing this. First thing is to make sure you are reassigning ownership to the other partner's spare disks. If you steal ownership from a disk assigned to one of its aggregates (or even worst, the root aggregate) you could cause some real problems for yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the systems come shipped with 3 disk aggregates on each controller. If you are saying 12 disks are assigned to each controller, you will need to identify which 3 disks are a part of the root aggregate and which 9 disks are spares. Unfortunately there is no way of knowing this unless you are logged into the other head. Although if you are really laze you could just perform a cf takeover, run partner, followed by aggr status -r, and finished off with cf giveback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have identified which disks you want to steal ownership of just run "disk remove_ownership &amp;lt;disk_name&amp;gt;" for each of the disks you want to steal ownership of. Once you have done that, run "disk assign all".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to be in advanced mode to run some of these command. If you don't know how to get into advanced mode, you probably shouldn't be doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, you won't be able to assign all 24 disks to one controller. The other controller will need 2-3 disks minimum for its root volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jonathon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 07:52:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Disks-on-a-FAS2240/m-p/5213#M348</guid>
      <dc:creator>jonathon_lanzon</dc:creator>
      <dc:date>2011-12-19T07:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disks on a FAS2240</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Disks-on-a-FAS2240/m-p/5218#M349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the responses guys.&amp;nbsp; After conferring with my NetApp support guy, the resolution is to remove the second controller from the system temporarily to "unlock" the disks so that they can be reassigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted all 24 disks assigned to the primary (first) controller because we will not be using the second controller at all.&amp;nbsp; It will be a backup controller incase the primary fails.&amp;nbsp; I'm aware that this would cause downtime and I'm fine with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 15:58:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Disks-on-a-FAS2240/m-p/5218#M349</guid>
      <dc:creator>WESLEY_REISER</dc:creator>
      <dc:date>2011-12-21T15:58:39Z</dc:date>
    </item>
  </channel>
</rss>

