User Tools

Site Tools


linux_befehle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux_befehle [2015/12/03 15:02] michaellinux_befehle [2025/02/28 06:55] (current) mduersch
Line 27: Line 27:
  
 ==== N ==== ==== N ====
 +
 +Netcat: Alternative zu telnet um Freischaltung zu verifizieren
 +nc -zv 10.7.16.57 1800
 +Connection to 10.7.16.57 1800 port [tcp/ansys-lm] succeeded!
  
 ncdu - ncurses disk usage ncdu - ncurses disk usage
  
 ==== S ==== ==== S ====
 +
 +per ssh mehre server abfragen (hier am Beispiel rpm Pakete):
 +  for i in 01 02 03 04 05 06 07 08 09 11 12 13 14 15 ; do ssh host$i 'echo "host'$i'\n"; rpm -qa | grep TIV; rpm -qa | grep TDP'; done
 +
 +
 systemd und ISP Client systemd und ISP Client
   bckpdev:/usr/lib/systemd/system # cat dsmcad.service   bckpdev:/usr/lib/systemd/system # cat dsmcad.service
Line 50: Line 59:
   lrwxrwxrwx 1 root root 38 Dec  3 12:50 dsmcad.service -> /usr/lib/systemd/system/dsmcad.service   lrwxrwxrwx 1 root root 38 Dec  3 12:50 dsmcad.service -> /usr/lib/systemd/system/dsmcad.service
  
 +systool
 +
 +  # systool -a -v -c scsi_host host11 | egrep "Class Device|model|version|proc_name"
 +  Class Device = "host11"
 +  Class Device path = "/sys/class/scsi_host/host11"
 +  84xx_fw_version = ""
 +  driver_version = "8.03.07.15.05.09-k"
 +  fw_version = "5.06.03 (90d5)"
 +  model_desc = "PCI-Express Dual Channel 8Gb Fibre Channel HBA"
 +  model_name = "QLE2562"
 +  mpi_version = ""
 +  optrom_bios_version = "3.31"
 +  optrom_efi_version = "6.10"
 +  optrom_fcode_version= "0.00"
 +  optrom_fw_version = "8.01.02 32896"
 +  phy_version = ""
 +  proc_name = "<NULL>"
  
 ==== T ==== ==== T ====
linux_befehle.1449154958.txt.gz · Last modified: 2021/04/24 07:38 (external edit)