Linux (DEB)
Version 1.0
Quick Start _ Linux Installation
Inatallation from OOA Binary Daemon Version
Method 1:
- Step 1. Download the latest release:
Download : ooa-1.0.0-beta.1-binary.tar
- Step 2. Install OOA on the Device
1. Upload the OOA.deb
package to your device.
2. Extract the downloaded.tar.gz
file:
3. Run the following commands to install (Replace Arch with your target system CPU architecture e.g., amd64, armhf, arm64):tar -zxvf <File name> .tar.gz
sudo dpkg -i ooa_1.0.0-beta.1_.deb sudo apt-get install -f
- Step 3. Generate a Provision Key on the Controller
1 .Log in to the OOS Controller dashboard and navigate to the Provision page.
2. Generate and copy a new Provision Key for your device.
- Step 4. Register the Provision Key
1.Run the following command and paste your Provision Key
sudo ooa config save --provision-key <your Provision Key>
2. You will see output similar to:
Saved configuration at /etc/ooa/ooa.yaml
To edit the config run:
sudo nano /etc/ooa/ooa.yaml
Restart the OOA to apply the new configuration.
To restart the OOA run:
sudo ooa down
sudo ooa up
Do you want to restart the OOA now? (yes/no): yes
Restarting OOA...
3. When prompted "Do you want to restart the OOA now? (yes/no):",
type yes
to let OOA automatically restart and apply the new configuration.
- Step 5. Discover and Provision the New Agent on the Controller
- Go back to the Controller Provision page and click re-discover. The new agent will appear in the device list.
- Select the OOA device, then click the provision button at the bottom to let the Controller take over management
- After provisioning succeeds, you can see the device on the Controller's inventory page
Method 2:
Installation Using the One-Click Script
Step 1. Download the latest release:
Download : ooa-1.0.0-beta.1-binary.tar
Step 2. Install OOA on the Device
1. Upload the OOA .deb
package to your device.
2. Extract the downloaded .tar.gz
file:
tar -zxvf <File name> .tar.gz
3.You can also use the provided one-click installation script to install OOA.
sudo bash install.sh <architecture> <your Provision Key>
- <architecture> : System architecture (e.g., amd64, arm64, armhf)
- <your Provision Key>: Replace <your Provision Key> with the provision key generated from the Controller Provision page.
Note: If you do not provide a Provision Key, you can register it manually after installation.
Installation Using Debian Package
OOA can also be installed directly using the Debian package:
Step 1.Install the package:
sudo dpkg -i ooa_1.0.0-beta.1_<architecture>.deb
<architecture> : System architecture (e.g., amd64, arm64, armhf)
Step 2. Resolve dependencies:
sudo apt-get install -f