<?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 NAbox Increase Disk Space in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NAbox-Increase-Disk-Space/m-p/128431#M23061</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Our NAbox has filled the /opt, when using the menu to add further space it keeps failing;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="nabox1.PNG" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/6864i4B450A1EF5125D32/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nabox1.PNG" alt="nabox1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When running through the resize i get&amp;nbsp;the following&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/6865i9A047E26C256DC1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;is there any docs on how to perform the increase?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 15:24:45 GMT</pubDate>
    <dc:creator>PaulF</dc:creator>
    <dc:date>2025-06-04T15:24:45Z</dc:date>
    <item>
      <title>NAbox Increase Disk Space</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NAbox-Increase-Disk-Space/m-p/128431#M23061</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Our NAbox has filled the /opt, when using the menu to add further space it keeps failing;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="nabox1.PNG" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/6864i4B450A1EF5125D32/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nabox1.PNG" alt="nabox1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When running through the resize i get&amp;nbsp;the following&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/6865i9A047E26C256DC1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;is there any docs on how to perform the increase?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:24:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NAbox-Increase-Disk-Space/m-p/128431#M23061</guid>
      <dc:creator>PaulF</dc:creator>
      <dc:date>2025-06-04T15:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: NAbox Increase Disk Space</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NAbox-Increase-Disk-Space/m-p/128628#M23094</link>
      <description>&lt;P&gt;01) login as root to nabox and check what filesystem device names before adding new disk&lt;BR /&gt;root@nabox:~# fdisk -l&lt;BR /&gt;save the output to a file&lt;/P&gt;&lt;P&gt;02) login to the vmCente&lt;BR /&gt;03) shutdown the nabox vm&lt;BR /&gt;04) add new disk to the vm "for example /dev/sdd = 100g"&lt;BR /&gt;05) startup the nabox vm&lt;BR /&gt;06) login as root ssh nabox.YOURDOMAIN.COM&lt;BR /&gt;07) check if you can see the new disk:&lt;BR /&gt;root@nabox:~# fdisk -l&lt;/P&gt;&lt;P&gt;Disk /dev/sdd: 100 GiB, 107374182400 bytes, 209715200 sectors&lt;BR /&gt;Units: sectors of 1 * 512 = 512 bytes&lt;BR /&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;BR /&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;08) check the filesystem before add the new disk:&lt;BR /&gt;root@nabox:~# df -hP&lt;BR /&gt;Filesystem Size Used Avail Use% Mounted on&lt;BR /&gt;/dev/sda6 4.8G 3.0G 1.7G 65% /&lt;BR /&gt;udev 10M 0 10M 0% /dev&lt;BR /&gt;tmpfs 6.3G 33M 6.3G 1% /run&lt;BR /&gt;tmpfs 16G 0 16G 0% /dev/shm&lt;BR /&gt;tmpfs 5.0M 0 5.0M 0% /run/lock&lt;BR /&gt;tmpfs 16G 0 16G 0% /sys/fs/cgroup&lt;BR /&gt;/dev/sda1 88M 29M 52M 36% /boot&lt;BR /&gt;/dev/mapper/vg_data-lv_data 394G 122G 255G 33% /opt&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;09) check lv size 394G = 400G:&lt;BR /&gt;root@nabox:~# lvs&lt;BR /&gt;LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert&lt;BR /&gt;lv_data vg_data -wi-ao---- 400.00g&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10) format the new filesystem as ext4:&lt;/P&gt;&lt;P&gt;root@nabox:~# mkfs.ext4 /dev/sdd&lt;BR /&gt;mke2fs 1.42.12 (29-Aug-2014)&lt;BR /&gt;Creating filesystem with 26214400 4k blocks and 6553600 inodes&lt;BR /&gt;Filesystem UUID: fe28bb20-38f2-4178-b4a9-0787a45ebb75&lt;BR /&gt;Superblock backups stored on blocks:&lt;BR /&gt;32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,&lt;BR /&gt;4096000, 7962624, 11239424, 20480000, 23887872&lt;/P&gt;&lt;P&gt;Allocating group tables: done&lt;BR /&gt;Writing inode tables: done&lt;BR /&gt;Creating journal (32768 blocks): done&lt;BR /&gt;Writing superblocks and filesystem accounting information: done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11) extend VG with the new disk:&lt;BR /&gt;root@nabox:~# vgextend vg_data /dev/sdd&lt;BR /&gt;Physical volume "/dev/sdd" successfully created&lt;BR /&gt;Volume group "vg_data" successfully extended&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;12) run lvsan begore lvextend:&lt;BR /&gt;root@nabox:~# lvscan&lt;BR /&gt;ACTIVE '/dev/vg_data/lv_data' [400.00 GiB] inherit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;13) extend lv with new 100g&lt;BR /&gt;root@nabox:~# lvextend -L+100G /dev/vg_data/lv_data&lt;BR /&gt;Size of logical volume vg_data/lv_data changed from 400.00 GiB (102399 extents) to 500.00 GiB (127999 extents).&lt;BR /&gt;Logical volume lv_data successfully resized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;14) check the new size of lv "you can see it did change from 400g to 500g":&lt;BR /&gt;root@nabox:~# lvscan&lt;BR /&gt;ACTIVE '/dev/vg_data/lv_data' [500.00 GiB] inherit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;15) resize the filesystem:&lt;BR /&gt;root@nabox:~# resize2fs /dev/vg_data/lv_data&lt;BR /&gt;resize2fs 1.42.12 (29-Aug-2014)&lt;BR /&gt;Filesystem at /dev/vg_data/lv_data is mounted on /opt; on-line resizing required&lt;BR /&gt;old_desc_blocks = 25, new_desc_blocks = 32&lt;BR /&gt;The filesystem on /dev/vg_data/lv_data is now 131070976 (4k) blocks long.&lt;/P&gt;&lt;P&gt;now you can see /opt whent from 400g to 500g&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@nabox:~# df -hP&lt;BR /&gt;Filesystem Size Used Avail Use% Mounted on&lt;BR /&gt;/dev/sda6 4.8G 3.0G 1.7G 65% /&lt;BR /&gt;udev 10M 0 10M 0% /dev&lt;BR /&gt;tmpfs 6.3G 8.5M 6.3G 1% /run&lt;BR /&gt;tmpfs 16G 0 16G 0% /dev/shm&lt;BR /&gt;tmpfs 5.0M 0 5.0M 0% /run/lock&lt;BR /&gt;tmpfs 16G 0 16G 0% /sys/fs/cgroup&lt;BR /&gt;/dev/sda1 88M 29M 52M 36% /boot&lt;BR /&gt;/dev/mapper/vg_data-lv_data 493G 122G 349G 26% /opt&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 22:03:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/NAbox-Increase-Disk-Space/m-p/128628#M23094</guid>
      <dc:creator>rezkmekhael</dc:creator>
      <dc:date>2017-03-02T22:03:32Z</dc:date>
    </item>
  </channel>
</rss>

