Veritas Access Appliance Command Reference Guide

Last Published:
Product(s): Appliances (7.4.3)
Platform: Veritas 3340,Access Appliance OS
  1. Overview
    1.  
      Scope of the Veritas Access Command Reference Guide
    2.  
      Where to find the documentation
    3.  
      Using the Access Appliance shell menu
  2. Appendix A. Main > Appliance
    1.  
      Appliance > Status
  3. Appendix B. Main > Manage > Cluster
    1.  
      Cluster > Configure
  4. Appendix C. Main > Manage > Software
    1.  
      Manage > Software > Cancel
    2.  
      Manage > Software > Delete
    3.  
      Manage > Software > Download
    4.  
      Manage > Software > DownloadProgress
    5.  
      Manage > Software > Install
    6.  
      Manage > Software > List
    7.  
      Manage > Software > Readme
    8.  
      Manage > Software > Rollback
    9.  
      Manage > Software > Share
    10.  
      Manage > Software > UpgradeStatus
  5. Appendix D. Main > Manage > Storage
    1.  
      Manage > Storage > Show
    2.  
      Manage > Storage > Scan
    3.  
      Manage > Storage > Erase
  6. Appendix E. Main > Monitor
    1.  
      Monitor > Beacon
    2.  
      Monitor > MemoryStatus
    3.  
      Monitor > NetworkStatus
    4.  
      Monitor > SDCS
    5.  
      Monitor > Top
    6.  
      Monitor > Uptime
    7.  
      Monitor > Who
    8.  
      Monitor > Hardware
  7. Appendix F. Main > Network
    1.  
      Network > Configure
    2.  
      Network > Date
    3.  
      Network > DNS
    4.  
      Network > Gateway
    5.  
      Network > Hostname
    6.  
      Network > Hosts
    7.  
      Network > IPv4
    8.  
      Network > IPv6
    9.  
      Network > NetStat
    10.  
      Network > NTPServer
    11.  
      Network > Ping
    12.  
      Network > Proxy
    13.  
      Network > SetProperty
    14.  
      Network > Show
    15.  
      Network > TimeZone
    16.  
      Network > TraceRoute
    17.  
      Network > Unconfigure
  8. Appendix G. Main > Settings
    1.  
      Settings > Password
    2.  
      Settings > Alerts > CallHome
    3.  
      Settings > Alerts > Email
    4.  
      Settings > Alerts > Hardware
    5.  
      Settings > Alerts > SNMP
    6.  
      Settings > LogForwarding
    7.  
      Security > Certificates > DeviceCertificate > Export
    8.  
      Security > Certificates > DeviceCertificate > Import
  9. Appendix H. Main > Support
    1.  
      Support > Cleanup > ResetDIMMErrors
    2.  
      Support > Collect
    3.  
      Support > DataCollect
    4.  
      Support > FactoryReset
    5.  
      Support > InfraServices
    6.  
      Support > IPMI
    7.  
      Support > LogBrowser
    8.  
      Support > Logs
    9.  
      Support > Maintenance
    10.  
      Support > RAID
    11.  
      Support > Reboot
    12.  
      Support > Services
    13.  
      Support > Shutdown
    14.  
      Support > Storage Reset
    15.  
      Support > Test

Name

Main > Settings > Alerts > SNMP — Add SNMP information on your appliance that enables the host to send SNMP notifications for monitoring.

SYNOPSIS

SNMP Clear

SNMP Disable

SNMP Enable

SNMP Set Server [Community] [Port]

SNMP Show

SNMP ShowMIB

DESCRIPTION

The Access Appliance uses the SNMPv2-SMI or the SNMPv3-SMI application protocol to monitor the appliance node. Use this command to add or change SNMP parameters on the server. You can use the following commands to display the current parameters and the changes that were made to the SNMP information. You can use this command to enable and disable SNMP notifications for appliance monitoring.

When you create and enable an SNMP community you enable appliance monitoring to occur on the appliance node through the SNMP protocol. Notifications or traps are programmed to occur on the appliance node. In addition, you can use this command to see the notification traps that have been configured for the appliance node.

OPTIONS

SNMP Clear

Clears all of the previously stored SNMP settings.

SNMP Disable

Disables the ability to send SNMP notifications (traps) for monitoring.

SNMP Enable [version]

V2

Enable the ability to send SNMP version 2 notifications (traps) for monitoring.

V3

Enable the ability to send SNMP version 3 notifications (traps) for monitoring.

SNMP Set Community Server [Port] Security

Community

Sets the SNMP Community string. The default setting is public. This setting is required for SNMP V2, and is optional for SNMP V3.

Server [Port]

Sets the SNMP server name and the port assignment. The default setting is 162.

Note:

Access Appliance supports all of the SNMP servers in the market. However, the ManageEngine™ SNMP server and the HP OpenView SNMP server are tested and certified.

Security

Lets you configure the following security parameters when SNMP version 3 is enabled:

  • noAuthNoPriv [Username]

    Sets the security level to no authentication and no privileges for a specific SNMP user.

  • AuthNoPriv [Username] [Authentication Protocol] [Authentication Password]

    Sets the security level to authentication with no privileges for a specific SNMP user. Authentication Protocol can be set to SHA256 or SHA512. An Authentication Password is required.

  • AuthPriv [Username] [Authentication Protocol] [Encryption Policy] [Authentication Password] [Encryption Passphrase]

    Sets the security level to authentication with privileges for a specific SNMP user. Authentication Protocol can be set to SHA256 or SHA512. Encryption Policy can be set to AES128, AES192, or AES256. An Authentication Password and an Encryption Passphrase are required.

    Rules for Username, Authentication Password, and Encryption Passphrase:

    • Username can have 1-32 characters.

      Authentication Password and Encryption Passphrase must have 8 or more characters.

    • Username, passwords, and passphrases may include uppercase letters, lowercase letters, numbers, and the following punctuation marks: period, hyphen/dash, underscore.

    • Spaces, commas, and special characters are not allowed.

SNMP Show

Displays the parameters that are set after you have run an SNMP Set Server command. If you run this command before you have run a SNMP Set Server command, then default values for [Community] and [Port] are displayed and no value is displayed for Server.

SNMP ShowMIB

Display the contents of the Management Information Base (MIB) file. This file contains the notification traps that are configured to monitor the appliance.

EXAMPLES

You can use either of the following methods to configure a public SNMP community on port 8080. The example uses the [Community] and [Port] options.

abc123.Alerts> SNMP Set pqr222.xyz.com public 8080
Successfully set SNMP manager

When you run the Settings> Alerts > SNMP ShowMIB command, an output similar to the following is displayed.

VERITAS-APPLIANCE-MONITORING-MIB DEFINITIONS ::= BEGIN

IMPORTS
DisplayString, mib-2 FROM RFC1213-MIB
enterprises, OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI;


applianceMonitoringMib MODULE-IDENTITY
LAST-UPDATED "2016083000Z"
ORGANIZATION "Veritas Technologies LLC"
CONTACT-INFO "500 East Middlefield Road
Mountain View, CA 94043 US
Subject: appliance.mib"
DESCRIPTION "The MIB module for Veritas Appliance Monitoring"

REVISION "201609060000Z"
DESCRIPTION "Changed symc strings to vrts."

::= { products 9 }

veritassoftware OBJECT IDENTIFIER ::= { enterprises 48328 }
products OBJECT IDENTIFIER ::= { veritassoftware 3 }

systems OBJECT IDENTIFIER ::= { applianceMonitoringMib 1 }
software OBJECT IDENTIFIER ::= { applianceMonitoringMib 2 }

-- system traps

vrtssystemName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..80))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "System Name"
::= { systems 1 }

vrtsfanTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps fan failures"
::= { systems 3 }

vrtspowerTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps power failures"
::= { systems 4 }

vrtsfibrechannelTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps FibreChannel failures"
::= { systems 5 }

vrtstemperatureTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps temperature failures"
::= { systems 6 }

vrtscpuTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps cpu failures"
::= { systems 7 }

vrtsdiskTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps disk failures"
::= { systems 8 }

vrtsraidgroupTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps raid failures"
::= { systems 9 }


vrtsenclosurefanTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps enclosure fan failures"
::= { systems 10 }

vrtsenclosurepowerTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps enclosure power failures"
::= { systems 11 }

vrtsenclosuretemperatureTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps enclosure temperature failures"
::= { systems 12 }

vrtsenclosurediskTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps enclosure disk failures"
::= { systems 13 }

vrtsadapterTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps adapter failures"
::= { systems 14 }

vrtsfirmwareTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps firmware failures"
::= { systems 15 }

vrtspciTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps pci failures"
::= { systems 16 }

vrtsnetworkcardTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps network card failures"
::= { systems 17 }

vrtsvolumeTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps volume failures"
::= { systems 18 }

vrtsbbuTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps BBU failures"
::= { systems 19 }

vrtsconnectionTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps connection failures"
::= { systems 20 }

vrtspartitionTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Partition alert traps"
::= { systems 21 }

vrtsstoragestatusTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps StorageArray HealthStatus failures"
::= { systems 22 }

vrtsdimmTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps Dimm failures"
::= { systems 23 }

vrtsiscsiTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps Iscsi failures"
::= { systems 24 }

vrtsethernetTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Traps Ethernet failures"
::= { systems 25 }


-- software traps

vrtsfailedJobsTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Job failures Trap"
::= { software 1 }

vrtsprocessTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Processes stopped traps"
::= { software 2 }

vrtsdiskSpaceTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Low disk space traps"
::= { software 3 }

vrtssoftwareUpdateSuccessTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Software update success trap"
::= { software 4 }

vrtssoftwareUpdateFailedRollbackSuccessTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Software update failed but rollback was successful trap"
::= { software 5 }

vrtssoftwareUpdateFailedRollbackFailedTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Software update and rollback failed trap"
::= { software 6 }

vrtsrollbackSuccessTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Software rollback success trap"
::= { software 7 }

vrtsrollbackFailedTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Software rollback failed trap"
::= { software 8 }

vrtsclusterStateTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Cluster node failed trap"
::= { software 9 }

vrtsdiskPerfTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Disk performance alert trap"
::= { software 10 }

vrtscollectorserviceTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "Collector plugin loading failed trap"
::= { software 11 }

vrtsassetTagTrap NOTIFICATION-TYPE
OBJECTS { vrtssystemName }
STATUS current
DESCRIPTION "AssetTag"
::= { software 12 }

END