IBM Books

Image, Audio, and Video Extenders Administration and Programming

DMBRedistribute (EEE Only)


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

pNodeGroupName (in)
The name of the nodegroup to redistribute.

Error codes

MMDB_SUCCESS
API call processed successfully.

MMDB_RD_NO_CONTINUE
Resubmit without CONTINUE parameter.

MMDB_RD_CONTINUE
Resubmit with CONTINUE parameter.

Examples

Redistribute QBIC extender data in the groupone nodegroup:

        #include <dmbrdst.h>
 
        rc = DMBRedistribute(groupone,"continue");


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]