Primeur Online Docs
Data One Installation Manager
Data One Installation Manager
  • 🚀GETTING STARTED
    • Introduction to the installation process
  • Data One Platform Modules vs Data One Platform Components
  • SYSTEM REQUIREMENTS
    • System requirements
      • Global system requirements - NEW! 🚀
      • DOIM system requirements
      • CEMAN system requirements
      • Data Watcher system requirements
      • STENG system requirements
      • DMZ Gateway system requirements
      • Data Shaper system requirements
      • Storage requirements
  • TOPOLOGY PATTERNS
    • Network topology recommendations
    • Data One common domain topology patterns
  • INSTALL DATA MOVER
    • Planning initial installation and master configuration
      • Data One runtime services, nodes, and components
    • Data Mover Domain Master Configuration reference
    • Performing initial installation and master configuration
      • Creating database objects for PostgreSQL
      • Creating database objects for Oracle
      • Executing the installer
      • Configuring load balancer rules for Data One WUI access on CEMAN
      • Configuring firewall rules
    • Running the system for the first time
      • Basic system control: starting, stopping and checking status
      • Launching Data One WUI
      • Wiring your STENG cluster together
  • INSTALL DATA SHAPER
    • Introduction to Data Shaper installation process
    • Planning Data Shaper installation
    • Data Shaper System Requirements
    • Data Shaper Domain Master Configuration reference
    • Performing Data Shaper initial installation and master configuration
      • Creating database objects for PostgreSQL
      • Creating database objects for Oracle
      • Executing Data Shaper installer
      • Configuring additional firewall rules for Data Shaper
  • CLI and Configuration files
    • dataone.sh reference
    • doim.sh reference
    • dataonedbmgr.sh reference
    • dataonedb.cfg reference
Powered by GitBook
On this page
  • dataone.sh start / stop / status
  • Syntax
  • Description
  • dataone.sh trace
  • Syntax
  • Description
  1. CLI and Configuration files

dataone.sh reference

dataone.sh start / stop / status

Syntax

  • dataone.sh start <serviceName>

  • dataone.sh stop <serviceName>

  • dataone.sh status <serviceName>

Where:

  • serviceName is the name of the service to which the action must be applied Possible values: DW, AMQ. IAM, CEMAN, STENG, DMZ, ALL Default value: ALL

Description

These dataone.sh verbs can be used to apply start/stop/status actions to all Data One components/services (namely: DW, AMQ. IAM, CEMAN, STENG, DMZ, DS) installed on the node, or just a single one.

If all services are started/stopped, the command selectively acts on them in the correct sequence.

dataone.sh trace

Syntax

  • dataone.sh trace on <serviceName>tracespec1 [tracespec2 tracespec3...]

  • dataone.sh trace off <serviceName>

Where:

  • serviceName is the name of the service to which the action must be applied. Possible values: AMQ, CEMAN, STENG, DMZ

  • tracespecX: is the trace specification clause, typically in the form <packagename=levelName>. No exhaustive list of allowed values is provided; as a user, you will always be instructed by the Primer Contact Center about which specific trace clauses to apply to perform a specific problem determination task.

Description

This dataone.sh verb dynamically switches runtime traces on or off; moreover, runtime traces will automatically be switched off upon shutdown as well.

PreviousConfiguring additional firewall rules for Data ShaperNextdoim.sh reference

Last updated 2 months ago