table of contents
cs_show_supportconfig(8) | ClusterTools2 | cs_show_supportconfig(8) |
NAME¶
cs_show_supportconfig - collect information from supportconfig files
SYNOPSIS¶
cs_show_supportconfig OPTION
cs_show_supportconfig --generic DIR
cs_show_supportconfig --function DIR FUNC ...
DESCRIPTION¶
cs_show_supportconfig collects information from supportconfig files. This version should work for supportconfig files from SLES12 and more or less SLES15. The supportconfig archive has to be extracted.
Note: This script does not try to replace the experienced user by
artificial intelligence. It just is aimed to help users focussing on the
more interesting pieces of supportconfig archives.
OPTIONS¶
--help
show help.
--version
show version.
--listfunc
show available functions.
--generic
show info from all generic functions.
--function
show info from selected function.
EXIT STATUS¶
0 Successful program execution.
>0 Usage, syntax or execution errors.
EXAMPLES¶
- # tar --no-same-owner -xjf nts_node0_111010_1101.tbz
- extract a supportconfig archive as youself.
- # cs_show_supportconfig -g nts_node0_111010_1101
- show generic infos for extracted supportconfig archive nts_node0_111010_1101.
- # cs_show_supportconfig -f nts_node0_111010_1101 chk_overview chk_veritas
- show overview info, than search for Veritas Cluster Services.
- # cs_show_supportconfig -f nts_node0_111010_1101 chk_sap chk_saphana
- search for SAP HANA related information.
- # cs_show_supportconfig -f nts_node0_111010_1101 chk_powervm chk_numa chk_sysconf chk_network chk_storage chk_timeres
- search for infos relevant inside an LPAR on PowerVM.
FILES¶
- /usr/sbin/cs_show_supportconfig
- the program itself.
- /etc/ClusterTools2/cs_show_supportconfig
- the main configuration.
- /etc/ClusterTools2/cs_show_error_patterns
- the default error patterns.
- /etc/ClusterTools2/cs_prepare_esxvm
- the VMware related default patterns.
BUGS¶
The error summary depends on supportconfig's messages.txt file
which contains only a short trunc of the real messages file. To fix this,
supportconfig could be called with the -I <line_count> option.
Some information from SLES12 is still not evaluated.
Feedback is welcome, please mail to feedback@suse.com
SEE ALSO¶
supportconfig(8), tar(1), cs_show_error_patterns(8), cs_show_cluster_patterns(8), cs_show_cluster_transition(8), cs_prepare_esxvm(8), cs_precheck_for_hana(8), cs_show_memory(8), cs_sum_base_config(8), ClusterTools2(7), ha_related_suse_tids(7), http://support.novell.com/advisor/ , https://build.opensuse.org/project/show/Novell:NTS:SCA
COPYRIGHT¶
(c) 2011-2019 I.Manyugin, L.Pinne; Germany.
cs_show_supportconfig comes with ABSOLUTELY NO WARRANTY.
For details see the GNU General Public License at
http://www.gnu.org/licenses/gpl.html
01 Nov 2019 |