The HPE Alletra Storage ArcusOS device must be configured with only one local interactive account to be used as the account of last resort in the event the authentication server is unavailable.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-283378ASMP-ND-000340SV-283378r1194828_ruleCCI-001358medium
Description
Authentication for administrative (privileged level) access to the device is required at all times. An account can be created on the device's local database for use when the authentication server is down or connectivity between the device and the authentication server is not operable. This account is referred to as the account of last resort since it is intended to be used as a last resort and when immediate administrative access is absolutely necessary. The account of last resort logon credentials must be stored in a sealed envelope and kept in a safe. The safe must be periodically audited to verify the envelope remains sealed. The signature of the auditor and the date of the audit should be added to the envelope as a record. Administrators should secure the credentials and disable the root account (if possible) when not needed for system administration functions.
STIGDate
HPE Alletra Storage ArcusOS Network Device Management Security Technical Implementation Guide2026-03-03

Details

Check Text (C-283378r1194828_chk)

Verify only one local interactive account is configured: cli% showuser The output will look similar to the example below: Username Domain Role Default adminsvc all super N hpesupport all service N telemetry all service N Note: The service role accounts are not interactive and cannot be used for logins. If more than one local interactive account to be used as the account of last resort exists, this is a finding.

Fix Text (F-87848r1194827_fix)

Remove all interactive accounts except one account with the "super" role for last resort login with, the following command: cli% removeuser <username> Note: You must keep at least one account with the "super" role and it can be any organizationally defined account name.