Illumio PCE Management

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Illumio PCE Control (CTL) script

Used for managing the PCE cluster on Core or Data notes

2
New cards

Illumio PCE Database (DB) management script

Used for managing Databases - Used on Data Nodes

3
New cards

Illumio PCE Environment (ENV) script

Used to verify and collect information about runtime environment, used on Core or Data nodes

4
New cards

/opt/illumio-pce

Default RPM install location for Illumio PCE scripts

5
New cards

export PATH=$PATH:/usr/bin

Add to PATH for easy script execution

6
New cards

—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

7
New cards

ilo-pce

User created by the RPM install that can execute the PCE scripts

8
New cards

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

9
New cards

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.

10
New cards

sudo -u ilo-pce illumio-pce-ctl listen-only-mode enable

Enables Listen Only Mode. Only needs to be run on one node.

11
New cards

sudo -u ilo-pce illumio-pce-ctl listen-only-mode status

Check the Listen Only Mode status on any node in a cluster

12
New cards

PCE Control Script

Used for managing and operating the PCE cluster

13
New cards

PCE Control Script

Used for Starting and Stopping PCE Nodes

14
New cards

PCE Control Script

Used for setting PCE Cluster Run Levels

15
New cards

PCE Control Script

Used for checking the cluster status

16
New cards

PCE Control Script

Used for installing and updating the VEN

17
New cards

sudo -u ilo-pce illumio-pce-ctl COMMAND —OPTION

Basic Illumio PCE Control Script syntax

18
New cards