Veritas Access Appliance 8.4 Initial Configuration Guide

Last Published:
Product(s): Appliances (8.4)
Platform: Veritas 3350,Veritas 3340,Veritas 3360
  1. Getting to know the Access Appliance
    1.  
      About the Veritas Access Appliance
    2. About the Access Appliance administration interfaces
      1.  
        Using the Access Appliance shell menu
    3. About licensing the Access Appliance
      1.  
        About subscription licensing
    4.  
      Where to find the documentation
  2. Preparing to configure the appliance
    1.  
      Initial configuration requirements
    2.  
      About obtaining IP addresses for Veritas Access
    3.  
      Network and firewall requirements
    4.  
      About network connections for the appliance
  3. Configuring the appliance for the first time
    1. How to configure the Access Appliance for the first time
      1.  
        Configuring the Access cluster on the appliance
  4. Getting started with the Veritas Access GUI
    1.  
      Accessing the Veritas Access web interface
  5. Network connection management
    1. Configuring network address settings on the appliance nodes
      1.  
        Deleting network settings on appliance nodes
      2.  
        About NIC1 (eth0) port usage on the appliance nodes
      3.  
        About IPv4-IPv6-based network support on the Access Appliance
    2. Configuring VLAN settings on the appliance nodes
      1.  
        Viewing VLAN settings
      2.  
        Deleting a VLAN
    3. About the Veritas Remote Management Console
      1.  
        Configuring the IPMI port on an appliance node
      2.  
        Managing IPMI users on an appliance node
      3.  
        Resetting the IPMI on an appliance node
  6. Resetting the appliance to factory settings
    1.  
      About appliance factory reset
    2.  
      Performing factory reset for cluster nodes
  7. Appliance security
    1.  
      About Access Appliance security
    2. About Access appliance user account privileges
      1. Access appliance admin password specifications
        1.  
          Password encryption and handling on the Access appliance
    3.  
      About forced password changes
    4.  
      Changing the Maintenance user account password
    5. About the Access Appliance intrusion detection system
      1.  
        Reviewing SDCS events on the Access Appliance
      2.  
        Auditing the SDCS logs on an Access Appliance
      3.  
        About SDCS event type codes and severity codes on an Access appliance node
      4.  
        Changing the SDCS log retention settings on an Access Appliance node
    6.  
      About the Access Appliance intrusion prevention system
    7. About Access appliance operating system security
      1.  
        Vulnerability scanning of the Access Appliance
      2.  
        Disabled service accounts on the Access appliance
    8.  
      About data security on the Access appliance
    9.  
      About data integrity on the Access appliance
    10. Recommended IPMI settings on the Access appliance
      1.  
        Replacing the default IPMI SSL certificate on the Access appliance

Auditing the SDCS logs on an Access Appliance

There are several ways to audit the SDCS logs on a Veritas Access Appliance node.

Basic search

To do a basic SDCS log search

  1. Log on to the Access Appliance shell menu.
  2. Enter the following command:

    show sdcs-audit search

Filter by individual attribute

SDCS events have three main attributes:

  • Date

  • Severity

  • Event type

You can filter the SDCS logs by each individual attribute.

To filter SDCS log entries by date:

  1. Log on to the Access Appliance shell menu.
  2. (Optional) Enter the following command to view all of the events that occurred on a specific day:

    show sdcs-audit view search to-date=date

    where date is the day in the mm/dd/yyyy[-hh:mm:ss] format.

  3. (Optional) Enter the following command to view all of the events that occurred during a specific period of time:

    show sdcs-audit search to-date=todatefromdate=from-date

    where todate is the end date and fromdate is the start date.

    For example: show sdcs-audit search to-date=08/31/2021 from-date=08/21/2021

To filter SDCS log events by severity

  1. Log on to the Access Appliance shell menu.
  2. Enter the show sdcs-audit search severity=severitycode command.

    Where severitycode is the one letter code of the severity type that you want to filter by.

    See About SDCS event type codes and severity codes on an Access appliance node.

To filter SDCS log entries by type

  1. Log on to the Access Appliance shell menu.
  2. Enter the show sdcs-audit search event-type=eventtype command.

    where eventtype is the four-letter code of the event type that you want to filter by.

    See About SDCS event type codes and severity codes on an Access appliance node.

Filter using multiple attributes

You can filter the security logs based on multiple attributes.

To search based on multiple attributes

  1. Log on to the Access Appliance shell menu.
  2. Enter the show sdcs-audit search event-id=eventid event-type=eventtype from-date=fromdate to-date=todate severity=severitycode search-string=text command.

    where

    • eventid is the audit log event ID

    • eventype is the four letter code of the event type that you want to filter by. Enter ALL if you want to include all event type codes in your filter..

    • fromdate is the start date.

    • todate is the end date.

    • severitycode is the one letter code of the severity type that you want to filter by. Enter ALL if you want to include all severity codes in your filter.

    • text is the search term.

    For example:

    show sdcs-audit search event-type=MSTA severity=I to-date=08/31/2021 from-date=08/21/2021
    search-string=retranslation
Get more details about an event

You can use the Audit View EventID command to get more information about a specific SDCS event that is listed in a search or filter.

To get more details about a specific SDCS event

  1. Log on to the Access Appliance shell menu.
  2. Enter the show sdcs-audit search event-id=eventidcommand.

    where eventid is the ID number of an event that was listed in your filter or search.