I tried to change the dxgrid-db-size to a smaller value with CA Directory dxextenddb tool but it failed with below error message.
“New size smaller than old size”
How can I change it?
Release 14.1
Component: CA Directory
The dxextenddb tool is used to increase the size of a data store file size, but it cannot be used to decrease its size.
To decrease the size, you would need to create a new data store file and migrate its data back into it. Instructions below:
dxdumpdb -f ldif-file DSA_Name
dxnewdb DSA_Name
dxloaddb DSA_Name ldif-file
For more information regarding dxextenddb, see the following documentation link:
DXextenddb Tool -- Increase the Size of a Datastore
The need to shrink a data store is usually uncommon. You can avoid this scenario by allocating a small DB size to your DSA initially. There are a few ways one can monitor the growth of a DSA:
You can then extend the DB size when necessary.