- Community Home
- >
- Storage
- >
- HPE Nimble Storage
- >
- Array Setup and Networking
- >
- HPE Alletra 5030 dhci deployment
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2023 01:15 PM - last edited on тАО09-18-2023 09:00 PM by support_s
тАО09-18-2023 01:15 PM - last edited on тАО09-18-2023 09:00 PM by support_s
Hi
I'm running the Alletra 5030 dHCI setup wizard and have reached the stage whereby it requests the IP range for the ESXi hosts. I add these and it attempts to resolve the IP addresses to DNS names. This fails to return any values and includes a warning that the hosts will be added to vCenter using IP addresses instead of FQDN and this cannot be changed atfer the deployment.
The ESXi hosts DNS entries are in place and every system on the network can sucessfully resolve these IP addresses without issue. Also, I can Putty into the Nimble array itself and run an nslookup againt the ESXi hostnames and it successfully resolves the IP address. Why is the wizard failing this step and how can I troubleshoot this further??
many thanks
Solved! Go to Solution.
- Tags:
- virtualization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2023 01:46 PM
тАО09-18-2023 01:46 PM
Re: HPE Alletra 5030 dhci deployment
The HPE Alletra must be able to issue an nslookup from the DNS server. Reads like you are able to do that.
"I can Putty into the Nimble array itself and run an nslookup against the ESXi hostnames and it successfully resolves the IP address."
Wrong direction. The HPE dHCI setup wizard does an nslookup on the IPs to find out the names. Putty into the array and run an nslookup against the planned permanent static ESXi IP addresses.
When you added the FQDN entries, did you have it enter the reverse entries as well?
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2023 02:14 PM
тАО09-18-2023 02:14 PM
Re: HPE Alletra 5030 dhci deployment
Hiya Sheldon
Thanks for the quick reply, the test I was trying to convery was from the Nimble array - which I think is also what you're saying.
I open an SSH session to the Nimble and login. From the Nimble$ prompt I run an nslookup to the FQDN of the dHCI ESXi hosts
Nimble$ nslookup <dhci ESXi FQDN>
and it returns the correct IP address for the planned ESXi host IP.
I think this is what you're saying the Wizard does? However, although the Nimble can resolve the FQDN to the planned IP address from the Nimble command line, the wizard fails to resolve it. I will however, need to doublecheck on the PTR record was setup - I guess I should be able to do
Nimble$ nslookup <dhci ESXi IP>
and still get the same correct resolution. - the wizard, however, shows failures for both forward and reverse lookups though. Even if the reservse lookup wasn't added into DNS, I would have thought the forward lookup would show as successful in the output of the wizard results??
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2023 03:30 PM
тАО09-18-2023 03:30 PM
SolutionYou keep looking up the IP address by name. The dHCI wizard doesn't have any names. It only has IP addresses.
The dHCI wizard uses the IP addresses to get the FQDN names.
So, yes. You need to
nslookup <dhci ESXi IP>
and make sure it returns the desired name.
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2023 09:17 PM
тАО09-18-2023 09:17 PM
Re: HPE Alletra 5030 dhci deployment
Ah - got it, that makes sense
So the wizard does the reverse DNS lookup first and, once it has resolved the IP to the FQDN, then proceeds with the forward DNS lookup to check both are working. For me then, it sounds like a problem with the DNS PTR record as the reverse lookup seems to be failing.
I'll ask the server team to double check
Thanks again