Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup and NetBackup Appliances Hardening Guide
  3. Steps to protect Access Appliance
  4. Managing the login banner using the UI
  5. Managing the banner from the command-line interface
NetBackup and NetBackup Appliances Hardening Guide

Managing the banner from the command-line interface

You can create a customized text banner that appears when you sign in to Access Appliance UI or the system console. You can use the login banner to communicate various kinds of messages to users. Typical uses for the login banner include legal notices, warning messages, and company policy information.

If the Security Technical Implementation Guide (STIG) mode is enabled for the cluster, the login banner cannot be modified.

To display the banner:

  1. Log on to the Access command-line interface by opening an SSH session to the management console IP as an administrator.
  2. In the Access command-line interface, run the following command:

    system banner get

    access-clus> system banner get
    No login banner is currently set for the appliance.

    Note:

    No banner is set by default.

To set the banner:

  1. Log on to the Access command-line interface by opening an SSH session to the management console IP as an administrator.
  2. In the Access command-line interface run the following command:

    system banner get

    # access-clus> system banner set
    Enter Header (Type <enter> and <Ctrl + d> to complete the body. Max 250 
    characters)
    This is header
    Enter Body (Type <enter> and <Ctrl + d> to complete the body. Max 4000 
    characters)
    This is body text line 1.
    This is body text line 2.

    The banner is made up of two parts, the header and the body. The header is the heading for the banner and the body is the banner content. The header can be a maximum of 250 characters and body can be a maximum of 4000 characters.

    After the banner is set, you can view the banner using the system banner get command:

    access-clus> system banner get
    ****************
     This is header
    ****************
    This is body text line 1.
    This is body text line 2.
    

    Note:

    If STIG is enabled on the system, you cannot change the default STIG banner.

    accessclus> system banner set
    ACCESS Banner ERROR V-493-10-0 The banner cannot be set as STIG is enabled 
    on the cluster.
    

Feedback

Was this page helpful?
Previous

Managing the login banner using the UI

Next

Managing the password policy using the UI

Feedback

Was this page helpful?