Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Retrieving tokens for BMC Helix Edge node and core
Retrieving tokens for both the BMC Helix Edge node and core before you monitor service health is an essential security measure that promotes controlled and secure access. These tokens foster a safe and reliable environment for service management and monitoring.
To retrieve a token for the node
Log in to the machine where you deployed the BMC Helix Edge node.
Change the directory (cd) to where you extracted the BMC Helix Edge node installer package.
Run the following command:
make get-consul-token
The command returns the secret token to log in.
Copy and store this token.
Use the secret token during the login process.
To retrieve a token for the core
Log in to the machine from which you initiated the BMC Helix Edge core Kubernetes installation.
Change the directory (cd) to where you extracted the BMC Helix Edge core installer package. For example: /opt/bmc/hedge/hedge-core
Run the following command:
./deploy.sh <namespace> -token
<namespace> is the Kubernetes namespace where you installed BMC Helix Edge. The command returns the secret token for login.