Enable or Disable RPC Services
Table of Contents
4.2 (EoS)
Expand all | Collapse all
-
- Set Up the Endpoint Infrastructure
- Activate Traps Licenses
-
- Endpoint Infrastructure Installation Considerations
- TLS/SSL Encryption for Traps Components
- Configure the MS-SQL Server Database
- Install the Endpoint Security Manager Server Software
- Install the Endpoint Security Manager Console Software
- Manage Proxy Communication with the Endpoint Security Manager
- Load Balance Traffic to ESM Servers
-
- Malware Protection Policy Best Practices
- Malware Protection Flow
- Manage Trusted Signers
-
- Remove an Endpoint from the Health Page
- Install an End-of-Life Traps Agent Version
-
-
- Traps Troubleshooting Resources
- Traps and Endpoint Security Manager Processes
- ESM Tech Support File
-
- Access Cytool
- View the Status of the Agent Using Cytool
- View Processes Currently Protected by Traps Using Cytool
- Manage Logging of Traps Components Using Cytool
- Restore a Quarantined File Using Cytool
- View Statistics for a Protected Process Using Cytool
- View Details About the Traps Local Analysis Module Using Cy...
- View Hash Details About a File Using Cytool
Enable or Disable RPC Services
On Mac endpoints, you can enable or disable
remote procedure calls used by the Traps agent and daemons using
the cytool rpc [enable|disable] <process_name|all> command.
RPCs are used by the Traps agent and daemons to access persistent
databases, change log levels, and connect or disconnect from the
ESM Server.
- Open a terminal as an administrator and navigate to the Traps folder (see Access Cytool).
- To enable RPC services for all daemons and the Traps
agent, use the cytool rpc enable all command:
PANM2637HQ:bin jdoe$ sudo ./cytool rpc enable all Password:
- To enable RPC services for a specific service, use the cytool rpc enable <process_name> command,
for example:
PANM2637HQ:bin jdoe$ sudo ./cytool rpc enable trapsd Password:
- To disable RPC services for all daemons and the Traps
agent, use the cytool rpc disable all command:
PANM2637HQ:bin jdoe$ sudo ./cytool rpc disable all Password:
- To disable RPC services for a specific service, use the cytool rpc disable <process_name> command,
for example:
PANM2637HQ:bin jdoe$ sudo ./cytool rpc disable trapsd Password: