Typical maintenance of the system may require starting & stopping of database services. The instructions for that are provided here:
Note
The Active Analytics Workbench service is managed separately through its own kml service.
During a Kinetica system upgrade or other major system administration event, all Kinetica services may need to be started & stopped. The instructions for that are provided here:
A variety of service status checks are available for assessing the health of the system and troubleshooting.
Start Database Services
The following database services can be started via GAdmin or command-line:
- Database
- httpd
- Query Service
- Text Search
- Reveal
- Graph Service
Tip
All services can be started via KAgent. Consult Admin for details.
Configuration Manager Startup
If the cluster was installed via KAgent, the configuration manager, etcd, may need to be started first.
Run the following as the root
user:
systemctl start kinetica-etcd
Database Services Startup
There are two methods of starting database services:
GUI Startup
If GAdmin is not running, start system management processes first.
- Log in to GAdmin
- Click Admin on the left menu
- Click Start
- On the Start Service? pop-up, click Start
- Click Continue when the database has started
Command-Line Startup
This method will automatically start system management processes, if they are not already running.
Run the following as the root
user:
service gpudb start
Verify that Kinetica is running by browsing to http://<yourhostname>:8080/gadmin
Stop Database Services
The following database services can be stopped via GAdmin or command-line:
- Reveal
- Graph Service
- Database
- httpd
- Query Service
- Text Search
Tip
All services can be stopped via KAgent. Consult Admin for details.
GUI Stop
- Log in to GAdmin
- Click Admin on the left menu
- Click Stop
- On the Stop Service? pop-up, click Stop
- Click Continue when the database has stopped
Command-Line Stop
Run the following as the root
user:
service gpudb stop
Start System Management Processes
If the cluster was installed via KAgent, the configuration manager, etcd, may need to be started first.
Run the following as the root
user:
systemctl start kinetica-etcd
To start all system management processes:
- Host Manager
- GAdmin
- Stats Services
Run the following as the root
user:
service gpudb_host_manager start
Stop System Management Processes
To stop database services and all system management processes:
- GAdmin
- Stats Services
- Host Manager
Run the following as the root
user:
service gpudb_host_manager stop
Note
This will, in turn, stop database services, as well
If the cluster was installed via KAgent, the configuration manager, etcd, should also be stopped.
Run the following as the root
user:
systemctl stop kinetica-etcd
Managing Individual Components
The /opt/gpudb/core/bin/gpudb script has several options available to assist in managing the individual Kinetica components.
Important
The /opt/gpudb/core/bin/gpudb script should always be run as the gpudb user
Options:
Option | Description |
---|---|
<component>-start | Starts the given component if it's not currently running |
<component>-stop | Stop the given component if it's not stopped |
<component>-restart | Stop the given component if it's not stopped then start it |
<component>-status | Prints status information, including the process IDs it is using |
<component>-pids | Prints the process IDs the component is using |
<component>-enabled | Returns 1 is the component is enabled and 0 otherwise. Used internally by the gpudb script |
<component>-installed | Returns 1 is the component is enabled and 0 otherwise. Used internally by the gpudb script |
Available components:
Component | Description |
---|---|
host-manager | Host Management Services |
gpudb | Database Service |
graph | Graph Service |
httpd | Web Server |
query-planner | SQL Service |
reveal | Reveal Analytic Desktop |
stats | Statistics Services, available via GAdmin |
text-search | Full Text Search Services |
tomcat | GAdmin Web Application |
For example, restarting the stats server:
/opt/gpudb/core/bin/gpudb stats-restart
Note
- If external_text_search = true in the /opt/gpudb/core/etc/gpudb.conf file, then the text search server can be managed using the options below. If external_text_search = false, then the text search server will not be able to be managed individually.
- The Host Manager service manages the HTTPD and ODBC components. It's possible to stop these components, but Host Manager will restart them immediately. Stopping Host Manager and attempting to start these components individually will not work.
System Status Checks
There are several means to check the status of system components:
Processes
To check the status of the database processes:
- Host Manager
- GAdmin
- Stats Services
- Database
- httpd
- Query Service
- Text Search
- Reveal
- Graph Service
Run the following as the root
or gpudb
user:
service gpudb status
GAdmin
The Kinetica Administration Application (GAdmin) provides a GUI for monitoring various aspects of the system:
API
To determine whether the REST endpoint services are operating, the Python API can be invoked, as follows:
$ /opt/gpudb/bin/gpudb_python /opt/gpudb/kitools/gadmin_sim.py -u <username> -p <password> --table --summary +-----------------+--------------------------------+----------------------+----------------------+-------+ | Schema | Table/View | Records | Type ID | TTL | +=================+================================+======================+======================+=======+ | SYSTEM | <ALL TABLES/VIEWS> | 1 | | | | SYSTEM | ITER | 1 | UNSET_TYPE_ID | -1 | +-----------------+--------------------------------+----------------------+----------------------+-------+ +---------------------------+----------------------+ | Object Type | Count | +===========================+======================+ | Schemas | 1 | | Tables & Views | 1 | | Records | 1 | | Records + Track Elements | 1 | +---------------------------+----------------------+
Statuses
The tables below list the various statuses you could experience in GAdmin or in logs for the system itself, the nodes and ranks employed by the system, or all three.
Important
It's likely you won't see many of the node and rank statuses in GAdmin as they are transient and only last for a few seconds during start up or shut down.
System
Status | Description |
---|---|
init | The INIT signal has been received and the system is initializing |
rebalancing | The system is rebalancing data due to the addition/subtraction of ranks |
running | The system is up and available for requests |
shutdown | The system has shut down and is not available |
starting | The system is in the process of starting up |
stopped | The system has stopped all requests and is preparing for shutdown |
system_limited | Something is interfering with the systems's ability to communicate between all ranks |
Node
Status | Description |
---|---|
enum_hardware | The node is processing the hardware being used and checking the license |
establishing_cluster | The node is ensuring its connection to the system and the other hosts in the cluster |
fatal_init_error | An error occurred while validating the gpudb.conf configuration file |
init | The INIT signal has been received and the node is initializing |
parsed_conf | The node has parsed configuration files for any changes |
post | The node has started and informed the system |
ready | The node has successfully shutdown and is ready to be started |
running | The node is up and available for requests |
shutdown | The node has shut down and is not available |
shutting_down | The node is in the process of shutting down and will not take requests |
started | The node has been started and is nearly ready for requests |
starting | The node is in the process of starting up |
stopping | The node is stopping all requests and preparing for shutdown |
validating_cluster | The node and any other nodes in the cluster are being validated by the system |
Rank
Status | Description |
---|---|
enum_hardware | The rank is processing the hardware being used and checking the license |
fatal_init_error | An error occurred while validating the gpudb.conf configuration file |
init | The INIT signal has been received and the rank is initializing |
initialized | The rank has been primed for start-up |
loaded_data | The rank has successfully loaded data from the persist directory(ies) |
loading_data | The rank is in the process of loading data from the persist directory(ies) |
not_responding | The rank is currently not responding to requests |
parsed_conf | The rank has parsed configuration files for any changes |
post | The rank has started and informed the system |
running | The rank is up and available for requests |
shutdown | The rank has shut down and is not available |
shutting_down | The rank is in the process of shutting down and will not take requests |
start | The rank has received a start signal |
started | The rank has been started and is nearly ready for requests |
starting | The rank is in the process of starting up |
syncing | The rank is in the process of syncing types, tables, records, etc. |
terminated | The rank has encountered an error and was terminated; the rank will often restart if possible |