10-25-2021 12:02 PM
As the subject mentions, how do I retrieve my SCI serial # from the CLI....?
I no longer have access to the webui after attempting to perform an offline upgrade from 5.4.2 to 5.5.3
10-25-2021 12:14 PM
Hello use the Following commmand in SCI CLI
sudo docker exec consul ./vendor/consul/consul-linux kv get clusters/default/serial_number
FABIAN GARZON
10-25-2021 12:16 PM
Thanks @fabian_garzon_baquero but looks like I am out of diskspace so it does not work.
root@demo-20578186 ~ # sudo docker exec consul ./vendor/consul/consul-linux kv get clusters/default/serial _number
OCI runtime exec failed: open /tmp/runc-process254483419: no space left on device: unknown
root@demo-20578186 ~ #
10-25-2021 12:25 PM
You can Try Delete the Old versions from previous Upgrades or Delete parquet files to free some space.
Rectification is to manually remove old images. Please run the below commands on the master as well as all the data nodes.
Inspect space on the storage engine.
|
FABIAN GARZON
10-25-2021 12:44 PM
for whatever reason those escape characters don't seem to work. I have tried a few different ones....' " etc...