This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:unix:oi [2018/12/21 07:42] gcooper |
computing:unix:oi [2019/10/21 08:54] (current) gcooper |
||
---|---|---|---|
Line 134: | Line 134: | ||
</ | </ | ||
- | Run it again without the ' | + | Run it again without the ' |
+ | |||
+ | ===== Manage Boot Environments ===== | ||
+ | |||
+ | http:// | ||
< | < | ||
- | beadm list | + | beadm list # list BE's |
+ | beadm rename < | ||
+ | beadm destroy < | ||
+ | beadm activate < | ||
</ | </ | ||
Line 485: | Line 492: | ||
==== Optional - Rename Link ==== | ==== Optional - Rename Link ==== | ||
- | - Dladm rename-link oldname Net.1 | + | - dladm rename-link oldname Net.1 |
- ipadm create-addr -T static -a 192.168.10.7/ | - ipadm create-addr -T static -a 192.168.10.7/ | ||
- route -p add default 192.168.10.254 | - route -p add default 192.168.10.254 | ||
Line 498: | Line 505: | ||
===== Enable Jumbo Frames ===== | ===== Enable Jumbo Frames ===== | ||
- | - dladm set-linkprop -p mtu=9000 InterfaceName | + | < |
+ | dladm set-linkprop -p mtu=9000 InterfaceName | ||
+ | </ | ||
===== Link Aggregation ===== | ===== Link Aggregation ===== | ||
Line 504: | Line 513: | ||
Similar terms: NIC Bonding, NIC Teaming | Similar terms: NIC Bonding, NIC Teaming | ||
- | - dladm show-link | + | < |
- | | + | dladm show-link |
- | | + | dladm create-aggr -l Net.LACP.1 -l Net.LACP.2 Net.Team.1 |
- | | + | ipadm create-addr -T static -a 192.168.100.7/ |
- | | + | dladm modify-aggr -L active -T short Net.Team.1 |
- | - configure | + | dladm modify-aggr -P L2 Net.Team.1 |
+ | </ | ||
+ | |||
+ | :!: Configure | ||
===== Steps for Solaris Raid 10 ===== | ===== Steps for Solaris Raid 10 ===== | ||
- | - Zpool create tank mirror disk1 disk2 | + | < |
- | - Zpool add tank mirror disk3 disk4 | + | zpool create tank mirror disk1 disk2 |
- | - Zpool add tank mirror disk5 disk6 etc... | + | zpool add tank mirror disk3 disk4 |
+ | zpool add tank mirror disk5 disk6 #etc... | ||
+ | </ | ||
===== Steps for Adding Cache Drives ===== | ===== Steps for Adding Cache Drives ===== | ||
- | - Zpool add tank cache disk1 | + | < |
- | - Zpool add tank cache disk2 | + | zpool add tank cache disk1 |
+ | zpool add tank cache disk2 | ||
+ | </ | ||
===== Disable ZIL ===== | ===== Disable ZIL ===== | ||
- | - zfs set sync=disabled tank | + | < |
- | | + | zfs set sync=disabled tank |
+ | zfs get sync | ||
+ | </ | ||
===== Steps for Setting Up Comstar ===== | ===== Steps for Setting Up Comstar ===== | ||
- | - svcadm enable svc:/ | + | < |
- | | + | svcadm enable svc:/ |
- | | + | zpool list #will tell you capacity, substitute capacity in next line, its currently 20G |
- | | + | zfs create -V 20G tank/ |
- | | + | sbdadm create-lu / |
- | | + | sbdadm list-lu |
- | | + | stmfadm add-view |
- | | + | pkg install -v SUNWiscsit |
- | | + | svcadm enable -r svc:/ |
+ | itadm create-target | ||
+ | </ | ||
===== Install GUI (For Management/ | ===== Install GUI (For Management/ | ||
Line 547: | Line 567: | ||
===== Update Solaris ===== | ===== Update Solaris ===== | ||
- | - Check what updates are available: | + | - Check what updates are available: < |
- | - < | + | - apply updates if any are available: < |
- | - apply updates if any are available: | + | |
- | - < | + | |