Benutzer-Werkzeuge

Webseiten-Werkzeuge


ne:sdn-hardware

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ne:sdn-hardware [2022/06/23 15:48] – [BISDN Konfiguration] adminne:sdn-hardware [2022/08/31 12:03] (aktuell) – [BISDN Konfiguration] admin
Zeile 54: Zeile 54:
 Use the following command to print the current port configuration: Use the following command to print the current port configuration:
 <code bash> <code bash>
-client_drivshell ports+sudo client_drivshell ports
 </code> </code>
  
 Use the parameter ''ps'' to list all ports or ''ps <port number>'' to list one specific port. Use the parameter ''ps'' to list all ports or ''ps <port number>'' to list one specific port.
 <code bash> <code bash>
-client_drivshell ps 1+sudo client_drivshell ps 1
 </code> </code>
  
Zeile 73: Zeile 73:
 </code> </code>
  
 +**SDD - Write Cache disable:**
 +I created a ''hdparm.service'' file in ''/etc/systemd/system/multi-user.target.wants'' with the following settings:
 +<code>
 +[Unit]
 +Description=hdparm write cache disable
 +
 +[Service]
 +Type=oneshot
 +ExecStart=/sbin/hdparm -W0 /dev/sda
 +
 +[Install]
 +WantedBy=multi-user.target
 +</code>
 +==== Management Interface konfigurieren:  ====
 +In ''/etc/systemd/network'' eine Datei anlegen ''70-enp.network'':
 +<code bash>
 +[Match]
 +# You can also use wildcards. Maybe you want enable dhcp on an all eth* NICs
 +Name=enp*
 +[Network]
 +#DHCP=v4
 +# static IP
 +Address=172.16.1.8/24
 +Gateway=172.16.1.1
 +DNS=141.45.2.100 141.45.3.100
 +</code>
  
  
ne/sdn-hardware.1655999336.txt.gz · Zuletzt geändert: 2022/06/23 15:48 von admin