Blog Posts
Would you like to start a project with us?
Use the Contact Form to get in touch with us, comments, questions or suggestions. You can also simply say hello!.
November 19, 2015
9:35 am
Comments: 0
Eli Kleinman
To remove an orphaned volume form an openstack deployment mysql>delete from volume_admin_metadata where volume_id='9eb308c2-8f2f-4361-b9a2-fd320e11f8ac'; mysql>delete from volumes where id='17035b2d-0496-48b8-bce0-b2418b13b0a2';...
November 18, 2015
5:22 pm
Comments: 0
Eli Kleinman
Creating openstack zone archive zonecfg -z openstack_install create # or for kernel zone zonecfg -z openstack_kz create -t SYSsolaris-kz zoneadm -z openstack_install install zoneadm -z openstack_install...
November 17, 2015
2:11 pm
Comments: 0
Eli Kleinman
To install pkg install openstack evs swift swiftclient pkg:/install/installadm mysql-56 mysql-56/client First configure MySQL 5.6 zfs create -o mountpoint=/mysql zones/mysql mkdir /mysql/logs mkdir /mysql/innodb...
November 12, 2015
11:37 am
Comments: 0
Eli Kleinman
Install django easy_install pip (if not installed yet) mkdir django_test ; cd django_test pip install virtualenv virtualenv vm_test1 ; cd vm_test1 . bin/activate pip install django pip freeze # list packages...
November 9, 2015
5:48 pm
Comments: 0
Eli Kleinman
Create configuration on every node makebootconfig.sh java -jar $KVHOME/lib/kvstore.jar makebootconfig \ -root /home/oracle/kvroot \ -port 5000 \ -admin 5001 \ -host n01 \ -harange 5010,5025 \ -num_cpus...
November 4, 2015
4:56 pm
Comments: 0
Eli Kleinman
#Backup tar zcf neo4j.tar neo4j # Extract new mkdir /data/neo4j;tar -zvxf install/neo4j-enterprise-2.3.0-unix.tar.gz -C /data/neo4j –strip-components=1 #Copy back DB files cp -rp /data/tmp/neo4j/data/dbms...
October 28, 2015
5:02 pm
Comments: 0
Eli Kleinman
Below are helpful links on how to use RAD in Solaris 11 https://community.oracle.com/docs/DOC-917361 http://blog.zach.st/2015/08/19/remote-ZFS-management-Puppet-RAD.html
September 7, 2015
11:38 am
Comments: 0
Eli Kleinman
How To Add Fonts in Solaris 11 Adding Fonts This section describes how to add fonts for all users or for an individual user. How to Add a Font for All Users Copy the font file to one of the directories...
No posts found