[INFO]:-Greenplum Binary Version: 'postgres (Greenplum Database) 4.3 0 码力 |
84 页 |
12.61 MB
| 2 年前 3 connections when starting Greenplum Database on master only mode with the command gpstart -m -R.
173598676 : The gpstart utility now accepts the string -- as part of the data directory name.
31583 : Fixed in the gpinisystem operation.
179336062 : The Greenplum utilities gprecoverseg, gpinitstandby, gpstart, and gpstop fail when there is a message banner in .bashrc. This issue has been resolved, and now non-descript error when a segment host was unreachable during Greenplum Database initialization. gpstart now continues the startup process even if some cluster hosts are unreachable.
31028 - Cluster Management 0 码力 |
1959 页 |
19.73 MB
| 2 年前 3 都存放在 \$GPHOME/bin 目录下。GP 提供的命令可以实现如下的管理任务:
在多个主机上批量执行命令(gpssh)
● 初始化 GP 集群 (gpointsystem)
启动(gpstart)或关闭GP集群(gpstop)
从集群中隔离故障的 Host 主机 (gpstop --host)
扩展 Instance 以及在新节点间重新分布 Table(gpexpand)
● 监控和恢复失败的 CHECKPOINT 操作:
$ psql postgres -c "CHECKPOINT"
4. 停止数据库:
$ gpstop -f
5. 重新启动数据库:
$ gpstart -a
注意:增加该参数的值可能需要更多的共享内存,需要注意操作系统参数方面内存相关的参数配置。
## 客户端/服务端间的加密连接
GP 原生支持客户端与 Master 服务端之间的 SSL gp_resource_manager -v "group"
2、重启 GP 数据库:
$ psql postgres -c "CHECKPOINT"
$ gpstop -af
$ gpstart -a
启用资源组之后,任何 ROLE 提交的事务都会经过该 ROLE 所属的资源组来执行,并受到该资源组的限制(并发事务数量、CPU 百分比和内存百分比)。类似的,外部组件的 CPU 和内存 0 码力 |
416 页 |
6.08 MB
| 2 年前 3 log file did not show that Greenplum was started in restricted mode if master only mode was used (gpstart -m -R).
180291768,179715424:Resolved a packcore/gdb test failure that occurred when environment later in the gpinisystem operation.
179336062 : The Greenplum utilities gprecoverseg, gpinitstandby, gpstart, and gpstop fail when there is a message banner in .bashrc. This issue has been resolved, and now non-descript error when a segment host was unreachable during Greenplum Database initialization. gpstart now continues the startup process even if some cluster hosts are unreachable.
31028 - Cluster Management 0 码力 |
1972 页 |
20.05 MB
| 2 年前 3 log file did not show that Greenplum was started in restricted mode if master only mode was used (gpstart -m -R).
180291768,179715424:Resolved a packcore/gdb test failure that occurred when environment later in the gpinisystem operation.
179336062 : The Greenplum utilities gprecoverseg, gpinitstandby, gpstart, and gpstop fail when there is a message banner in .bashrc. This issue has been resolved, and now non-descript error when a segment host was unreachable during Greenplum Database initialization. gpstart now continues the startup process even if some cluster hosts are unreachable.
31028 - Cluster Management 0 码力 |
1988 页 |
20.25 MB
| 2 年前 3 gpssh-exkeys 2051
Synopsis 2051
Description 2052
Options 2053
Examples 2053
See Also 2054
**gpstart** 2054
Synopsis 2054
Description 2054
Options 2055
Examples 2056
See Also 2057
**gpstate** log file did not show that Greenplum was started in restricted mode if master only mode was used (gpstart -m -R). 180291768, 179715424
Resolved a packcore/gdb test failure that occurred when environment in the gpinisystem operation.
## 179336062
The Greenplum utilities gprecoverseg, gpinitstandby, gpstart, and gpstop fail when there is a message banner in .bashrc. This issue has been resolved, and now 0 码力 |
2400 页 |
18.02 MB
| 2 年前 3 **gpssh-exkeys** 1749
Synopsis 1749
Description 1749
Options 1750
Examples 1750
See Also 1751
**gpstart** 1751
Synopsis 1751
Description 1751
Options 1752
Examples 1753
See Also 1753
**gpstate** log file did not show that Greenplum was started in restricted mode if master only mode was used (gpstart -m -R). 180291768, 179715424
Resolved a packcore/gdb test failure that occurred when environment later in the gpinisystem operation.
179336062
The Greenplum utilities gprecoverseg, gpinitstandby, gpstart, and gpstop fail when there is a message banner in .bashrc. This issue has been resolved, and now 0 码力 |
2025 页 |
33.54 MB
| 2 年前 3 Admin常用命令
## 数据库启动:gpstart
• 常用可选参数:-a:直接启动,不提示终端使用者输入确
-m: 只启动master实例,主要在故障处理时使用
-R: 进入限制模式,只有超级用户能访问,常用于系统维护
## 数据库停止:gpstop:
- 常用可选参数:-a:直接停止,不提示终端使用者输入确认
-m:只停止master实例,与gpstart -m对应使用
-M fast 当数据库出现异常,不能正常使用时,此时可以重启数据库
建议每次关闭数据库前,执行一次checkpoint,或者UTILITY进入到每一个实例,执行checkpoint;
数据库重启时,可以gpstart -R参数,让系统进入限制模式,限制普通用户登录,便于对系统进行诊断和维护
在某些极端情况下,数据库重启失败,可能原因是Persistent或Xlog有数据不一致,此时,请在Support说明 0 码力 |
41 页 |
1.42 MB
| 2 年前 3 Also
2054
gpssh-exkeys
2054
Synopsis
2054
Description
2054
Options
2055
Examples
2056
See Also
2057
gpstart
2057
Synopsis
2057
Description
2057
VMware Greenplum 6 Documentation
VMware, Inc
116
Options
2058 log file did not show that Greenplum was started in restricted
mode if master only mode was used (gpstart -m -R).
180291768, 179715424
Resolved a packcore/gdb test failure that occurred when environment later in the gpinisystem
operation.
179336062
The Greenplum utilities gprecoverseg, gpinitstandby, gpstart, and gpstop fail when there is a
message banner in .bashrc. This issue has been resolved, and now 0 码力 |
2374 页 |
44.90 MB
| 2 年前 3 Also
1986
gpssh-exkeys
1986
Synopsis
1986
Description
1987
Options
1988
Examples
1988
See Also
1989
gpstart
1989
Synopsis
1989
Description
1989
Options
1990
Examples
1991
See Also
1991
gpstate
1991
Synopsis restricted
VMware Tanzu Greenplum 6 Documentation
VMware, Inc
164
mode if master only mode was used (gpstart -m -R).
180291768, 179715424
Resolved a packcore/gdb test failure that occurred when environment Documentation
VMware, Inc
171
operation.
179336062
The Greenplum utilities gprecoverseg, gpinitstandby, gpstart, and gpstop fail when there is a
message banner in .bashrc. This issue has been resolved, and now 0 码力 |
2298 页 |
40.94 MB
| 2 年前 3
|