Cicode Programming Reference > Cicode Function Categories > Sequence of Events Functions > SOEDismount

SOEDismount

Use this function to dismount archive volume. To use this function you will need to log in with a role (e.g.Engineer) who has full privilege (privilege 1..8).

This function is a blocking function. It blocks the calling Cicode task until the operation is complete.

Syntax

INT SOEDisMount([, STRING ClusterName])

sClusterName:

Optional cluster on which to perform mounting operation. If not specified, the operation will be performed on all clusters.

Example

SOEDismount() <-- Dismounting all Clusters of SOE and Summary Data

SOEDismount(<ClusterName>) <-- Dismounting specific Cluster of SOE and Summary Data

Return Value

0 (zero) if successful, otherwise an error code is returned.

See Also

SOE Functions

Published June 2018