...
Download the
Spacevars | ||
---|---|---|
|
Info | ||
---|---|---|
| ||
For these artifacts, log in to Salesforce and open an additional browser for the Ribbon Global Software Center (GSC). In the Downloads section, search for the name and version of the required software. |
Enable read-write-execute permissions for the copied files using the command given below:
Code Block |
---|
chmod +x install-ev.sh |
Validate installation media readiness using the command given below:
Code Block |
---|
pwd && ls -alh |
As depicted in the example screenshot, confirm the two files exhibit approximately the same size and permissions.
Execute the following command to start installation process:
Code Block |
---|
./install-ev.sh |
The installation continues by installing Docker Compose, Docker and
. The GUI_IP, EV_IP, and EV_IP6 values should be set so that Spacevars 0 product
works properly. Respond to any prompts that arise, especially the GUI_IP, EV_IP, and EV_IP6 prompt which is critical to the installation. GUI_IP, EV_IP, and EV_IP6 values must be set so that Spacevars 0 product
works properly. Spacevars 0 product
GUI_IP - The host name or address that the users can use to access
from the browser's address bar. Spacevars 0 product
Info | ||
---|---|---|
| ||
GUI_IP must be the same as either EV_IP or EV_IP6. |
EV_IP - The host name or IPv4 address for the managed devices to contact
. Spacevars 0 product
EV_IP6 - The host name or IPv6 address for managed devices to contact
. Spacevars 0 product
Info | ||||
---|---|---|---|---|
| ||||
The EV_IP6 address is not set by default. If you want to access |
The installation creates a log file of all actions for historical review/troubleshooting. The resultant filename is in the format of $MM-DD-YYYY-ev-install.log
You are prompted to enter information related to your networking configuration. Read this section carefully and enter the appropriate values applicable to your environment.
Once installation completes, the console screen displays the message “
Spacevars | ||
---|---|---|
|
To check whether the containers started successfully, use the following command:
Code Block |
---|
docker ps --format "table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}" |
Tip | ||||
---|---|---|---|---|
| ||||
Make sure that the STATUS is healthy. If there are unhealthy statuses, run the following command and check the Health section of the output:
For example:
|
Once the installation completes, optionally run a basic sanity check using the command given below:s
Code Block |
---|
cd /opt/scc-build ; ./ev_check.sh post-install |
For initial SCC configuration, register your
Spacevars | ||
---|---|---|
|
Info | ||||
---|---|---|---|---|
| ||||
Refer to Manually Configure ZTP when upgrading from
|
Spacevars | ||
---|---|---|
|
Spacevars | ||
---|---|---|
|
...