- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2021 11:48 AM - edited 02-23-2021 12:16 PM
Is it possible to change or define a user-defined hostname for the Hyperflex storage controller VMs? I'd like to change it from the system generated SpringPathControllerxxxxxxxxxxx without causing any issues if possible.
Solved! Go to Solution.
- Labels:
-
HyperFlex
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2021 02:59 PM
Add a reverse DNS entry (PTR record) and the SCVM will do the default Linux behavior of setting hostname from reverse DNS.
(May have to reboot or enter/exit maintenance mode to take effect.)
Do not use improper hostnames (like including an _ character).
This isn't an officially tested/QAd solution, but works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2021 02:59 PM
Add a reverse DNS entry (PTR record) and the SCVM will do the default Linux behavior of setting hostname from reverse DNS.
(May have to reboot or enter/exit maintenance mode to take effect.)
Do not use improper hostnames (like including an _ character).
This isn't an officially tested/QAd solution, but works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2021 06:21 PM
Thanks for the quick reply and answer!
