---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Service Mapping commands not requiring a privileged user

# Service Mapping commands not requiring a privileged user {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 38 Minuten Lesedauer

Most of commands utilized by Service Mapping for discovery and mapping do
not require elevated rights.
Review this list of commands to understand how Service Mapping uses them and
to make sure that the virtual security of your company is not compromised.  
You do not run these commands directly. Service Mapping uses commands requiring elevated rights as part of the following processes:

* host detection
* process identification on port
* discovering CIs using patterns
{#r_NonSudoCommands__ul_jgs_5fj_bw}

## Operating systems

{#r_NonSudoCommands__table_cwj_cjz_j5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| awk | various options | Parses the string. |
| istat | file_name | Gets last modification time of file. |
| nslookup | hostname | Resolve DNS host name. |
| ping | -c count ip/host | Pings the host. |
| arp -an | various options | Shows ARP table. |
| grep | String to search | Finds string in previous command output. |
| traceroute | -n ip_address | Shows layer 3 network route to target host. |
| netstat | -an -Aan | Shows open network connections. |
| ps | -eo user, pid, ppid, comm, args | Gets the process list. |
| find | Directory and parameters to search | Searches for files by name or type. |
[Tabelle : 1. AIX commands]

{#r_NonSudoCommands__table_cwj_cjz_j5} {#r_NonSudoCommands__table_q5s_flz_j5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ping | -c count ip/host | Pings the host. |
| arp -an |   | Shows the ARP table. |
| grep | String to search | Finds string in previous command output. |
| awk | various options | Parses the string. |
| traceroute | -n ip_address | Shows layer 3 network route to target host. |
| netstat | -an | Shows open network connections. |
| ps | -eo user, pid, ppid, comm, args | Gets the process list. |
| find | Directory and parameters for search | Searches for files by name or type. |
[Tabelle : 2. HP-UX commands]

{#r_NonSudoCommands__table_q5s_flz_j5} {#r_NonSudoCommands__table_swg_qkm_2bb__entry__3}

| Commands | Parameter | Description |
|-|-|-|
| sysvar | SYSNAME | Gets the system name. |
| hostname |   | Retrieves the device name. |
| grep | String to search | Finds the string in command output. |
| hostname | - | Gets the hostname. |
| netstat | -g \| awk '{if (NR\>4) print \\$1,\\$3}' | Gets network information. |
| netstat | -r \| awk '{if (NR\>3) print \\$1,\\$2,\\$5}' | Gets gateway information. |
| netstat | -h \| awk '{if (NR\>4) print \\$1}' \| grep -v '127.0.0.1' | Gets IP array. |
| netstat | -R ALL \| awk '{if (NR\>1) print \\$0}' | Gets interfaces. |
| netstat | df -k \| awk '{print \\$1,\\$2}' \|sed -e s'/(//' \| sed -e s'/)//' 2\> /dev/null | Gets the file system information. |
| ps | - | Gets the process list. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | file-name | Shows the file content. |
| cut | Various options | Splits the output according to entered parameters. |
| uname | l, v, rm, s | Gets the OS type. |
[Tabelle : 3. IBM / z /OS]

{#r_NonSudoCommands__table_swg_qkm_2bb} {#r_NonSudoCommands__table_nss_llv_p5__entry__3}

| Commands | Parameter | Description |
|-|-|-|
| nslookup | hostname | Resolves the DNS host name. |
| ping | -c count ip host | Pings the host. |
| arp | -an/n | Shows the ARP table. |
| lp n | -an/n | Shows the ARP table. |
| grep | String to search -v hypervisor proc cpuinfo -i 'attached scsi' var log dmesg 'SCSI device' 'Disk UUID | Finds the string in previous command output. |
| awk | Various options | Parses the string. |
| netstat | -an | Shows open network connections. |
| ss | -an | Shows open network connections. |
| ps | -eo user, pid, ppid, comm, args, wwwx | Gets the process list. |
| egrep | Various options | Searches text in previous command output. |
| find | Directory and parameters for search | Searches for files by name or type. |
| traceroute | -n ip_address | Shows the layer 3 network route to target host. |
| df | -kP, echo | Extracts the information about the file system, including the size in KB. |
| uptime | Various options | Shows the current time, how long the system has been running, how many users are currently logged on, and the system load averages for the past 1, 5, and 15 minutes. |
| date | Various options | Displays the date in the time zone on which Linux operating system is configured. |
| perl | -e 'print time | Opens the Perl shell and prints time. |
| command | -v vxprint | This command is used in the Debug mode. |
| uname | -a -r | Displays the information about the system. |
| ipfconfig | -a | Shows the configuration of the network interface. |
| ip | route list -4 -o addr show -6 -o a r String to parse | Displays information about network interface, including the routing table. |
| route | -n | Shows the IP routing table. |
| ip r |   | Shows the IP routing table. |
| sed | -n '2!p' | Executes a function using the SED stream editor. |
| bash | -c | Executes the command using the UNIX shell or command language. |
| waagent | -version 2\>/dev/null | Displays the information extracted from the Microsoft Azure Linux agent. |
[Tabelle : 4. Linux]

{#r_NonSudoCommands__table_nss_llv_p5} {#r_NonSudoCommands__table_85qy_vrz_j5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| nslookup | hostname | Resolves the DNS host name. |
| ping | -c count ip/host | Pings the host. |
| arp | -an | Shows the ARP table. |
| grep | String to search | Finds the string in previous command output. |
| awk | Various options | Parses the string. |
| traceroute | -n ip_address | Shows the layer 3 network route to target host. |
| netstat | -an | Shows the open network connections. |
| zoneadm | List | Shows the list of zones. |
| egrep | Various options | Searches text in previous command output. |
| find | Directory and parameters | Searches for files by name or type. |
[Tabelle : 5. Solaris]

{#r_NonSudoCommands__table_85qy_vrz_j5} {#r_NonSudoCommands__table_nhq_dvz_j5__entry__2}

| Query | Description |
|-|-|
| Select \* from Win32_ComputerSystem | Gets the server basic information like serial number. |
| Select LastModified from CIM_LogicalFile Where Name=... | Gets the last modification time of a file. |
| Select AddressWidth from Win32_Processor | Gets the computer architecture (32 bit or 64 bit). |
| Select \* From Win32_Process where (ProcessId = ?) | Gets the process list running on the computer. |
| Select Name from CIM_LogicalDisk | Gets the file systems on the computer, such as C: or D:. |
| Select FileName, Extension from CIM_Directory where Drive='drive' and Path='path' | Gets the list of files in a specific directory. |
[Tabelle : 6. Windows WMI Queries]

{#r_NonSudoCommands__table_nhq_dvz_j5} {#r_NonSudoCommands__table_cqd_svz_j5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| get_process_info.exe | Process_id | Extracts information on the processes using executable created by ServiceNow. |
| type | File_name | Shows the text file content. |
| nslookup | Host_name | DNS lookup |
| arp | -a | Shows the ARP table. |
| netstat | -ano | Shows the network connections. |
| findstr | Various options | Finds the string in the previous command output. |
| dir | /q /s /b | Lists files in the directories. |
| paping | --nocolor -c 1 -p port_num ip_address | Utility to run TCP ping against given host. |
| ping | -n 1 ip_address/host | Pings the host. |
| tracert | Ip_address | Shows the layer 3 network route to the target host. |
[Tabelle : 7. Windows commands]

{#r_NonSudoCommands__table_cqd_svz_j5}

## Applications

{#r_NonSudoCommands__table_fbb_fqb_qmb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| show partition | Various options | Get the partition configured. |
| sh-run all-partitions | Various options | Get details like virtual-server, port, service group, and pool members information. |
| show slb virtual-server all-partitions | Various options | Get the status of the virtual server and hit count details. |
[Tabelle : 8. A10 load balancers]

{#r_NonSudoCommands__table_fbb_fqb_qmb} {#r_NonSudoCommands__id_u5g_mmd_qrb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
| msg_server | -V | Gets the version. |
| ping | -n 1 | (For Windows only) Verifies that the host is answering. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 9. Commands not requiring a privileged user for discovering ABAP SAP Central Services (ASCS) (on UNIX or Windows)]

{#r_NonSudoCommands__id_u5g_mmd_qrb} {#r_NonSudoCommands__table_ybc_x1y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Gets open ports on |
| ss | Various options | Lists open ports. |
| hostname | - | Gets the hostname. |
| dir | Various options | Lists all files in the specified folder. |
[Tabelle : 10. Active Directory Domain Controller (on Windows)]

{#r_NonSudoCommands__table_ybc_x1y_n5} {#r_NonSudoCommands__table_z5m_x1y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| httpd | -V | Gets the version. |
| cut | Various options | Splits the output line. |
| opmnctl | status -fmt %cmp32%prt32%por40%pid and @farm status -noheaders -fsep "\|" -fmt %cmp%prt%clu%ins%por | This command is used only for discovering the OC4J connectivity. Gets the status of the OPMN CTRL service. |
| sort | -u | This command is used only for discovering the Weblogic connectivity. Sorts the output. |
[Tabelle : 11. Apache Web Server (on UNIX)]

{#r_NonSudoCommands__table_z5m_x1y_n5} {#r_NonSudoCommands__table_iln_xx2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| httpd.exe | -V | Gets the version. |
| opmnctl | status -fmt %cmp32%prt32%por40%pid and @farm status -noheaders -fsep "\|" -fmt %cmp%prt%clu%ins%por | This command is used only for discovering the OC4J connectivity. Gets the status of the OPMN CTRL service. |
[Tabelle : 12. Apache Web Server (on Windows)]

{#r_NonSudoCommands__table_iln_xx2_45} {#r_NonSudoCommands__table_zll_fwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| find | Various options | (For Windows only) Finds specific strings in files and folders. |
| find | -name | Creates the web services connections. Finds specific strings in files and folders. |
| version.sh/version.bat | - | Gets the Tomcat version. |
| java -cp " + $install_directory + "/lib/catalina.jar org.apache.catalina.util.ServerInfo | - | Gets the Tomcat version. |
| netstat | Various options | Lists the open ports. |
| find | -name | This command is used only for creating the web services connections. Finds specific strings in files and folders. |
| ss | Various options | (For Linux only) Lists the open ports. |
[Tabelle : 13. Apache Tomcat (on UNIX or Windows)]

{#r_NonSudoCommands__table_zll_fwl_45} {#r_NonSudoCommands__table_j1y_fwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| find | Various options | (For Windows only) Finds specific strings in files and folders. |
| version.sh/version.bat | - | Gets the Tomcat version. |
| netstat | Various options | (Windows only) Lists the open ports. |
[Tabelle : 14. Apache Tomcat WAR (on UNIX or Windows)]

{#r_NonSudoCommands__table_j1y_fwl_45} {#r_NonSudoCommands__table_jkd_zx2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| netstat | Various options | (On Windows only) Lists open ports. |
| grep | Various options | (On Windows only) Extracts strings from the output. |
[Tabelle : 15. App TNS Service (on Windows)]

{#r_NonSudoCommands__table_jkd_zx2_45} {#r_NonSudoCommands__table_bpb_m3p_55__entry__3}

| Command | Parameter | Description |
|-|-|-|
| show | /gtm pool \[wide_ip_pool_4_cmd\[1\].pool\] members | This command is used only to create connections to pool members. Gets the pool members. |
| list | /gtm server \[servers_from_cmd\[\].server\] addresses | This command is used only to create connections to pool members. Lists the alias server addresses. |
[Tabelle : 16. BIG-IP Global Traffic Manager (GTM) F5 (on F5 BIG-IP)]

{#r_NonSudoCommands__table_bpb_m3p_55} {#r_NonSudoCommands__table_d42_2kf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| b | rule \[rule name\] list and virtual address \[entry_point.ip_address\] | This command is used only for creating connections from rules. Lists existing rules on BIGPipe. |
| list | ltm rule \[rule name\] and data-group wts_routing_destination_prod \| grep -A 1 \[ep_uri\] | This command is used only for creating connections from rules. Lists existing rules on TMSH. |
[Tabelle : 17. BIG-IP Local Traffic Manager (LTM ) F5 (on F5 BIG-IP)]

{#r_NonSudoCommands__table_d42_2kf_45} {#r_NonSudoCommands__table_vch_cy4_ydb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| show cm traffic-group -- get | Various options | This command is used to get traffic and clustering information. |
[Tabelle : 18. BIG-IP Device Service Clustering]

{#r_NonSudoCommands__table_vch_cy4_ydb} {#r_NonSudoCommands__table_l1n_1y2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (For Windows only) Extracts strings from the output. |
| netstat | Various options | (For Windows only) Lists open ports. |
[Tabelle : 19. BMC CTRL-M Enterprise Manager (on UNIX or Windows)]

{#r_NonSudoCommands__table_l1n_1y2_45} {#r_NonSudoCommands__table_mbs_1y2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (For Windows only) Extracts strings from the output. |
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
| find | Various options | This command is used only to create connections to Control M Server. Finds file and folder paths. |
| xargs | grep \<string\> | This command is used only to create connections to IBM CTRL-M Server. Runs the command on all lists from the output. |
[Tabelle : 20. BMC CTRL-M Gateway (on UNIX or Windows)]

{#r_NonSudoCommands__table_mbs_1y2_45} {#r_NonSudoCommands__table_g1x_ymk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| tnsping | Various options | Retrieves information about Oracle connections. |
[Tabelle : 21. BMC IT Asset Management (ITAM) Software]

{#r_NonSudoCommands__table_g1x_ymk_45} {#r_NonSudoCommands__table_gwr_zx2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
[Tabelle : 22. CA Identity Manager Provisioning Server (for Windows)]

{#r_NonSudoCommands__table_gwr_zx2_45} {#r_NonSudoCommands__table_dxn_bml_mmb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| find | Various options | Finds the base init configuration file path. |
| locate | Various options | Finds the base init configuration file path if the 'find' command fails. |
| nodetool version | Various options | Retrieves the Apache Cassandra version. |
| nodetool describecluster | Various options | Retrieves the cluster name. |
| nodetool info | Various options | Retrieves the data center and rack information |
| nodetool ring | Various options | Retrieves the workload running for Apache Cassandra. |
| nodetool tablestats | Various options | Retrieves list of keyspaces available on a cluster. |
| dse | --v | Retrieves the DataStax Cassandra version. |
| dsetool ring | Various options | Retrieves the workload running for DataStax Cassandra. |
[Tabelle : 23. Cassandra (for UNIX)]

{#r_NonSudoCommands__table_dxn_bml_mmb} {#r_NonSudoCommands__table_pxc_1y2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| show | context, running | Shows the requested information. |
| include | - | Extracts strings from the output. |
| echo | - | Displays strings to the output. |
[Tabelle : 24. Cisco ACE Command Line Interface (on Cisco CSM)]

{#r_NonSudoCommands__table_pxc_1y2_45} {#r_NonSudoCommands__table_alp_r4z_zy__entry__3}

| Command | Parameter | Description |
|-|-|-|
| show | gslb-config domain-list | Shows the domain list. |
| show | gslb-config dns rule | Shows the DNS rule output. |
| show | gslb-config answer-group | Show the VIP answer. |
[Tabelle : 25. Cisco Global Site Selector (on Cisco CSM)]

{#r_NonSudoCommands__table_alp_r4z_zy} {#r_NonSudoCommands__table_mgh_bkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| powershell | Add-PSSnapin Citrix.Broker.Admin.V2; Get-BrokerApplication -Name \[entry_point.name\] \| select Name,CommandLineExecutable,CommandLineArguments,WorkingDirectory,ApplicationType,BrowserName \| Format-List and Add-PSSnapin Citrix.Broker.Admin.V2; Get-BrokerApplication -Name \[entry_point.name\] \| select Name,CommandLineExecutable,CommandLineArguments,WorkingDirectory,ApplicationType,BrowserName \| Format-List And Add-PSSnapin Citrix.Broker.Admin.V2; Get-BrokerMachine -DesktopGroupName ' \[delivery_groups\[1\].name\] | Gets applications managed by this Delivery Controller. |
[Tabelle : 26. Citrix Delivery Controller (on Windows)]

{#r_NonSudoCommands__table_mgh_bkf_45} {#r_NonSudoCommands__table_ynj_5y2_jbb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| qfarm |   | Discovers epic icons. |
[Tabelle : 27. Citrix Usage Collector (on Windows)]

{#r_NonSudoCommands__table_ynj_5y2_jbb} {#r_NonSudoCommands__table_mvc_wfd_cw__entry__3}

| Command | Parameter | Description |
|-|-|-|
| get_xenapp_apps.ps1 | \[entry_point.icon_path\] | Runs powershell commands that retrieve the Citrix icon info from the Citrix repository. |
| powershell | Various options | Runs powershell commands. |
[Tabelle : 28. Citrix XenApp (on Windows)]

{#r_NonSudoCommands__table_mvc_wfd_cw} {#r_NonSudoCommands__table_p4b_bh2_cw__entry__3}

| Command | Parameter | Description |
|-|-|-|
| cscript | //NoLogo | Runs VB scripts without a popup box. |
| GetAppsInFolder.wsf | \[entry_point.icon_path\] | Runs vbscript commands that retrieve the Citrix icon info from the Citrix repository. |
[Tabelle : 29. Citrix Presentation Server (on Windows)]

{#r_NonSudoCommands__table_p4b_bh2_cw} {#r_NonSudoCommands__table_wth_1y2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| show | cs policy, cs action,cs Policy, lb vserver | This command is used only for discovering outgoing connections. Shows the requested information. |
| grep | Various options | Extracts strings from the output. |
[Tabelle : 30. Citrix Netscaler (on Citrix Netscaler)]

{#r_NonSudoCommands__table_wth_1y2_45} {#r_NonSudoCommands__table_nwm_g1d_pdb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| show | ns.conf | This command is used only for discovering outgoing connections if SNMP or SSH credentials are not provided. Shows the contents of the ns.conf file. |
[Tabelle : 31. Citrix Netscaler Global Server Load Balancer (on Citrix Netscaler)]

{#r_NonSudoCommands__table_nwm_g1d_pdb} {#r_NonSudoCommands__table_hpq_zjf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (For Windows only) Extracts strings from the output. |
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
[Tabelle : 32. Connect-IT Service (on UNIX or Windows)]

{#r_NonSudoCommands__table_hpq_zjf_45} {#r_NonSudoCommands__table_jgs_bkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 33. EMC Documentum Docbase (on Windows)]

{#r_NonSudoCommands__table_jgs_bkf_45} {#r_NonSudoCommands__table_z2d_4wf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| find | Various options | (For Windows only) Finds specific strings in files and folders. |
[Tabelle : 34. FormEngine (on UNIX or Windows)]

{#r_NonSudoCommands__table_z2d_4wf_45} {#r_NonSudoCommands__table_djb_pwf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| tasklist | Various options | Lists all running tasks. |
| netsh | http show servicestate | Shows a snapshot of the HTTP service. |
[Tabelle : 35. Generic application (on UNIX or Windows)]

{#r_NonSudoCommands__table_djb_pwf_45} {#r_NonSudoCommands__table_mzn_5vy_s1b__entry__3}

| Command | Parameter | Description |
|-|-|-|
| systemctl list-units --type service | Various options | Show the service status. |
| /bin/systemctl status "+service_name+".service | Various options | Show the service status. |
| service --status-all | Various options | Show the service status. |
| read /etc/services | Various options | Allows access to the file. |
[Tabelle : 36. Generic application (on Linux)]

{#r_NonSudoCommands__table_mzn_5vy_s1b} {#r_NonSudoCommands__table_jng_xxf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | (On Unix only) Lists files and folders in the specified folder. |
| tail | Various options | (On Unix only) Displays the end of the output. |
[Tabelle : 37. HAProxy (on UNIX or Windows)]

{#r_NonSudoCommands__table_jng_xxf_45} {#r_NonSudoCommands__table_tvn_xxf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| tnsping | Various options | Retrieves information about Oracle connections. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 38. HP Service Manager Application Server]

{#r_NonSudoCommands__table_tvn_xxf_45} {#r_NonSudoCommands__table_z2w_xxf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
[Tabelle : 39. HP Service Manager Index (on Windows)]

{#r_NonSudoCommands__table_z2w_xxf_45} {#r_NonSudoCommands__table_k2f_yxf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
[Tabelle : 40. HP Service Manager Knowledge Base (on Windows)]

{#r_NonSudoCommands__table_k2f_yxf_45} {#r_NonSudoCommands__table_kv4_zx2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dmqdocbroker | -s -c getdocbasemap and -t \[computer_system.primaryHostname\] -s -c getdocbasemap and -s -c getservermap \[docbas\] -t \[computer_system.primaryHostname\] -s -c getdocbasemap \[docbase\] | Gets the docbase information. |
| del | Various options | Deletes the XML file containing the old binding information. |
| BTSTask | ExportBindings /Destination:%TEMP%\\MyBindings.xml /Database:\[MgmtDbName\] /server:\[serverName\] | This command is used only if there are not MSSQL credentials. Extracts the binding info and places it into the XML file. |
[Tabelle : 41. IBM WebSphere Message Broker (on Windows)]

{#r_NonSudoCommands__table_kv4_zx2_45} {#r_NonSudoCommands__table_cmw_1y2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (For Windows only) Extracts strings from the output. |
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
[Tabelle : 42. IBM CTRL-M Server (on Unix or Windows)]

{#r_NonSudoCommands__table_cmw_1y2_45} {#r_NonSudoCommands__table_kfv_1kf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (For Windows only) This command is used only to create CICS connections. Extracts strings from the output. |
| dir | Various options | (For Windows only) This command is used only to create CICS connections. Lists files and folders in the specified folder. |
| type | - | (For Windows only) This command is used only to create CICS connections. Displays the file content in the output. |
[Tabelle : 43. IBM CICS Transaction Gateway CTG (on UNIX or Windows)]

{#r_NonSudoCommands__table_kfv_1kf_45} {#r_NonSudoCommands__table_bq1_bkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| source | \[installed_dir\]db2profile | Sets the DB2 variables. |
| db2 | list database directory | Displays the DB2 installation parameters. |
| grep | Various options | Extracts strings from the output. |
| head | -1 | Displays only the first line from the output. |
| db2level | - | Displays the DB2 version. |
| cat | - | Displays the file content in the output. |
| xargs | -I {} echo list tablespace containers for {} ';' | This command is used only to create storage connections. Runs the command on all lists from the output. |
[Tabelle : 44. IBM DB2 (on Linux)]

{#r_NonSudoCommands__table_bq1_bkf_45} {#r_NonSudoCommands__table_x5d_bkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| db2cmd | /c /w /i | Lists the DB2 directories. |
| db2 | list database directory | Displays the DB2 installation parameters. |
| find | Various options | Finds specific strings in files, folders, or standard output. |
| dir | Various options | Lists files and folders in the specified folder. |
| db2level | - | Displays the DB2 version. |
| echo | Various options | This command is used only for storage connectivity. Prints the strings in the output. |
| findstr | Various options | This command is used only for storage connectivity. Extracts strings from the output. |
| for | Various options | This command is used only for storage connectivity. Runs loops. |
[Tabelle : 45. IBM DB2 (on Windows)]

{#r_NonSudoCommands__table_x5d_bkf_45} {#r_NonSudoCommands__table_omz_m4m_2bb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Gets the DB2 name. |
[Tabelle : 46. IBM DB2 (on IBM z/OS)]

{#r_NonSudoCommands__table_omz_m4m_2bb} {#r_NonSudoCommands__table_kyl_zmk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| find | Various options | Finds specific strings in files and folders. |
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
[Tabelle : 47. IBM J2EE EAR (on Windows)]

{#r_NonSudoCommands__table_kyl_zmk_45} {#r_NonSudoCommands__table_mym_3wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| versionInfo.sh | - | Gets the Websphere Application Server version. |
[Tabelle : 48. IBM Websphere Application Server (on UNIX)]

{#r_NonSudoCommands__table_mym_3wl_45} {#r_NonSudoCommands__table_dnj_hrm_2bb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| "oeconsol 'D OMVS,A=ALL' \| grep "+$taskname | - | Gets the Websphere Application Server task. |
| netstat | -a \| grep "+$port+" \| awk '{print $1}' | Gets the task name from the listening port. |
| ps -ef -o user,pid,ppid,comm \| awk '{print $1,$2,$3,$4}' |   | Gets attributes for processes. |
| $install_dir+"/bin/versionInfo.sh \| grep Version \| tail -1" |   | Gets the version from script. |
| $install_dir+"/properties/version/BASE.product" |   | Gets the version from version file (failover). |
| "ls "+$conf_dir+"/\*/\*/applications/\*/deployments/\*/META-INF/application.xml \| xargs grep \\"\<context-root\>/"+$uri_search+"\\""+" 1\>/tmp/app.txt 2\>/dev/null; cat /tmp/app.txt" |   | Gets the list of URI files. |
| $ear_directory_name+"/\*/\*/\*/wsdl/\*.wsdl" |   | Reads the wsdl files under the discovered inclusion on the Ear directory. |
[Tabelle : 49. IBM Websphere Application Server (on IBM z/OS)]

{#r_NonSudoCommands__table_dnj_hrm_2bb} {#r_NonSudoCommands__table_nym_3wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| find | -name -type | This command is used only for creating the Web Services connections. Finds files and folders for the specific name. |
[Tabelle : 50. IBM Websphere Portal (on Linux)]

{#r_NonSudoCommands__table_nym_3wl_45} {#r_NonSudoCommands__table_tw2_dtr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| netstat | Various options | Lists the open ports. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 51. IBM Websphere Portal (on Windows)]

{#r_NonSudoCommands__table_tw2_dtr_45} {#r_NonSudoCommands__table_crk_ptr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| find | -name -type | This command is used only for creating the Web Services connections. Finds files and folders for the specific name. |
| mqsiprofile | - | Sets the variables for WebSphere Message Broker. |
| mqsireportbroker | \[broker name\] | Gets the WebSphere Message Broker information. |
| mqsibrowse | \[broker name\] -t BROKERRESOURCES | Displays the Message Broker information resources. |
| echo | $ODBCINI | (On Unix only) This command is used only to create connections to IBM DB2. Prints strings in the output. |
[Tabelle : 52. IBM WebSphere Message Broker Flow (on UNIX)]

{#r_NonSudoCommands__table_crk_ptr_45} {#r_NonSudoCommands__table_ybq_tvr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| mqsiprofile | - | Sets the variables for WebSphere Message Broker. |
| mqsireportbroker | \[broker name\] | Gets the WebSphere Message Broker information. |
| ps | -ef | Gets the process information. |
| mqsibrowse | \[broker name\] -t BROKERRESOURCES | Displays the Message Broker information resources. |
| db2 |   | Displays DB2 installation parameters: database directory and node directory. |
[Tabelle : 53. IBM WebSphere Message Broker Flow (on Windows)]

{#r_NonSudoCommands__table_ybq_tvr_45} {#r_NonSudoCommands__table_g41_rtr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| mqsiprofile | - | Sets the variables for WebSphere Message Broker. |
| mqsireportbroker | \[broker name\] | Gets the WebSphere Message Broker information. |
| mqsibrowse | \[broker name\] -t BROKERRESOURCES | Displays the Message Broker information resources. |
| find | -name -type | This command is used only for creating the Web Services connections. Finds files and folders for the specific name. |
| echo | $ODBCINI | This command is used only to create connections to IBM DB2. Prints strings in the output. |
[Tabelle : 54. IBM WebSphere Message Broker (on UNIX)]

{#r_NonSudoCommands__table_g41_rtr_45} {#r_NonSudoCommands__table_rcn_rtr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| mqsiprofile | - | SSets the variables for WebSphere Message Broker. |
| mqsireportbroker | \[broker name\] | Gets the WebSphere Message Broker information. |
| ps | -ef | Gets the process information. |
| mqsibrowse | \[broker name\] -t BROKERRESOURCES | Displays the Message Broker information resources. |
[Tabelle : 55. IBM WebSphere Message Broker (on Windows)]

{#r_NonSudoCommands__table_rcn_rtr_45} {#r_NonSudoCommands__table_xbk_str_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dspmq | - | Gets the queue manager status. |
| dspmqver | - | Gets the queue manager version. |
| runmqsc | \[queue manager\] | Gets the queue information. |
[Tabelle : 56. IBM MQ (on UNIX) --- formerly IBM WebSphere MQ]

{#r_NonSudoCommands__table_xbk_str_45} {#r_NonSudoCommands__table_t3c_mzr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| dspmq | - | Gets the queue manager status. |
| dspmqver | - | Gets the queue manager version. |
| runmqsc | \[queue manager\] | Gets the queue information. |
[Tabelle : 57. IBM MQ (on Windows)]

{#r_NonSudoCommands__table_t3c_mzr_45} {#r_NonSudoCommands__table_vpg_nnm_2bb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | -a \| grep "+$port | Gets the IBM MQ name. |
| df | -k \| grep MQ" | Gets the file system. |
| "echo "+$netstat_info\[1\].mq_name+" \| cut -c1-4" | - | Gets the queue manager name. |
| "oeconsol '-"+$queue_manager+" display qmgr ALL' " | - | Gets the MQ logical name information. |
| "oeconsol '-"+$queue_manager+" display queue ("+$entry_point.queue_name+") ALL' \| tr \\"(\\" \\"#\\" \| tr \\")\\" \\"\\"" | - | Gets the MQ queue information together with the information on its connections. |
| "oeconsol '-"+$queue_manager+" display queue ("+$name+")'" | - | Gets the MQ queue information. |
| "oeconsol '-"+$queue_manager+" display channel(\*) CONNAME where(QMNAME EQ "+$remote_queue_mngr_name+")'" | - | Gets the channel information. |
| "oeconsol '-"+$queue_manager+" display qlocal(\*) '" |   | Gets the local queue information. |
[Tabelle : 58. IBM MQ (on z/OS)]

{#r_NonSudoCommands__table_vpg_nnm_2bb} {#r_NonSudoCommands__table_rc1_ttr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dspmq | - | Gets the queue manager status. |
| dspmqver | - | Gets the queue manager version. |
| runmqsc | \[queue manager\] | Gets the queue information. |
[Tabelle : 59. IBM MQ Queue (on UNIX) --- formerly IBM WebSphere MQ Queue]

{#r_NonSudoCommands__table_rc1_ttr_45} {#r_NonSudoCommands__table_pyc_x1s_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dspmq | - | Gets the queue manager status. |
| dspmqver | - | Gets the queue manager version. |
| runmqsc | \[queue manager\] | Gets the queue information. |
[Tabelle : 60. IBM MQ Queue (on Windows)]

{#r_NonSudoCommands__table_pyc_x1s_45} {#r_NonSudoCommands__table_i4t_zmk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| find | Various options | (On Windows only) Finds specific strings in files and folders. |
| netstat | Various options | (On Windows only) Lists open ports. |
[Tabelle : 61. Jboss Module (on Unix or Windows)]

{#r_NonSudoCommands__table_i4t_zmk_45} {#r_NonSudoCommands__table_cgb_1nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| find | -name | Finds files and folders in the specified folder. |
| xargs | grep \<string\> | Finds strings in all files found in the output file. |
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| find | Various options | (For Windows only) Finds specific strings in files and folders. |
| netstat | Various options | Lists open ports. |
[Tabelle : 62. Jboss (on UNIX and Windows)]

{#r_NonSudoCommands__table_cgb_1nk_45} {#r_NonSudoCommands__table_t5j_1nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
[Tabelle : 63. JRun (on Windows)]

{#r_NonSudoCommands__table_t5j_1nk_45} {#r_NonSudoCommands__table_itd_qzk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| find | -name | Finds files and folders in the specified folder. |
| xargs | grep \<string\> | Finds strings in the files found in the output file. |
| grep | Various options | Extracts strings from the output. |
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| find | Various options | (For Windows only) Finds specific strings in files and folders. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 64. JRun WAR Inc (on UNIX and Windows)]

{#r_NonSudoCommands__table_itd_qzk_45} {#r_NonSudoCommands__table_ogv_zx2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| hostname | - | Gets the hostname. |
| dir | Various options | Lists files and folders in the specified folder. |
| tasklist | Various options | Lists all running tasks. |
| del | Various options | Deletes the XML file containing the old binding information. |
| echo | Various options | Prints strings in the output. |
| powershell | Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010; Get-ExchangeServer -status -Identity \[hostname\]\| export-clixml $env:TEMP\\exchange_pwrshell_output.xml and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-ExchangeServer -status -Identity \[hostname\]\| export-clixml $env:TEMP\\exchange_pwrshell_output.xml and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010; Get-ExchangeServer\| format-table -autosize -HideTableHeaders Name,Fqdn,IsMailboxServer and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-ExchangeServer \| format-table -autosize -HideTableHeaders Name,Fqdn,IsMailboxServer and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-MailboxServer \| format-list | This command is used only if you do not use TCP connections. Gets the CAS status, server roles, and Exchange setup structure. Wichtig: Do not use the dollar sign ($) in credentials for Exchange CAS, because Service Mapping uses the dollar sign for pattern variables in the Powershell command. |
| find | Various options | This command is used only if PowerShell is not operational. Finds specific strings in the files and folders. |
| findstr | Various options | Extracts strings from the output. |
[Tabelle : 65. Microsoft Exchange CAS (on Windows)]

{#r_NonSudoCommands__table_ogv_zx2_45} {#r_NonSudoCommands__table_b3w_bkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 66. Microsoft Dynamic CRM (on Windows)]

{#r_NonSudoCommands__table_b3w_bkf_45} {#r_NonSudoCommands__table_xyh_zx2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| echo | Various options | Prints strings in the output. |
[Tabelle : 67. Microsoft BizTalk Orchestration (on Windows)]

{#r_NonSudoCommands__table_xyh_zx2_45} {#r_NonSudoCommands__table_bll_zx2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| echo | Various options | Prints strings in the output. |
| del | Various options | Deletes the XML file containing the old binding information. |
| BTSTask | ExportBindings /Destination:%TEMP%\\MyBindings.xml /Database:\[MgmtDbName\] /server:\[serverName\] | This command is used only if there are not MSSQL credentials. Extracts the binding information and places it into the XML file. |
[Tabelle : 68. Microsoft BizTalk Server (on Windows)]

{#r_NonSudoCommands__table_bll_zx2_45} {#r_NonSudoCommands__table_iyx_dkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| hostname | - | Gets the hostname. |
| tasklist | Various options | Lists all running tasks. |
[Tabelle : 69. Microsoft Exchange BackEnd Server (on Windows)]

{#r_NonSudoCommands__table_iyx_dkf_45} {#r_NonSudoCommands__table_bpt_hvf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| hostname | - | Gets the hostname. |
| tasklist | Various options | Lists all running tasks. |
[Tabelle : 70. Microsoft Exchange FrontEnd Server (on Windows)]

{#r_NonSudoCommands__table_bpt_hvf_45} {#r_NonSudoCommands__table_k2y_mwf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
[Tabelle : 71. Microsoft FAST Search Server (on Windows)]

{#r_NonSudoCommands__table_k2y_mwf_45} {#r_NonSudoCommands__table_ulr_xmk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| hostname | - | Gets the hostname. |
| dir | Various options | Lists files and folders in the specified folder. |
| tasklist | Various options | Lists all running tasks. |
| echo | Various options | Prints strings in the output. |
| del | Various options | Deletes the XML file containing the old binding information. |
| powershell | Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010; Get-ExchangeServer -status -Identity \[entry_point.host_name\]\| export-clixml $env:TEMP\\exchange_pwrshell_output.xml and "Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-ExchangeServer -status -Identity \[entry_point.host_name\] \| export-clixml $env:TEMP\\exchange_pwrshell_output.xml | This command is used only if you do not use TCP connections. Gives the CAS status, server roles, and Exchange setup structure. Wichtig: Do not use the dollar sign ($) in credentials for Exchange Hub Transport Server, because Service Mapping uses the dollar sign for pattern variables in the powershell command. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 72. Microsoft Exchange Hub Transport Server (on Windows)]

{#r_NonSudoCommands__table_ulr_xmk_45} {#r_NonSudoCommands__table_wgz_xmk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| appcmd.exe | Various options | This command is used only for IIS version 7 and later. Retrieves information about the specified application name. |
[Tabelle : 73. Microsoft Internet Information Services (IIS) (on Windows)]

{#r_NonSudoCommands__table_wgz_xmk_45} {#r_NonSudoCommands__table_erf_ymk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| appcmd.exe | Various options | This command is used only for IIS version 7 and later. Retrieves information about the specified application name. |
| iisapp.vbs | Various options | This command is used only for IIS version 6. Retrieves information about the specified application name. |
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
| netstat | Various options | Lists open ports. |
[Tabelle : 74. Microsoft Internet Information Services (IIS) Virtual Directory (on Windows)]

{#r_NonSudoCommands__table_erf_ymk_45} {#r_NonSudoCommands__table_hsd_51y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ildasm.exe | text that contains process exe path | This file is necessary for performing the put file operation on the ILDisassembler alias. This file disassembles strings from the command .exe file. |
| .findstr | Various options | Gets the strings from the output. |
| dir | Various options | Lists all files in the specified folder. |
| connection_strings_browser.exe | \[encrypted_configs\[\*\].Name\] | This command is used only for creating database encrypted connections. This file is necessary for performing the put file operation on theConnectionStringsBrowser alias. Decrypts the database connections. |
[Tabelle : 75. Microsoft .NET commands (on Windows)]

{#r_NonSudoCommands__table_hsd_51y_n5} {#r_NonSudoCommands__table_fpb_bnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| hostname | - | Gets the hostname. |
| dir | Various options | Lists files and folders in the specified folder. |
| tasklist | Various options | Lists all running tasks. |
| del | Various options | Deletes the XML file containing old binding information. |
| echo | Various options | Prints strings in the output. |
| powershell | Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-ExchangeServer -status -Identity \[entry_point.host_name\]\| export-clixml $env:TEMP\\exchange_pwrshell_output.xml and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-ExchangeServer -status \| export-clixml $env:TEMP\\exchange_pwrshell_output.xml and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010; Get-ExchangeServer -status -Identity \[entry_point.host_name\]\| export-clixml $env:TEMP\\exchange_pwrshell_output.xml and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-ClusteredMailBoxServerStatus \| format-table -Property OperationalMachines and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-ExchangeServer \| format-table -autosize -HideTableHeaders Name,Fqdn,IsHubTransportServer and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010; Get-ExchangeServer \| format-table -autosize -HideTableHeaders Name,Fqdn,IsHubTransportServer and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-StorageGroup -server \[hostname\] \| select SystemFolderPath \| Export-Csv out.csv -notype;cat out.csv and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin; Get-StorageGroup \| select SystemFolderPath \| Export-Csv out.csv -notype;cat out.csv and Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010; Get-MailboxDatabase \| select LogFolderPath \| format-table -autosize -hideTableHeaders; Get-MailboxDatabase \| select EdbFilePath\| format-table -autosize -hideTableHeaders;Get-MailboxDatabase \| select TemporaryDataFolderPath\| format-table -autosize -hideTableHeaders | This command is used only if you do not use TCP connections. Gets the status, server roles, and the setup structure of Exchange Mailbox. Wichtig: Do not use the dollar sign ($) in credentials for Exchange Mailbox, because Service Mapping uses the dollar sign for pattern variables in the Powershell command. |
| find | Various options | This command is used only if PowerShell is not operational. Finds specific strings in the files and folders. |
| findstr | Various options | Extracts strings from the output. |
[Tabelle : 76. Microsoft Exchange Mailbox (on Windows)]

{#r_NonSudoCommands__table_fpb_bnk_45} {#r_NonSudoCommands__table_dm1_cnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| hostname | - | Gets the hostname. |
[Tabelle : 77. Microsoft SharePoint (on Windows)]

{#r_NonSudoCommands__table_dm1_cnk_45} {#r_NonSudoCommands__table_zxg_cnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | Extracts strings from the output. |
| hostname | - | Gets the hostname. |
| findstr | Various options | Extracts strings from the output. |
| sqlcmd | -Stcp:\[computer_system.primaryManagementIP\],\[port\] -d \[entry_point.database\] -U \[username\] -P '\[password\]' -y 0 -h-1 -Q select nvcname###inboundtransporturl FROM adm_ReceiveLocation rl, bts_receiveport rp where rl.receiveportid=rp.nid and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -d \[entry_point.database\] -U \[username\] -P '\[password\]' -y 0 -h-1 -Qselect nID,nvcName,nApplicationID from bts_receiveport and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -d \[entry_point.database\] -U \[username\] -P '\[password\]' -y 0 -h-1 -Qselect nID,nvcName,nApplicationID from bts_sendport and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -d \[entry_point.database\] -U \[username\] -P '\[password\]' -y 0 -h-1 -Qselect nOrcPortID,nReceivePortID,nSendPortid from bts_orchestration_port_binding and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -d \[entry_point.database\] -U \[username\] -P '\[password\]' -y 0 -h-1 -Qselect nID,nOrchestrationID from bts_orchestration_port and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -d \[entry_point.database\] -U \[username\] -P '\[password\]' -y 0 -h-1 -Qselect nID,nvcFullName from bts_orchestration and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -d \[entry_point.database\] -U \[username\] -P '\[password\]' -y 0 -h-1 -Qselect ah.Name###bo.nvcNamespace.bo.nvcName###ase.Name from bts_orchestration bo, adm_Host ah,adm_server ase,adm_Server2HostMapping ash where bo.nAdminHostID = ah.ID and ase.ID = ash.ServerID and ah.ID = ash.HostID and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -d \[entry_point.database\] -U \[username\] -P '\[password\]' -y 0 -h-1 -Qselect nID,nSendPortID,nvcAddress from bts_sendport_transport | This command is used only to discover Microsoft BizTalk. Gets the BizTalk information from the database. |
[Tabelle : 78. Microsoft SQL Database (on Windows)]

{#r_NonSudoCommands__table_zxg_cnk_45} {#r_NonSudoCommands__table_wmn_cnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
[Tabelle : 79. Microsoft Message Queuing (MSMQ) (on Windows)]

{#r_NonSudoCommands__table_wmn_cnk_45} {#r_NonSudoCommands__table_sbk_dnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| sqlservr.exe |   | Gets the version of the database from the executable file. |
[Tabelle : 80. Microsoft SQL Database (on Windows)]

{#r_NonSudoCommands__table_sbk_dnk_45} {#r_NonSudoCommands__table_jm1_skp_12b__entry__3}

| Command | Parameter | Description |
|-|-|-|
| mongo | --eval db.printShardingStatus() {#r_NonSudoCommands___MailOriginalBody} | Retrieves the status of MondoDB that is used for load balancing. |
| mongo | --db.Name() | Retrieves the name of the database connected to MongoDB server. |
[Tabelle : 81. MongoDB Database (on Windows or UNIX)]

{#r_NonSudoCommands__table_jm1_skp_12b} {#r_NonSudoCommands__table_xrd_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
| ps | --pid=\[process.pid\] --no-headers -o " %U : %p : %a" | Gets the userid parameter value. |
| mysqld-nt/mysqld/mysqld.exe | -V | Gets the version. |
| mysql | --user=\[username\] --password=\[password\] --port=\[jdbc_port\] --skip-column-names --silent --execute="SHOW ENGINE NDB STATUS;;" and --user=\[username\] --password=\[password\] --port=\[jdbc_port\] --skip-column-names --silent --execute="SHOW SLAVE STATUS;;" and --user=\[username\] --password=\[password\] --port=\[jdbc_port\] --skip-column-names --silent --execute="select host from information_schema.processlist where command like '%%binlog%%';;" | This command is used only to create cluster node connections, primary replications, and the secondary. Gets the deployment structure of the MySQL server. |
| which | mysql | This command is used only to create cluster node connections, primary replications, and the secondary. Gets the full path of MySQL cluster nodes. |
[Tabelle : 82. MySQL Server (on Windows or UNIX)]

{#r_NonSudoCommands__table_xrd_2nk_45} {#r_NonSudoCommands__table_yrd_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
| ndb_mgmd | -V and -e show | Gets the version and status of the MySQL Cluster MGM node. |
[Tabelle : 83. MySQL Cluster MGM Node (on Windows or UNIX)]

{#r_NonSudoCommands__table_yrd_2nk_45} {#r_NonSudoCommands__table_thl_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| nginx | -v | Gets the version. |
| egrep | -v -e \^# -e "\\t#" | This command is used if necessary to create HTTP connections. Ignores special characters. |
[Tabelle : 84. Nginx (on UNIX)]

{#r_NonSudoCommands__table_thl_2nk_45} {#r_NonSudoCommands__table_ysx_ckf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| find | Various options | (For Windows only) Finds specific strings in files and folders. |
| export | - | (For Unix only) Sets variables. |
| echo | Various options | Prints strings in the output. |
| sqlplus | Various options | Creates the connection to the Oracle instance. |
| awk | Various options | (For Unix only) Manipulates the output. |
| netstat | Various options | (For Windows only) Gets open ports. |
[Tabelle : 85. Oracle E-Business Suite (on Windows or UNIX)]

{#r_NonSudoCommands__table_ysx_ckf_45} {#r_NonSudoCommands__table_crk_x1y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| export | - | (On Unix only) Sets a variable. |
| echo | Various options | Prints strings in the output. |
| sqlplus | Various options | Creates connection to the Oracle instance. |
| set | - | (On Windows only) Sets a variable. |
| netstat | Various options | (On Windows only) Lists open ports. |
[Tabelle : 86. Oracle Advanced Queue Queue (on Windows or UNIX)]

{#r_NonSudoCommands__table_crk_x1y_n5} {#r_NonSudoCommands__table_tx1_by2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (For Windows only) Extracts strings from the output. |
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
| netstat | Various options | (For Windows only) Lists open ports. |
| awk | Various options | (For Unix only) Manipulates the output. |
| find | Various options | (For Windows only) Finds specific strings in files and folders. |
[Tabelle : 87. Oracle Concurrent Server (on Windows or UNIX)]

{#r_NonSudoCommands__table_tx1_by2_45} {#r_NonSudoCommands__table_fsk_bkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 88. Oracle Discoverer Engine (on Windows)]

{#r_NonSudoCommands__table_fsk_bkf_45} {#r_NonSudoCommands__table_fmp_5nf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 89. Oracle Discoverer UI (on Windows)]

{#r_NonSudoCommands__table_fmp_5nf_45} {#r_NonSudoCommands__table_n4k_4wf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 90. Oracle Form UI (on Windows)]

{#r_NonSudoCommands__table_n4k_4wf_45} {#r_NonSudoCommands__table_sqs_4wf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 91. Oracle Fulfillment Server (on Windows)]

{#r_NonSudoCommands__table_sqs_4wf_45} {#r_NonSudoCommands__table_fp4_wmk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 92. Oracle HTTP Server (on Windows)]

{#r_NonSudoCommands__table_fp4_wmk_45} {#r_NonSudoCommands__table_lfk_bnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 93. Oracle Metric Client (on Windows)]

{#r_NonSudoCommands__table_lfk_bnk_45} {#r_NonSudoCommands__table_uhl_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | Extracts strings from the output. |
| dir | Various options | Lists files and folders in the specified folder. |
| find | Various options | Finds specified strings in the file and folders. |
[Tabelle : 94. Oracle OACORE Server (on Windows)]

{#r_NonSudoCommands__table_uhl_2nk_45} {#r_NonSudoCommands__table_bf5_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | Extracts strings from the output. |
| dir | Various options | Lists files and folders in the specified folder. |
| find | Various options | Finds specified strings in the file and folders. |
[Tabelle : 95. Oracle OAFM Server (on Windows)]

{#r_NonSudoCommands__table_bf5_2nk_45} {#r_NonSudoCommands__table_cf5_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| export | - | Sets the variable. |
| sqlplus | -s \[username\]/\[password\]@\[entry_point.instance\] | This command is used only for getting the advanced queue information. Gets the Oracle version and information about advance queue. |
| echo | -e set head off feed off pages 0 line 3000\\\\n\\"select NAME \|\| '##' \|\| QUEUE_TABLE \|\| '##' \|\| QID \|\| '##' \|\| QUEUE_TYPE \|\| '##' \|\| RETENTION from DBA_QUEUES where OWNER = UPPER(\[entry_point.scheme\]); and set head off feed off pages 0 line 3000\\\\n\\"select NAME \|\| '##' \|\| QUEUE_TABLE \|\| '##' \|\| QID \|\| '##' \|\| QUEUE_TYPE \|\| '##' \|\| RETENTION from DBA_QUEUES where OWNER = UPPER(\[entry_point.scheme\]); and select member as NEEBULA from v\\$logfile; and select value as NEEBULA from v\\$parameter where name='log_archive_dest' and select file_name as NEEBULA from dba_data_files; and select DB_LINK,HOST from DBA_DB_LINKS | This command is used only for getting the advance queue information. Gets the information about advance queue, storage devices, and database links. |
| lsnrctl | version And services | This command is used only for discovering the real application cluster (RAC) version. Gets the RAC version. |
[Tabelle : 96. Oracle Database (on UNIX)]

{#r_NonSudoCommands__table_cf5_2nk_45} {#r_NonSudoCommands__table_v3c_fnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| set | - | Sets the variable. |
| sqlplus | -s \[username\]/\[password\]@\[entry_point.instance\] | This command is used only for getting the advance queue information. Gets the Oracle version and information about advance queue. |
| echo | -e set head off feed off pages 0 line 3000\\\\n\\"select NAME \|\| '##' \|\| QUEUE_TABLE \|\| '##' \|\| QID \|\| '##' \|\| QUEUE_TYPE \|\| '##' \|\| RETENTION from DBA_QUEUES where OWNER = UPPER(\[entry_point.scheme\]); and set head off feed off pages 0 line 3000\\\\n\\"select NAME \|\| '##' \|\| QUEUE_TABLE \|\| '##' \|\| QID \|\| '##' \|\| QUEUE_TYPE \|\| '##' \|\| RETENTION from DBA_QUEUES where OWNER = UPPER(\[entry_point.scheme\]); and select member as NEEBULA from v\\$logfile; and select value as NEEBULA from v\\$parameter where name='log_archive_dest' and select file_name as NEEBULA from dba_data_files; and select DB_LINK,HOST from DBA_DB_LINKS | This command is used only for getting the advance queue information. Gets the information about advance queue, storage devices, and database links. |
| lsnrctl | version And services | This command is used only for discovering the real application cluster (RAC) version. Gets the RAC version. |
| netstat | Various options | Lists open ports. |
[Tabelle : 97. Oracle Database (on Windows)]

{#r_NonSudoCommands__table_v3c_fnk_45} {#r_NonSudoCommands__table_w3c_fnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | Extracts strings from the output. |
| dir | Various options | Lists files and folders in the specified folder. |
| find | Various options | This command is used only to create the Web Services connections. Finds specified strings in the file and folders. |
| netstat | Various options | Lists open ports. |
[Tabelle : 98. Oracle iAS Web Module (on Windows)]

{#r_NonSudoCommands__table_w3c_fnk_45} {#r_NonSudoCommands__table_bgq_fnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| lsnrctl | version and status | Gets the version and status of the Oracle Net Listener. |
| export | - | Sets the variable. |
| crsctl | status res -t and config service -d | Gets the services status and configuration. |
[Tabelle : 99. Oracle Net Listener (on UNIX)]

{#r_NonSudoCommands__table_bgq_fnk_45} {#r_NonSudoCommands__table_drk_l4p_12b__entry__3}

| Command | Parameter | Description |
|-|-|-|
| psadmin | Various options | Retrieves information from the PeopleSoft repository or server. |
| tnsping | Various options | Retrieves information about the database instance given to the tnsping command. |
| sqlplus | Various options | Connects to the database instance and runs the sql query. |
[Tabelle : 100. Oracle PeopleSoft (on UNIX)]

{#r_NonSudoCommands__table_drk_l4p_12b} {#r_NonSudoCommands__table_o4p_xvl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | Extracts strings from the output. |
| dir | Various options | Lists files and folders in the specified folder. |
| find | Various options | Finds specified strings in the file and folders. |
[Tabelle : 101. Oracle Process Manager (on Windows)]

{#r_NonSudoCommands__table_o4p_xvl_45} {#r_NonSudoCommands__table_mhb_zvl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | Extracts strings from the output. |
| dir | Various options | Lists files and folders in the specified folder. |
| find | Various options | Finds specified strings in the file and folders. |
[Tabelle : 102. Oracle Report Server (on Windows)]

{#r_NonSudoCommands__table_mhb_zvl_45} {#r_NonSudoCommands__table_yll_fwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 103. Oracle Tnslsnr Engine (on Windows)]

{#r_NonSudoCommands__table_yll_fwl_45} {#r_NonSudoCommands__table_k1y_fwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 104. Oracle WebLogic Module (on Windows)]

{#r_NonSudoCommands__table_k1y_fwl_45} {#r_NonSudoCommands__table_rnm_gwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 105. Oracle WebLogic Server (version 10.3) (on Windows)]

{#r_NonSudoCommands__table_rnm_gwl_45} {#r_NonSudoCommands__table_snm_gwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| find | Various options | (For Windows only) Finds specific strings in files and folders. |
| versionInfo.sh | - | Gets the Websphere Application Server version. |
[Tabelle : 106. Oracle WebLogic On-demand Router Load Balancer (on UNIX or Windows)]

{#r_NonSudoCommands__table_snm_gwl_45} {#r_NonSudoCommands__table_mnv_5jp_55__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various | (For Windows only) Extracts strings from the output |
| dir | Various | (For Windows only) Lists all existing files in the given folder. |
| find | Various | (For Windows only) Finds specific strings in files and folders. |
| find | -name | This command is used only to create web service connections. Finds files and folders for specific name. |
| tmadmin | -v | Gets the Tuxedo version. |
| netstat | Various | Gets open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 107. Oracle Tuxedo (on Unix or Windows)]

{#r_NonSudoCommands__table_mnv_5jp_55} {#r_NonSudoCommands__table_mr5_jnp_55__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various | (For Windows only) Extracts strings from the output |
| dir | Various | (For Windows only) Lists all existing files in the given folder. |
| find | Various | (For Windows only) Finds specific strings in files and folders. |
| find | -name | This command is used only to create web service connections. Finds files and folders for specific name. |
[Tabelle : 108. Oracle Tuxedo Portal (on UNIX or Windows)]

{#r_NonSudoCommands__table_mr5_jnp_55} {#r_NonSudoCommands__table_cgq_fnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| postgres | -v | Gets the version. |
| findstr | Various options | (For Windows only) Extracts strings from the output. |
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
[Tabelle : 109. PostgreSQL Database (on UNIX and Windows)]

{#r_NonSudoCommands__table_cgq_fnk_45} {#r_NonSudoCommands__table_yxs_nlt_ncb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ps | -ef | Displays the currently running process. |
| grep | Various options | Searches plain-text data sets for lines that match the regular expression. |
| grep | -v \<string\> | Searches plain-text data sets for lines that do not match the regular expression. |
| ps | -ef \| grep corosync \| grep -v grep' | Checks if the corosync process is running on the server. If the process is running, the Red Hat Cluster is running on this server. |
| ifconfig | - | Displays the current network configuration information. |
| ip a | - | Displays the current network configuration information. |
| awk | Various options | Manipulates the output. |
| hostname | -s | Displays the Fully Qualified Domain Name (FQDN). |
| hostname | -f | Displays the short host name. |
[Tabelle : 110. Red Hat Cluster Suite (on Linux)]

{#r_NonSudoCommands__table_yxs_nlt_ncb} {#r_NonSudoCommands__table_wqt_zvl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (For Windows only) Extracts strings from the output. |
| type | - |   |
| tnsping | instance | This command is used to create connections to Oracle. |
[Tabelle : 111. SAP BO BOXI ScheduleRouter (on Windows)]

{#r_NonSudoCommands__table_wqt_zvl_45} {#r_NonSudoCommands__table_nzj_1wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | (For Windows only) Extracts strings from the output. |
| dir | Various options | Lists files and folders in the specified folder. |
| tnsping | instance | This command is used to create connections to Oracle. Gets the version. |
[Tabelle : 112. SAP Business Objects CMS Server (on Windows)]

{#r_NonSudoCommands__table_nzj_1wl_45} {#r_NonSudoCommands__table_ozj_1wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
| disp + work | -V | Gets the version. |
| ping | -n 1 | (For Windows only) Verifies that the host is answering. |
| netstat | Various options | Lists open ports. |
| ss | Lists open ports. | Lists open ports. |
[Tabelle : 113. SAP Central Instance (on UNIX or Windows)]

{#r_NonSudoCommands__table_ozj_1wl_45} {#r_NonSudoCommands__table_jy5_1wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
| disp + work | -V | Gets the version. |
| ping | -c 1 | (For Unix only) Verifies that the host is answering. |
| ping | -n 1 | (For Windows only) Verifies that the host is answering. |
| netstat | Various options | Lists open ports. |
[Tabelle : 114. SAP NetWeaver Dialog Instance (on UNIX or Windows)]

{#r_NonSudoCommands__table_jy5_1wl_45} {#r_NonSudoCommands__table_ky5_1wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
| disp + work | -V | Gets the version. |
| ping | -n 1 | (For Windows only) Verifies that the host is answering. |
| netstat | Various options | Lists open ports. |
| ss | Lists open ports. | Lists open ports. |
[Tabelle : 115. SAP Evaluated Receipt Settlement (ERS) (on UNIX or Windows)]

{#r_NonSudoCommands__table_ky5_1wl_45} {#r_NonSudoCommands__table_n5r_bwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| hdbsql | -v | Gets the version. |
[Tabelle : 116. SAP HANA Database (on UNIX or Windows)]

{#r_NonSudoCommands__table_n5r_bwl_45} {#r_NonSudoCommands__table_jtx_csn_tzb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| hdbsql | Various options | * Gets schemas info * Gets time zone * Gets disk size {#r_NonSudoCommands__ul_sm4_2h4_tzb} |
[Tabelle : 117. SAP HANA Database Catalog on UNIX]

{#r_NonSudoCommands__table_jtx_csn_tzb} {#r_NonSudoCommands__table_o5r_bwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
| jlaunch | -V | Gets the version. |
| ping | -n 1 | (For Windows only) Verifies that the host is answering. |
| netstat | Various options | Lists the open ports. |
[Tabelle : 118. SAP Java Cluster (on UNIX or Windows)]

{#r_NonSudoCommands__table_o5r_bwl_45} {#r_NonSudoCommands__table_ihf_cwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
| msg_server | -V | Gets the version. |
| ping | -n 1 | (For Windows only) Verifies that the host is answering. |
| netstat | Various options | Lists the open ports. |
| ss | Lists open ports. | Lists open ports. |
[Tabelle : 119. SAP Central Services (SCS) (on UNIX or Windows)]

{#r_NonSudoCommands__table_ihf_cwl_45} {#r_NonSudoCommands__table_jhf_cwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| MsMdSrv.exe | -n | Gets the instance name. |
| netstat | Various options | Lists the open ports. |
[Tabelle : 120. SQL Server Analysis Services (SSAS) (on Windows)]

{#r_NonSudoCommands__table_jhf_cwl_45} {#r_NonSudoCommands__table_zb3_dwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| MsMdSrv.exe | -n | Gets the instance name. |
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specified strings in the file and folders. |
| sqlcmd | -Stcp:\[computer_system.primaryManagementIP\],\[port\] -y 0 -h-1 -E -Qselect convert(varchar(max), convert(varbinary(max),packagedata))from msdb.dbo.sysssispackages where name = '\[name\]' -o \[tmp_dir\]/\[name\].xml and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -y 0 -h-1 -E -Qselect convert(varchar(max), job_id)###\[command\]@@@ from msdb.dbo.sysjobsteps and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -y 0 -h-1 -E -Qselect \[name\]###convert(varchar(max), job_id) from msdb.dbo.sysjobs | This command is used only for discovering jobs. |
[Tabelle : 121. SQL Server Integration Services (SSIS) Job (on Windows)]

{#r_NonSudoCommands__table_zb3_dwl_45} {#r_NonSudoCommands__table_ac3_dwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dir | Various options | Lists files and folders in the specified folder. |
| findstr | Various options | Extracts strings from the output. |
| find | Various options | Finds specified strings in the file and folders. |
| sqlcmd | -Stcp:\[computer_system.primaryManagementIP\],\[port\] -h-1 -E -QSELECT \[name\]###DB FROM msdb.dbo.sysssispackages and -Stcp:\[computer_system.managementIP\],\[port\] -h-1 -E -QSELECT \[name\]###DB FROM msdb.dbo.sysssispackages and -Stcp:\[computer_system.primaryManagementIP\],\[port\] -h-1 -E -QSELECT \[name\]###JOB FROM msdb.dbo.sysjobs and -Stcp:\[computer_system.managementIP\],\[port\] -h-1 -E -Q SELECT \[name\]###JOB FROM msdb.dbo.sysjobs | This command is used only if you need to discover jobs. |
[Tabelle : 122. SQL Server Integration Services (SSIS) (on Windows)]

{#r_NonSudoCommands__table_ac3_dwl_45} {#r_NonSudoCommands__table_rgj_2wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| slapd-dirserv | -D \[instance\] -v | Gets the version. |
| netstat | Various options | Lists the open ports. |
[Tabelle : 123. Sun Directory (on Solaris)]

{#r_NonSudoCommands__table_rgj_2wl_45} {#r_NonSudoCommands__table_w3y_2wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| configutil | - | Gets the JES configuration. |
[Tabelle : 124. Sun JES (on Solaris)]

{#r_NonSudoCommands__table_w3y_2wl_45} {#r_NonSudoCommands__table_x3y_2wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| dataserverv | -v | Gets the version. |
| dir | Various options | (For Windows only) Lists files and folders in the specified folder. |
[Tabelle : 125. Sybase (on Unix or Windows)]

{#r_NonSudoCommands__table_x3y_2wl_45} {#r_NonSudoCommands__table_z1r_dkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| findstr | Various options | Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ping | -n 1\[ip\] | Verifies that the SQL server is running. |
[Tabelle : 126. Symantec Enterprise Vault (on Windows)]

{#r_NonSudoCommands__table_z1r_dkf_45} {#r_NonSudoCommands__table_mvt_wbx_hgb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| hostname | - | Gets the hostname. |
| "IFS=$'\\n';for i in \`find " + $tra_home + " -type f \| grep -v /tmp \| egrep \\".process$\|.substvar$\\"\`; do result=\`grep \\"" + $entry_point.queue + "\\" $i\`; echo $i###$result@@@; done\| grep -v \\"###@@@\\"" | - | Scans the label file and brings the actual values. |
[Tabelle : 127. TIBCO ActiveMatrix Adapter (on UNIX or Windows)]

{#r_NonSudoCommands__table_mvt_wbx_hgb} {#r_NonSudoCommands__table_egf_x1y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| TibcoFilesParser.ksh | - | (For Unix only) This file is necessary for performing the put file operation. It replaces all tags in Tibco configuration files and puts them under the /tmp folder. |
| hostname | - | Gets the hostname. |
| cd | - | (On Unix only) Changes directory. |
| chmod | - | (On Unix only) Changes file permissions. |
| for | Various options | (On Unix only) Runs loops. |
| echo | Various options | (On Unix only) Prints strings in the output. |
| if | Various options | (On Unix only) Starts a condition. |
| wc | -l | (On Unix only) Counts the output lines. |
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
[Tabelle : 128. TIBCO ActiveMatrix BusinessWorks (on UNIX or Windows)]

{#r_NonSudoCommands__table_egf_x1y_n5} {#r_NonSudoCommands__table_avh_x1y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| hostname | - | Gets the hostname. |
| cd | - | (On Unix only) Changes directory. |
| chmod | - | (On Unix only) Changes file permissions. |
| for | Various options | (On Unix only) Runs loops. |
| echo | Various options | (On Unix only) Prints strings in the output. |
| if | Various options | (On Unix only) Starts a condition. |
| wc | -l | (On Unix only) Counts the output lines. |
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| findstr | Various options | (On Windows only) Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ss | Lists open ports. | Lists open ports. |
| cut | Various options | (On Unix only) Splits the output line. |
[Tabelle : 129. TIBCO ActiveMatrix BusinessWorks Process (on UNIX or Windows)]

{#r_NonSudoCommands__table_avh_x1y_n5} {#r_NonSudoCommands__table_xf2_dkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| rm | -f /tmp/ems.cmd | Prepares the EMS script. |
| tibemsadmin | -server tcp://+\[computer_system.primaryManagementIP\]:\[port\] -user \[username\] -password \[password\] -script \[script\] | Connects to the EMS administrator and gets the list of EMS Queue consumers. |
| echo | Various options | Prints strings in the output. |
[Tabelle : 130. TIBCO Enterprise Message Service (EMS) Queue (on UNIX or Windows)]

{#r_NonSudoCommands__table_xf2_dkf_45} {#r_NonSudoCommands__table_upj_dkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| rm | -f /tmp/ems.cmd | Prepares the EMS script. |
| tibemsadmin | -server tcp://+\[computer_system.primaryManagementIP\]:\[port\] -user \[username\] -password \[password\] -script \[script\] | Connects to the EMS administrator and gets the list of EMS Queue consumers. |
| echo | Various options | (On Windows only) Prints strings in the output. |
[Tabelle : 131. TIBCO Enterprise Message Service (EMS) (on UNIX and Windows)]

{#r_NonSudoCommands__table_upj_dkf_45}
**Zugehörige Verweise**   

* [Service Mapping commands requiring a privileged user](https://servicenow-prod.fluidtopics.net/ndxNZf5EIiTMfQOu4k1azg "Service Mapping uses commands requiring elevated rights to discover and map Unix-based hosts in your organization. In addition to configuring necessary credentials, configure servers in your organization to allow Service Mapping to run these commands with elevated rights.")

