View netapp_model_view.lun_map Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
objid bigint 19 Locally unique object identifier. ZAPIs: lun-map-get-iter.lun-map-info
uuid varchar 255 Globally unique ID of the LUN map. DERIVED from {igroupUUID}.{lunUUID}
resourceKey varchar 512
clusterId bigint 19
vserverId bigint 19
igroupId bigint 19  √  null
lunId bigint 19
owningNodeId bigint 19  √  null The owning node Id.
lun int 10  √  null Logical Unit Number which the lun is mapped to for the requested initiator
path varchar 255  √  null Path of the LUN which is mapped to the requested initiator
createTime bigint 19
updateTime bigint 19

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`lun_map`.`objid` AS `objid`,`netapp_model`.`lun_map`.`uuid` AS `uuid`,`netapp_model`.`lun_map`.`resourceKey` AS `resourceKey`,`netapp_model`.`lun_map`.`clusterId` AS `clusterId`,`netapp_model`.`lun_map`.`vserverId` AS `vserverId`,`netapp_model`.`lun_map`.`igroupId` AS `igroupId`,`netapp_model`.`lun_map`.`lunId` AS `lunId`,`netapp_model`.`lun_map`.`owningNodeId` AS `owningNodeId`,`netapp_model`.`lun_map`.`lun` AS `lun`,`netapp_model`.`lun_map`.`path` AS `path`,`netapp_model`.`lun_map`.`createtime` AS `createTime`,`netapp_model`.`lun_map`.`updatetime` AS `updateTime` from `netapp_model`.`lun_map` where (`netapp_model`.`lun_map`.`objState` = 'LIVE')
 
Possibly Referenced Tables/Views:
lun