2013-01-18 09:06:37 +00:00
|
|
|
kill -USR1 `cat /var/run/anaconda.pid`
|
2010-10-19 15:35:50 +00:00
|
|
|
kill -USR2 `cat /var/run/anaconda.pid`
|
|
|
|
kill -HUP `cat /var/run/anaconda.pid`
|
|
|
|
udevadm info --export-db | less
|
|
|
|
tail -f /tmp/storage.log
|
|
|
|
echo b > /proc/sysrq-trigger
|
|
|
|
dmsetup table
|
|
|
|
multipath -d
|
2011-01-11 11:40:15 +00:00
|
|
|
HOME=/root chroot /mnt/sysimage bash -l -i
|