-
Storage Clustering Part 1: An Introduction
John and I have recently been looking at server clusters, and how they can be provisioned to best fit our customers needs. This post is the first in (hopefully) a series on the results of that research. To start with in this post I would like highlight some common questions about big storage options. If…
-
Did you know we have a DNS API?
-
DNS import script project. Any takers?
A bit of a cheeky request… I’m looking for something that will import a BIND zone file in our name servers. Anyone interested in having a crack at that? I’m imagining something like a bash/perl/ruby/python script that parses a BIND zone file then uses our DNS api per http://rimuhosting.com/dns/dyndns.jsp to pop the values into our…
-
Using incron to autocommit changes in a folder
I found this excellent blog post giving a nice example of incron useage at http://andrew.mcmillan.net.nz/blog/using_incron_to_autoversion_a_directory Normally when I edit files in /etc, I am focused on achieving something now, and not on being able to undo it later. To this end I have written myself a script which will commit the contents of a directory…
-
Using the RimuHosting API to integrate with Server Density
A few weeks back we released our RimuHosting server management API (which lets users programmatically do things like setup new servers, shut them down, resize their memory or disk and reboot them). Ivan here has been busy integrating our API into a few third party ‘cloud computing’ APIs. Like libcloud, jclouds and deltacloud. The third…
-
Using libcloud with RimuHosting
Libcloud.org has merged our RimuHosting driver into their Python library. All of our api functionality isn’t included in that driver, but there are a number of handy things that you can do via just a smattering of python code. I’m going to write a few articles on this topic to demonstrate some of the cool…
-
Announcing the RimuHosting REST-ful API
Announcing the RimuHosting API The RimuHosting API is an programmable interface to manage some of RimuHosting services. It lets you do things like setup new VPSs, add memory or disk to existing VPSs, check your data transfer usage, grab host server load stats, reboot servers, and most other actions that until now you could only…