Skip to main content
Skip table of contents

Manage censhare services with rccss

Use the basic tool rccss to start, stop or query the status of censhare services in a censhare environment.

Install rccss


CODE
scp ~/Downloads/rccss-install.tar.gz root@<server>:/tmp

Installation - scripts_censhare_rccss-install.tar.gz required at '/tmp'

All configuration files beneath '/etc/sysconfig' are replaced with the default!
  • Change to /tmp and unpack:

    CODE
    cd / && tar -xzf /tmp/rccss-install.tar.gz

Monitor with rccss

  • Enable on system boot:

    CODE
    rccss check 
  • Enable required services, for example ora_lsnr, ora_censhare, censhare:

    CODE
    rccss enable ora_lsnr 
    rccss enable ora_censhare 
    rccss enable censhare 
    rccss enable office 
    rccss enable css_serviceclient 
    rccss enable css_jetty
  • Check start/stop/status:

    CODE
    rccss status
    rccss start
    rccss stop
    rccss status
  • Disable a service:

    CODE
    rccss disable censhare 
    rccss status
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.