Removing an Instance

Delete a Sybase Control Center server or agent deployed from an installation on a shared disk.

Prerequisites
Shut down the instance.
Task

Removing an SCC instance deletes the instance’s files and directories (SCC-3_2/instances/<instance-name> and its contents) from the installation.

You cannot restore a removed instance.

  1. Change to SCC-3_2/bin.
  2. Remove the instance. Change the instance names in the sample commands to suit your environment.
    This command removes an SCC server called porcupine if it is not running; if it is running, you see an error.
    sccinstance -remove -instance porcupine
    This command removes the SCC agent on the current host if it is not running. If the agent is running, the command returns an error.
    sccinstance -remove
Related concepts
Shared-Disk Mode
Related tasks
Enabling and Disabling Shared-Disk Mode
Deploying an Instance from a Shared Disk Installation
Refreshing or Converting an Instance
Related information
sccinstance Command