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
  • Introduction
  • Running dataone.sh from each managed node
  • Running doim.sh from the Control Node
  1. INSTALL DATA MOVER
  2. Running the system for the first time

Basic system control: starting, stopping and checking status

PreviousRunning the system for the first timeNextLaunching Data One WUI

Last updated 3 months ago

Introduction

Starting, stopping, and checking the Data One status happens via CLI commands in a node-by-node fashion. There are two ways of doing it: locally from each managed node, and remotely from the Control Node.

Please notice that if you are running the described CLI commands for the very first time after initial installation, you must run them from a brand-new shell session, in order to inherit the required settings injected into the shell profile by the installation procedure.

Running dataone.sh from each managed node

The first approach consists of connecting via SSH to each managed node in turn, and then in locally running Data One CLI verbs there as shown below:

dataone.sh start
dataone.sh status
dataone.sh stop

For more information on the Data One CLI, please refer to .

Running doim.sh from the Control Node

Alternatively, you can connect over SSH just the Control Node and run these commands by passing each node name as a parameter:

./doim.sh node-start  -n <nodeName>
./doim.sh node-stop   -n <nodeName>
./doim.sh node-status -n <nodeName>

For more information on the DOIM CLI, please refer to .

dataone.sh reference
doim.sh reference