Hi,
with auto extend enabled, MaxDB will just add a volume with the same size as the previously added volume.
If you really want to, you can override this since MaxDB 7.9, but that feature is well hidden:
1. Start a dbmcli session
2. set the 'DBM Server parameter' AutoExtSize
Now, every new volume added with auto extend enabled will use that size.
In detail:
- to display a list of the current DBM Server parameter configuration, just type "dbm_configget all".
- you can add a paramter with "dbm_configset AutoExtSize 100000"
- if you later want to remove that DBM Server parameter, use "dbm_configset AutoExtSize" without giving any further value specification.
Regards,
Thorsten
↧
Re: how to change the size of data volume
↧