1/17
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Illumio PCE Control (CTL) script
Used for managing the PCE cluster on Core or Data notes
Illumio PCE Database (DB) management script
Used for managing Databases - Used on Data Nodes
Illumio PCE Environment (ENV) script
Used to verify and collect information about runtime environment, used on Core or Data nodes
/opt/illumio-pce
Default RPM install location for Illumio PCE scripts
export PATH=$PATH:/usr/bin
Add to PATH for easy script execution
—help
Option at the end of a script execution to display command information, ie:
sudo -u ilo-pce illumio-pce-ctl —help
sudo -u ilo-pce illumio-pce-db-management —help
sudo -u ilo-pce illumio-pce-env —help
ilo-pce
User created by the RPM install that can execute the PCE scripts
Listen-Only mode
Used for maintenance
VENS still report updated workload information to the PCE
PCE does not modify the firewall rules on any workload
PCE does not send any information to the VENs
PCE does not mark workloads as offline or remove them from policy
Policy work can be done but will not be written to workloads
sudo -u ilo-pce illumio-pce-ctl start —runlevel 1
Command run on all nodes of a PCE to exit Read Only mode. Must be run on all nodes.
sudo -u ilo-pce illumio-pce-ctl listen-only-mode enable
Enables Listen Only Mode. Only needs to be run on one node.
sudo -u ilo-pce illumio-pce-ctl listen-only-mode status
Check the Listen Only Mode status on any node in a cluster
PCE Control Script
Used for managing and operating the PCE cluster
PCE Control Script
Used for Starting and Stopping PCE Nodes
PCE Control Script
Used for setting PCE Cluster Run Levels
PCE Control Script
Used for checking the cluster status
PCE Control Script
Used for installing and updating the VEN
sudo -u ilo-pce illumio-pce-ctl COMMAND —OPTION
Basic Illumio PCE Control Script syntax