Forum Discussion

THE_BLUE's avatar
THE_BLUE
Icon for Cirrostratus rankCirrostratus
Dec 11, 2020

Archive error in BIGIP

I'm receiving below error while trying to create new archive in bigip. How to solve it ?

No space left on device

/var/local/ucs/backup.ucs: Error renaming package

 

WARNING:There are error(s) during saving.

        Not everything was saved.

        Be very careful when using this saved file!

 

Error creating package

Error during config save.

Unexpected Error: UCS saving process failed.

3 Replies

  • Looks like there is no space in /var/local/ucs/ thats the reason getting error.

     

    # df -h ==> check the space in /var directory

     

    Suggest to remove/move old UCS to remote device or you can store in "/shared/image/"

     

    Example:

    tmsh save sys ucs /shared/ucs/filename.ucs

  • Hi Samir,

    i have tou run tmsh save sys ucs /shared/ucs/filename.ucs after create the archive from gui? or befoer?

  • Run this in tmsh cli. gui by default store in /var/local/ folder.​