| |
Versions 15 and laterhInfoCluster New in version 15hInfoCluster hInfoCluster | Information about the HFSQL Client/Server cluster, in the following format: <Name of cluster manager> + CR + <List of cluster nodes>.
The list of cluster nodes has the following format: <Cluster name> + TAB + <Node status> + TAB + <Version>. The states of the node can be:- 0: Node not belonging to the cluster.
- 1: Node stopped.
- 2: Node waiting to be started.
- 3: Node being started
- 4: Node waiting for source of synchronization.
- 5: Node currently synchronized.
- 6: Node enabled.
- 7: Node being stopped.
- 8: Unknown status.
|
hInfoDate | Date and time of server on 8 bytes in UTC format (universal time). This information is a character string in the following format: "YYYYMMDDHHMMSS". |
Versions 22 and laterhInfoFreeDiskSpace New in version 22hInfoFreeDiskSpace hInfoFreeDiskSpace | Available space on the server disk, expressed in bytes. |
Versions 22 and laterhInfoTotalDiskSpace New in version 22hInfoTotalDiskSpace hInfoTotalDiskSpace | Total capacity of server disk, expressed in bytes. |
hInfoHardware | Information about the hardware used:- Type of processor (for example: Intel Pentium).
- Size of server RAM (for example: 630 MB)
This information is returned in the following format: <Type of CPU> = TAB + <Size of server RAM> |
hInfoName | Name of server (DNS) |
hInfoLogicalName | Name of the server given in the HFConf.ini file or specified during the setup. This name appears in the HFSQL Control Center. |
hInfoPlatform | Information about the server platform:- Name of operating system:
- Windows Windows Vista, Windows Vista (64 bits), Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 2008, Windows 2008 R2, Windows 2012, Windows 2012 R2.
- LINUX followed by the distribution name. For example: "LINUX Ubuntu 14"
- System version: corresponds to Service Pack in Windows or empty string if no Service Pack is installed. In Linux, corresponds to the version of Linux kernel (2.4.20-8 for example).
This information is returned in the following format: <System name> + TAB + <Version> |
Versions 19 and laterhInfoSizeCacheNdxUsed New in version 19hInfoSizeCacheNdxUsed hInfoSizeCacheNdxUsed | Size of index cache that is actually used on the server, expressed in MB. |
hInfoAll (Default value) | Full information about the server (corresponds to hInfoVi + hInfoVersion + hInfoPlatform + hInfoHardware + hInfoName + hInfoLogicalName + hInfoDate). The different values are separated by CR characters (Carriage Return). |
hInfoVersion | Information about the version of programs required for the server to operate:- Version of Manta.exe or Manta in Linux
- Version of HFSQL engine (WDHFsrv.dll or WDHFsrv.so in Linux)
- Version of SQL engine (WDSQLsrv.dll or WDSQLsrv.so in Linux)
- Version of log manager (HFLogger.exe)
- Version of Framework
- 32/64
This information is returned in the following format: <Manta version> + TAB + <HFSQL version> + TAB + <SQL version> + TAB + <Log version> + TAB + <Framework version> + TAB + <32/64> |
hInfoVersionDetails | Detailed information about the version of the programs required to operate the server: <Program name> + TAB + <Version number> + TAB + <Internal version number> + TAB + <File date> The listed elements are as follows:- Manta.exe or Manta in Linux
- HFSQL engine (WDHFsrv.dll or WDHFsrv.so in Linux)
- SQL engine (WDSQLsrv.dll or WDSQLsrv.so in Linux)
- Management of logs (HFLogger.exe)
- MantaManager
- the framework required to operate the server.
This information is returned in the following format: <Program name> + TAB + <Version number> + TAB + <Internal version number> + TAB + <File date> + TAB + <File time> |
hInfoVI | Version number of Manta.exe or Manta in Linux. |