Veritas Access Appliance Command Reference Guide

Last Published:
Product(s): Appliances (7.3.2)
Platform: 3340
  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 > Network
    1.  
      Network > Configure
    2.  
      Network > Date
    3.  
      Network > DNS
    4.  
      Network > Gateway
    5.  
      Network > Hosts
    6.  
      Network > IPv4
    7.  
      Network > IPv6
    8.  
      Network > SetProperty
    9.  
      Network > Show
    10.  
      Network > TimeZone
    11.  
      Network > NetStat
    12.  
      Network > NTPServer
    13.  
      Network > Unconfigure
    14.  
      Network > VLAN
    15.  
      Network > TraceRoute
    16.  
      Network > Ping
    17.  
      Network > Hostname
    18.  
      Network > Proxy
  7. Appendix F. Main > Monitor
    1.  
      Monitor > MemoryStatus
    2.  
      Monitor > NetworkStatus
    3.  
      Monitor > SDCS
    4.  
      Monitor > Top
    5.  
      Monitor > Uptime
    6.  
      Monitor > Who
    7.  
      Monitor > Hardware
  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.  
      Security > Certificates > DeviceCertificate > Export
    7.  
      Security > Certificates > DeviceCertificate > Import
  9. Appendix H. Main > Support
    1.  
      Support > DataCollect
    2.  
      Support > Logs
    3.  
      Support > RAID
    4.  
      Support > Shutdown
    5.  
      Support > Storage Reset
    6.  
      Support > Test
    7.  
      Support > FactoryReset
    8.  
      Support > InfraServices
    9.  
      Support > IPMI
    10.  
      Support > Maintenance
    11.  
      Support > Reboot
    12.  
      Support > Services

Name

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

SYNOPSIS

SNMP Disable

SNMP Enable

SNMP Set Server [Community] [Port]

SNMP Show

SNMP ShowMIB

DESCRIPTION

The Product Long Name uses the SNMPv2-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.

The following list is an example of the types of hardware notifications that are monitored through SNMP for the appliance:

  • CPU

  • Disk

  • Fan

  • Power Supply

  • RAID

  • Temperature

OPTIONS

SNMP Disable

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

SNMP Enable

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

SNMP Set Server [Community] [Port]

Add information about SNMP. Here, Server is the name of the SNMP server, [Community] is the SNMP community, and [Port] is the SNMP port.

Note:

The Product Long Name supports all the SNMP servers in the market. However, the ManageEngine™ SNMP server and the HP OpenView SNMP server are tested and certified.

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