AWS 上的 TeraData:*** 警告:RDBMS 崩溃或会话重置。恢复中
TeraData on AWS: *** Warning: RDBMS CRASHED OR SESSIONS RESET. RECOVERY IN PROGRESS
我在尝试登录 AWS 上的 Teradata 实例 运行 时遇到此错误:
ec2-user@ip-xx-x-xx-xx:~> bteq
Teradata BTEQ 15.10.01.09 for LINUX. PID: 7460
Copyright 1984-2016, Teradata Corporation. ALL RIGHTS RESERVED.
Enter your logon or BTEQ command:
.logon 127.0.0.1/dbc;
.logon 127.0.0.1/dbc
Password:
*** Warning: RDBMS CRASHED OR SESSIONS RESET. RECOVERY IN PROGRESS.
*** Warning: Exiting because of three BREAKs!
*** Exiting BTEQ...
我尝试通过 运行 ~/etc/init.d/tpa start
手动重启实例,但出现错误:
ec2-user@ip-xx-x-xx-xx:~> /etc/init.d/tpa start
Teradata Database Initiator service is starting...
Teradata Database Initiator service failed with 4 exit code
我最终解决这个问题的方法是在 AWS 上创建一个新的密钥对,然后我用它在 EC2 上重新构建 Teradata。我不知道为什么以前的密钥对一直在抛出问题中的错误。
希望这对其他人有帮助。
我在尝试登录 AWS 上的 Teradata 实例 运行 时遇到此错误:
ec2-user@ip-xx-x-xx-xx:~> bteq
Teradata BTEQ 15.10.01.09 for LINUX. PID: 7460
Copyright 1984-2016, Teradata Corporation. ALL RIGHTS RESERVED.
Enter your logon or BTEQ command:
.logon 127.0.0.1/dbc;
.logon 127.0.0.1/dbc
Password:
*** Warning: RDBMS CRASHED OR SESSIONS RESET. RECOVERY IN PROGRESS.
*** Warning: Exiting because of three BREAKs!
*** Exiting BTEQ...
我尝试通过 运行 ~/etc/init.d/tpa start
手动重启实例,但出现错误:
ec2-user@ip-xx-x-xx-xx:~> /etc/init.d/tpa start
Teradata Database Initiator service is starting...
Teradata Database Initiator service failed with 4 exit code
我最终解决这个问题的方法是在 AWS 上创建一个新的密钥对,然后我用它在 EC2 上重新构建 Teradata。我不知道为什么以前的密钥对一直在抛出问题中的错误。
希望这对其他人有帮助。