<?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: Best/Easiest way to expand the storage? in Expedition Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/308038#M2248</link>
    <description>&lt;P&gt;This seems to be related to the OS management, so maybe you could get some support from the VM manager or a Linux IT support in your team, in case you have doubts on the steps on how to add an additional device.&lt;/P&gt;
&lt;P&gt;The issue you may be facing is that the new added unit in your case got a different label, and it is not called sdb. Make sure you are using the right label for your new added device.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can list the existing units via the following command:&lt;/P&gt;
&lt;P&gt;sudo fdisk -l&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2020 11:34:31 GMT</pubDate>
    <dc:creator>dgildelaig</dc:creator>
    <dc:date>2020-01-27T11:34:31Z</dc:date>
    <item>
      <title>Best/Easiest way to expand the storage?</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/231956#M551</link>
      <description>&lt;P&gt;This is more of an Ubuntu question but I'm hoping others will find it helpful.&amp;nbsp; Our VM admins expanded the available disk, but restarting the system doesn't cause it to automatically use it.&amp;nbsp; What do I need to do?&amp;nbsp; Googling for it gave me too many answers.&amp;nbsp; Gparted, parted, expand2fs, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 23 Sep 2018 23:04:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/231956#M551</guid>
      <dc:creator>Esfeld</dc:creator>
      <dc:date>2018-09-23T23:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Best/Easiest way to expand the storage?</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/231975#M553</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Create a new Disk via the ESXi manager and attach it to the VM (can be done with the image off)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Start the VM&lt;/LI&gt;
&lt;LI&gt;vgdisplay&lt;SPAN&gt;&lt;SPAN style="font-style: inherit !important; font-weight: inherit !important;"&gt;&amp;nbsp;(to see the name of the&amp;nbsp;Volume&amp;nbsp;Group. It should display “Expedition-vg”)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;sudo pvcreate /dev/sdb&lt;/LI&gt;
&lt;LI&gt;sudo vgextend Expedition-vg /dev/sdb&lt;/LI&gt;
&lt;LI&gt;sudo lvextend -l +100%FREE /dev/Expedition-vg/root&amp;nbsp;&lt;SPAN&gt;&lt;SPAN style="font-style: inherit !important; font-weight: inherit !important;"&gt;(We request extending the&amp;nbsp;volume&amp;nbsp;with 100% of the available space)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;df -h&amp;nbsp;(notice /dev/mapper/Expedition—vg-root) is 18.GB of size&lt;/LI&gt;
&lt;LI&gt;sudo resize2fs /dev/Expedition-vg/root&lt;/LI&gt;
&lt;LI&gt;df -h&amp;nbsp;(notice /dev/mapper/Expedition—vg-root) increased its size&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 24 Sep 2018 07:42:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/231975#M553</guid>
      <dc:creator>alestevez</dc:creator>
      <dc:date>2018-09-24T07:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best/Easiest way to expand the storage?</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/255612#M1326</link>
      <description>&lt;P&gt;Worked Smoothly&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 14:13:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/255612#M1326</guid>
      <dc:creator>osgarcia</dc:creator>
      <dc:date>2019-04-01T14:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best/Easiest way to expand the storage?</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/307926#M2243</link>
      <description>&lt;P&gt;when I use the sudo pvcreate /dev/sdb command I get this error:&lt;/P&gt;
&lt;P&gt;Device /dev/sdb not found (or ignored by filtering).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:12:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/307926#M2243</guid>
      <dc:creator>maortiz</dc:creator>
      <dc:date>2020-01-24T18:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Best/Easiest way to expand the storage?</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/308038#M2248</link>
      <description>&lt;P&gt;This seems to be related to the OS management, so maybe you could get some support from the VM manager or a Linux IT support in your team, in case you have doubts on the steps on how to add an additional device.&lt;/P&gt;
&lt;P&gt;The issue you may be facing is that the new added unit in your case got a different label, and it is not called sdb. Make sure you are using the right label for your new added device.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can list the existing units via the following command:&lt;/P&gt;
&lt;P&gt;sudo fdisk -l&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 11:34:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/308038#M2248</guid>
      <dc:creator>dgildelaig</dc:creator>
      <dc:date>2020-01-27T11:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Best/Easiest way to expand the storage?</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/321517#M2471</link>
      <description>&lt;P&gt;If you need help with fdisk, this guide is a good start&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.vmware.com/thread/449261" target="_blank"&gt;https://communities.vmware.com/thread/449261&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 12:43:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/best-easiest-way-to-expand-the-storage/m-p/321517#M2471</guid>
      <dc:creator>rodill</dc:creator>
      <dc:date>2020-04-08T12:43:14Z</dc:date>
    </item>
  </channel>
</rss>

