Running Clusters Independent of PadoGrid - padogrid/padogrid GitHub Wiki

◀️ Default Port Numbers :link: 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 :link: Running Apps ▶️