zoukankan      html  css  js  c++  java
  • greenplum 5.7 + gpcheck

    gpcheck

    查看帮助

    [gpadmin@node1 bin]$ gpcheck --help
    COMMAND NAME: gpcheck
    
    Verifies and validates Greenplum Database platform settings.
    
    *****************************************************
    SYNOPSIS
    *****************************************************
    
    gpcheck {{-f | --file} <hostfile_gpcheck> | {-h | --host} <host_ID>
         | --local } [-m <master_host>] [-s <standby_master_host>] 
         [--stdout | --zipout] [--config <config_file>]
    
    gpcheck --zipin <gpcheck_zipfile>
    
    gpcheck -?
    
    gpcheck --version
    
    此处省略若干字
    
    *****************************************************
    EXAMPLES
    *****************************************************
    
    Verify and validate the Greenplum Database platform settings by entering 
    a host file: 
    
     # gpcheck -f hostfile_gpcheck 
    
    Save Greenplum Database platform settings to a zip file: 
    
     # gpcheck -f hostfile_gpcheck --zipout 
    
    Verify and validate the Greenplum Database platform settings using a zip 
    file created with the --zipout option: 
    
     # gpcheck --zipin gpcheck_timestamp.tar.gz 
    
    View collected Greenplum Database platform settings: 
    
     # gpcheck -f hostfile_gpcheck --stdout 
    
    See Also 
    
    gpcheckperf

    gpcheck -f

    检查segment机器的操作系统情况,默认使用的–config 是 $GPHOME/etc/gpcheck.cnf

    [root@node1 ~]# gpcheck -f /usr/local/greenplum-db/all_host

    其余参数使用可以查看 gpcheck –help 的输出,非常详细

  • 相关阅读:
    AL&&PY&&PWNTOOLS&&C语言
    shellshock—CVE-2014-6271
    2019Hackergame-Shell骇客
    python&C&Assembly 常见函数(持续更新)
    Linux常见的Shell命令
    服务器常见错误代码500、501、502、503、504、505
    vscode常用快捷键总结
    如何用VSCode愉快的写Python
    Git 安装配置及基本操作
    Robot Framework用法全集
  • 原文地址:https://www.cnblogs.com/ctypyb2002/p/9792992.html
Copyright © 2011-2022 走看看