REPOSITORY CONTROL COMMANDS

CLIX repCancelUnload MDMHostSpec RepositorySpec [-D]

Cancels a repository’s pending Unload command.

CLIX repCheck MDMHostSpec RepositorySpec Credentials [-O]

[-E1 | -E2] [-N] [-D]

Verifies an MDM repository, but makes no repairs. It returns an error if

any fatal errors exist. If –E1 or –E2 is provided, an error is returned if

there are any non-fatal errors or warnings, respectively.

382
MDM Console

CLIX Commands

CLIX repCreate MDMHostSpec RepositorySpec port [-Pn] [-F] [-D]

Creates and mounts an MDM repository. The port must be in the range

2000-9999. Use the –P2 or –P4 flags to specify 2 or 4 storage partitions

rather than the default of 1. The –F flag will force the new repository

over an existing one.

CLIX repDelete MDMHostSpec RepositorySpec [-D]

Deletes an MDM repository.

CLIX repExclusive MDMHostSpec RepositorySpec Credentials

[-O] [-D]

Configures a single MDM repository instance for exclusive use so that

only a single MDM host can distribute and share its data. This is

permitted if the repository is idle (not loaded by any MDM Server) or

already loaded only the by the MDM Server specified by the

MDMHostSpec parameter.

CLIX repFieldsRecalc MDMHostSpec RepositorySpec port [-D]

Refreshes all calculated fields on an MDM repository.

CLIX repGetChangeCounter MDMHostSpec RepositorySpec

Credentials [-D]

Reports the change counter for an MDM repository.

CLIX repGetMasterChangeCounter MDMHostSpec RepositorySpec

port [-D]

Reports the change counter of the specified slave repository’s master

repository.

CLIX repGetMasterInfo MDMHostSpec RepositorySpec port [-D]

Reports the name, DBMS instance name and type, and MDM Server of

the specified slave repository’s master repository.

CLIX repIsAvailable MDMHostSpec RepositorySpec [-T –

TIMELOOP LoopSecs] [-W] [-D]

Checks whether the repository is busy with certain long-running

operations.

CLIX repLoad MDMHostSpec RepositorySpec Credentials [-R]

[-D] [-En] [-W]

Loads a mounted MDM repository. Adding the –R flag forces indices

and accelerators to be rebuilt. With either –E1 or –E2, an error is

returned if the repository is already running/loaded.

MDM Console
383

Part 14: CLIX Command Line Interface

CLIX repMonitor MDMHostSpec RepositorySpec [-D] [-W] [-T

seconds]

Displays information about the current and queued activities on the

MDM Server for the specified MDM repository.

CLIX repMount MDMHostSpec RepositorySpec port [-D]

Mounts an MDM repository. The port must be in the range 2000-9999.

CLIX repNormalize MDMHostSpec RepositorySpec Credentials [-D]

Turns a master or slave repository into a normal repository, permanently

severing any prior master/slave relationship.

CLIX repPreload MDMHostSpec RepositorySpec Credentials [-R]

[-D] [-N]

Loads a mounted MDM repository without opening the communication

port access to it. Intended for use with the catSwap command. The –R

flag forces indices and accelerators to be rebuilt.

CLIX repRepair MDMHostSpec RepositorySpec Credentials [-O]

[-E1 | -E2] [-N] [-D]

Verifies and repairs an MDM repository. It returns an error if any fatal

errors remain. If –E1 or –E2 is provided, an error is returned if there are

any non-fatal errors or warnings remaining, respectively.

CLIX repShare MDMHostSpec RepositorySpec Credentials [-O][-D]

Configures a single MDM repository instance as being shared so that

multiple MDM hosts can distribute its data. This is permitted if the

repository is idle (not loaded by any MDM Server) or already loaded

only by the MDM Server specified by the MDMHostSpec parameter. It is

not permitted if any data altering operation (such as Verify-Repair) is in

progress.

CLIX repSwap MDMHostSpec stoppingRepositorySpec

swapinRepositorySpec [-D] [-W]

Stops a running MDM repository and starts another. If the swap-in

repository has been “preloaded” then this allows it to quickly assume the

stopping repository’s ports. If the second repository has not been

preloaded, this command is equivalent to repLoad and repUnload

commands in combination.

CLIX repSynchronize MDMHostSpec slaveRepositorySpec

Credentials [-D]

Synchronizes a slave repository to its master. An MDM repository that is

shared cannot be synchronized.

384
MDM Console

CLIX Commands

CLIX repTruncateMCL MDMHostSpec RepositorySpec Credentials

[-D]

Truncates a master repository’s Master Change Log. Slave repositories

which are not synchronized with the master repository prior to truncation

will not be able to synchronize afterwards.

CLIX repUnload MDMHostSpec RepositorySpec Credentials [-D]

Unloads a loaded MDM repository.

CLIX repUnlock MDMHostSpec RepositorySpec Credentials

[-M[LMCRNPOADS] [-E] [-D]

Unlocks (appropriates) all activities on an MDM repository. Use the –E

flag to unlock the repository for all MDM Servers. The –M flag followed

by one or more qualifier letters unlocks only the corresponding activities:

L=Load; M=Modify; C=Check; R=Repair; N=New; P=Update;, A=Archive;

D=Duplicate; S=Create Slave.

CLIX repUnmount MDMHostSpec RepositorySpec [-D]

Unmounts a stopped MDM repository.

CLIX repUpdate MDMHostSpec RepositorySpec [-O] [-N] [-D]

Updates a mounted MDM repository

SAP Developer Network Latest Updates