Hi Falko,
I typed the following commands on the Linux terminal for both servers, namely test01 and test02.
groupadd hacluster
useradd -g hacluster -d /home/hacluster -m hacluster
On test01, the following entry was found in /etc/passwd
hacluster:x:501:502::/home/hacluster:/bin/bash
On test02, the following entry was found in /etc/passwd
hacluster:x:500:501::/home/hacluster:/bin/bash
I rebooted both test01 and test02. After reboot, I confirmed that the entries were still available in /etc/passwd for both servers. However the crash still occurs.
Regards,
Alex
|