Linux Stuff

CentOS Linux is the community version of RedHat Enterprise

Linux Script Variables

December 11, 2012 | 0 Comments

When variables are used they are referred to with the $ symbol in front of them. There are several useful variables available in the shell program. Here are a few:   $$ [...]

Building RPM packages

December 11, 2012 | 0 Comments

RPM’s are Redhat packages for installing software on Redhat Linux machines. Creating the RPMs is done by the software owner. Building RPM should be done with an [...]

ReadyNas (sparc) disk copy

July 25, 2012 | 0 Comments

So one day your readynas decides to give it up and you need to get your data from the ReadyNAS disk onto you pc. Thing you know is that your ReadyNAS sparc is running Debian [...]

RH: Disable IPv6 on RHEL

May 22, 2012 | 0 Comments

If you would like to disable IPv6 on RedHat Enterprise please do the following : Add or Modify the file [ /etc/sysconfig/network ] : NETWORKING_IPV6=no   Add the [...]

RH: Retrieve Emulex HBA Information

May 14, 2012 | 0 Comments

  On RedHat Enterprise Linux 5, getting LUNs propagated from NetApp SAN is working pretty good so far but when you want to use NetApp SnapCreator with the kernel default [...]

RH: Resizing LUN using multipath

April 26, 2012 | 0 Comments

Sometimes it is needed to resize ( let’s say increase ) the size of a LUN on Linux. It is possible to do it all online ( but not without risc :-/ ) What you need to do [...]

RH: Multipathing NetApp LUN on RHEL 5.3

August 3, 2011 | 0 Comments

  Make sure you have the packages needed by RHEL, otherwise install them. rpm -q device-mapper rpm -q device-mappermultipath yum install device-mapper yum install [...]
1 2 3 4 5 6