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!.
January 2, 2015
8:40 am
Comments: 0
Eli Kleinman
Below is available in 12.2 # cd /opt/SUNWoccli/bin # ./oc xvmSh > connect localhost > gear localhost/gear >delete -U <UUID> -f
December 30, 2014
3:36 pm
Comments: 0
Eli Kleinman
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...
December 29, 2014
4:48 pm
Comments: 0
Eli Kleinman
set /SYS/MB clear_fault_action=true
December 18, 2014
8:47 pm
Comments: 0
Eli Kleinman
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 =...
December 18, 2014
12:23 pm
Comments: 0
Eli Kleinman
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...
December 16, 2014
8:47 pm
Comments: 0
Eli Kleinman
(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...
December 11, 2014
11:59 am
Comments: 0
Eli Kleinman
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...
December 10, 2014
2:12 pm
Comments: 0
Eli Kleinman
use Date::Parse; print str2time("12/5/2014 12:27PM")."\n";
No posts found