Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Archive error in BIGIP

THE_BLUE
Cirrus
Cirrus

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 3

Samir
MVP
MVP

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

THE_BLUE
Cirrus
Cirrus

Hi Samir,

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

Samir
MVP
MVP

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