Brocade Network Advisor SAN + IP User Manual v12.1.0 User Manual

Page 2212

Advertising
background image

Brocade Network Advisor SAN + IP User Manual

2175

53-1002949-01

Database tables and fields

I

TABLE 395

SMIA_SAN_NAME

Field

Definition

Format

Size

NAME

'This will be the principal switch WWN of the fabric.';

varchar

24

ELEMENT_NAME

User friendly name to identify the SAN

varchar

32

IS_PRIMARY_FABRIC

This value will indicate whether principal switch WWN
has primary ownership or not. In case of simple FC
fabric, the value will be always 1. In case of Meta
SAN, Fabric with highest principal switch WWN will
have primary ownership (value 1) and other fabric
entries within the same SAN will have value as 0.

int

TABLE 396

SNAPSHOT_PRODUCT_STATUS

Field

Definition

Format

Size

ID

Unique generated database identifier.

serial

DEPLOYMENT_STATUS_ID

Foreign Key references DEPLOYMENT_STATUS_ID
(id). Identifies the execution cycle for the deployment.

int

MANAGED_ELEMENT_ID

Associates for which target the status applies to.

int

SNAPSHOT_TYPE

Indicates the type of snapshot:

1-Pre snapshot

2-Post snapshot

int

SNAPSHOT_TIME

Time when this pre/post snapshot occurred.

MESSAGE

Detailed message for snapshot report.

text

TABLE 397

SNMP_CREDENTIALS

Field

Definition

Format

Size

ID*

Unique generated database identifier.

int

VIRTUAL SWITCH_ID

Virtual switch ID for which this instance of the SNMP
credentials apply.

int

RECIPIENT_ID

Recipient in the MESSAGE_RECIPIENT table.

int

POR)_NUMBER

Port number of the SNMP agent on the switch for get
and set requests.

smallint

RETRY_COUNT

Number of times to retry if get/set request to the
SNMP agent times out. Default value is 3.

smallint

TIMEOUT

Timeout value in seconds for a get/set request to the
SNMP agent. Default value is 5.

smallint

VERSION

SNMP agent version running on the switch, as in
SNMPv1 or SNMPv3.

varchar

6

READ_COMMUNITY_
STRING

The SNMP Read-Only Community String is like a
password. It is sent along with each SNMP
Get-Request and allows (or denies) access to a
device. The default value is "public". This is applicable
if the agent is configured to operate in SNMPv1.

varchar

64

Advertising