NCS_Rebuild_Database

Rebuilds the cluster volume broker (CVB) database.

Platform:NetWare 6.5 only

Syntax

 #include <ncssdk.h> 
  
 NCS_RETURN NCS_Rebuild_Database (
   NCS_HANDLE   Handle);
 

Parameters

Handle

(IN) Specifies the CVB database to rebuild.

Return Values

Name

Description

SUCCESS

NCS_SUCCESS.

NCS_BAD_PARAMETER

See NDS Error Codes.

NCS_NOT_SUPPORTED

Message returned when NCS_ClusterIPAddress is called in a cluster running on a platform version less than NetWare 6.

NCS_FAILURE

Unspecified failure.

Remarks

Synchronizes information between the CVB database and Novell Storage Services (NSS). The CVB database manages the distributed lock mechanism to ensure that volumes are not double mounted in a cluster. This function could be called if the volume isn’t visible or whenever there is a server failover.