Tegile: Difference between revisions

From roonics
Jump to navigation Jump to search
(Created page with "test")
 
No edit summary
Line 1: Line 1:
test
=CLI=
==Zpool status==
<pre>zpool status</pre>
 
==Zpool status detailed==
<pre>zpool status –v ZebiSystem</pre>
 
==Check the resilver weight - To check the current weight of the resilver process (default 5%)==
<pre>echo "zfs_weight_resilver/D" | mdb -k</pre>
 
==Change the resilver weight==
To change the resilver weight (NOTE: Tegile do not recommend customers doing this, so use this as a last resort if you cannot get them to WebEx in and do it):
<pre>echo "zfs_weight_resilver/Z 0t35" | mdb -kw</pre>
The above command will set the resilver weight to 35%

Revision as of 17:15, 27 October 2019

CLI

Zpool status

zpool status

Zpool status detailed

zpool status –v ZebiSystem

Check the resilver weight - To check the current weight of the resilver process (default 5%)

echo "zfs_weight_resilver/D" | mdb -k

Change the resilver weight

To change the resilver weight (NOTE: Tegile do not recommend customers doing this, so use this as a last resort if you cannot get them to WebEx in and do it):

echo "zfs_weight_resilver/Z 0t35" | mdb -kw

The above command will set the resilver weight to 35%