:: Next Page >>
HDLM remove LUN or offlined path to a given LUN
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 " - "
grep for numbers
grep for lines containing numbers , with the exception of those who have a slash
egrep [0123456789] month | grep -v "/" | grep -v A | tr -d .
Linux RDAC Multipath driver check multipath
To check LUN status on a linux with RDAC multipath instaled
do:
mppUtil -S
and check
/proc/mpp
directory structure
Upgrade RedHat 4.5 to RedHat 5.4
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
HDLM on linux Check Paths
To 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
:: Next Page >>