FileSystem_ci (Staging Table)
FlexNet Manager Suite
2022 R2
(On-Premises)
Data in this staging table may also be saved in FileSystem.xml on the staging server.
BMC Discovery query
This query extracts data from the
FileSystem
node in the BMC Discovery datastore, and provides the aliases for properties referenced in the table
below:SEARCH FileSystem
WHERE (NODECOUNT
(TRAVERSE MountedFileSystem:FileSystemMount:Mounter:Host) > 0)
AND fs_kind = 'LOCAL'
AND size IS DEFINED
AND size > 0
AND fs_type <> 'tmpfs'
AND fs_type <> 'devtmpfs'
AND fs_type <> 'DevFS'
SHOW
fs_name AS 'Name',
size AS 'Size',
#MountedFileSystem:FileSystemMount:Mounter:Host.key AS 'HostKey'
Mapping into FileSystem_ci
Source alias | FileSystem_ci property | Type | Max |
---|---|---|---|
HostKey |
HostKey |
varchar |
64 |
Name |
Name |
nvarchar |
255 |
Size |
Size |
bigint |
FlexNet Manager Suite (On-Premises)
2022 R2