Product Documentation and Knowledge Base - HomeDocumentation


Charon-VAXCharon-AXPCharon-PDPCharon-SSPCharon-PAR

Command Line Utilities Reference

In many cases it may be preferrable to be able to perform maintenance and management tasks for the command line of the Linux host system.  This sections describes how to set up the PATH environment variable to use these utilities as well as a comprehensive reference.

Prerequisites

The utilities described in this reference section are installed as a part of the CHARON-SSP Agent for Linux software.  Depending on your environment you many not need or want support for the GUI environment.  If this is the case it is recommended that following installation of the CHARON-SSP Agent (described in the section, Installing the CHARON-SSP Agent) the Agent service is immediately disabled.

Disabling the CHARON-SSP Agent Service

Use the following commands to disable the CHARON-SSP Agent service and avoid automatic start up at system boot.

Disable the CHARON-SSP Agent Service

# chkconfig charon-agentd-ssp off

Configure the Shell Path

To add the command line utilities to a C Shell environment, add the following to the end of .login:

Add Command Line Utilities to C Shell .login

setenv PATH $PATH:/opt/charon-agent/ssp-agent/utils/license
setenv PATH $PATH:/opt/charon-agent/ssp-agent/utils/mkdisk
setenv PATH $PATH:/opt/charon-agent/ssp-agent/utils/mktape
setenv PATH $PATH:/opt/charon-agent/ssp-agent/utils/ncu

To add the command line utilities to a Bourne Shell environment (e.g. bash or sh), add the following to the end of .profile.bash_profile or .bashrc:

Add Command Line Utilities to Bourne Shell Login Profile

PATH=$PATH:/opt/charon-agent/ssp-agent/utils/license
PATH=$PATH:/opt/charon-agent/ssp-agent/utils/mkdisk
PATH=$PATH:/opt/charon-agent/ssp-agent/utils/mktape
PATH=$PATH:/opt/charon-agent/ssp-agent/utils/ncu
export PATH

 

Reference

The following utilities can be used from the command line to support and manipulate the CHARON-SSP host environment.



© Stromasys, 1999-2024  - All the information is provided on the best effort basis, and might be changed anytime without notice. Information provided does not mean Stromasys commitment to any features described.