DevTech101

DevTech101

solaris11.2

DevOps Web-GUI To Manage An Oracle Solaris DevOps-Like Environment – Released First Beta

DevOps Web-GUI To Manage An Oracle Solaris environment – Released First Beta I am very excited to announce the availability of the first beta release of a new DevOps management tool to manage an Oracle Solaris environment. The code is available on my Github page by going here Note: The commend line tool is available …

DevOps Web-GUI To Manage An Oracle Solaris DevOps-Like Environment – Released First Beta Read More »

Creating An Oracle Solaris DevOps Like Environment, Updated To ZFS Local Replication – Version-09

Creating An Oracle Solaris DevOps Like Environment, Updated To ZFS Local Replication – Version-09 Just pushed a minor update Version 0.9 of the Solaris DevOps Manager, full details plus code are available on my Github repository. I am also excited to announce a new initiative. we are in middle of replacing/migrating the Devops Manager Python …

Creating An Oracle Solaris DevOps Like Environment, Updated To ZFS Local Replication – Version-09 Read More »

Creating An Oracle Solaris DevOps Like Environment, Update ZoneTypes, Roles, Reporting – Version-08

Creating An Oracle Solaris DevOps Like Environment, Update ZoneTypes, Roles, Reporting – Version-08 Finally had the time to updated the latest version of the Solaris DevOps Manager script. Just published Version 0.8 of the Solaris DevOps Manager, full details plus code are available on my Github repository This version adds many new features, including creating …

Creating An Oracle Solaris DevOps Like Environment, Update ZoneTypes, Roles, Reporting – Version-08 Read More »

How To Create An Oracle Solaris 113/11.4 IPS/PKG Nagios Plugins Package

[ How to create An Oracle Solaris 11 IPS/PKG Nagios Plugins Package The example below creates a Solaris Nagios Plugins package, I then show you how to publishes the Nagios pkg to your repository. Download required software First, download the latest NRPE and Nagios-plugins, you can download the Nagios plugins from here and the latest …

How To Create An Oracle Solaris 113/11.4 IPS/PKG Nagios Plugins Package Read More »

Creating An Oracle Solaris DevOps Like Environment, Update Configuration Options – Version-07

Just published Version 0.7 of the Solaris DevOps Manager, full details plus code are available on my Github repository Version 0.7 Added / Enhancement: This version greatly improves / simplifies all configuration modifications by using the Python ConfigParser module. With this version, all configuration details are modified in a new separate configuration file devops_config.ini. Note: …

Creating An Oracle Solaris DevOps Like Environment, Update Configuration Options – Version-07 Read More »

Creating An Oracle Solaris DevOps Like Environment, Now Includes HA and DR – Version-06

I just pushed version-06 of – Creating A DevOps Like Environment In Oracle Solaris including HA and DR Below are whats new for this update. Version 0.6 Added: This version adds the capability to create Zones with High Availability(HA) and Disaster Recovery(DR) in mind. With this version: You can now specify a list of HA …

Creating An Oracle Solaris DevOps Like Environment, Now Includes HA and DR – Version-06 Read More »

Updated: Pushed version-05 of – Creating A DevOps Like Environment In Oracle Solaris

I just pushed version-05 of – Creating A DevOps Like Environment In Oracle Solaris Below are the details of this update, for the code and full detail please check out the git repository here. Version 0.5 Added: This version adds the VM/Zone image rotate i.e. -r (–rotateImg) option. With this version you can now update/rollback …

Updated: Pushed version-05 of – Creating A DevOps Like Environment In Oracle Solaris Read More »

Creating A DevOps Like Environment In Oracle Solaris 11.3/11.4 By Using RAD And REST – Part 2

Creating a DevOps workflow with Solaris zones, ZFS By Using RAD And REST calls Note: The latest updated Version-05 is available here. This is part 2, in Part 1 I described the challenge we try to address as well as the process to configure the network switch, DHCP. Below will continue to configure the source …

Creating A DevOps Like Environment In Oracle Solaris 11.3/11.4 By Using RAD And REST – Part 2 Read More »

Creating A DevOps Like Environment In Oracle Solaris 11.3/11.4 By Using RAD And REST – Part 1

Creating a DevOps workflow with Solaris zones, ZFS By Using RAD And REST calls This is part one of this series, you can jump to part two by clicking here. The other day I was challenged on a Solaris environment to create a DevOps like workflow for a large C-application. The application has needs that …

Creating A DevOps Like Environment In Oracle Solaris 11.3/11.4 By Using RAD And REST – Part 1 Read More »

Configuring NAT Using PF Firewall in Solaris 11 / 12 Zones

Solaris 11/12 PF Firewall NAT Configuration Below is an update on how to configure NAT in Solaris 11/12, the original post used IPfilter(IPF). Since Solaris now officially switched to the BSD firewall(PF) I created the updated example below. Assumptions The network used in the kernel zones are 10.10.1.0/24 The network used on the global zone …

Configuring NAT Using PF Firewall in Solaris 11 / 12 Zones Read More »