---
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


---

# Commands requiring a privileged user

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

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

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.
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_CommandsnCredentials__ul_jgs_5fj_bw}

Some of these commands do not require elevated rights, unless directories that Service Mapping must access are protected. For more information, see [Service Mapping commands not requiring a privileged user](https://servicenow-prod.fluidtopics.net/yFIUIihI8NWwJs6rkrVDcw "Most of commands utilized by Service Mapping for discovery and mapping do not require elevated rights.").

## Operating system commands requiring elevated rights

{#r_CommandsnCredentials__table_cwj_cjz_j5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| cat | file-name | Shows the file content. |
| ls | -F-1 -1HF -w 1 -1 | Lists the directory content. |
| procwdx | Process_id | Gets working directory of a process. |
| rmsock | Socketname tcpcp | Finds process listening on a specific port. |
| lsof | -Pnl +M -i | Shows files or connections associated with the process. |
| lstat | Various options | Fetches information about a link. |
| ps | eww | Fetches environment variables for the process on AIX. |
[Tabelle : 1. AIX commands requiring elevated rights]

{#r_CommandsnCredentials__table_cwj_cjz_j5}  
{#r_CommandsnCredentials__table_frk_skz_j5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| cat | file-name | Shows the file content. |
| ls | -F-1 -1HF -w 1 -1 | Lists the directory content. |
| pfiles | Process_id | Shows files or connections associated with the process. |
| lsof | -Pnl +M -i | Shows files or connections associated with the process. |
[Tabelle : 2. HP-UX commands requiring elevated rights]

{#r_CommandsnCredentials__table_frk_skz_j5}  
{#r_CommandsnCredentials__table_fkb_2mz_j5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| cat | File_name | Shows the file content. |
| ls | ls -F-1 ls -1HF ls -w 1 ls -1 | Lists the directory content. |
| ls | e-l | Fetches file attributes used for file caching decision. |
| pargs | -e | Gets the executable directory. |
| pargs | -a | Gets the process. |
| lsof | -Pnl +M -i | Shows files and connections associated with the process. |
| netstat | -anu | Lists the open ports. Required for Solaris version 11.2 or later. |
| Ifconfig | Ifconfig -a | Shows interface information (need sudo to get the MAC addresses). |
| pwdx | Process_id | Gets the process information. |
| pargs | -e process_id | Gets the process information. |
| ps | -eo user, pid, ppid, comm, args | Gets the process list. |
| inetadm | -l or without params | Handles the case of application using the inet daemon. |
[Tabelle : 3. Solaris commands requiring elevated rights]

{#r_CommandsnCredentials__table_fkb_2mz_j5}  
{#r_CommandsnCredentials__table_hbb_vtz_j5__entry__3}

| Commands | Parameter | Description |
|-|-|-|
| cat | File_name scsi tr '\\\\n' /proc /proc/cpuinfo sys sys/hypervisor sys/hypervisor/compilation sys/hypervisor/compilation/compiled by | Shows information about file content. |
| cut | -d -f1 | Shows the entire output of a file. |
| dmidecode | -t 17 -s bios-vendor -t 1 -t 2 -t 3 | Shows information about hardware of the Linux server in a readable format. |
| lshw |   | Shows information about hardware of the Linux server in a readable format. |
| ls | ls -F-1 ls -1HF ls -w 1 ls -1 ls -l | Lists directory content. |
| netstat | -ltnup -ltnp -ntup -an | Shows the open network connections. |
| Isof Hinweis: Used in some cases as an alternative to netstat. | -Pnl +M -i | Shows files and connections associated with the process. |
| ss | -ltnup -ntup -an | Shows the open network connections. |
| stat | --format="%Y" -L file_name | Shows the modification time of the file. |
| fdisk | -l | Displays all disk partitions |
[Tabelle : 4. Linux commands requiring elevated rights]

{#r_CommandsnCredentials__table_hbb_vtz_j5}

## Application commands requiring elevated rights {#r_CommandsnCredentials__section_nzm_wr2_5fb}

Service Mapping uses some of these
commands in patterns.
{#r_CommandsnCredentials__table_z5m_x1y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
| ls | Various options | Lists files and folders in the specified folder. |
[Tabelle : 5. Apache Web Server (on UNIX)]

{#r_CommandsnCredentials__table_z5m_x1y_n5} {#r_CommandsnCredentials__table_zll_fwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
| netstat | Various options | Lists the open ports. |
| ss | Various options | Lists open ports. |
| find | -name | This command is used only for creating the web services connections. Finds specific strings in files and folders. |
[Tabelle : 6. Apache Tomcat (on UNIX)]

{#r_CommandsnCredentials__table_zll_fwl_45} {#r_CommandsnCredentials__table_j1y_fwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
| version.sh/version.bat | - | Gets the Tomcat version. |
| netstat | Various options | Lists the open ports. |
| ss | Various options | Lists open ports. |
| find | -name | This command is used in connection sections of the pattern for discovering Apache Tomcat WAR connections. Finds specific strings in files and folders. |
[Tabelle : 7. Apache Tomcat WAR (on UNIX)]

{#r_CommandsnCredentials__table_j1y_fwl_45} {#r_CommandsnCredentials__table_jkd_zx2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
| grep | Various options | Extracts strings from the output. |
[Tabelle : 8. App TNS Service (on UNIX)]

{#r_CommandsnCredentials__table_jkd_zx2_45} {#r_CommandsnCredentials__table_bpb_m3p_55__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ping | -a -c 1 \[url\[1\].host\] | Gets the host IP. |
[Tabelle : 9. BIG-IP Global Traffic Manager (GTM) F5 (on F5 BIG-IP)]

{#r_CommandsnCredentials__table_bpb_m3p_55} {#r_CommandsnCredentials__table_l1n_1y2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 10. BMC CTRL-M Enterprise Manager (on UNIX)]

{#r_CommandsnCredentials__table_l1n_1y2_45} {#r_CommandsnCredentials__table_mbs_1y2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| find | Various options | This command is used only to create connections to Control M Server. Finds file and folder paths. |
[Tabelle : 11. BMC CTRL-M Gateway (on UNIX)]

{#r_CommandsnCredentials__table_mbs_1y2_45} {#r_CommandsnCredentials__table_wth_1y2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| show | Various options | Retrieves Netscaler IP address. |
[Tabelle : 12. Citrix Netscaler (on Citrix Netscaler)]

{#r_CommandsnCredentials__table_wth_1y2_45} {#r_CommandsnCredentials__table_ivx_1yy_lz__entry__3}

| Command | Parameter | Description |
|-|-|-|
| find | Various options | Finds connections to Docbase. |
[Tabelle : 13. EMC Documentum Broker (on UNIX)]

{#r_CommandsnCredentials__table_ivx_1yy_lz} {#r_CommandsnCredentials__table_z2d_4wf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | (On Unix only) Extracts strings from the output. |
| ls | Various options | (On Unix only) Lists files and folders in the specified folder. |
| cat | - | (On Unix only) Shows the file content. |
[Tabelle : 14. FormEngine (on UNIX)]

{#r_CommandsnCredentials__table_z2d_4wf_45} {#r_CommandsnCredentials__table_lcz_zx2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
| grep | Various options | Extracts strings from the output. |
[Tabelle : 15. IBM Customer Information Control System (CICS) (on UNIX)]

{#r_CommandsnCredentials__table_lcz_zx2_45} {#r_CommandsnCredentials__table_cmw_1y2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | (For Unix only) Extracts strings from the output. |
| find | Various options | (For Unix only) Finds file and folder paths. |
[Tabelle : 16. IBM CTRL-M Server (on UNIX)]

{#r_CommandsnCredentials__table_cmw_1y2_45} {#r_CommandsnCredentials__table_kfv_1kf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | (For Unix only) This command is used only to create CICS connections. Extracts strings from the output. |
| cat | - | (For Unix only) This command is used only to create CICS connections. Displays the file content in the output. |
| find | Various options | (For Unix only) This command is used only to create CICS connections. Finds specific strings in files and folders. |
[Tabelle : 17. IBM CICS Transaction Gateway CTG (on UNIX or Windows)]

{#r_CommandsnCredentials__table_kfv_1kf_45} {#r_CommandsnCredentials__table_bq1_bkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| cat | - | Displays the file content in the output. |
[Tabelle : 18. IBM DB2 (on Linux)]

{#r_CommandsnCredentials__table_bq1_bkf_45} {#r_CommandsnCredentials__table_uw2_zmk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
| find | -name | Finds files and folders in the specified folder. |
[Tabelle : 19. IBM J2EE EAR (on Linux)]

{#r_CommandsnCredentials__table_uw2_zmk_45} {#r_CommandsnCredentials__table_mym_3wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
| find | -name -type | This command is used only for creating the Web Services connections. Finds files and folders for the specific name. |
[Tabelle : 20. IBM WebSphere Application Server (on UNIX)]

{#r_CommandsnCredentials__table_mym_3wl_45} {#r_CommandsnCredentials__table_nym_3wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
| netstat | Various options | Lists the open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 21. IBM WebSphere Portal (on UNIX)]

{#r_CommandsnCredentials__table_nym_3wl_45} {#r_CommandsnCredentials__table_crk_ptr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
| ps | -ef | Gets the process information. |
| netstat | Various options | Lists the open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 22. IBM WebSphere Message Broker Flow (on UNIX)]

{#r_CommandsnCredentials__table_crk_ptr_45} {#r_CommandsnCredentials__table_g41_rtr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ps | -ef | Gets the process information. |
| netstat | Various options | Lists the open ports. |
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 23. IBM WebSphere Message Broker (on UNIX)]

{#r_CommandsnCredentials__table_g41_rtr_45} {#r_CommandsnCredentials__table_xbk_str_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
[Tabelle : 24. IBM MQ (on UNIX) --- formerly IBM WebSphere MQ]

{#r_CommandsnCredentials__table_xbk_str_45} {#r_CommandsnCredentials__table_rc1_ttr_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
[Tabelle : 25. IBM MQ Queue (on UNIX) --- formerly IBM WebSphere MQ Queue]

{#r_CommandsnCredentials__table_rc1_ttr_45} {#r_CommandsnCredentials__table_i4t_zmk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 26. Jboss Module (on UNIX)]

{#r_CommandsnCredentials__table_i4t_zmk_45} {#r_CommandsnCredentials__table_cgb_1nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | (On Unix only) Lists files and folders in the specified folder. |
| grep | Various options | Extracts strings from the output. |
| dir | Various options | (On Windows only) Lists files and folders in the specified folder. |
| 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 : 27. Jboss (on UNIX and Windows)]

{#r_CommandsnCredentials__table_cgb_1nk_45} {#r_CommandsnCredentials__table_t5j_1nk_45__entry__3}

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

{#r_CommandsnCredentials__table_t5j_1nk_45} {#r_CommandsnCredentials__table_itd_qzk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
| grep | Various options | Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 29. JRun WAR Inc (on UNIX)]

{#r_CommandsnCredentials__table_itd_qzk_45} {#r_CommandsnCredentials__table_tqnjxsdioe5fb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| Get-ExchangeServer | -status -Identity "+$hostname+"\| export-clixml $env:TEMP\\exchange_pwrshell_output.xml | Extracts the list of Microsoft Exchange hosts and role |
| Get-ExchangeServer | format-table -autosize -HideTableHeaders Name,Fqdn,IsMailboxServer | Extracts the list of Microsoft Exchange hosts and role in table format |
| Get-MailboxServer | format-list | Extracts the list of Microsoft Exchange Mailbox servers. |
| Get-ClusteredMailBoxServerStatus | format-table -Property OperationalMachines | Extracts information about Microsoft Exchange Mailbox clusters. |
| Get-ExchangeServer | format-table -autosize -HideTableHeaders Name,Fqdn,IsHubTransportServer | Extracts information on Microsoft Exchange Hub Transport servers |
| Get-StorageGroup | -server "+$hname+" \| select SystemFolderPath \| Export-Csv out.csv -notype;cat out.csv | Extracts information about storage and exports it into a file. |
| Get-MailboxDatabase | \| select LogFolderPath \| format-table -autosize -hideTableHeaders; Get-MailboxDatabase \| select EdbFilePath\| format-table -autosize -hideTableHeaders;Get-MailboxDatabase \| select TemporaryDataFolderPath\| format-table -autosize -hideTableHeaders | Extracts information about the Microsoft Exchange Mailbox database. |
[Tabelle : 30. Microsoft Exchange Client Access Server (CAS), Microsoft Exchange Hub Transport Server, Microsoft Exchange Mailbox (on Windows)]

{#r_CommandsnCredentials__table_tqnjxsdioe5fb} {#r_CommandsnCredentials__table_xrd_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | (On Unix 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. |
[Tabelle : 31. MySQL Server (on Linux)]

{#r_CommandsnCredentials__table_xrd_2nk_45} {#r_CommandsnCredentials__table_yrd_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
| ps | --pid=\[process.pid\] --no-headers -o " %U : %p : %a" | (On Unix only) Gets the userid parameter value. |
[Tabelle : 32. MySQL Cluster MGM Node (on Linux)]

{#r_CommandsnCredentials__table_yrd_2nk_45} {#r_CommandsnCredentials__table_thl_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| 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. |
| ls | \[IncludeTabletmp\[\].files\] | This command is used if necessary to create HTTP connections. Lists files and folders in the specified folder. |
| cat | \[IncludeTabletmp\[\].files\] | This command is used if necessary to create HTTP connections. Shows the file content. |
[Tabelle : 33. Nginx (on UNIX)]

{#r_CommandsnCredentials__table_thl_2nk_45} {#r_CommandsnCredentials__table_ysx_ckf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
| grep | Various options | Extracts strings from the output. |
| export | - | Sets variables. |
| echo | Various options | Prints strings in the output. |
| sqlplus | Various options | Creates the connection to the Oracle instance. |
| awk | Various options | Manipulates the output. |
| netstat | Various options | Gets open ports. |
[Tabelle : 34. Oracle E-Business Suite (on UNIX)]

{#r_CommandsnCredentials__table_ysx_ckf_45} {#r_CommandsnCredentials__table_crk_x1y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 35. Oracle Advanced Queue Queue (on UNIX)]

{#r_CommandsnCredentials__table_crk_x1y_n5} {#r_CommandsnCredentials__table_tx1_by2_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | (For Unix only) Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
| awk | Various options | (For Unix only) Manipulates the output. |
| ls | Various options | (For Unix only) Lists files and folders in the specified folder. |
| cat | - | (For Unix only) Displays the file content in the output. |
| find | Various options | Finds specific strings in files and folders. |
[Tabelle : 36. Oracle Concurrent Server (on UNIX)]

{#r_CommandsnCredentials__table_tx1_by2_45} {#r_CommandsnCredentials__table_fsk_bkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
| grep | Various options | Extracts strings from the output. |
| cat | - | Shows the file content. |
[Tabelle : 37. Oracle Discoverer Engine (on UNIX)]

{#r_CommandsnCredentials__table_fsk_bkf_45} {#r_CommandsnCredentials__table_fmp_5nf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
| grep | Various options | Extracts strings from the output. |
| cat | - | Shows the file content. |
[Tabelle : 38. Oracle Discoverer UI (on UNIX)]

{#r_CommandsnCredentials__table_fmp_5nf_45} {#r_CommandsnCredentials__table_n4k_4wf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 39. Oracle Form UI (on UNIX)]

{#r_CommandsnCredentials__table_n4k_4wf_45} {#r_CommandsnCredentials__table_sqs_4wf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 40. Oracle Fulfillment Server (on UNIX)]

{#r_CommandsnCredentials__table_sqs_4wf_45} {#r_CommandsnCredentials__table_fp4_wmk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 41. Oracle HTTP Server (on UNIX)]

{#r_CommandsnCredentials__table_fp4_wmk_45} {#r_CommandsnCredentials__table_lfk_bnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 42. Oracle Metric Client (on UNIX)]

{#r_CommandsnCredentials__table_lfk_bnk_45} {#r_CommandsnCredentials__table_uhl_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 43. Oracle OACORE Server (on UNIX)]

{#r_CommandsnCredentials__table_uhl_2nk_45} {#r_CommandsnCredentials__table_bf5_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 44. Oracle OAFM Server (on UNIX)]

{#r_CommandsnCredentials__table_bf5_2nk_45} {#r_CommandsnCredentials__table_cf5_2nk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
| ps | -ef | Gets the process information. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 45. Oracle Database (on UNIX)]

{#r_CommandsnCredentials__table_cf5_2nk_45} {#r_CommandsnCredentials__table_w3c_fnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | (For Unix only) Lists files and folders in the specified folder. |
| cat | - | (For Unix only) Shows the file content. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 46. Oracle iAS Web Module (on UNIX)]

{#r_CommandsnCredentials__table_w3c_fnk_45} {#r_CommandsnCredentials__table_o4p_xvl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 47. Oracle Process Manager (on UNIX)]

{#r_CommandsnCredentials__table_o4p_xvl_45} {#r_CommandsnCredentials__table_mhb_zvl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 48. Oracle Report Server (on UNIX)]

{#r_CommandsnCredentials__table_mhb_zvl_45} {#r_CommandsnCredentials__table_yll_fwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 49. Oracle Tnslsnr Engine (on UNIX)]

{#r_CommandsnCredentials__table_yll_fwl_45} {#r_CommandsnCredentials__table_k1y_fwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
| find | -name -type | This command is used only for creating the Web Services connections. Finds files and folders for the specific name. |
[Tabelle : 50. Oracle WebLogic Module (on UNIX)]

{#r_CommandsnCredentials__table_k1y_fwl_45} {#r_CommandsnCredentials__table_rnm_gwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 51. Oracle WebLogic Server (version 10.3) (on UNIX)]

{#r_CommandsnCredentials__table_rnm_gwl_45} {#r_CommandsnCredentials__table_snm_gwl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various options | Extracts strings from the output. |
| ls | Various options | Lists files and folders in the specified folder. |
| cat | - | Shows the file content. |
[Tabelle : 52. Oracle WebLogic On-demand Router Load Balancer (on UNIX)]

{#r_CommandsnCredentials__table_snm_gwl_45} {#r_CommandsnCredentials__table_mnv_5jp_55__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various | Extracts strings from the output |
| ls | Various | Lists files and folders on the given folder. |
| cat | - | Displays the file content in the output. |
| find | -name | This command is used only to create web service connections. Finds files and folders for specific name. |
| netstat | Various | Gets open ports. |
| ss | Various options | Lists open ports. |
| ps | -ef | (For Unix only) Gets process attributes. |
[Tabelle : 53. Oracle Tuxedo (on UNIX)]

{#r_CommandsnCredentials__table_mnv_5jp_55} {#r_CommandsnCredentials__table_mr5_jnp_55__entry__3}

| Command | Parameter | Description |
|-|-|-|
| grep | Various | Extracts strings from the output |
| ls | Various | Lists files and folders on the given folder. |
| cat | - | Displays the file content in the output. |
[Tabelle : 54. Oracle Tuxedo Portal (on UNIX)]

{#r_CommandsnCredentials__table_mr5_jnp_55} {#r_CommandsnCredentials__table_cgq_fnk_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | \[IncludeTabletmp\[\].files\] | This command is used only to create the HTTP connections. Lists files and folders in the specified folder. |
[Tabelle : 55. PostgreSQL Database (on UNIX)]

{#r_CommandsnCredentials__table_cgq_fnk_45} {#r_CommandsnCredentials__table_tgl_xrm_cx__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ps - ef | ps -ef \| grep "+$process.parentProcessId+" \|egrep -v -e grep -e beam | Gets the parent process. |
[Tabelle : 56. Rabbit MQ (on UNIX)]

{#r_CommandsnCredentials__table_tgl_xrm_cx} {#r_CommandsnCredentials__table_az4_dzj_pcb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| clustat | -x | Displays the cluster configuration and the status in XML format. |
[Tabelle : 57. Red Hat Cluster Suite (on Linux)]

{#r_CommandsnCredentials__table_az4_dzj_pcb} {#r_CommandsnCredentials__id_unw_5zc_qrb__entry__3}{#r_CommandsnCredentials__SAPCommands-CVERS}{#r_CommandsnCredentials__SAPCommands-DBCONS}{#r_CommandsnCredentials__SAPCommands-RFCDES}

| Command | Parameter | Description |
|-|-|-|
| pargs | -e | Gets the executable directory. |
| ls | Various options | Lists files and folders in the specified folder. |
| ping | -c 1 | Verifies that the host is answering. |
| netstat | Various options | Lists open ports. |
| Isof Hinweis: Used in some cases as an alternative to netstat. | -Pnl +M -i | Shows files and connections associated with the process. |
| CVERS | - | Retrieves the version of installed SAP modules. |
| DBCONS | - | Retrieves the connection strings to SAP DB. |
| RFCDES | - | Retrieves the connection string to systems integrated with SAP. |
| sapcontrol | -function ABAPGetComponentList | Retrieves the sysid for SAP applications and components. |
[Tabelle : 58. Commands requiring a privileged user for discovering SAP applications: ABAP, SAP Central Services (ASCS), SAP Control Instance, SAP Netweaver Dialog Instance, SAP Evaluated Receipt Settlement (ERS), SAP Java Cluster (SJC), SAP Central Services (SCS) (on UNIX)]

{#r_CommandsnCredentials__id_unw_5zc_qrb} {#r_CommandsnCredentials__table_rgj_2wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| netstat | Various options | Lists the open ports. |
[Tabelle : 59. Sun Directory (on Solaris)]

{#r_CommandsnCredentials__table_rgj_2wl_45} {#r_CommandsnCredentials__table_sgj_2wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
| netstat | Various options | Lists the open ports. |
[Tabelle : 60. Sun iPlanet Web Server (on Solaris)]

{#r_CommandsnCredentials__table_sgj_2wl_45} {#r_CommandsnCredentials__table_w3y_2wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
| grep | Various options | Extracts strings from the output. |
[Tabelle : 61. Sun JES (on Solaris)]

{#r_CommandsnCredentials__table_w3y_2wl_45} {#r_CommandsnCredentials__table_x3y_2wl_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
[Tabelle : 62. Sybase (on UNIX)]

{#r_CommandsnCredentials__table_x3y_2wl_45} {#r_CommandsnCredentials__table_exm_2bx_hgb__entry__3}

| Command | Parameter | Description |
|-|-|-|
| cat | - | Shows the file content. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 63. TIBCO ActiveMatrix Adapter (on UNIX)]

{#r_CommandsnCredentials__table_exm_2bx_hgb} {#r_CommandsnCredentials__table_egf_x1y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| hostname | - | Gets the hostname. |
| ls | Various options | Lists files and folders in the specified folder. |
| grep | Various options | Extracts strings from the output. |
| cat | - | Shows the file content. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
[Tabelle : 64. TIBCO ActiveMatrix BusinessWorks (on UNIX)]

{#r_CommandsnCredentials__table_egf_x1y_n5} {#r_CommandsnCredentials__table_avh_x1y_n5__entry__3}

| Command | Parameter | Description |
|-|-|-|
| hostname | - | Gets the hostname. |
| ls | Various options | Lists files and folders in the specified folder. |
| grep | Various options | Extracts strings from the output. |
| cat | - | Shows the file content. |
| findstr (for Windows) | Various options | Extracts strings from the output. |
| netstat | Various options | Lists open ports. |
| ss | Various options | Lists open ports. |
| cut | Various options | Splits the output line. |
[Tabelle : 65. TIBCO ActiveMatrix BusinessWorks Process (on UNIX)]

{#r_CommandsnCredentials__table_avh_x1y_n5} {#r_CommandsnCredentials__table_xf2_dkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
[Tabelle : 66. TIBCO EMS Queue (on UNIX)]

{#r_CommandsnCredentials__table_xf2_dkf_45} {#r_CommandsnCredentials__table_upj_dkf_45__entry__3}

| Command | Parameter | Description |
|-|-|-|
| ls | Various options | Lists files and folders in the specified folder. |
[Tabelle : 67. TIBCO Enterprise Message Service (EMS) (on UNIX)]

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

* [Service Mapping commands not requiring a privileged user](https://servicenow-prod.fluidtopics.net/yFIUIihI8NWwJs6rkrVDcw "Most of commands utilized by Service Mapping for discovery and mapping do not require elevated rights.")

