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.

Free(BSD)
Search for duplicated files

This will be short (but hopefully I will find more time to show entire process to search duplicated files together with some examples). In case you are searching for duplicated files I can recommend two software which actually rocks in openSource world

Azure
NFS issue, cannot be mounted or is not visible

The same kind of issue I have encountered numerous times while working across different environments and with various customers. The problem with NFS mounts connected from remote locations is so common. This issue extends beyond communication solely over WAN and also include connections between datacenters (DC) where we lack control …

Azure
Why Firefox is important and people should use this browser in 2024, my thoughts.

Can you remember the times when everyone was using Internet Explorer? Back in the ’90s and the early part of this century, Internet Explorer dominated the browser market. Software Incompatibility with Other Browsers Incompatibility issues with software and other browsers have been a persistent problem. Even in 2022, this remains …