AIX agent installation prerequisites
For platform requirements, refer to Supported Platforms and Requirements.
Additional requirements for deep visibility:
Before you install the deep visibility agent, ensure that the host meets these requirements:
-
Root privileges are available to install and run the agent services.
-
At least 500 MB of storage is available for agent and log files.
-
Security exclusions are configured for any security applications that monitor the host. These exclusions help prevent other security applications from blocking agent installation or agent activity. For more information, see Security Exclusions.
Flow capture on AIX
AIX supports flow capture for up to 20 network devices. On AIX 7.1 TL3 SP4 or earlier, AIX supports flow capture for up to 6 network devices.
The deep visibility agent captures flows from a maximum of 16 network devices. The remaining 4 capture sessions are available for system tools, such as tcpdump.
To support flow capture for 20 network devices, the agent uses the following bpf device nodes:
-
The agent creates 16 bpf device nodes under the agent directory:
./opt/cisco/tetration/chroot/dev/bpf0 - /opt/cisco/tetration/chroot/dev/bpf15 -
tcpdump and other system tools that use bpf scan the system device nodes,
/dev/bpf0-/dev/bpf19, until they find an unused node,!EBUSY. -
The bpf nodes created by the agent and the system bpf nodes share the same major and minor numbers. Each major or minor number is opened by only one instance, either tcpdump or the agent.
-
The agent does not access or create the system device nodes. tcpdump creates system device nodes, such as
, if they do not exist when/dev/bpf0. . . /dev/bpf19tcpdump-Dis run.
iptrace and flow capture
In certain scenarios, running iptrace on the system prevents flow capture by tcpdump and the deep visibility agent. This is a known design issue that must be checked with IBM.
Before you install the agent, run tcpdump to check whether iptrace is blocking flow capture.
Expected result: If tcpdump returns tcpdump: BIOCSETIF: en0: File exists, iptrace is blocking flow capture.
To resolve the issue, stop iptrace.
Process visibility and forensics support
Process Visibility and Forensics are supported on AIX 7 and POWER8 or later.
Policy enforcement requirements
Before you install the policy enforcement agent, disable IP Security Filter, such as smitty IPsec4. If IP Security Filter is enabled, the agent installation fails during the precheck.
If IP Security is enabled while the Secure Workload enforcer agent is running, the enforcer agent reports an error and stops enforcing. Contact support to safely disable IP Security Filter when the enforcer agent is running.
Feedback