Troubleshoot expansion
If you encounter errors during the grid expansion process that you are unable to resolve, or if a grid task fails, collect the log files and contact technical support.
Before you contact technical support, collect the required log files to assist in troubleshooting.
-
External SSH access is blocked by default. If required, temporarily allow access.
-
Connect to the expansion node that has experienced failures:
-
Enter the following command:
ssh -p 8022 admin@grid_node_IPPort 8022 is the SSH port of the base OS, while port 22 is the SSH port of the container engine running StorageGRID.
-
Enter the password listed in the
Passwords.txtfile. -
Enter the following command to switch to root:
su - -
Enter the password listed in the
Passwords.txtfile.
After you log in as root, the prompt changes from
$to#. -
-
Depending on the stage the installation reached, retrieve any of the following logs that are available on the grid node:
Platform Logs VMware
-
/var/log/daemon.log -
/var/log/storagegrid/daemon.log -
/var/log/storagegrid/nodes/<node-name>.log
Linux
-
/var/log/storagegrid/daemon.log -
/etc/storagegrid/nodes/<node-name>.conf(for each failed node) -
/var/log/storagegrid/nodes/<node-name>.log(for each failed node; might not exist)
-
-
If you've allowed external SSH access, block access when you've finished the task.