Phantom_Port_Info; Port_Bottleneck_Conf_Info; Port_Bottleneck_Stat_Info - Brocade Communications Systems Brocade 8/12c User Manual

Brocade network advisor san user manual v11.1x (53-1002167-01, may 2011)
Hide thumbs Also See for Brocade 8/12c:
Table of Contents

Advertisement

E
Views

PHANTOM_PORT_INFO

create or replace view PHANTOM_PORT_INFO as
select
from
where

PORT_BOTTLENECK_CONF_INFO

This view provides combine port bottleneck configuration and enough information from switch port
for the client to identify the port.
create or replace view PORT_BOTTLENECK_CONF_INFO as
select
from

PORT_BOTTLENECK_STAT_INFO

This view provides combine port bottleneck status and enough information from the switch port for
the client to identify the port.
create or replace view PORT_BOTTLENECK_STAT_INFO as
select
1168
PHANTOM_PORT.ID,
PHANTOM_PORT.WWN,
PHANTOM_PORT.VIRTUAL_SWITCH_ID,
PHANTOM_PORT.PORT_NUMBER,
PHANTOM_PORT.PORT_ID,
PHANTOM_PORT.SPEED,
PHANTOM_PORT.MAX_SPEED,
PHANTOM_PORT.TYPE,
PHANTOM_PORT.REMOTE_NODE_WWN,
PHANTOM_PORT.REMOTE_PORT_WWN,
PHANTOM_PORT.PHANTOM_TYPE,
PHANTOM_PORT.BB_FABRIC_ID,
VIRTUAL_SWITCH.WWN as VIRTUAL_SWITCH_WWN
PHANTOM_PORT,
VIRTUAL_SWITCH
PHANTOM_PORT.VIRTUAL_SWITCH_ID = VIRTUAL_SWITCH.ID;
PORT_BOTTLENECK_CONFIG.SWITCH_PORT_ID,
PORT_BOTTLENECK_CONFIG.BOTTLENECK_DETECT_ENABLED,
PORT_BOTTLENECK_CONFIG.ALERTS_ENABLED,
PORT_BOTTLENECK_CONFIG.CONGESTION_THRESHOLD,
PORT_BOTTLENECK_CONFIG.LATENCY_THRESHOLD,
PORT_BOTTLENECK_CONFIG.WINDOW_,
PORT_BOTTLENECK_CONFIG.QUIET_TIME,
PORT_BOTTLENECK_CONFIG.CREATION_TIME,
PORT_BOTTLENECK_CONFIG.LAST_UPDATE_TIME,
SWITCH_PORT.VIRTUAL_SWITCH_ID,
SWITCH_PORT.USER_PORT_NUMBER,
SWITCH_PORT.TYPE,
SWITCH_PORT.WWN
PORT_BOTTLENECK_CONFIG
left outer join SWITCH_PORT
on PORT_BOTTLENECK_CONFIG.SWITCH_PORT_ID = SWITCH_PORT.ID;
PORT_BOTTLENECK_STATUS.SWITCH_PORT_ID,
PORT_BOTTLENECK_STATUS.STATUS,
Brocade Network Advisor SAN User Manual
53-1002167-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Network advisor 11.1.xBrocade bladesystem 4/24

Table of Contents