<?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: Changing Serial Num on Simulator in Simulator Discussions</title>
    <link>https://community.netapp.com/t5/Simulator-Discussions/Re-Changing-Serial-Num-on-Simulator/m-p/47043#M1752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay - I found the problem I was having. As I should have suspected, it was use error on my part &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was editing the ,serialno outside of Linux using Notepad and Wordpad, then dragging and dropping it back into my Linux VM (Yes, I'm more comfortable in Windows). I finally used vi to open the file and noticed the carriage return that is not in the original file. A quick edit to take out the carriage return and I'm now up and working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Hannes &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Aug 2010 20:56:56 GMT</pubDate>
    <dc:creator>hanness</dc:creator>
    <dc:date>2010-08-11T20:56:56Z</dc:date>
    <item>
      <title>Re: Changing Serial Num on Simulator</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Re-Changing-Serial-Num-on-Simulator/m-p/47029#M1750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll explain the ,serialno file in a minute, but as for the 'serial number is corrupt' message, I'm not sure why you're getting that.&amp;nbsp; Since this appears to be a new sim you created, I'd suggest you blow-away this simulator install directory, and then re-install your simulator from scratch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a clustered simulator, the ,serialno file contains two numbers.&amp;nbsp; The first entry is the System ID of *this* node (i.e. /sim/node1) , and the second entry is the System ID of its cluster partner (i.e. /sim/node2).&amp;nbsp;&amp;nbsp;&amp;nbsp; If you look at the ,serialno file for the cluster partner, it will have the exact same two numbers, but their order is reversed because it lists *its* System ID first.&amp;nbsp;&amp;nbsp; So, you're going to have to edit the ,serialno file for both nodes of the cluster to make the System IDs unique, and the numbers have to match in both ,serialno files.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# cat /sim/node1/,serialno&lt;/P&gt;&lt;P&gt;99900111&lt;/P&gt;&lt;P&gt;99900222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# cat /sim/node2/,serialno&lt;/P&gt;&lt;P&gt;99900222&lt;/P&gt;&lt;P&gt;99900111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp; Remember that the first entry in each ,serialno file refers to that simulator's System ID.&amp;nbsp; The second entry is its partner's System ID.&amp;nbsp;&amp;nbsp; That why the same numbers exist in both files, but the order they're listed in is reversed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the ,sys-serial-num file, you only need one entry.&amp;nbsp; This entry is the serial number of this specific simulator node.&amp;nbsp; Even if its part of a cluster, you only need one entry.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# cat /sim/node1/,sys-serial-num&lt;/P&gt;&lt;P&gt;1085111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# cat /sim/node2/,sys-serial-num&lt;/P&gt;&lt;P&gt;1085222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have these files modified, shut down your simulators and then re-start them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:10:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Re-Changing-Serial-Num-on-Simulator/m-p/47029#M1750</guid>
      <dc:creator>reide</dc:creator>
      <dc:date>2025-06-05T07:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Serial Num on Simulator</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Re-Changing-Serial-Num-on-Simulator/m-p/47038#M1751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much. I won't have a chance to try this untill this evening now, but I'll let yoou know how it went. It sounds like I have everything I need now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Hannes &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 19:26:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Re-Changing-Serial-Num-on-Simulator/m-p/47038#M1751</guid>
      <dc:creator>hanness</dc:creator>
      <dc:date>2010-08-11T19:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Serial Num on Simulator</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Re-Changing-Serial-Num-on-Simulator/m-p/47043#M1752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay - I found the problem I was having. As I should have suspected, it was use error on my part &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was editing the ,serialno outside of Linux using Notepad and Wordpad, then dragging and dropping it back into my Linux VM (Yes, I'm more comfortable in Windows). I finally used vi to open the file and noticed the carriage return that is not in the original file. A quick edit to take out the carriage return and I'm now up and working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Hannes &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 20:56:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Re-Changing-Serial-Num-on-Simulator/m-p/47043#M1752</guid>
      <dc:creator>hanness</dc:creator>
      <dc:date>2010-08-11T20:56:56Z</dc:date>
    </item>
  </channel>
</rss>

