<?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: Issue with Simplivity Host deployment - MTU Values in HPE SimpliVity</title>
    <link>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139490#M2612</link>
    <description>&lt;P&gt;Sorry for the typographical error.&lt;/P&gt;&lt;P&gt;This first command is:&lt;BR /&gt;sudo su&lt;/P&gt;&lt;P&gt;I am an HPE Employee&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 19:07:19 GMT</pubDate>
    <dc:creator>US_SimpliVity</dc:creator>
    <dc:date>2021-06-16T19:07:19Z</dc:date>
    <item>
      <title>Issue with Simplivity Host deployment - MTU Values</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139339#M2607</link>
      <description>&lt;P&gt;We are building a new, 3 node Simplivity environment, and 2 of the 3 hosts have been deployed, along with their virtual controllers and management appliance.&amp;nbsp; When we deployed them we used all MTU of 1500.&amp;nbsp; Since they their MTU settings were updated by updated the interfaces file (ie&amp;nbsp;/etc/network/interfaces) where eth1 and eth2 were updated to an MTU of 9000 for the storage and federation network.&amp;nbsp; Now when I use the Simplivity deployment tool, it fails on New MTU Values Match Existing MTU Values and shows the old values.&amp;nbsp; How do I fix the Simplivity deployment tool to reflect the current setting so I can deploy the new 3rd host?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 21:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139339#M2607</guid>
      <dc:creator>jdheltne</dc:creator>
      <dc:date>2021-06-15T21:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Simplivity Host deployment - MTU Values</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139450#M2608</link>
      <description>&lt;P&gt;jdheltne,&lt;/P&gt;&lt;P&gt;The MTU change on the virtual controllers must be made by command line.&lt;/P&gt;&lt;P&gt;You can open a support case for assistance from the SimpliVity Support team if desired.&lt;/P&gt;&lt;P&gt;To complete the MTU change, the virtual controller services must be stopped, the MTU modified by command line, then the virtual controller services can be started again. This will require elevated command line privileges.&lt;/P&gt;&lt;P&gt;Perform this operation on ONE virtual controller. &amp;nbsp;&lt;BR /&gt;Log into the virtual controller with administrator user account.&lt;BR /&gt;Execute the following commands where xx.xx.xx.xx is the Virtual Controller Storage IP address and yy.yy.yy.yy is the Virtual Controller Federation IP address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo su
source /var/tmp/build/bin/appsetup
systemctl stop svtfs@0
dsv-address-change --interface Storage --address xx.xx.xx.xx --mtu 9000
dsv-address-change --interface Federation --address yy.yy.yy.yy --mtu 9000
systemctl start svtfs@0

svt-vm-show --violations&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wait for all VMs to obtain HA (no VMs should be reported in the violations output)&lt;/P&gt;&lt;P&gt;Perform the steps on the OTHER virtual controller.&lt;/P&gt;&lt;P&gt;Please open a support case if you do not feel comfortable with the command line changes.&lt;/P&gt;&lt;P&gt;I am an HPE Employee.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 19:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139450#M2608</guid>
      <dc:creator>US_SimpliVity</dc:creator>
      <dc:date>2021-06-16T19:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Simplivity Host deployment - MTU Values</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139473#M2609</link>
      <description>&lt;P&gt;and Im guessing the management interface would be&amp;nbsp;&lt;/P&gt;&lt;P&gt;dsv-address-change --interface Management --address xx.xx.xx.xx --mtu 9000&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 15:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139473#M2609</guid>
      <dc:creator>jdheltne</dc:creator>
      <dc:date>2021-06-16T15:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Simplivity Host deployment - MTU Values</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139474#M2610</link>
      <description>&lt;P&gt;This is what we had done previously&lt;/P&gt;&lt;P&gt;sudo nano /etc/network/interfaces&lt;BR /&gt;modify eth1 to mtu 9000&lt;BR /&gt;save and close file&lt;BR /&gt;sudo service networking restart&lt;BR /&gt;sudo ifup eth1&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 15:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139474#M2610</guid>
      <dc:creator>jdheltne</dc:creator>
      <dc:date>2021-06-16T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Simplivity Host deployment - MTU Values</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139475#M2611</link>
      <description>&lt;P&gt;When I tried this I get&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Welcome to SimpliVity OmniCube 4.1.0.266&lt;/P&gt;&lt;P&gt;Last login: Tue Jun 15 23:09:25 2021 from 16.118.104.234&lt;BR /&gt;administrator-dasvm@omnicube-ip184-16:~$ sudo sudo&lt;BR /&gt;usage: sudo -h | -K | -k | -V&lt;BR /&gt;usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]&lt;BR /&gt;usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]&lt;BR /&gt;[command]&lt;BR /&gt;usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p&lt;BR /&gt;prompt] [-T timeout] [-u user] [VAR=value] [-i|-s] [&amp;lt;command&amp;gt;]&lt;BR /&gt;usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p&lt;BR /&gt;prompt] [-T timeout] [-u user] file ...&lt;BR /&gt;administrator-dasvm@omnicube-ip184-16:~$ source /var/tmp/build/bin/appsetup&lt;BR /&gt;administrator-dasvm@omnicube-ip184-16:~$ systemctl stop svtfs@0&lt;BR /&gt;Failed to stop svtfs@0.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files&lt;BR /&gt;See system logs and 'systemctl status svtfs@0.service' for details.&lt;BR /&gt;administrator-dasvm@omnicube-ip184-16:~$ dsv-address-change --interface Storage --address 192.168.0.16 --mtu 9000&lt;BR /&gt;dsv-address-change: command not found&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 15:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139475#M2611</guid>
      <dc:creator>jdheltne</dc:creator>
      <dc:date>2021-06-16T15:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Simplivity Host deployment - MTU Values</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139490#M2612</link>
      <description>&lt;P&gt;Sorry for the typographical error.&lt;/P&gt;&lt;P&gt;This first command is:&lt;BR /&gt;sudo su&lt;/P&gt;&lt;P&gt;I am an HPE Employee&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 19:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139490#M2612</guid>
      <dc:creator>US_SimpliVity</dc:creator>
      <dc:date>2021-06-16T19:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Simplivity Host deployment - MTU Values</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139500#M2614</link>
      <description>&lt;P&gt;This didnt fix my deployment manager issue I still get MTU errors on deployment.&amp;nbsp; It is like deployment manager is keeping a record of how systems were deployed rather than how they are currently configured, because it still shows the system with MTU of 1500 when on the system it is 9000.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 21:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/issue-with-simplivity-host-deployment-mtu-values/m-p/7139500#M2614</guid>
      <dc:creator>jdheltne</dc:creator>
      <dc:date>2021-06-16T21:08:09Z</dc:date>
    </item>
  </channel>
</rss>

