יום ראשון, 10 במרץ 2013

FreeNAS Expand / Resize disk on VMware

Here is a short manual how to expand disk for FreeNAS on VMware 
  • Shutdown the server
  • Extend the H.D:



    • Power on the server
    • Log in to the GUI (admin:freenas) and confirm that the server is working fine

     
    Run this commands:
      1. zpool list
      2. zpool status #zpool_name _ moshe#
      3. camcontrol readcap da1 -h
      4. gpart show da1
      5. zpool export #zpool_name _ moshe#
      6. gpart status da1
      7. gpart recover da1 
      8. gpart show da1 
      9. gpart resize -i 2 da1
      10. gpart show da1
      11. zpool import
      12. reboot the system

    More informaion:
    http://www.aionsolution.com/blog/nas/freenas-expand-resize-disk/