<?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 Server Names in SIM 4.2 - Lower Case - Upper Case in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612975#M14016</link>
    <description>Where does SIM pull the server name from? I have some in lower case and some in upper case. I tried to manually add the server and change the case, but that didn't work.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jim</description>
    <pubDate>Fri, 26 Aug 2005 11:57:06 GMT</pubDate>
    <dc:creator>Jim Cochran</dc:creator>
    <dc:date>2005-08-26T11:57:06Z</dc:date>
    <item>
      <title>Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612975#M14016</link>
      <description>Where does SIM pull the server name from? I have some in lower case and some in upper case. I tried to manually add the server and change the case, but that didn't work.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Fri, 26 Aug 2005 11:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612975#M14016</guid>
      <dc:creator>Jim Cochran</dc:creator>
      <dc:date>2005-08-26T11:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612976#M14017</link>
      <description>DNS.  Use NSLOOKUP too see what your DNS is returning.</description>
      <pubDate>Fri, 26 Aug 2005 13:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612976#M14017</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2005-08-26T13:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612977#M14018</link>
      <description>It can't be...everything in our DNS servers are the same case.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Fri, 26 Aug 2005 13:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612977#M14018</guid>
      <dc:creator>Jim Cochran</dc:creator>
      <dc:date>2005-08-26T13:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612978#M14019</link>
      <description>If you are very interested in having in one particular case, here is a way...&lt;BR /&gt;&lt;BR /&gt;If you want all systems in UPPER case then execute the query &lt;BR /&gt;&lt;BR /&gt;"update name set name=upper(name)"&lt;BR /&gt;&lt;BR /&gt;If you want all systems in lower case then execute the query &lt;BR /&gt;&lt;BR /&gt;"update name set name=lower(name)"&lt;BR /&gt;&lt;BR /&gt;This is not a permanent solution though! Every time a new device is added, may be you need to re-run the command. Also, running identification on the systems will switch it back to its original state.</description>
      <pubDate>Mon, 29 Aug 2005 11:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612978#M14019</guid>
      <dc:creator>Aravindh Rajaram</dc:creator>
      <dc:date>2005-08-29T11:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612979#M14020</link>
      <description>That might work for me. Really nitpicky, but that's just the way I am!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Mon, 29 Aug 2005 11:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612979#M14020</guid>
      <dc:creator>Jim Cochran</dc:creator>
      <dc:date>2005-08-29T11:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612980#M14021</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;Silly me! In the queries i gave in my previous post, the table name was wrong :(&lt;BR /&gt;&lt;BR /&gt;Here are the correct queries...&lt;BR /&gt;&lt;BR /&gt;1) update devices set name=upper(name)&lt;BR /&gt;&lt;BR /&gt;2) update devices set name=lower(name)&lt;BR /&gt;&lt;BR /&gt;Sorry for the confusion!</description>
      <pubDate>Mon, 29 Aug 2005 11:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612980#M14021</guid>
      <dc:creator>Aravindh Rajaram</dc:creator>
      <dc:date>2005-08-29T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612981#M14022</link>
      <description>This is what I've found...&lt;BR /&gt;&lt;BR /&gt;The name is pulled from DNS when you first discover it.  It doesn't use the case you typed in the "System name:" field.&lt;BR /&gt;&lt;BR /&gt;If you're using Microsoft DNS, and Windows computers, the name in DNS is drawn from the name of the computer.&lt;BR /&gt;&lt;BR /&gt;Therefore, in a Windows environment, to change case you have to...&lt;BR /&gt;&lt;BR /&gt;1) Rename your computer with the preferred case.&lt;BR /&gt;2) Re-register the computer with DNS.&lt;BR /&gt;3) Delete and re-add the computer in SIM.&lt;BR /&gt;&lt;BR /&gt;Sounds like a lot of work.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Aug 2005 11:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612981#M14022</guid>
      <dc:creator>Michael Hopwood_1</dc:creator>
      <dc:date>2005-08-29T11:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612982#M14023</link>
      <description>Perhaps I'll just have to live with it. Drives me crazy though.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Mon, 29 Aug 2005 11:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612982#M14023</guid>
      <dc:creator>Jim Cochran</dc:creator>
      <dc:date>2005-08-29T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612983#M14024</link>
      <description>If you manualy change the name and change only from lower case to upper case, the changes won't be saved. &lt;BR /&gt;&lt;BR /&gt;If you want to do so manualy, you have to change to a different name, save and than switch back with upper or lower cases as you want.&lt;BR /&gt;&lt;BR /&gt;!!! realize, that the same name with upper or lower changes is also different to the SIM, so you have to edit your event-tasks, cause he isn't able to find the "old" system any more !!</description>
      <pubDate>Tue, 30 Aug 2005 08:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612983#M14024</guid>
      <dc:creator>Hochmuth_1</dc:creator>
      <dc:date>2005-08-30T08:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Server Names in SIM 4.2 - Lower Case - Upper Case</title>
      <link>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612984#M14025</link>
      <description>You're right, that worked! When I tried to just edit the name before, it would eventually refresh to the previous name that had a different "case".&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Tue, 30 Aug 2005 16:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/server-names-in-sim-4-2-lower-case-upper-case/m-p/3612984#M14025</guid>
      <dc:creator>Jim Cochran</dc:creator>
      <dc:date>2005-08-30T16:30:52Z</dc:date>
    </item>
  </channel>
</rss>

