DevTech101

DevTech101

Month: February 2014

Quick How To Install Openstack On Fedura20

How to install openstack on Fedura20 First, Install fedura20 like you would normally do. enable ssh with systemctl enable sshd.serivce disable the firewall with systemctl disable firewalld.service systemctl stop firewalld.service Disable SElinux /etc/selinux/config SELINUX=disabled Before fedura 20 yum install -y http://rdo.fedorapeople.org/rdo-release.rpm Install all needed pakges yum install -y openstack-packstack Initialize open stack packstack –allinone Reference …

Quick How To Install Openstack On Fedura20 Read More »

Performance Tuning For Solaris Zones

Contents 1 Solaris global and non zones performance tuning 1.1 Configuring the global zone to use FSS 1.1.1 First enable & set FSS in the global zone 1.1.2 Next configure a global zone CPU/Memory Cap 1.1.2.1 Example after the configuration change 1.2 Configure /tmp(tmpfs) system cap 1.3 reboot the system for changes to take effect …

Performance Tuning For Solaris Zones Read More »

alfresco install on linux

Before install remmber to add IP Address to /etc/hosts Download swftools, run configure –prefix=/usr install to /usr Install flash palyer 12 by donwloding from adobe, then  cp -r usr/* /usr Disbale linux firewall chkconfig ip6tables off, chkconfig iptables off , reboot yum install convert ImageMagick zlib-devel libjpeg-devel giflib-devel freetype-devel gcc gcc-c++ Install alfresco ./alfresco-community-4.2.e-installer-linux-x64.bin, only …

alfresco install on linux Read More »

Xsigo management startup fails / how to fix that

How to fix Oracle OVN (Xsigo) startup errors xms startup will fail with log4j errors log4j:ERROR Error occured while converting date. java.lang.NullPointerException To fix the error stop xms service xms stop Changed log4j pattern in /opt/xsigo/xms/webapps/xms/WEB-INF/classes/log4j.xml From value=”%d %-5p: %c – %m%n” To value=”%d{yyyy-MM-dd HH:mm:ss} Then start the xms, it should start with out any …

Xsigo management startup fails / how to fix that Read More »