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 1, 2014
10:16 am
Comments: 0
Eli Kleinman
To find out what privileges are stopping you from running a command, you should run it under ppriv -eD command. For example: You can then use usermod -K ... to assign the necessary privileges to a user....
December 19, 2013
9:30 am
Comments: 0
Eli Kleinman
First log in to each director as admin and run get-log-files -all xsigo1 get-log-files -all -cores xsigo1 Then copy off the logs scp 10.10.105.51:/var/fsroot/admin/xsigo1.gz .
December 16, 2013
8:47 pm
Comments: 0
Eli Kleinman
Contents 1 Hardware Requirements 1.1 Before you start 2 NetBackup Media Server configuration 2.1 Make sure the NetBackup Media Server is running 6.52A 2.2 Unload the default HBA initiator drivers 2.3 Mark...
December 12, 2013
10:51 am
Comments: 0
Eli Kleinman
jQuery callback examples explaind Using jQuery Deferred to Manage Multiple AJAX calls http://jmonkee.net/wordpress/2012/03/13/returning-data-retrieved-via-a-jquery-ajax-request/ List of very good jQuery...
December 9, 2013
3:10 pm
Comments: 0
Eli Kleinman
(No Ratings Yet)Loading... Modify Brocade Zones With The CLI Creating a new alias(s). alicreate "cloud4_global_FAA","50:01:39:71:00:53:21:57" alicreate "cloud4_global_FAB","50:01:39:71:00:53:21:58" alicreate...
December 7, 2013
11:25 pm
Comments: 0
Eli Kleinman
Click to access partitionalign-111512-1875560.pdf
November 27, 2013
10:05 am
Comments: 0
Eli Kleinman
Modifying Solaris Zone Properties With a Loop. To modify many Solaris Zone Properties, you can run a loop something like the below. Example 1 for i in `zoneadm list -cv |grep wapp1|awk '{print $2}'`;do...
November 26, 2013
12:57 pm
Comments: 0
Eli Kleinman
Protecting Files From Overwriting Mistakenly To set protection on, run the below. set -o noclobber To make it permanent just add to your .bashrc echo 'set -o noclobber' >> ~/.bashrc An example how things...
No posts found