Man page - pcp_common_options(1)
Packages contains this manual
- pcp_invalidate_query_cache(1)
- pgpool_adm_pcp_node_count(3)
- pcp_proc_info(1)
- pcp_recovery_node(1)
- pcp_common_options(1)
- pgpool_adm_pcp_pool_status(3)
- pcp_proc_count(1)
- pcp_log_rotate(1)
- pgpool_adm_pcp_node_info(3)
- pgpool_adm_pcp_attach_node(3)
- pcp_stop_pgpool(1)
- pcp_node_count(1)
- pgpool_setup(1)
- pcp_health_check_stats(1)
- pgpool_adm_pcp_detach_node(3)
- pgpool_adm_pcp_health_check_stats(3)
- pg_md5(1)
- pcp_promote_node(1)
- pcp_pool_status(1)
- pcp_detach_node(1)
- wd_cli(1)
- pg_enc(1)
- pcp_reload_config(1)
- pgpool_adm_pcp_proc_info(3)
- pcp_watchdog_info(1)
- pgproto(1)
- pgpool(8)
- watchdog_setup(1)
- pcp_node_info(1)
- pcp_attach_node(1)
apt-get install pgpool2
Manual
PCP_COMMON_OPTIONS
NAMESYNOPSIS
DESCRIPTION
OPTIONS
ENVIRONMENT
NAME
pcp_common_options - common options used in PCP commands
SYNOPSIS
|
pcp_command [ option ...] |
DESCRIPTION
There are some arguments common to all PCP commands. Most of these are for authentication and the rest are about verbose mode, debug message, and so on.
OPTIONS
-h
hostname
--host=
hostname
The host name of the machine on which the server is running. If the value begins with a slash, it is used as the directory for the Unix-domain socket.
-p
port
--port=
port
The PCP port number (default:"9898").
-U
username
--username=
username
The user name for PCP authentication (default: OS user name).
-w
--no-password
Never prompt for password (should happen automatically). And if a password is not available by a .pcppass file, the connection attempt will fail. This option can be useful in batch jobs and scripts where no user is present to enter a password.
-W
--password
Force password prompt.
-d
--debug
Enable debug message.
-v
--verbose
Enable verbose output.
-V
--version
Print the command version, then exit.
-?
--help
Shows help for the command line arguments, then exit.
ENVIRONMENT
PCPPASSFILE
Specifies the path to pcp password file.