coyote/gp-scripts
2025-11-07 02:48:51 +01:00
..
brick-do.sh Add PowerShell scripts to change Checkpoint mode 2025-10-30 11:41:26 +01:00
checkpoint_EndpointSecurity.ps1 Add PowerShell scripts to change Checkpoint mode 2025-10-30 11:41:46 +01:00
checkpoint_SecuRemote.ps1 Add PowerShell scripts to change Checkpoint mode 2025-10-30 11:41:46 +01:00
checkup.sh Add README and fix checkup.sh 2025-10-07 11:43:25 +02:00
README.md Merge branch 'main' of https://git.iternity.dev/thomas.gebert/coyote 2025-10-07 12:01:04 +02:00

General Purpose Scripts

Here are some general purpose scripts...

brick-do.sh

Script to run commands on the single bricks of a GlusterFS volume. e.g.

brick-do.sh -v ge-pacs -c "sudo ls -alh" -p "/ge-pacs/data"

Where -p is optional

# brick-do.sh --help

A little helper script to exeucte commands on single bricks.

Usage:  [OPTION]
Mandatory:
  -c|--COMMAND       COMMAND     the command to execute
  -v|--volume        VOLUME      the volume of the bricks

Optionial:
  -p|--brick-path    BRICK_PATH  in case the command needs to be run in a
                                 subdirectory of the brick path

checkup.sh

Run a quick test on the cluster and do some sanity checks. Most checks are intended to be reviewed by a human being.