Virtualization - clustering
From PlcWiki
(Difference between revisions)
(Created page with 'Basic cheatsheet') |
|||
(5 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | [[ | + | [[Clever cluster]] |
+ | |||
+ | [[Installing Clever cluster - raw instructions]] | ||
+ | |||
+ | |||
+ | View VM console: | ||
+ | |||
+ | virt-viewer -c qemu+ssh://plcbracl02/system plcbracolkrnl | ||
+ | |||
+ | If this complains about netcat, run this on the cluster node: | ||
+ | ln -s /usr/bin/nc /usr/bin/netcat | ||
+ | |||
+ | |||
+ | [[Cluster MBA7|Cluster MBA7 (česky)]] | ||
+ | |||
+ | [[Kernel MBA7|Zastaralé instrukce k testování clusteru MBA7 (česky)]] |
Current revision as of 15:03, 10 February 2016
Installing Clever cluster - raw instructions
View VM console:
virt-viewer -c qemu+ssh://plcbracl02/system plcbracolkrnl
If this complains about netcat, run this on the cluster node:
ln -s /usr/bin/nc /usr/bin/netcat