c_hanatec_17 Exam QuestionsBrowse all questions from this exam

c_hanatec_17 Exam - Question 17


Which tool shows you information about the list of tablets to be pre-loaded during an SAP HANA system start?

Show Answer
Correct Answer: B

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.

Discussion

1 comment
Sign in to comment
LizzyOlivanOption: B
Aug 8, 2023

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"