SEARCH DOCS
info central: your site for Collage technical info
  CASSATT.COM   INFO CENTRAL
ACTIVE RESPONSE 5.1 TOPICS BLUEPRINTS TROUBLESHOOTING DOC INDEX


 

TOC

Best practices

Cassatt command lines



know how:

Cassatt Active Response Administration

Intended for use with Cassatt Active Response Standard Edition, Premium Edition and Data Center Edition V5.1.

Cassatt Active Response requires minimal maintenance. This article describes the best practices, and the few simple tasks for interacting with the Cassatt Active Response software.

Best practices

Because the control nodes are the automatic management system for your Cassatt Active Response environment, you will not want to interrupt control node activities very often. Cassatt recommends these best practices whenever you perform actions on a control node.

Best practice Description
Use Cassatt-provided commands or the Cassatt Active Response Controller

Always use the Cassatt commands or the Cassatt Active Response Controller to interact with Cassatt Active Response and the contents of the /cassatt directory. Cassatt Active Response commands are designed to accommodate failover, and clean up any tasks that are incomplete when failover occurs.

If you use a shell to edit items in /cassatt, you risk interruption of a task if a failover to the standby control node is in progress. A task that is interrupted could leave behind corrupted files and other debris.

Using Linux commands on Cassatt Active Response files can cause problems. For example, using the rm command to remove an image can disrupt services and leave behind clutter, and editing image files can also affect upgrade.

Run the Cassatt Active Response Controller in one browser window per machine Do not run the Cassatt Active Response Controller in more than one browser window on the same computer. The Cassatt Active Response Controller state can become confused across multiple browser windows.

Cassatt commands

Use the following commands to interactive with Cassatt Active Response.

Task
Command Description
Start
/opt/cassatt/bin/cccoreservice start 

Single control node configuration: starts the Cassatt Active Response service on the control node.

Dual control node configuration: ensures that the failover software is running and then starts the Cassatt Active Response service.

Stop
/opt/cassatt/bin/cccoreservice stop 

Single control node configuration: stops the Cassatt Active Response service on the control node. I

Dual control node configuration: disables the Cassatt Active Response service in the failover software, which prevents Cassatt Active Response from running on either control node.

Restart
/opt/cassatt/bin/cccoreservice restart  

Single control node configuration: stops and then restarts the Cassatt Active Response service on the control node.

Dual control node configuration: sends a request to the failover software to restart the Cassatt Active Response service on the currently active control node.

Status
/opt/cassatt/bin/cccoreservice status   Allows you to check the status of control nodes.

 

top