Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Confirm that the operating system of the current machine is CentOS 7 

Execute command:command

Code Block
languagebash
themeDJango
linenumberstrue
cat /etc/redhat-release

...

Code Block
languagebash
themeDJango
linenumberstrue
# master
hostnamectl set-hostname master
hostnamectl
# worker 
hostnamectl set-hostname worker1
hostnamectl 

Execute screenshot:screenshot

The changed host name needs to take effect after reboot

...