User Tools

Site Tools


computing:miscadmin

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:miscadmin [2022/02/23 17:34] oemb1905computing:miscadmin [2022/09/05 16:16] oemb1905
Line 1: Line 1:
- 
 ------------------------------------------- -------------------------------------------
   * **miscadmin**    * **miscadmin** 
Line 255: Line 254:
   done   done
  
- --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/02/23 10:34//+-fix badly configured zpool that used short names to by-id names. This command can be entered as-is, and does not need to be adjusted at all for what your specific ids are or for multiple drives. It literally exports the short names and by-ids, unmounts the volumes/pool, then remakes it using the blkid. 
 + 
 +  zpool export tank  
 +  zpool import -d /dev/disk/by-id tank 
 +   
 +monitor ram usage every 3 seconds in human readable way 
 + 
 +  free -h -w -s 3 
 + 
 + --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/02/25 00:24//
computing/miscadmin.txt · Last modified: 2024/04/21 22:01 by oemb1905