DevTech101

DevTech101

Month: July 2016

how to install Openstack kilo on Solaris 12 with oVS

First install MySQL and openstack pkg install mysql-56 pkg:/database/mysql-56/client openstack service/network/openvswitch MySQL configuration zfs create -o mountpoint=/mysql rpool/mysql mkdir /mysql/logs mkdir /mysql/innodb cp /etc/mysql/5.6/my.cnf /mysql/ cd /etc/mysql/5.6/; mv my.cnf my.cnf.orig; ln -s /mysql/my.cnf chown -R mysql:mysql /mysql sample my.cnf # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html [mysqld] default-storage-engine = InnoDB …

how to install Openstack kilo on Solaris 12 with oVS Read More »

How to create a Solaris IPS PKG

The below example creates a Solaris pkg from the Nagios application, you can then publishes the pkg to a Solaris repository. Note: To see how-to publish this pkg to a Solaris repository click here Extract legacy pkg to temp directory mkdir nrpe-pkg-source nagios-plugins-pkg-source pkgtrans nagios-plugins-1.4.16-sol10-i386-local nagios-plugins-pkg-source pkgtrans nrpe-2.14-sol10-i386-local nrpe-pkg-source Create a directory with all files …

How to create a Solaris IPS PKG Read More »

How to set NPM proxy settings in .npmrc

Below you will find, how to set a proxy for Node/NPM by using an .npmrc file. cat .npmrc proxy=http://user:passsword@host.domain.com:8080/ https-proxy=http://user:passsword@host.domain.com:8080/ strict-ssl=false registry=http://registry.npmjs.org/ To make node js or npm work behind a firewall To get node compiled on Solaris check out the link below. http://www.petertribble.co.uk/Solaris/node.html Note: after pkgadd, move Node to node. also modify this file …

How to set NPM proxy settings in .npmrc Read More »

Integrating Oracle Ops Center Alert Notifications With Nagios

Contents 1 This document address how to disable nagios notification’s with Ops Center 1.1 Nagios notification overview 1.2 Nagios notifications 1.2.1 Methods to disable Nagios notifications remotely 1.2.2 Center and Nagios 1.2.2.1 Ops Center configuration 1.3 Scripts used to disable/enable Nagios 1.4 Example to enable/disable nagios with curl This document address how to disable nagios …

Integrating Oracle Ops Center Alert Notifications With Nagios Read More »