Grid maintenance
You can adjust grid membership, change user or server authorization to run grid routines, and delete grid-routine history from the syscdr database.
To see information about the grid, such as, which servers can run grid routines and the status of routines that are run on the grid servers, run the cdr list grid command.
cdr change grid grid_1 --delete gserv1
You cannot drop a replicated column through a grid. To drop a replicated column, you must manually remaster the replicate and then drop the column.
You cannot rename a replicated database. You must manually rename the database on each participant server by using the cdr remaster command.
cdr disable grid --grid=grid1 --node=gserv1
cdr enable grid --grid=grid1 --node=gserv2 --user=srini
To delete the history of grid routines, run the ifx_grid_purge() procedure. You must occasionally purge information about completed grid routines to prevent the syscdr database from growing too large.