Service Mapping commands requiring a privileged user
-
- UpdatedAug 3, 2023
- 12 minutes to read
- Vancouver
- Service Mapping
Service Mapping commands requiring a privileged user
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.
- host detection
- process identification on port
- discovering CIs using patterns
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.
Operating system commands requiring elevated rights
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. |
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. |
Application commands requiring elevated rights
Service Mapping uses some of these commands in patterns.
Command | Parameter | Description |
---|---|---|
ping | -a -c 1 [url[1].host] | Gets the host IP. |
Command | Parameter | Description |
---|---|---|
grep | Various options | Extracts strings from the output. |
netstat | Various options | Lists open ports. |
ss | Various options | Lists open ports. |
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. |
Command | Parameter | Description |
---|---|---|
grep | Various options | Extracts strings from the output. |
show | Various options | Retrieves Netscaler IP address. |
Command | Parameter | Description |
---|---|---|
find | Various options | Finds connections to Docbase. |
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. |
Command | Parameter | Description |
---|---|---|
netstat | Various options | Lists open ports. |
ss | Various options | Lists open ports. |
grep | Various options | Extracts strings from the output. |
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. |
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. |
Command | Parameter | Description |
---|---|---|
grep | Various options | Extracts strings from the output. |
cat | - | Displays the file content in the output. |
Command | Parameter | Description |
---|---|---|
grep | Various options | Extracts strings from the output. |
Command | Parameter | Description |
---|---|---|
grep | Various options | Extracts strings from the output. |
Command | Parameter | Description |
---|---|---|
grep | Various options | Extracts strings from the output. |
netstat | Various options | Lists open ports. |
ss | Various options | Lists open ports. |
Command | Parameter | Description |
---|---|---|
dir | Various options | Lists files and folders in the specified folder. |
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. |
Command | Parameter | Description |
---|---|---|
netstat | Various options | Lists open ports. |
ss | Various options | Lists open ports. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
Command | Parameter | Description |
---|---|---|
ls | [IncludeTabletmp[].files] | This command is used only to create the HTTP connections. Lists files and folders in the specified folder. |
Command | Parameter | Description |
---|---|---|
ps - ef | ps -ef | grep "+$process.parentProcessId+" |egrep -v -e grep -e beam | Gets the parent process. |
Command | Parameter | Description |
---|---|---|
clustat | -x | Displays the cluster configuration and the status in XML format. |
Command | Parameter | Description |
---|---|---|
netstat | Various options | Lists the open ports. |
Command | Parameter | Description |
---|---|---|
ls | Various options | Lists files and folders in the specified folder. |
netstat | Various options | Lists the open ports. |
Command | Parameter | Description |
---|---|---|
ls | Various options | Lists files and folders in the specified folder. |
grep | Various options | Extracts strings from the output. |
Command | Parameter | Description |
---|---|---|
ls | Various options | Lists files and folders in the specified folder. |
Command | Parameter | Description |
---|---|---|
cat | - | Shows the file content. |
netstat | Various options | Lists open ports. |
ss | Various options | Lists open ports. |
Command | Parameter | Description |
---|---|---|
ls | Various options | Lists files and folders in the specified folder. |
Command | Parameter | Description |
---|---|---|
ls | Various options | Lists files and folders in the specified folder. |
On this page
Related Content
- Service Mapping commands not requiring a privileged user
Most of commands utilized by Service Mapping for discovery and mapping do not require elevated rights.