Context:
Customer running an older version of HCP server software on their Gateway/NUC
Issue:
For time being, it's necessary to update each Gateway/NUC individually.
Resolution:
1) From the Partner Zone retrieve the name of the current HCP server software binary:
- Click the download link
- Copy the binary filename: ex hcp-server-3.7-release-setup-linux-x86_64.bin
2) Connect to the Gateway/NUC Linux terminal:
Note: The Gateway/NUC needs to be properly connected to Internet
Using MobaXterm or Putty open a terminal to the Gateway/NUC
At the prompt enter the following command
wget --no-check-certificate https://cdn.everyoneprint.com/hcp-server-3.7-release-setup-linux-x86_64.bin
The software is downloaded
- When finished launch these 2 commands:
chmod +x hcp-server-3.7-release-setup-linux-x86_64.bin
sudo ./hcp-server-3.7-release-setup-linux-x86_64.bin -u
(hint: you can use the [Tab] key to auto-complete fine name, ex: you enter: hcp-server-3.7 [Tab] )
- Software update is performed automatically and HCP service restarted
- You can type 'exit' to close the Linux Terminal
- Now back in the HCP Admin console, you can verify the Gateway/NUC is running the latest software version
Comments
0 comments
Please sign in to leave a comment.