Nutanix OS must set the SCMA framework to check the baseline daily.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-279582NXAC-OS-000129SV-279582r1192311_ruleCCI-001764medium
Description
Configuring the operating system to implement organizationwide security implementation guides and security checklists ensures compliance with federal standards and establishes a common security baseline across DOD that reflects the most restrictive security posture consistent with operational requirements. Configuration settings are the set of parameters that can be changed in hardware, software, or firmware components of the system that affect the security posture and/or functionality of the system. Security-related parameters are those parameters impacting the security state of the system, including the parameters required to satisfy other security control requirements. Security-related parameters include registry settings; account, file, and directory permission settings; and settings for functions, ports, protocols, services, and remote connections.
STIGDate
Nutanix Acropolis GPOS Security Technical Implementation Guide2026-02-24

Details

Check Text (C-279582r1192311_chk)

1. For AOS, Prism Central, and Files, verify the SCMA framework is set to check the baseline daily using the following command. $ ncli cluster get-cvm-security-config | egrep 'Schedule' Schedule : DAILY 2. For AHV, verify the SCMA framework is set to check the baseline daily using the following command. $ ncli cluster get-hypervisor-security-config | egrep 'Schedule' Schedule : DAILY If the SCMA framework "Schedule" is not set to "DAILY", this is a finding.

Fix Text (F-84040r1191709_fix)

1. For AOS, Prism Central, and Files, set the SCMA framework to check the baseline daily using the following command. $ sudo ncli cluster edit-cvm-security-params schedule=daily 2. For AHV, set the SCMA framework to check the baseline daily using the following command. $ sudo ncli cluster edit-hypervisor-security-params schedule=hourly