- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Servers - General
- >
- Advice on approaches to deploying servers at (mode...
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
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
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
07-16-2021 08:09 AM
07-16-2021 08:09 AM
Advice on approaches to deploying servers at (modest) scale
Hi,
I'm seeking general advice from the community from people with experience deploying HPE DL family servers at scale.
My organisation has grown from having 10’s of servers running ESXi and occasionally adding a few hosts manually to the point we will soon be heading to 130+ hosts and expanding in blocks of hosts 3 to 4 times a year. Prior to last year, all build, configuration and firmware updating was done manually. We have now implemented OneView to provide a level of central control. I find it does a good job with BIOS settings and firmware compliance but can’t set many of the iLO settings we generally apply. I’m hoping others in the community who have gone through this inflection point between manual and automated bulk provisioning or who run at significant scale can share advice or details of their approach.
Weak points with our current approach are:
- Getting iLO up and configured uniformly with a static IP, NTP, SNMP trap destinations etc.
- Network configuration for host ports. We have Arista CVP but no level of automated provisioning, port setup is manual.
- Getting ESXi deployed and patched (We’re still on 6.7 but I’m hoping the jump to 7 later this year and the introduction of lifecycle manager will help with this)
- Getting the ESXi configuration standardised. We use host profiles but there are limitations around datastores etc.
What should we be looking at as next steps to help us scale with less reliance on human intervention?
- DHCP on the iLO network to set as much as possible that way
- PowerShell scripting / XML based iLO config
- PXI boot and scripted installs of ESXi (or does vSphere 7 make this pain go away)
- Infrastructure as code solutions such as Terraform
- Something entirely different?
I’d love to hear any advice from people who’ve “been there, done that”!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2021 10:07 PM
07-19-2021 10:07 PM
Re: Advice on approaches to deploying servers at (modest) scale
Hello,
Hope the below document helps.
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=a00115980en_us
https://techlibrary.hpe.com/docs/enterprise/servers/oneview5.0/cicf-api/en/index.html
Thanks.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2021 12:12 AM
07-20-2021 12:12 AM
Re: Advice on approaches to deploying servers at (modest) scale
Hi ManBha,
Thanks for the OneView link but I'm familiar with it's capabilities. We set all the BIOS settings we need via server profile template and baseline the firmware but I find it lacking in the ability to set iLO configuration beyond adding a user and setting the hostname. Things I'd like to be able to set within iLO via profile are:
- DNS
- NTP
- SNMPv3 User
- SNMP trap destination
- Various security settings
- AD integration
Do you know if any of that is on the roadmap?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2021 10:32 PM
07-20-2021 10:32 PM
Re: Advice on approaches to deploying servers at (modest) scale
Hello,
Thank you for your prompt response.
Yes, going forward we might see these options available but not as of now.
When we add a server in OneView we consider that iLO is already configured and hence, these options might not be available to set via server profile.
Thanks.
If you feel this was helpful please click the KUDOS! thumb below and accept the solution.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2021 12:35 AM
07-21-2021 12:35 AM
Re: Advice on approaches to deploying servers at (modest) scale
Hi ManBha,
I understand the thinking around iLO already being configured before importing into OneView. Do you have any good solutions I should look at to automate this intal configuration.
I'm aware there are REST/Powershell/command line ways of integrating with iLO and I've done some work on automating this step with PoweShell but I found it a little "brittle".
The ideal situation would be to connect the iLO dedicated NIC to a specific VLAN and have the iLO recognised, provisioned with the settings specific to that network (including issuing it a certificate) and added to OneView. Is there any off-the-shelf way of acheiving that?
Thanks