Hello.
VMware ESXi, 6.5.0, 6765664
I want to know what for configure and how it host can use
1.Host name
Why hostname is esx60, but if I try to find esx60 I can't.
And in Web Client my host look like esx60.bbb.com
What the difference ?
Get-VMHost esx60* | Get-VMHostNetwork | Select HostName, DomainName, SearchDomain
HostName DomainName SearchDomain
-------- ---------- ------------
esx60 {bbb, bbb.com}
Get-VMHost esx60 | Get-VMHostNetwork | Select HostName, DomainName, SearchDomain
Get-VMHost : 1/26/2018 1:36:47 PM Get-VMHost VMHost with name 'esx60' was not found using the specified filte
r(s).
At line:1 char:11
+ Get-VMHost <<<< esx60 | Get-VMHostNetwork | Select HostName, DomainName, SearchDomain
+ CategoryInfo : ObjectNotFound: (:) [Get-VMHost], VimException
+ FullyQualifiedErrorId : Core_OutputHelper_WriteNotFoundError,VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVMH
ost
Get-VMHost esx60.bbb.com | Get-VMHostNetwork | Select HostName, DomainName, SearchDomain
HostName DomainName SearchDomain
-------- ---------- ------------
esx60 {bbb, bbb.com}
2.Domain
My host not in any domain. What for this option and why I can edit it by manual ?
3.Search domains
What for this option - only for nslookup by simple name like
nslookup esx60
and bbb zone and bbb.com will be searched ?
And how 1,2,3 using for join to domain (Active Directory) ?