This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| admin:esxi [2019/06/11 18:19] peppe | admin:esxi [2022/09/20 11:26] (current) peppe | ||
|---|---|---|---|
| Line 101: | Line 101: | ||
| vmware_guestd_enable=" | vmware_guestd_enable=" | ||
| - | ===== SNMP configuration ===== | ||
| - | ==== ESXi host ==== | ||
| - | # esxcli system snmp set --communities public | + | ===== iSCSI multipath (OLD, decommissioned 9/2022) ===== | 
| - | # esxcli system snmp set --enable true | + | |
| - | # / | + | |
| - | + | ||
| - | firewall rules: | + | |
| - | + | ||
| - | # esxcli network firewall ruleset set --ruleset-id snmp --allowed-all true | + | |
| - | # esxcli network firewall ruleset set --ruleset-id snmp --enabled true | + | |
| - | + | ||
| - | ==== rescue | + | |
| - | + | ||
| - | LibreNMS installation: | + | |
| - | + | ||
| - | # apt update && apt upgrade | + | |
| - | # apt install apache2 curl acl zip unzip | + | |
| - | # systemctl enable apache2 | + | |
| - | + | ||
| - | php 7.1.3 installation: | + | |
| - | # apt install apt-transport-https lsb-release ca-certificates | + | |
| - | # wget -O /etc/ | + | |
| - | # sh -c 'echo "deb https:// | + | |
| - | # apt update | + | |
| - | # apt install php7.1-cli php7.1-curl php7.1-mbstring php7.1-gd libapache2-mod-php7.1 php7.1-snmp php7.1-xml php7.1-mysql php7.1-zip php7.1-json | + | |
| - | + | ||
| - | mariadb installation: | + | |
| - | # apt install mariadb-server | + | |
| - | # systemctl enable mariadb | + | |
| - | # systemctl start mariadb | + | |
| - | # mysql_secure_installation | + | |
| - | # mysql -u root -p | + | |
| - | CREATE DATABASE librenms; | + | |
| - | USE librenms; | + | |
| - | GRANT ALL PRIVILEGES ON librenms.* TO ' | + | |
| - | FLUSH PRIVILEGES; | + | |
| - | exit; | + | |
| - | + | ||
| - | # / | + | |
| - | add the following in mysqld section | + | |
| - | innodb_file_per_table=1 | + | |
| - | sql-mode="" | + | |
| - | lower_case_table_names=0 | + | |
| - | + | ||
| - | # systemctl restart mariadb | + | |
| - | + | ||
| - | # apt install composer fping git graphviz imagemagick mtr-tiny nmap python-memcache python-mysqldb rrdtool snmp snmpd whois | + | |
| - | + | ||
| - | # useradd librenms -d / | + | |
| - | # usermod -a -G librenms www-data | + | |
| - | # cd /opt/ | + | |
| - | # git clone https:// | + | |
| - | # chown -R librenms: | + | |
| - | # cp / | + | |
| - | # vi / | + | |
| - | Replace RANDOMSTRINGGOESHERE with community name | + | |
| - | + | ||
| - | # curl -o / | + | |
| - | # chmod +x / | + | |
| - | # systemctl restart snmpd | + | |
| - | # cp / | + | |
| - | # cp / | + | |
| - | + | ||
| - | # mv librenms/ / | + | |
| - | # cd / | + | |
| - | # ./ | + | |
| - | + | ||
| - | Access from http://< | + | |
| - | Login at http://< | + | |
| - | + | ||
| - | ===== iSCSI multipath | + | |
| ==== EMC VNX e3100 side ==== | ==== EMC VNX e3100 side ==== | ||