Difference between revisions of "Rocks vs Platform"
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" |- !Function !Rocks Command !PCM Equivalent |- !Insert/remove a node to/from the cluster database. !insert-ethers !addhost (-i, -e) |- !Build or update a...") |
(No difference)
|
Latest revision as of 15:13, 5 December 2012
| 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 |