Recent content by soolan

  1. S

    Change IDRAC IP on server

    Hi I am trying to change IDRAC ip on the server. I have done this on a server with the same features before. On this server,racadm getniccfgreturned a result when I ran it for the first time, but it did not return a result when I tried it for the second time.
  2. S

    Solved network interface is plugged cable?

    ll /sys/sınıf/net lrwxrwxrwx 1 kök kök 0 7 Aralık 09:58 ens1f0np0 -> ../../devices/pci0000:0e/0000:0f:04.0/0000:40:00.0/net/ens1f0np0 lrwxrwxrwx 1 kök kök 0 7 Aralık 09:58 ens1f1np1 -> ../../devices/pci0000:0e/0000:0e:04.0/0000:40:00.1/net/ens1f1np1 lrwxrwxrwx 1 kök kök 0 7 Aralık 09:58...
  3. S

    Solved network interface is plugged cable?

    with the following commands are my checks correct? in the first option 1 ones cable is plugged in lrwxrwxrwx 1 root root 0 Dec 7 09:58 ens1f0np0 -> ../../devices/pci0000:0e/0000:0f:04.0/0000:40:00.0/net/ens1f0np0 lrwxrwxrwx 1 root root 0 Dec 7 09:58 ens1f1np1 ->...
  4. S

    df -h command result to late

    I thought the forum was for sharing information. Yes, this is a problem I have at work, but I did not know that I was forbidden to post it here as a topic. Apart from these, I also write the problems that occur on my own devices. I also write the solutions I apply to the topics. As a result...
  5. S

    df -h command result to late

    [root@server1 ~]# cat /etc/fstab # # /etc/fstab # Created by anaconda on Fri Dec 3 23:44:36 2021 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # /dev/mapper/ol-root /...
  6. S

    df -h command result to late

    strace --syscall -times -o strace.txt df -h strace: invalid option -- '-' Try 'strace -h' for more information.
  7. S

    df -h command result to late

    real 0m30.879s user 0m0.002s sys 0m0.004s
  8. S

    Server restart and change disk mount name

    right I keep forgetting to add this information I will be more careful when opening a topic OS= Oracle Linux 8.6 HP gen 9 server 22 TB SAS HDD and 10 TB mounted from IBM storage
  9. S

    Server restart and change disk mount name

    When I restarted the server, my disk, which was under sdb, was listed as mpathb under sda. Why did this happen? I thought that the names in the form of mpath would be listed when the disk was connected from external storage. What can I do to avoid making this call when I want to connect my...
  10. S

    df -h command result to late

    df -h output comes too late. What should I check? OS oracle linux 7.9 HP gen 9 server There was an error on the flash disc I connected from ibm storage, it was processed, but the umount operation was not done.
  11. S

    Solved DMAR: [DMA Write] Request device [04:00.1] fault addr 791e2000 [fault reason 05] PTE Write access is not set

    I ran a different kernel on the operating system and the problem was resolved.
  12. S

    Solved DMAR: [DMA Write] Request device [04:00.1] fault addr 791e2000 [fault reason 05] PTE Write access is not set

    I've disabled virtualisation on the server. I'll check to see if that solves the problem edit: the problem still persists edit2 : grubby --update-kernel=ALL --remove-args="<PARAMETER_TO_REMOVE>" the problem still persists remove intel_iommu cat /proc/cmdline...
  13. S

    Solved DMAR: [DMA Write] Request device [04:00.1] fault addr 791e2000 [fault reason 05] PTE Write access is not set

    how to remove the intel_iommu=on from the Linux kernel boot parameters. when I change this, how should I intervene if the operating system does not boot when I restart the server?
  14. S

    Solved DMAR: [DMA Write] Request device [04:00.1] fault addr 791e2000 [fault reason 05] PTE Write access is not set

    Hello there is such an error on my server. How can I find out what is causing the problem? On the internet it is recommended to emove the intel_iommu=on from the Linux kernel boot parameters. Nov 21 08:40:28 soolean kernel: DMAR: DRHD: handling fault status reg 502 Nov 21 08:40:28 soolean...
  15. S

    One process disable, Is it possible?

    Hello. I have an Hp server. There are two processors on it and I want to disable one of them. I understand that this is not possible via BIOS. Is this possible via Linux? I read something like this on HP's page
Top