Which tool shows you information about the list of tablets to be pre-loaded during an SAP HANA system start?
Which tool shows you information about the list of tablets to be pre-loaded during an SAP HANA system start?
The tool that shows you information about the list of tables to be pre-loaded during an SAP HANA system start is 'hdbcons'. 'hdbcons' provides specific commands such as 'tablepreload i' and 'tablepreload c -f' to show information about tables and their preloading status. Other options, such as HDBAdmin, sapcontrol, and RecoverStateChecker.py, do not offer specific functionality for showing table preloading information in SAP HANA.
HA200-SAP HANA 2.0 SPS06 - Installation and Administration. ●Show information about the list of tables to be preloaded (not the preload flag related columns): hdbcons "tablepreload i" ●Show full content (list of tables): hdbcons "tablepreload c -f" ●Write additional preload information to a virtual file in data volumes: hdbcons "tablepreload w -s" ●Show a full list of help: hdbcons help[Enter] ●Show hdbcons help on specific command: hdbcons "help tablepreload"