<?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: Difference between SERVER_ALREADY_MONITORED and SERVER_ALREADY_ADDED in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/difference-between-server-already-monitored-and-server-already/m-p/7255107#M10412</link>
    <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2055996"&gt;@Harshitha_K&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the clarification! So&amp;nbsp;&lt;SPAN&gt;SERVER_ALREADY_ADDED can occur if the server is in the Managed state. My understanding that Managed is a superset of Monitored. For my purposes we only need Monitored, so am I correct to treat a server that's already in Managed state as successful?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But you also say that SERVER_ALREADY_ADDED can indicate it "might have been added previously but is in a different configuration state"—does this mean the server is neither Managed or Monitored? My question now: are there any states where I would need to remove and re-add or change the configuration of the server rather than skip?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BTW, link 1 gives me&amp;nbsp;Document not available&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Aug 2025 04:08:31 GMT</pubDate>
    <dc:creator>danielzting</dc:creator>
    <dc:date>2025-08-29T04:08:31Z</dc:date>
    <item>
      <title>Difference between SERVER_ALREADY_MONITORED and SERVER_ALREADY_ADDED</title>
      <link>https://community.hpe.com/t5/hpe-oneview/difference-between-server-already-monitored-and-server-already/m-p/7255036#M10410</link>
      <description>&lt;P&gt;When using the&amp;nbsp;POST/rest/server-hardware API to add a server for monitoring with "configurationState": "Monitored", I get back an ID that I can query for the status of the task. Sometimes, the task fails with a "taskErrors" with "errorCode": "SERVER_ALREADY_ADDED" and other times it fails with "SERVER_ALREADY_MONITORED". Wondering what is the difference between these two?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 05:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/difference-between-server-already-monitored-and-server-already/m-p/7255036#M10410</guid>
      <dc:creator>danielzting</dc:creator>
      <dc:date>2025-08-28T05:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SERVER_ALREADY_MONITORED and SERVER_ALREADY_ADDED</title>
      <link>https://community.hpe.com/t5/hpe-oneview/difference-between-server-already-monitored-and-server-already/m-p/7255071#M10411</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2438047"&gt;@danielzting&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P class=""&gt;The error code SERVER_ALREADY_ADDED and SERVER_ALREADY_MONITORED indicate slightly different conditions when using the POST /rest/server-hardware&amp;nbsp;API to add a server for monitoring. Here's the difference between the two:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;SERVER_ALREADY_ADDED&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This error occurs when the server hardware being added is already present in the system, but it may not necessarily be in the "Monitored" state. For example, the server could already exist as "Managed" or might have been added previously but is in a different configuration state.&lt;/LI&gt;&lt;LI&gt;Essentially, the server is already recognized by the system, and attempting to add it again creates a conflict.&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;SERVER_ALREADY_MONITORED&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This error occurs when the server hardware being added is already present in the system and is specifically in the "Monitored" state.&lt;/LI&gt;&lt;LI&gt;Since the server is already being monitored, there is no need to add it again with the same configurationState set to "Monitored."&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Note:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Make sure you are not unintentionally attempting to add the same server hardware more than once.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Before attempting to add a server, you can query the existing server hardware list (GET /rest/server-hardware) to verify whether the server is already present in the system and its current configuration state.&lt;/LI&gt;&lt;LI&gt;If the server is already added but not in the "Monitored" state, you may need to update its configuration rather than re-adding it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please find the below link that might help you: &lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=c05208834&amp;amp;docLocale=en_US" target="_blank" rel="noopener"&gt;link1&lt;/A&gt; and &lt;A href="https://community.hpe.com/t5/hpe-oneview/this-server-is-already-being-monitored-by-this-appliance/td-p/7029825" target="_blank" rel="noopener"&gt;link2.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this information has helped you, Please click on the "&lt;STRONG&gt;Thumbs Up/Kudo&lt;/STRONG&gt;" icon as a token of appreciation. Also, if this post has helped to solve your issue, consider marking this as an "&lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt;".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 04:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/difference-between-server-already-monitored-and-server-already/m-p/7255071#M10411</guid>
      <dc:creator>Harshitha_K</dc:creator>
      <dc:date>2025-08-28T04:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SERVER_ALREADY_MONITORED and SERVER_ALREADY_ADDED</title>
      <link>https://community.hpe.com/t5/hpe-oneview/difference-between-server-already-monitored-and-server-already/m-p/7255107#M10412</link>
      <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2055996"&gt;@Harshitha_K&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the clarification! So&amp;nbsp;&lt;SPAN&gt;SERVER_ALREADY_ADDED can occur if the server is in the Managed state. My understanding that Managed is a superset of Monitored. For my purposes we only need Monitored, so am I correct to treat a server that's already in Managed state as successful?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But you also say that SERVER_ALREADY_ADDED can indicate it "might have been added previously but is in a different configuration state"—does this mean the server is neither Managed or Monitored? My question now: are there any states where I would need to remove and re-add or change the configuration of the server rather than skip?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BTW, link 1 gives me&amp;nbsp;Document not available&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 04:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/difference-between-server-already-monitored-and-server-already/m-p/7255107#M10412</guid>
      <dc:creator>danielzting</dc:creator>
      <dc:date>2025-08-29T04:08:31Z</dc:date>
    </item>
  </channel>
</rss>

