You are here: Home / Software / BastionLinux/Big Data / Running

Running

by Alan Milligan last modified Jul 27, 2016 06:57 AM

System administration and management of your BastionLinux system

What is it?

BastionLinux is a standard Linux distro based upon Red Hat. We use RPM, yum, and up2date to install Zenoss software, packaged by us, from our own repository. All you've really got to do is to ensure your BastionLinux user/password credentials are in your /etc/yum.repos.d/bastion.repo file. See http://linux.last-bastion.net/LBN/rpmmanager_download for more details.

 

Whats special?

Well nothing. We're all about following industry standards and not having any particular learning curve for BastionLinux. We do include two tools that we consider are indispensible: (i) monit; and (ii) chef-client.

Monit is a system that manages services, their dependencies, and watchdogging them should they stop responding. With a few simple commands, you can see what should be running, whether or not it is, and can start/stop groups of services in a single command.

# what's running ...
$ monit summary
# restart whatever zenoss stuff is on this cluster/node ...
$ monit -g zenoss restart

Our Chef infrastructure takes control of the configuration management for your entire Zope/Zenoss installation. We have it set up to run regularly as a daemon for you already. All you need to do to institute configuration changes (including very major configuration changes) is to change some of the roles/overrides for your server within our Chef and either wait til the daemon runs, or invoke this yourself:

$ chef-client

 

What do I have to do?

You can do whatever you like in managing your BastionLinux server. If you are trying to configure some component that we're managing with Chef, you'll be overwritten. If you lock us out, we're locked out. If you wish to use anything else within the BastionLinux stack, simply install it with yum.

We very much think that we bring best-of-breed solutions, packaging, and configuration to BastionLinux/Plone. We welcome discussion around this. If you've innovative ideas or configuration tweaks, we're definitely going to incorporate them if they have merit. If you'd like to go your own way in configuring aspects of your system, we've facilities for you to opt-out of our configuration management of these.