<?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>question What elevated commands are executed by ServiceNow for Service Mapping ? in ITOM forum</title>
    <link>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3442104#M125700</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;Hello Community,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;I am working on configuring &lt;STRONG&gt;Service Mapping&lt;/STRONG&gt; in ServiceNow and need clarity on the &lt;STRONG&gt;Unix – Enhanced ADM (ADME) probe&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;From the documentation, I see that the probe requires elevated permissions to run certain commands. For example, on AIX the recommended sudoers entry is:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Cmnd_Alias ADME_CMDS=/usr/bin/netstat -Aan, /usr/sbin/lsof -iTCP -n -P&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;discoUser ALL=(root) NOPASSWD:ADME_CMDS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Defaults:discoUser !requiretty&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Currently my user has lower level of access but i could see the processes details available in ecc_queue input details of ADME probe but those processes are not getting discovered or are not getting associated to server post discovery, what could be the reason behind this behavior?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;My questions are:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;What exact commands does the Unix ADME probe execute on Linux/AIX/Solaris?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="2"&gt;Do I need to configure both netstat&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;and lsof&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;or is one sufficient?&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;What information do these commands provide to Service Mapping (e.g., process‑to‑port mapping, established connections)? Or Service Mapping uses some other specific set of commands?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;Why are elevated permissions required for these commands, and are there best practices for limiting scope to only what ServiceNow needs?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT size="2"&gt;I want to ensure I configure sudoers correctly so that the Discovery user has just enough privilege to run the required commands, without granting full root access.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thanks in advance for your guidance!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Pranita Bahuguni&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Dec 2025 08:17:33 GMT</pubDate>
    <dc:creator>Pranita Bahugun</dc:creator>
    <dc:date>2025-12-03T08:17:33Z</dc:date>
    <item>
      <title>What elevated commands are executed by ServiceNow for Service Mapping ?</title>
      <link>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3442104#M125700</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;Hello Community,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;I am working on configuring &lt;STRONG&gt;Service Mapping&lt;/STRONG&gt; in ServiceNow and need clarity on the &lt;STRONG&gt;Unix – Enhanced ADM (ADME) probe&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;From the documentation, I see that the probe requires elevated permissions to run certain commands. For example, on AIX the recommended sudoers entry is:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Cmnd_Alias ADME_CMDS=/usr/bin/netstat -Aan, /usr/sbin/lsof -iTCP -n -P&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;discoUser ALL=(root) NOPASSWD:ADME_CMDS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Defaults:discoUser !requiretty&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Currently my user has lower level of access but i could see the processes details available in ecc_queue input details of ADME probe but those processes are not getting discovered or are not getting associated to server post discovery, what could be the reason behind this behavior?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;My questions are:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;What exact commands does the Unix ADME probe execute on Linux/AIX/Solaris?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="2"&gt;Do I need to configure both netstat&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;and lsof&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;or is one sufficient?&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;What information do these commands provide to Service Mapping (e.g., process‑to‑port mapping, established connections)? Or Service Mapping uses some other specific set of commands?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;Why are elevated permissions required for these commands, and are there best practices for limiting scope to only what ServiceNow needs?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT size="2"&gt;I want to ensure I configure sudoers correctly so that the Discovery user has just enough privilege to run the required commands, without granting full root access.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thanks in advance for your guidance!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Pranita Bahuguni&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 08:17:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3442104#M125700</guid>
      <dc:creator>Pranita Bahugun</dc:creator>
      <dc:date>2025-12-03T08:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: What elevated commands are executed by ServiceNow for Service Mapping ?</title>
      <link>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3442388#M125706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ServiceNow documented already what level of elevated rights required for different operating system. Please go through them and make the sudoers accordingly&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/docs/bundle/zurich-it-operations-management/page/product/service-mapping/reference/r_CommandsnCredentials.html" target="_blank"&gt;https://www.servicenow.com/docs/bundle/zurich-it-operations-management/page/product/service-mapping/reference/r_CommandsnCredentials.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 14:43:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3442388#M125706</guid>
      <dc:creator>VivekSattanatha</dc:creator>
      <dc:date>2025-12-03T14:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: What elevated commands are executed by ServiceNow for Service Mapping ?</title>
      <link>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3442774#M125711</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/283637"&gt;@Pranita Bahugun&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/docs/bundle/zurich-it-operations-management/page/product/service-mapping/reference/r_CommandsnCredentials.html" target="_blank" rel="noopener"&gt;https://www.servicenow.com/docs/bundle/zurich-it-operations-management/page/product/service-mapping/reference/r_CommandsnCredentials.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use this above Servicenow docs for the list if commands&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://youtu.be/ufACUmFvg0c?si=pNuEHKflTjCznZUa" target="_blank"&gt;https://youtu.be/ufACUmFvg0c?si=pNuEHKflTjCznZUa&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 05:01:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3442774#M125711</guid>
      <dc:creator>SK Chand Basha</dc:creator>
      <dc:date>2025-12-04T05:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: What elevated commands are executed by ServiceNow for Service Mapping ?</title>
      <link>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3451540#M125813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/193261"&gt;@VivekSattanatha&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your reply, it was very helpful. As per the ServiceNow documentation, we have configured the sudoers file accordingly. However, when the Enhanced ADME probe is triggered, there are still certain commands that fail with permission errors, such as:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;lsof -iTCP -n -P&lt;/LI&gt;&lt;LI&gt;netstat -antp&lt;/LI&gt;&lt;LI&gt;ss -tlnp&lt;/LI&gt;&lt;LI&gt;ss -tenp&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Could you please advise where we can find the complete list of commands executed by the &lt;EM&gt;Unix/Windows – Enhanced Application Dependency Mapping&lt;/EM&gt; probe? The commands referenced in the documentation appear to differ from the ones failing here, and I would like to understand this better.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Your guidance would be much appreciated. Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 12:13:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3451540#M125813</guid>
      <dc:creator>Pranita Bahugun</dc:creator>
      <dc:date>2025-12-17T12:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: What elevated commands are executed by ServiceNow for Service Mapping ?</title>
      <link>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3451543#M125814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/593827"&gt;@SK Chand Basha&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your reply, it was very helpful. As per the ServiceNow documentation, we have configured the sudoers file accordingly. However, when the Enhanced ADME probe is triggered, there are still certain commands that fail with permission errors, such as:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;lsof -iTCP -n -P&lt;/LI&gt;&lt;LI&gt;netstat -antp&lt;/LI&gt;&lt;LI&gt;ss -tlnp&lt;/LI&gt;&lt;LI&gt;ss -tenp&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Could you please advise where we can find the complete list of commands executed by the &lt;EM&gt;Unix/Windows – Enhanced Application Dependency Mapping&lt;/EM&gt; probe? The commands referenced in the documentation appear to differ from the ones failing here, and I would like to understand this better.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Your guidance would be much appreciated. Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 12:14:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3451543#M125814</guid>
      <dc:creator>Pranita Bahugun</dc:creator>
      <dc:date>2025-12-17T12:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: What elevated commands are executed by ServiceNow for Service Mapping ?</title>
      <link>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3451582#M125816</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/283637"&gt;@Pranita Bahugun&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Enhanced ADM probe command lists are documented here. I can see these are all not documented in one place.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/docs/bundle/zurich-it-operations-management/page/product/discovery/reference/r_ApplicationDependencyMapping.html" target="_blank"&gt;https://www.servicenow.com/docs/bundle/zurich-it-operations-management/page/product/discovery/reference/r_ApplicationDependencyMapping.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 12:44:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3451582#M125816</guid>
      <dc:creator>VivekSattanatha</dc:creator>
      <dc:date>2025-12-17T12:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: What elevated commands are executed by ServiceNow for Service Mapping ?</title>
      <link>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3453687#M125837</link>
      <description>&lt;P&gt;Hi Pranita&lt;BR /&gt;&lt;BR /&gt;Please use the below links to find the commands&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Commands used in Patterns&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://&amp;lt;instance_name&amp;gt;.service-now.com/pd_command_list_list.do?sysparm_userpref_module=1b1ae4e44fab1110d8de066fae72e050&amp;amp;sysparm_clear_stack=true" target="_blank"&gt;https://&amp;lt;instance_name&amp;gt;.service-now.com/pd_command_list_list.do?sysparm_userpref_module=1b1ae4e44fab1110d8de066fae72e050&amp;amp;sysparm_clear_stack=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Service Mapping Commands&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://&amp;lt;instance_name&amp;gt;.service-now.com/sa_mapping_ext_commands_list.do?sysparm_userpref_module=7b3d67e97f300200f128134f8dfa91ce&amp;amp;sysparm_clear_stack=true" target="_blank"&gt;https://&amp;lt;instance_name&amp;gt;.service-now.com/sa_mapping_ext_commands_list.do?sysparm_userpref_module=7b3d67e97f300200f128134f8dfa91ce&amp;amp;sysparm_clear_stack=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Dec 2025 06:59:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/what-elevated-commands-are-executed-by-servicenow-for-service/m-p/3453687#M125837</guid>
      <dc:creator>SK Chand Basha</dc:creator>
      <dc:date>2025-12-20T06:59:29Z</dc:date>
    </item>
  </channel>
</rss>

