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!.

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Filter by Categories
alfresco
Andriod
Andriod Studio
angularjs
Apple
Applications
AWS
BDA
bootstrap
brocade
cassandra
Chef
cloud
Configuration Managment
Consul
css
dansguardian
DB
DIP
django
docker
Drupal
elasticsearch
emc
Enterprise Manager 12c
Enterprise Manager 13c
ESX-5.4
Ethernet
firefox
flume
Fun
Genral
Github
grafana
Hadoop
Hardware
highcharts
hitachi-vsp
HP iLO
HylaFax
IB
IDM
ilom
informix
java
javascript
jmeter
jquery
Kubernetes
KVM
LDAP
Load Test
mac
mediawiki
Mongodb
Monitoring
Music
neo4j
NetBackup
NetBeans
NetScaller
network
nginx
node
nodejs
NoSQL
Odsee
oel-6
oel-7
office
OpenGL
openstack
openstack
Ops Center
Oracle
Oracle IDM
Oracle iLOM
Oracle NoSQL
OracleDB
os
OTD
OUD
OUDSM
ovm-for-sparc
OVN
perl
php
Puppet
python
python
redhat-6
redis
scripting
solaris
solaris-11.3
solaris10
solaris11
solaris11.1
solaris11.2
solaris11.4
solaris12
SQLite
squid
storage
Sun
thunderbird
Tripwire
Uncategorized
Veritas
violin
virtualization
web
weblogic
wiki
windows-2008
windows-2012
wordpress
ZFSSA
zones
How to delete the asset by using UUID
Below is available in 12.2 # cd /opt/SUNWoccli/bin # ./oc xvmSh > connect localhost > gear localhost/gear >delete -U <UUID> -f
Creating, Adding Additional SCAN Addresses in Oracle Database 11g
srvctl add network -netnum 2 -subnet 10.10.10.0/255.255.255.0/aggrpub1 -nettype static srvctl add scan -scanname 12cdb1-pub-scan.domain.com -netnum 2 srvctl start scan -netnum 2 srvctl status scan -netnum...
How to clear ILOM or FMA fault
set /SYS/MB clear_fault_action=true
Oracle Solaris ZFS health / scrubbing check script
The ZFS script will check ZFS pool health and do scheduled scrubbing. Get ZFS script Modify the below values in the script to your mail admin and mail address. my $mydomain = $hostname; my $mailfrom =...
Solaris SPARC SAN Boot
After mirroring the device or zfs send install the bootblock installboot -F zfs /usr/platform/`uname -i`/lib/fs/zfs/bootblk /dev/rdsk/c0t1d0s0 First we need to get the lun paths, just run the below to...
How to remove SAN devices in Solaris
(No Ratings Yet)Loading... Contents 1 How to flap a SAN device path without rebooting in Solaris 2 How to remove SAN devices without rebooting in Solaris 2.1 Another way to offline luns 2.1.1 After the...
How to measure network Bandwidth in Linux
Usage as below from same folder: To check packer per interface: ./netpps.sh eth0 To check speed per interface: ./netspeed.sh eth0 Measure Packets per Second on an Interface netpps.sh as file name #!/bin/bash...
To convert date and time to epoch time in perl
use Date::Parse; print str2time("12/5/2014 12:27PM")."\n";
1 31 32 33 34 35 58