table of contents
cs_show_hana_info(8) | ClusterTools2 | cs_show_hana_info(8) |
NAME¶
cs_show_hana_info - show info about HANA instance
SYNOPSIS¶
cs_show_hana_info [OPTION]
cs_show_hana_info [OPTION] <SID> <inst_nr>
DESCRIPTION¶
cs_show_hana_info shows info about HANA instance.
OPTIONS¶
--help show help
--version show version
--info show info for given instance
--logs show summary on errors in logs for given instance
EXAMPLES¶
- * Show info about HANA instance with SID HDB and instance number 11 :
-
# cs_show_hana_info --info HDB 11
- * Show summary on errors in logs from HANA instance with SID HDB and instance number 11 :
-
# cs_show_hana_info -l HDB 11
EXIT STATUS¶
0 Successful program execution.
>0 Usage, syntax or execution errors.
FILES¶
- /usr/sbin/cs_show_hana_info
- the program itself
- /etc/ClusterTools2/cs_show_hana_info
-
the program's main configuration - /usr/sap/<SID>/SYS/global/hdb/custom/config/global.ini
- HANA's global configuration file
- /usr/sap/sapservices
- ...
- /hana/shared/<SID>/HDB<inst_nr>/<host>/trace/*.trc
- HANA services' trace files
BUGS¶
Feedback is welcome, please mail to feedback@suse.com
SEE ALSO¶
su(1), https://www.suse.com/support/kb/doc.php?id=7010056 , https://www.suse.com/support/kb/doc.php?id=7010249 , https://www.suse.com/support/kb/doc.php?id=7022702 , https://www.suse.com/support/kb/doc.php?id=7023007 , https://blogs.sap.com/2012/06/20/collecting-hana-support-information-easily/ , SAP notes 1732157, 2036111 , 2446324, 3007062
COPYRIGHT¶
(c) 2018-2021 L.Pinne, Germany.
cs_show_hana_info comes with ABSOLUTELY NO WARRANTY.
For details see the GNU General Public License at
http://www.gnu.org/licenses/gpl.html
15 Apr 2021 |