Dil ID: 11
Dil Adı: russia
Dil Kodu: ru5tayfun Продукция бренда Dell
Dünyanın En Büyük
Elektronik Bilgi Kütüphanesi



19
IPMITOOL Installation
4. Boot into RHEL 5u3 later version.
5. Mount USB flash (ex device sdb1) for using.
#mount /dev/sdb1 /mnt
6. Copy ipmitool installation package to the system from mounted folder.
#cp /mnt/ipmitool-1.8.11.tar.gz /
7. Uncompress the ipmitool package
#tar –zxvf /ipmitool-1.8.11.tar.gz
8. Swich folder to ipmitool installation where we extracted.
#cd /ipmitool-1.8.11
9. Configure config file at first, if complete you can see interface information.
#./configure
10. Compile ipmitool file.
#make && make install