H3Linux with default hostname install matrix

2024-11-25 15:11:15 Published
  • 0 Followed
  • 0Collected ,2539Browsed

Network Topology

Null

Problem Description

When deploying the AD solution we need to install the matrix on the h3linux or centos. But the plat installation does not support the host using the default hostname, mostly when you forget to change it at the wizard of os installation, you need to reinstall.

But it provides a solution that does not need to be reinstalled to save time.

Process Analysis

When you want to add a host with default-hostname it will shows this note.

Figure 1

 

It can be easily change the hostname and restart the matrix then the plat can be installed normally.

Solution

1.      Use this command to check the hostname of the host hostnamectl status

And if the name is localhost.localdomain that means you need to change it.

Figure 2

 

2.      Use this command to change the hostname permanently.

hostnamectl set-hostname <hostname>

The hostname needs to obey the rule shown in Figure 1.

3.      Restart the matrix service

systemctl restart matrix

Please rate this case:   
0 Comments

No Comments

Add Comments: