<?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 change mgmt mask and gateway on CLI in Array Setup and Networking</title>
    <link>https://community.hpe.com/t5/array-setup-and-networking/change-mgmt-mask-and-gateway-on-cli/m-p/6984559#M1341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , i accidentally configured configure the wrong MASK and gateway for my nimble management port , now i have to do it from console to reconfigure it since i lost access , is there a way to do it ? how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 21:32:49 GMT</pubDate>
    <dc:creator>mtarquin122</dc:creator>
    <dc:date>2016-05-04T21:32:49Z</dc:date>
    <item>
      <title>change mgmt mask and gateway on CLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/change-mgmt-mask-and-gateway-on-cli/m-p/6984559#M1341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , i accidentally configured configure the wrong MASK and gateway for my nimble management port , now i have to do it from console to reconfigure it since i lost access , is there a way to do it ? how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 21:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/change-mgmt-mask-and-gateway-on-cli/m-p/6984559#M1341</guid>
      <dc:creator>mtarquin122</dc:creator>
      <dc:date>2016-05-04T21:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: change mgmt mask and gateway on CLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/change-mgmt-mask-and-gateway-on-cli/m-p/6984560#M1342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the ways I've done this in the past is to connect my laptop to the array using 1GbE hub I carry with me. I'll also connect to the serial port to verify IP address, netmask and then change the NIC adapter setting on my laptop to match whatever the network configuration is on the array. To access the GUI, you have to connect interface pairs together - ETH1 or 2 Controller A and ETH1 or 2 Controller B to the 1GbE hub. Once this is done, you can open a web browser from your laptop using the Management IP of the array and then change the networking by clicking Administration / Network Connections - Active Setting.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If that's not an option, you can make the changes in the CLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;For editing the Gateway, refer to the following:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 class="topictitle1 title" style="font-size: 1.6em; font-family: Arial, sans-serif; color: #000000;"&gt;Edit a Static Route&lt;/H1&gt;&lt;P class="body taskbody" style="padding-bottom: 10px; margin-right: 10px; font-family: Arial, sans-serif; font-size: 14px; color: #000000;"&gt;&lt;/P&gt;&lt;DIV class="context section"&gt;You can edit one or more existing static routes using the Draft network configuration profile. The Draft profile is used to validate and activate the configuration changes.&lt;P&gt;&lt;/P&gt;&lt;P class="tasklabel"&gt;&lt;/P&gt;&lt;H2 class="sectiontitle tasklabel" style="font-size: 14px; color: green;"&gt;Procedure&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="ol steps" style="padding: 0 0 0 40px;"&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;Create a Draft network configuration profile from the Active profile.&lt;/SPAN&gt;&lt;SPAN class="ph synph"&gt;&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;netconfig&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--create_draft_from&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;active&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;Edit an existing static route.&lt;/SPAN&gt;&lt;SPAN class="ph synph"&gt;&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;route&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--edit&lt;/SPAN&gt; &lt;SPAN class="ph var"&gt;network&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--netconfig&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;draft&lt;/SPAN&gt; [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--network&lt;/SPAN&gt; &lt;SPAN class="ph var"&gt;new_network&lt;/SPAN&gt;] [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--gateway&lt;/SPAN&gt; &lt;SPAN class="ph var"&gt;gateway&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;(Optional) Repeat Step 2 to edit more routes.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;Validate the Draft network configuration profile.&lt;/SPAN&gt;&lt;SPAN class="ph synph"&gt;&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;netconfig&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--validate&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;draft. &lt;/SPAN&gt;&lt;/SPAN&gt;Nimble OS validates the configuration. If an error exists, Nimble OS returns an error message. Resolve all errors before proceeding to the next step.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;Activate the Draft network configuration profile.&lt;/SPAN&gt;&lt;SPAN class="ph synph"&gt;&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;netconfig&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--activate&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;draft&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;DIV class="tasklabel"&gt;&lt;H2 class="sectiontitle tasklabel" style="font-size: 14px; color: green;"&gt;Example&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p"&gt;Editing a static route network IP address and gateway IP address using the Draft network configuration profile:&lt;/P&gt;&lt;PRE style="font-family: monospace, serif; border-left-width: 1px; padding-right: 20px; padding-left: 20px; margin: 20px; background-color: ghostwhite;"&gt;Nimble OS $ netconfig --create_draft_from active Nimble OS $ route --edit 192.168.50.0 --netconfig draft --network 10.190.25.0 --gateway 10.190.25.101 Nimble OS $ netconfig --validate INFO: Configuration is valid. Nimble OS $ netconfig --activate&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;For changing the Netmask, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 class="topictitle1 title" style="font-size: 1.6em; font-family: Arial, sans-serif; color: #000000;"&gt;Edit a Subnet&lt;/H1&gt;&lt;P class="body taskbody" style="padding-bottom: 10px; margin-right: 10px; font-family: Arial, sans-serif; font-size: 14px; color: #000000;"&gt;&lt;/P&gt;&lt;DIV class="context section"&gt;You can edit one or more existing subnets using the Draft network configuration profile. The Draft profile is used to validate and activate the configuration changes.&lt;P&gt;&lt;/P&gt;&lt;P class="tasklabel"&gt;&lt;/P&gt;&lt;H2 class="sectiontitle tasklabel" style="font-size: 14px; color: green;"&gt;Procedure&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="ol steps" style="padding: 0 0 0 40px;"&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;Create a Draft network configuration profile from the Active profile.&lt;/SPAN&gt;&lt;SPAN class="ph synph"&gt;&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;netconfig&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--create_draft_from&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;active&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;Edit an existing subnet.&lt;/SPAN&gt;&lt;SPAN class="ph synph"&gt;&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;subnet&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--edit&lt;/SPAN&gt; &lt;SPAN class="ph var"&gt;label&lt;/SPAN&gt; [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--new_label&lt;/SPAN&gt; &lt;SPAN class="ph var"&gt;name&lt;/SPAN&gt;] [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--subnet_addr&lt;/SPAN&gt; &lt;SPAN class="ph var"&gt;network_ipaddr&lt;/SPAN&gt;/&lt;SPAN class="ph var"&gt;netmask&lt;/SPAN&gt;] [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--discovery_ipaddr&lt;/SPAN&gt; &lt;SPAN class="ph var"&gt;ipaddr&lt;/SPAN&gt;] [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--type&lt;/SPAN&gt; {&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;mgmt&lt;/SPAN&gt; | &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;data&lt;/SPAN&gt; | &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;mgmt,data&lt;/SPAN&gt;}] [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--subtype&lt;/SPAN&gt; {&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;iscsi&lt;/SPAN&gt;|&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;group&lt;/SPAN&gt;}] [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--netzone_type&lt;/SPAN&gt; {&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;evenodd&lt;/SPAN&gt; | &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;bisect&lt;/SPAN&gt; | &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;single&lt;/SPAN&gt;}] [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--netconfig&lt;/SPAN&gt;&lt;SPAN class="ph var"&gt;name&lt;/SPAN&gt;] [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--vlanid&lt;/SPAN&gt; &lt;SPAN class="ph var"&gt;id&lt;/SPAN&gt;] [&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--mtu&lt;/SPAN&gt; &lt;SPAN class="ph var"&gt;mtu&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;(Optional) Repeat Step 2 to edit additional subnets.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;Validate the Draft network configuration profile.&lt;/SPAN&gt;&lt;SPAN class="ph synph"&gt;&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;netconfig&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--validate&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;draft. &lt;/SPAN&gt;&lt;/SPAN&gt;Nimble OS validates the configuration. If an error exists, Nimble OS returns an error message. Resolve all errors before proceeding to the next step.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="ph cmd" style="margin-bottom: 2px;"&gt;Activate the Draft network configuration profile.&lt;/SPAN&gt;&lt;SPAN class="ph synph"&gt;&lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;netconfig&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;--activate&lt;/SPAN&gt; &lt;SPAN class="kwd keyword" style="font-weight: bold;"&gt;draft&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;DIV class="tasklabel"&gt;&lt;H2 class="sectiontitle tasklabel" style="font-size: 14px; color: green;"&gt;Example&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p"&gt;Editing the data1 subnet using the Draft network configuration profile:&lt;/P&gt;&lt;PRE style="font-family: monospace, serif; border-left-width: 1px; padding-right: 20px; padding-left: 20px; margin: 20px; background-color: ghostwhite;"&gt;Nimble OS $ netconfig --create_draft_from active Nimble OS $ subnet --edit data1 --new_label data2 --subnet_addr 200.200.200.0/24 --netconfig draft Nimble OS $ netconfig --validate INFO: Configuration is valid. Nimble OS $ netconfig --activate&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Good luck and hope this help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 17:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/change-mgmt-mask-and-gateway-on-cli/m-p/6984560#M1342</guid>
      <dc:creator>ggawrych84</dc:creator>
      <dc:date>2016-05-23T17:25:15Z</dc:date>
    </item>
  </channel>
</rss>

