Blog All Title

2010-08-06

HDLM remove LUN or offlined path to a given LUN

Filed under: Life — pidiaquez @ 14:43:49

In order to completly remove a LUN , first offline all paths, the run the following command

dlmcfgmgr -u /dev/sddlmab

Same instruction is used to remove all offlined path to a LUN and update LUNs with paths pointing to no device " - "

2010-06-04

grep for numbers

Filed under: Life — pidiaquez @ 13:34:38

grep for lines containing numbers , with the exception of those who have a slash

egrep [0123456789] month | grep -v "/" | grep -v A | tr -d .

2010-03-15

Linux RDAC Multipath driver check multipath

Filed under: Life — pidiaquez @ 16:15:12

To check LUN status on a linux with RDAC multipath instaled

do:

mppUtil -S

and check

/proc/mpp

directory structure

2010-03-12

Upgrade RedHat 4.5 to RedHat 5.4

Filed under: Life — pidiaquez @ 12:33:04

I tried to upgrade from the 5.4 DVD, however it didn't gave me the "upgrade option"

googled for a while and found the following "secret word" that enabled the upgrade option.

I used the following parameter during the boot.

linux upgradeany

2008-11-19

Linux Cluster Heartbeat and /dev/drbd0

Filed under: Life — pidiaquez @ 15:38:42

How to enable access to a /dev/drdb0

Assuming that your cluster is already configured

you can use the following commands to check the status

#service drbd status

#drbdadm state r0 ( being r0 the name of the disk resource )

and to make current node Primary for a given disk (r0)

#drbdadm primary r0

After this you gain access to the /dev/drbd0 access.

powered by  b2evolution
This skin features a CSS file originally designed for WordPress (See design credits in style.css).
Original design credits for this skin: Dave Shea & Matthew Mullenweg
In order to ensure maximum compatibility with WP CSS files, most b2evolution features that do not exist in WP are hidden from this generic wpc_* skin.

MySQL error!

Incorrect key file for table 'evo_hitlog'; try to repair it(Errno=1034)

Your query:
DELETE FROM evo_hitlog WHERE visitTime < '2010-08-08'