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/07/01 14:12] – [Management Interface konfigurieren:] 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:  ==== ==== Management Interface konfigurieren:  ====
 In ''/etc/systemd/network'' eine Datei anlegen ''70-enp.network'': In ''/etc/systemd/network'' eine Datei anlegen ''70-enp.network'':
ne/sdn-hardware.1656684729.txt.gz · Zuletzt geändert: 2022/07/01 14:12 von admin