Skip to content

Commit 2ac2ad1

Browse files
committed
users
1 parent 00971db commit 2ac2ad1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/defender-for-iot/organizations/update-ot-software.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,17 @@ This procedure describes how to update OT sensor software via the CLI, directly
189189
mv <filename> /var/cyberx/media/device-info/update_agent.tar
190190
```
191191

192-
1. Start running the software update. Run:
192+
1. Sign into the sensor as the `cyberx` user and start running the software update. Run:
193193

194194
```bash
195195
curl -H "X-Auth-Token: $(python3 -c 'from cyberx.credentials.credentials_wrapper import CredentialsWrapper;creds_wrapper = CredentialsWrapper();print(creds_wrapper.get("api.token"))')" -X POST http://127.0.0.1:9090/core/api/v1/configuration/agent
196196
```
197197

198198
At some point during the update process, your SSH connection will disconnect. This is a good indication that your update is running.
199199

200-
1. Continue to monitor the update process by checking the `install.log` file, as follows:
200+
1. Continue to monitor the update process by checking the `install.log` file.
201+
202+
Sign back into the sensor as the `cyberx_host` user and run:
201203

202204
```bash
203205
tail -f /opt/sensor/logs/install.log

0 commit comments

Comments
 (0)