AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  Export Directory

    Posted Thu July 29, 2010 11:35 PM

    Originally posted by: Yuvabose


    My 2GB /export/home/ directory is almost 100% full

    df -k | grep /export/home
    /dev/vx/dsk/rootdg/vl73 2031711 1951009 19751 99% /export/home

    I intend to relocate it to a different 4GB filesystem late at night when there is no user on the system.

    How can i relocate this ....
    Regards,

    Yuva


  • 2.  Re: Export Directory

    Posted Fri July 30, 2010 08:21 AM

    Originally posted by: hdkutz


    2 Possibilities in my Opinion:
    • first, try to increase the FS (look for free LP's in your Volgroup)
    • second, build new fs (backup/restore the data)
    -e.g.
    - crfs new FS /export/home2 with enough Size and mount it
    - cd /export/home && rsync -av * /export/home2 (rsync = Aixtoolbox Tool) - Look for /export/home/.*
    - umount /export/home
    - umount /export/home2
    - chfs -m /export/home_old /export/home
    - chfs -m /export/home /export/home2
    - mount /export/home

    Cheers,
    ku


  • 3.  Re: Export Directoryt

    Posted Fri July 30, 2010 12:54 PM

    Originally posted by: Yuvabose


    thanks.... how can i export a directory ? exporting a directory from one server to another server


  • 4.  Re: Export Directoryt

    Posted Mon August 02, 2010 04:59 AM

    Originally posted by: hdkutz


    Hello,
    which problem are you trying to solve?
    Do you mean export a directory via NFS?
    1. smitty nfs
    will guide you.

    Cheers,
    ku


  • 5.  Re: Export Directory

    Posted Thu October 28, 2010 05:01 AM

    Originally posted by: Sammy.Pigott-Smith


    Yuvabose wrote:
    My 2GB /export/home/ directory is almost 100% full

    df -k | grep /export/home
    /dev/vx/dsk/rootdg/vl73 2031711 1951009 19751 99% /export/home

    I intend to relocate it to a different 4GB filesystem late at night when there is no user on the system.

    How can i relocate this ....

    Regards,

    Yuva


    Who can give an answer? Can you share it with us? I've got the same problem.


  • 6.  Re: Export Directory

    Posted Thu December 09, 2010 02:09 AM

    Originally posted by: SystemAdmin


    Hi Yuva,

    What exactly u want. R u intending to move data from one F/S to another or make a NFS server.
    Please be specific