Skip to content

Commit 86fabac

Browse files
authored
DOCS-3755: Add info about reprovisioning (#4129)
1 parent 5bcbd6d commit 86fabac

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Diff for: assets/scss/_styles_project.scss

+15
Original file line numberDiff line numberDiff line change
@@ -3286,6 +3286,21 @@ div.tablestep > div.tablestep-content {
32863286
overflow: auto;
32873287
}
32883288

3289+
div.tablestep > table, div.tablestep table {
3290+
border-right: 1px solid #E4E4E6;
3291+
border-left: 1px solid #E4E4E6;
3292+
border-top: 1px solid #E4E4E6;
3293+
margin-bottom: 1rem;
3294+
}
3295+
3296+
div.tablestep > table th, div.tablestep table th {
3297+
padding: 0.75rem;
3298+
}
3299+
3300+
div.tablestep > table td, div.tablestep table td {
3301+
padding: 0.75rem;
3302+
}
3303+
32893304
.td-content > ol > li:before, .td-content > .table * ol > li:not(.ais-Hits-item):before {
32903305
margin-right: 10px;
32913306
content: counter(item);

Diff for: docs/manage/fleet/provision/setup.md

+8
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,14 @@ sudo ./preinstall.sh /path/to/rootfs
447447

448448
## Troubleshooting
449449

450+
### Can I re-provision a machine that was already provisioned?
451+
452+
You cannot re-run the `preinstall.sh` script.
453+
Once a device is set up for provisioning and has a <FILE>viam-provisioning.json</FILE> file on it, it will attempt to provision the machine when it comes online.
454+
If you have not yet connected the device to a network and setup has not completed, you can still make changes to the <FILE>viam-provisioning.json</FILE> file on the device.
455+
456+
Once a machine has completed the provisioning flow, you cannot re-run the final setup steps without first manually removing the machine configuration file (<FILE>/etc/viam.json</FILE>).
457+
450458
### Device not detecting networks
451459

452460
Some systems can't scan for WiFi networks while in hotspot mode, meaning they won't automatically detect networks coming online or into range until the `retry_connection_timeout_minutes` expires.

0 commit comments

Comments
 (0)