Change Replicate Type

This functionality is used to change the Replicate tType for a VolumeVolume. For a volumeVolume with replicate type ‘L’(‘L’ (Later)  , rReplicate tType can be changed only after it has been successfully replicated at all siteSites.

 

Usage in Visual C++/Visual Basic Application

Usage in Java Application

Error

 

Usage in Visual C++/Visual Basic Application

Prototype

int WINAPI NGISChangeReplicateType ( LPTSTR cabinetName, short VolumeId, char NewReplicateType )

 

Input Parameters description

Name

Description

Valid Values

Type Of Parameter

cabinetName

Name of the Image cCabinet to which the User wants to connect.

NOT NULL

Input Parameter

VolumeId

Index of the volumeVolume whose rReplicate tType is to be changed.

Integer > 0

Input Parameter

NewReplicate

Type

New rReplicate tType of the volumeVolume.

A – Always

L – Later

Input Parameter

 

Output Parameters

This method return 1 if the call is successful, otherwise, it returns an error code.

 

 

Usage in Java Application

 

Prototype

public int JPISChangeReplicateType ( String cabinetName, short VolumeId, char NewReplicateType )

 

Input Parameters description

Name

Description

Valid Values

Type Of Parameter

CabinetName

Name of the Image cCabinet to which the User wants to connect.

NOT NULL

Input Parameter

VolumeId

Index of the volumeVolume whose rReplicate tType is to be changed.

Integer > 0

Input Parameter

NewReplicate

Type

New rReplicate tType of the volumeVolume.

A – Always

L – Later

Input Parameter

 

Output Parameters

This method return 1 if the call is successful, otherwise, it returns an error code.