Recent content by isitar

  1. I

    cloud-init hostname not working as expected [RHEL8/Rocky Linux/Centos 8]

    I found a solution :) if you change the vm name to something like SRVRLRCLB01.mydomain.ch then the fqdn gets set and the hostname is correct.
  2. I

    Help with S.M.A.R.T

    Hi did you create a hardware raid (on the hp proliant) or a software raid (zfs/lvm etc.) if you can see the disks (using lsblk or similar) you can query the smart values directly (smartclt -i /dev/sdX)
  3. I

    cloud-init hostname not working as expected [RHEL8/Rocky Linux/Centos 8]

    Hello I've searched the other topics but there doesn't seem to be a definitive answer and as far as i saw, noone mentioned the fqdn entry. i've configured a cloud-init ready image on rocky linux 8 (rhel8 clone) the network, public key and user work fine. when I mount the /dev/sr0 and have a...