Rocks vs Platform
From Define Wiki
Jump to navigation
Jump to search
| Function
|
Rocks Command
|
PCM Equivalent
|
| Insert/remove a node to/from the cluster database.
|
insert-ethers
|
addhost (-i, -e)
|
| Build or update a mirror
|
rocks-dist mirror
|
repoman -r/repopatch -r
|
| Build the RPM distribution for compute nodes
|
rocks-dist dist
|
repoman -r
|
| Reinstall a compute node
|
shoot-node
|
boothost -r
|
| Run any command on a cluster
|
cluster-fork/tentakel
|
pdsh
|
| Reinstall a cluster
|
cluster-fork /boot/kickstart/cluster-kickstart
|
boothost -r
|
| Get a cluster wide process list
|
cluster-ps
|
pdsh -ps
|
| Kill processes running on the cluster
|
cluster-kill
|
pdsh -kill
|