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 […]
Tag: zones
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 script with a new front-end(Angular) / back-end(NodeJS + Mongo). I hope to publish preliminary […]
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 different zone types, security like user/password/roles to create zones, better zone reporting. make […]
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, 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 […]
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 […]
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 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 […]
Configuring Solaris 11 Kernel Zone ZFS Pool Size
Due to a bug in Solaris 11, kernel zone pool size specified in zonecfg is not working
1 |
zoneadm -z oscntrl2 install -x 300g |
How to kill a Solaris Zone stuck in shutting_down state
This situation occurs when we execute a zoneadm -z ZONENAME halt command and, after it, the status of Solaris Local Zone doesn’t change from Running state to a Installed state and remaining in Shutting_down state. To solve this problem, try one or more of following commands at Global Zone until the zone state changes to […]