Instalacja hostów, często wykonywane polecenia.

VMware
  1. Ustawić parametry modułów, np. karty qlogic:
    esxcli system module parameters set -m qla2xxx -p nazwa_parametry=wartosc
  2. Ustawienie coredump-a:
    esxcli system coredump network set --interface-name vmk0 --server-ipv4 IP_ADDRESS_COREDUMP --server-port 6500
    
    esxcli system coredump network set -e true
    
    esxcli system coredump network get
    
    esxcli system coredump network check
  3. Ustawienie reguł firewall dla syslog:
    esxcli network firewall ruleset set -r syslog -e true
  4. Ustawienie domeny dla hostname:
    esxcli system hostname set --domain=domena.gov
  5. Ustawienie snmp (tutaj public – ew. ustawić bezpieczniej):
    esxcli system snmp set --communities public
    
    esxcli system snmp set --enable true
    
    /etc/init.d/snmpd restart
  6. Ustawienie odpowiednich reguł satp w zależności od macierzy:
    esxcli storage nmp satp rule add -s …..

 

Z klienta graficznego ustawić syslog, scratch config i inne potrzebne parametry.

Pamiętać o ustawieniu serwera czasu. W sumie jest to najważniejsza operacja i powinna być na pierwszym miejscu. Po ustawieniu serwera czasu weryfikacja działania:

ntpq -p
No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Linux
Migrate WordPress site to another hosting service.

IntroductionThis article details the migration of WordPress site (exactly this site you are now on) from one service provider to Amazon Lightsail. There might be various reason to do that (mine is outlined below) but in general I hope to share the message that especially with WordPress, migration can be …

VMware
VMware Workstation and Fusion can be installed and use for free (even for the enterprise)

For a while now, the VMware Workstation (and Fusion for MacOS) can be used without any additional fee for Personal use. That was a great Broadcom news and nice gesture from that software vendor. Recently Broadcom announced that the software will be available for all, even the commercial sector. This …

Linux
Salt, VMware implementation – part 1, introduction

As every IT administrator knows, the infrastructure (meaning storages, compute, VMware virtualisation stack) is just a fundaments to run various operating systems (OS) and finally (containerized) application. Therefore, installation of (let’s call it) infrastructure in the datacenter (SDDC), in that sense is just the beginning of the adventure. No wonder, …