STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Nutanix Acropolis GPOS Security Technical Implementation Guide

V-279582

CAT II (Medium)

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

Rule ID

SV-279582r1192311_rule

STIG

Nutanix Acropolis GPOS Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-001764

Discussion

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.

Check Content

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

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