Striker: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{header}} '''Striker''' is the Anvil! dashboard and node monitoring software. * The Dashboard loads onto monitoring devices and is used to control one or more Anvil! cl..." |
No edit summary |
||
Line 9: | Line 9: | ||
To come later | To come later | ||
== Install Striker == | |||
=== Requirements === | |||
* A machine with two wired network interfaces, one to the [[BCN]] and one to the [[IFN]]. | |||
* [[RHEL]], [[CentOS]] or similar version 6.x (6.5 or higher recommended). | |||
** Minimal install is sufficient, provided you install <span class="code">perl</span>. | |||
** The installer will install everything else it needs. | |||
<syntaxhighlight lang="bash"> | |||
yum install perl | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="text"> | |||
<yum output> | |||
</syntaxhighlight> | |||
This install document will be using a fresh, minimal install of CentOS 6.5. | |||
=== Getting the Install Script === | |||
The Striker installer needs to be downloaded. To account for minimal installs where <span class="code">wget</span> is not available, we'll use <span class="code">curl</span> instead which is always available. | |||
<syntaxhighlight lang="bash"> | |||
curl https://raw.githubusercontent.com/digimer/an-cdb/master/striker-installer > striker-installer | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="text"> | |||
% Total % Received % Xferd Average Speed Time Time Time Current | |||
Dload Upload Total Spent Left Speed | |||
100 96133 100 96133 0 0 233k 0 --:--:-- --:--:-- --:--:-- 404k | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash"> | |||
chmod 755 striker-installer | |||
ls -lah ./striker-installer | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="text"> | |||
-rwxr-xr-x. 1 root root 94K Sep 1 15:16 ./striker-installer | |||
</syntaxhighlight> | |||
=== Using the Install Script === | |||
The install script works by taking command line switches. You can get a better explanation of the switches by running <span class="code">./striker-installer -h | |||
</span>. | |||
<span class="code"></span> | |||
<syntaxhighlight lang="bash"> | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="text"> | |||
</syntaxhighlight> | |||
= Monitor = | = Monitor = |
Revision as of 19:22, 1 September 2014
Alteeve Wiki :: Striker |
Striker is the Anvil! dashboard and node monitoring software.
- The Dashboard loads onto monitoring devices and is used to control one or more Anvil! clusters and it's servers.
- The Monitor loads onto Anvil! nodes and monitors an individual node's hardware, it's view of the cluster software and shared foundation pack devices.
Dashboard
To come later
Install Striker
Requirements
- A machine with two wired network interfaces, one to the BCN and one to the IFN.
- RHEL, CentOS or similar version 6.x (6.5 or higher recommended).
- Minimal install is sufficient, provided you install perl.
- The installer will install everything else it needs.
yum install perl
<yum output>
This install document will be using a fresh, minimal install of CentOS 6.5.
Getting the Install Script
The Striker installer needs to be downloaded. To account for minimal installs where wget is not available, we'll use curl instead which is always available.
curl https://raw.githubusercontent.com/digimer/an-cdb/master/striker-installer > striker-installer
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 96133 100 96133 0 0 233k 0 --:--:-- --:--:-- --:--:-- 404k
chmod 755 striker-installer
ls -lah ./striker-installer
-rwxr-xr-x. 1 root root 94K Sep 1 15:16 ./striker-installer
Using the Install Script
The install script works by taking command line switches. You can get a better explanation of the switches by running ./striker-installer -h .
Monitor
The monitor application is based around a "Striker API". The monitor itself acts as a daemon that calls scanner agents it finds inn the cgi-bin/scan.d directory.
Any questions, feedback, advice, complaints or meanderings are welcome. | |||
Alteeve's Niche! | Alteeve Enterprise Support | Community Support | |
© 2025 Alteeve. Intelligent Availability® is a registered trademark of Alteeve's Niche! Inc. 1997-2025 | |||
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions. |