Hi, Im getting similar error. Im trying to enable encryption in transit & start the Yugabyte on the 1st node. Below are the details:
Operating System: Red Hat Enterprise Linux 8.10 (Ootpa)
– Command to start the yugabyte:
$HOME/yb_open_binaries/yugabyte-2.25.0.0/bin/yugabyted start \
--config $HOME/yugabyte_start.conf \
--advertise_address=$(hostname) \
--cloud_location=aws.us-west-2.us-west-2a \
--base_dir=$HOME/yb_open_binaries \
--fault_tolerance=region
–Conf file
–Conf file
{
"data_dir": "/crdb/data/yugabyte",
"additional_data_dir": "",
"log_dir": "/crdb/log/yugabyte",
"gen_certs_dir": "/home/crdbadmin/yb_open_binaries/generated_certs",
"master_rpc_port": 9092,
"tserver_rpc_port": 9093,
"master_webserver_port": 9094,
"tserver_webserver_port": 9095,
"ysql_port": 9090,
"ycql_port": 9091,
"ysql_metric_port": 9096,
"ycql_metric_port": 12000,
"advertise_address": "host_name",
"webserver_port": 7200,
"yugabyted_ui_port": 9097,
"universe_uuid": "xxxxxx",
"node_uuid": "xxxxxx",
"tserver_uuid": "xxxxxx",
"master_uuid": "xxxxxx",
"placement_uuid": "xxxxxx",
"polling_interval": "5",
"callhome": true,
"master_flags": "",
"tserver_flags": "",
"join": "",
"ysql_enable_auth": true,
"use_cassandra_authentication": true,
"cloud_provider": "aws",
"cloud_region": "us-west-2",
"cloud_zone": "us-west-2a",
"fault_tolerance": "region",
"secure": true,
"insecure": false,
"certs_dir": "/home/crdbadmin/ybdb1d/certs",
"ca_cert_file_path": "/home/crdbadmin/ybdb1d/certs/ca.crt",
"database_password": null,
"current_masters": "",
"ui": true,
"backup_daemon": true,
"dns_enabled": true,
"read_replica": false,
"cluster_member": false
–Error:
Starting yugabyted…
:white_check_mark: YugabyteDB Started
/ Enabling Encryption in Transit and Password Authentication…Could not update Postgress user password. Exception: Traceback (most recent call last):
File “/home/crdbadmin/yb_open_binaries/yugabyte-2.25.0.0/bin/yugabyted”, line 5617, in update_db_passwords
retry_op_with_argument(ysql_proxy.try_update_password, new_password, timeout=60)
File “/home/crdbadmin/yb_open_binaries/yugabyte-2.25.0.0/bin/yugabyted”, line 10489, in retry_op_with_argument
now - start_time))
RuntimeError: Failed after retrying operation for 60.388899087905884 secs.
Im not able to upload the collect logs, pls guide a how to upload it.