Image | Audio | Video |
---|---|---|
X |
Redistributes QBIC feature data when a node is added to or removed from a nodegroup, or when a new partition map is established for a nodegroup.
Authorization
The API must be run from the instance-owning id.
Library file
Windows | AIX and Solaris |
---|---|
dmbrd.lib | libdmbrd.a (AIX) |
| libdmbrd.so (Solaris) |
Include file
dmbrdst.h
Syntax
long DMBRedistribute ( char *pNodeGroupName, char DataRedistOption /* ""continue"" use CONTINUE parameter */ ); /* blank:start redistribution */
Parameters
Error codes
Examples
Redistribute QBIC extender data in the groupone nodegroup:
#include <dmbrdst.h> rc = DMBRedistribute(groupone,"continue");