This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:unix:omnios [2023/08/08 15:30] gcooper |
computing:unix:omnios [2024/12/17 20:43] (current) gcooper |
||
---|---|---|---|
Line 78: | Line 78: | ||
Run the same command again without the ' | Run the same command again without the ' | ||
+ | |||
+ | If you get stuck with updating, try: | ||
+ | |||
+ | < | ||
+ | pkg refresh --full | ||
+ | pkg update -f | ||
+ | reboot -p | ||
+ | </ | ||
===== Upgrading ===== | ===== Upgrading ===== | ||
Line 287: | Line 295: | ||
<note tip>If there is any preexisting configuration on the disk (many drives come partitioned!), | <note tip>If there is any preexisting configuration on the disk (many drives come partitioned!), | ||
+ | |||
+ | FIXME Is the following necessary? | ||
Set up SMI label with same partitioning as original boot disk: | Set up SMI label with same partitioning as original boot disk: | ||
Line 299: | Line 309: | ||
pfexec zpool attach -f rpool c5t2d0s0 c5t3d0s0 | pfexec zpool attach -f rpool c5t2d0s0 c5t3d0s0 | ||
</ | </ | ||
+ | |||
+ | If your bootdisk ends with '' | ||
+ | '' | ||
:!: Do not continue until the resilver is finished. | :!: Do not continue until the resilver is finished. | ||
Line 313: | Line 326: | ||
bootadm | bootadm | ||
</ | </ | ||
- | |||
- | If your bootdisk ends with '' | ||
- | '' | ||
:!: To boot to the second drive, select it in the BIOS as the first boot device. | :!: To boot to the second drive, select it in the BIOS as the first boot device. |