User Tools

Site Tools


computing:unix:oi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:unix:oi [2018/12/21 07:45]
gcooper
computing:unix:oi [2019/10/21 08:54] (current)
gcooper
Line 134: Line 134:
 </file> </file>
  
-Run it again without the 'n' flag to actually do the update. This will create a new boot environment, you can list using the command:+Run it again without the 'n' flag to actually do the update. This will create a new boot environment
 + 
 +===== Manage Boot Environments ===== 
 + 
 +http://docs.oracle.com/cd/E23824_01/html/E21801/administer.html
  
 <file> <file>
-beadm list+beadm list                                    # list BE's 
 +beadm rename <be-name> <new-be-name>          # rename a BE - can't rename active BE 
 +beadm destroy <be-name>                       # delete a BE 
 +beadm activate <be-name>                      # make another BE active on reboot
 </file> </file>
  
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/24 Net.1/v4   - ipadm create-addr -T static -a 192.168.10.7/24 Net.1/v4
     - 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+<file> 
 +dladm set-linkprop -p mtu=9000 InterfaceName 
 +</file>
  
 ===== Link Aggregation ===== ===== Link Aggregation =====
Line 504: Line 513:
 Similar terms: NIC Bonding, NIC Teaming Similar terms: NIC Bonding, NIC Teaming
  
-  - dladm show-link +<file> 
-  dladm create-aggr -l Net.LACP.1 -l Net.LACP.2 Net.Team.1 +dladm show-link 
-  ipadm create-addr -T static -a 192.168.100.7/24 Net.Team.1 +dladm create-aggr -l Net.LACP.1 -l Net.LACP.2 Net.Team.1 
-  dladm modify-aggr -L active -T short Net.Team.1 +ipadm create-addr -T static -a 192.168.100.7/24 Net.Team.1 
-  dladm modify-aggr -P L2 Net.Team.1 +dladm modify-aggr -L active -T short Net.Team.1 
-  - configure cisco to use mode "active"+dladm modify-aggr -P L2 Net.Team.1 
 +</file> 
 + 
 +:!: Configure cisco to use mode "active"
    
 ===== Steps for Solaris Raid 10 ===== ===== Steps for Solaris Raid 10 =====
  
-  - Zpool create tank mirror disk1 disk2 +<file> 
-  - 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... 
 +</file>
  
 ===== Steps for Adding Cache Drives ===== ===== Steps for Adding Cache Drives =====
  
-  - Zpool add tank cache disk1 +<file> 
-  - Zpool add tank cache disk2+zpool add tank cache disk1 
 +zpool add tank cache disk2 
 +</file>
  
 ===== Disable ZIL ===== ===== Disable ZIL =====
  
-  - zfs set sync=disabled tank +<file> 
-  zfs get sync+zfs set sync=disabled tank 
 +zfs get sync 
 +</file>
  
 ===== Steps for Setting Up Comstar ===== ===== Steps for Setting Up Comstar =====
computing/unix/oi.1545403518.txt.gz · Last modified: 2018/12/21 07:45 by gcooper