Tagline for Blog All
Categories: Life, 42 wordsSend feedback • PermalinkIn 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 " - "
Categories: Life, 23 wordsSend feedback • Permalinkgrep for lines containing numbers , with the exception of those who have a slash
egrep [0123456789] month | grep -v "/" | grep -v A | tr -d .
Categories: Life, 20 wordsSend feedback • PermalinkTo check LUN status on a linux with RDAC multipath instaled
do:
mppUtil -Sand check
/proc/mpp
directory structure
Categories: Life, 40 wordsSend feedback • PermalinkI 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
Categories: Techs, 36 wordsSend feedback • PermalinkTo check paths to the LUNs
/opt/DynamicLinkManager/bin/dlnkmgr view -path
To install HDLM driver if you have the license file .plk
Copy the .plk license file to /var/tmp/hdlm_license and install hdlm
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'