Skip to content

Running Clusters Independent of PadoGrid

Dae Song Park edited this page Apr 21, 2021 · 7 revisions

◀️ Default Port Numbers 🔗 Running Apps ▶️


If you want to run your clusters independent of PadoGrid then you can generate cluster deployment snapshots by executing the create_script command. The create_script command generates an installation snapshot of the specified cluster in the form of a tarball, which you can install separately without PadoGrid. Each tarball includes a complete set of scripts, configuration files, and library files along with the README.txt file providing detailed deployment instructions.

# Generate a finance cluster deployment snapshot.
create_script -cluster finance

Output:

Script tarball generated:
 /Users/dpark/padogrid/workspaces/myrwe/myws/clusters/finance/generated/README.txt
 /Users/dpark/padogrid/workspaces/myrwe/myws/clusters/finance/generated/finance.tar.gz
 
See 'README.txt' (also included in the tarball) for instructions.

The above example generated the finance.tar.gz file that contains all the configuration, binaries, and scripts needed to run the finance cluster in the data grid product distribution environment completely independent of PadoGrid. The deployment instructions are provided in the generated README.txt file.


◀️ Default Port Numbers 🔗 Running Apps ▶️

Overview

Operations

Tools

Platforms

Clouds

Pado

Geode/GemFire

Hazelcast/Jet

ComputeDB/SnappyData

Coherence

Hadoop

Kafka/Confluent

Mosquitto

Redis

Spark

Clone this wiki locally