Tegile: Difference between revisions
Jump to navigation
Jump to search
(Created page with "test") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=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% | |||
[[Category:tegile]] | |||
[[Category:storage]] | |||
[[Category:san]] | |||
<comments /> |
Latest revision as of 08:24, 20 March 2022
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% <comments />