Forum Discussion

Raghav_tv's avatar
Raghav_tv
Level 3
11 years ago

Cant compress Netbackup Catalog DB

Hello Everyone,

We had a problem with free space on a Local Drive of a Master Server, hence we had to migrate few images to another drive allocated by SAN Team. ALTPATH has also been set on the source locartion.

Now the problem is after Catalog DB is migrated, data is in Uncompressed state and even after running ---> bpimage -compress -allclients or bpimage -compress -client <client name>    Catalog DB is still in uncomressed state.. Can someone help ?

Regards,
Raghav

  • Images get decompressed during copy operation. Netbackup is unaware of this NTFS compression. Assuming that the image is already compressed(going with image header), NBU doesnt attempt to compress it again. So, we first have to decompress the backup images and then kick off compression again.

    Step 1:- bpimage -decompress -client <clientname>

    Step 2:- bpimage -compress -client <clientname>

     

    Now, all images are compressed :)