Generated_Birtreport_Info - Brocade Communications Systems WFT-2D User Manual

San user manual
Table of Contents

Advertisement

H
Views
FCIP_CIRCUIT_CAPABLE,
from
where

GENERATED_BIRTREPORT_INFO

CREATE OR REPLACE VIEW generated_birtreport_info AS
SELECT generated_birtreport.id AS generated_report_id,
1788
GIGE_PORT.PORT_NAME,
GIGE_PORT.OPERATIONAL_STATUS,
GIGE_PORT.LED_STATE,
GIGE_PORT.SPEED_LED_STATE,
GIGE_PORT.PORT_TYPE,
GIGE_PORT.PERSISTENTLY_DISABLED,
GIGE_PORT.INTERFACE_TYPE,
GIGE_PORT.CHECKSUM,
GIGE_PORT.FCIP_CAPABLE,
coalesce(CARD.FCIP_CIRCUIT_CAPABLE, VIRTUAL_SWITCH.FCIP_CIRCUIT_CAPABLE) as
GIGE_PORT.ISCSI_CAPABLE,
GIGE_PORT.REMOTE_MAC_ADDRESS,
GIGE_PORT.INBAND_MANAGEMENT_STATUS,
GIGE_PORT.LAST_UPDATE,
SWITCH_PORT.VIRTUAL_SWITCH_ID,
SWITCH_PORT.USER_PORT_NUMBER,
SWITCH_PORT.PORT_INDEX,
SWITCH_PORT.SPEED_TYPE,
VIRTUAL_SWITCH.WWN as VIRTUAL_SWITCH_WWN,
VIRTUAL_SWITCH.MANAGEMENT_STATE,
VIRTUAL_SWITCH.MONITORED,
CORE_SWITCH.WWN as PHYSICAL_SWITCH_WWN
GIGE_PORT,
SWITCH_PORT,
CORE_SWITCH
left outer join CARD on CORE_SWITCH.ID = CARD.CORE_SWITCH_ID,
VIRTUAL_SWITCH
GIGE_PORT.SWITCH_PORT_ID = SWITCH_PORT.ID and
SWITCH_PORT.VIRTUAL_SWITCH_ID = VIRTUAL_SWITCH.ID and
VIRTUAL_SWITCH.CORE_SWITCH_ID = CORE_SWITCH.ID and
GIGE_PORT.SLOT_NUMBER in (0, CARD.SLOT_NUMBER);
generated_birtreport.file_name, generated_birtreport.rptdoc_store_location,
generated_birtreport.generate_time, generated_birtreport.format,
generated_birtreport.flagged, generated_birtreport.shared,
generated_birtreport.report_template_id,
report_template.name AS report_template_name,
report_template.title AS report_template_title,
report_template.created_time AS report_template_creation_time,
report_template.created_by AS template_created_by,
report_template.report_type AS template_type,
report_template.parameterized AS template_is_parameterized,
report_template.category AS template_category,
report_template.shared AS template_is_shared,
generated_birtreport.generated_by AS report_generated_by_user_id,
user_.name AS report_generated_by_user_name,
user_.email AS report_generated_by_user_email,
generated_birtreport.scheduled, generated_birtreport.schedule_id,
birtreport_schedule_config.name AS schedule_name,
birtreport_schedule_config.report_store_location,
birtreport_schedule_config.format_type AS scheduled_report_format,
Brocade Network Advisor SAN User Manual
53-1003154-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Network advisor 12.3.0

Table of Contents