Navigation
- = Hlavní strana
- Zobrazit všechny kategorie
- apache
- bash
- dns
- filesystemy
- gimp
- hardware / drivery

- mandriva
- mysql
- openoffice.org
- oscommerce
- PDA
- perl
- php
- qmail / sendmail / MTA
- samba
- shell
- šifrování / certifikáty
- ubuntu / debian

- virtualizace
- windows
- ostatní
- debian server - návody
- humor / screenshoty
- android
- = Rejstřík
0 users online :: 0 Guests and 0 Registered
Záznamů v této kategorii
Tagy
virtualizace
ID #1261
Monitor megaraid status in ESXi
1) Download LSI vmware monitoring utility
http://www.lsi.com/DistributionSystem/AssetDocument/8.00.23_Vmware_CLI.zip (no more available, see attachment below...)
2) Copy MegaCli utility via scp to ESXi (you need to enable root access before)
3) Set up Cron job every hour
4) restart cron job
5) make the changes persistent after reboot
6) As a last step you can setup public key authentication and download raid.status to remote system regularly
- see Enabling public key authentication on VMWare ESXi 4 - non root user
2) Copy MegaCli utility via scp to ESXi (you need to enable root access before)
3) Set up Cron job every hour
vi /var/spool/cron/crontabs/rootadd line:
04 * * * * /home/raidmon/MegaCli -LdPdInfo -aALL -NoLog > /home/raidmon/raid.status
4) restart cron job
/bin/kill $(cat /var/run/crond.pid) /bin/busybox crond
5) make the changes persistent after reboot
vi /etc/rc.localadd lines:
/bin/kill $(cat /var/run/crond.pid) /bin/echo '04 * * * * /home/raidmon/MegaCli -LdPdInfo -aALL -NoLog > /home/raidmon/raid.status' >> /var/spool/cron/crontabs/root /bin/busybox crondsave and run script
auto-backup.shto make changes to /etc/rc.local persistent...
6) As a last step you can setup public key authentication and download raid.status to remote system regularly
- see Enabling public key authentication on VMWare ESXi 4 - non root user
připojené soubory: 8.00.23_Vmware_CLI.zip
Tagy: -
Související záznamy:
- Openvpn
- statistiky provozu mysql
- gnokii, bluetooth, nokia 6310i
- mysql replication
- error message "/lib/libc.so.6: could not read symbols: Bad value" during compilation mess822
Aktualizováno: 2011-02-11 13:30
Autor: : Daniel Čáslavka
Verze: 1.9
Můžete přidat komentář k odpovědi