You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then copy this directory tree over to the switch zone.
@@ -1289,6 +1289,24 @@ For a4x2: copy this binary to the switch zone and run it from there. You'll nee
1289
1289
1290
1290
For `omicron-dev run-all`, you can run this command from the same system where you're running `omicron-dev`. Instead of `--interface`, you need to use the `--sp-sim-addr IPV6_ADDR:PORT` option to point `faux-mgs` at the simulated SP. Unfortunately, the easiest way to find the address and port of the simulated SP is in the log file whose path is printed out by `omicron-dev run-all`.
1291
1291
1292
+
You can find the necessary addresses for each interface during the initial SP discovery phase:
However you get `faux-mgs` running, you can use it to inspect state and https://github.com/oxidecomputer/meta/blob/master/engineering/mupdate/manual-rot-sp-updates.adoc[perform updates by hand]. (If you follow those linked instructions, note that they use `pilot sp exec -e CMD SERIAL`. This is a thin wrapper that finds the right interface for the host with serial `SERIAL` and then runs `faux-mgs --interface INTERFACE CMD`. You can just do this transformation yourself.)
@@ -1343,4 +1361,13 @@ Sled SimGimlet00
1343
1361
...
1344
1362
```
1345
1363
1364
+
If you're running `omicron-dev run-all`, you'll need to use the `--dns-server` flag to specify
1365
+
the DNS server `omdb` will use. You can find this information within the `omicron-dev run-all` output:
1366
+
1367
+
```
1368
+
...
1369
+
omicron-dev: internal DNS: [::1]:63673
1370
+
...
1371
+
```
1372
+
1346
1373
This is a handy summary, but it only gets updated when inventory is collected. This is more cumbersome than `faux-mgs` when you only need to get one piece of information and need it to be up-to-date.
0 commit comments