<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>HPE C7000 on Wojciech Marusiak IT Blog</title>
        <link>https://www.wojcieh.net/tags/hpe-c7000/</link>
        <description>Recent content in HPE C7000 on Wojciech Marusiak IT Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <lastBuildDate>Wed, 23 Sep 2015 07:00:15 +0000</lastBuildDate><atom:link href="https://www.wojcieh.net/tags/hpe-c7000/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Installing signed SSL certificates in HP c7000 enclosure</title>
        <link>https://www.wojcieh.net/installing-signed-ssl-certificates-in-hp-c7000-enclosure/</link>
        <pubDate>Wed, 23 Sep 2015 07:00:15 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/installing-signed-ssl-certificates-in-hp-c7000-enclosure/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/02/ssl-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;SSL Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Installing signed SSL certificate in HP c7000 enclosure isnt&amp;rsquo; difficult thing to do. From my experience most of the time you will spend is to setup Certificate Authority. If you work in bigger company most likely you already have working Certificate Authority. If you don&amp;rsquo;t have it you certainly can create it.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Here you can find some guides how to install Certificate Authority:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Linux based Certificate Authority &lt;a href=&#34;https://jamielinux.com/docs/openssl-certificate-authority/&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://jamielinux.com/docs/openssl-certificate-authority/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://jamielinux.com/docs/openssl-certificate-authority/&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows based Certificate Authority &lt;a href=&#34;http://www.rickroetenberg.com/install-certificate-authority/&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://www.rickroetenberg.com/install-certificate-authority/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://www.rickroetenberg.com/install-certificate-authority/&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;installing-signed-ssl-certificates-in-hp-c7000-enclosure&#34;&gt;Installing signed SSL certificates in HP c7000 enclosure
&lt;/h1&gt;&lt;p&gt;In my particular setup I used Certificate Authority which use &lt;strong&gt;certificate-signing request (CSR)&lt;/strong&gt;. You can read more in Wikipedia: &lt;a href=&#34;https://en.wikipedia.org/wiki/Certificate_signing_request&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Certificate_signing_request&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://en.wikipedia.org/wiki/Certificate_signing_request&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;generating-certificate-signing-request-in-hp-c7000-enclosure&#34;&gt;Generating certificate-signing request in HP c7000 enclosure
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Login to enclosure and go to &lt;strong&gt;Enclosure Information&lt;/strong&gt;, expand &lt;strong&gt;Active Onboard Administrator&lt;/strong&gt; and select &lt;strong&gt;Certificate Administration&lt;/strong&gt;. You will see details about your old self signed certificate.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 1&#34;
	
	
&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As I mentioned at the beginning we will use CSR request with Certificate Authority. I will not go through CSR signing itself. Switch to &lt;strong&gt;Certificate Request&lt;/strong&gt; tab and select &lt;strong&gt;Generate a certificate-signing request (CSR)&lt;/strong&gt;. You need to fill in mandatory fields with asterisk *****.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Country (C)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;State or Provice (ST)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;City or Locality (L)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Organization Name (O)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Common Name (CN)
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 2&#34;
	
	
&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Again - if your CA supports additional optional information than by all means use it. Some Certificate Authorities simply strip certificates from that information - it depends how is it configured.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Once you filled all information click &lt;strong&gt;Apply&lt;/strong&gt; and CSR will be generated.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 3&#34;
	
	
&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As you can see on picture below CSR is generated.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 4&#34;
	
	
&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Once you will upload CSR to your CA and generate certificate from it export it to Base-64 encoded X.509 (.CER) format.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 5&#34;
	
	
&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Last thing we have to do is to import certificate into Onboard Administrator. Navigate to &lt;strong&gt;Certificate Upload&lt;/strong&gt;, paste your signed certificate and click &lt;strong&gt;Upload&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 6&#34;
	
	
&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Once certificate is uploaded you will be signed out and SSL certificate will be replaced.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 7&#34;
	
	
&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Onboard Administrator is uploading certificate.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 8&#34;
	
	
&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Wait until your sessions is reloaded.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 9&#34;
	
	
&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As you see my certificate is replaced and valid.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/09/installing-signed-ssl-certificates-in-hp-c7000-enclosure-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Installing signed SSL certificates in HP c7000 enclosure - 10&#34;
	
	
&gt;&lt;/ol&gt; &lt;/ol&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;As you see procedure is fairly simple (besides Certificate Authority itself). What you need to do next is replace standby Onboard Administrator certificate.&lt;/p&gt;</description>
        </item>
        <item>
        <title>HP OneView SSL certificate replacement</title>
        <link>https://www.wojcieh.net/hp-oneview-ssl-certificate-replacement/</link>
        <pubDate>Tue, 07 Jul 2015 08:56:35 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/hp-oneview-ssl-certificate-replacement/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/02/hp-oneview-certificate-replacement.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In my previous post we configured HP OneView to manage HP c7000 enclosure. Today I will show you how to replace self signed certificate with one from trusted Certificate Authority.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;ol&gt;
&lt;li&gt;Login to your appliance and in main menu click **Settings.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/07/hp-oneview-certificate-replacement-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In &lt;strong&gt;Actions&lt;/strong&gt; menu click &lt;strong&gt;Create certificate signing request&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/07/hp-oneview-certificate-replacement-2a.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In &lt;strong&gt;Certificate Signing Request&lt;/strong&gt; section fill necessary field - Country, State or province, City. Common name will be taken from appliance settings. Fill only fields which are relevant and used by your &lt;strong&gt;Certificate Authority&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/07/hp-oneview-certificate-replacement-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once you fill all fields click &lt;strong&gt;OK&lt;/strong&gt; and you will see base64 encoded certificate request.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/07/hp-oneview-certificate-replacement-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Go through certificate approval process and once it is done you can upload signed certificate to your appliance.&lt;/li&gt;
&lt;li&gt;In &lt;strong&gt;Actions&lt;/strong&gt; menu click &lt;strong&gt;Import Certificate&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/07/hp-oneview-certificate-replacement-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Paste base64 encoded certificate into field and click OK.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/07/hp-oneview-certificate-replacement-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement - 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Wait for certificate import.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/07/hp-oneview-certificate-replacement-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement - 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once it is imported click in main Setting menu &lt;strong&gt;Certificate&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/07/hp-oneview-certificate-replacement-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement - 8&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;You will see in your browser that certificate is valid (trusted) and you can view details of you certificate.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/07/hp-oneview-certificate-replacement-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Certificate Replacement - 9&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This concludes how to install signed SSL Certificate in HP OneView.&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to generate new self-signed certificate in HP c7000 enclosure</title>
        <link>https://www.wojcieh.net/how-to-generate-new-self-signed-certificate-in-hp-c7000-enclosure/</link>
        <pubDate>Mon, 09 Mar 2015 14:36:04 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-generate-new-self-signed-certificate-in-hp-c7000-enclosure/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/03/ssh.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;SSH&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;For a period of days I am working on replacing self-signed certificates in my environment and I found one issue with my enclosure. My certificate authority supports only 2048 Bits Certificate Signing Requests and in my case enclosure had 1024 Bits certificate. I found solution how to quickly fix problem and replace self-signed certificate.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;hardware-details&#34;&gt;Hardware details:
&lt;/h1&gt;&lt;p&gt;HP c7000 enclosure&lt;/p&gt;
&lt;p&gt;Onboard Administrator: 4.30&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/03/how-to-generate-new-self-signed-certificate-in-hp-c7000-enclosure-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to generate new self-signed certificate in HP c7000 enclosure - certificate info&#34;
	
	
&gt;&lt;/p&gt;
&lt;h1 id=&#34;how-to-generate-2048-bits-certificate&#34;&gt;How to generate 2048 Bits certificate
&lt;/h1&gt;&lt;p&gt;Procedure itself is really simple. According to HP documentation http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c03659074 if you reset Onboard Administrator then new key will be generated.&lt;/p&gt;
&lt;h2 id=&#34;hp-info&#34;&gt;HP info
&lt;/h2&gt;&lt;p&gt;To switch from 1024-bit to 2048-bit keys you needed to first reset the OA configuration to factory defaults which would cause the generation of new keys.&lt;/p&gt;
&lt;h2 id=&#34;certificate-generation&#34;&gt;Certificate generation
&lt;/h2&gt;&lt;p&gt;Starting from Onboard Administrator version 3.56 you can do it easier.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/03/how-to-generate-new-self-signed-certificate-in-hp-c7000-enclosure-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to generate new self-signed certificate in HP c7000 enclosure - certificate info - 2&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Simply login to Onboard Administrator using SSH and execute this command&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;generate key all 2048
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;You will be asked if you want to regenerate private keys. Answer yes and Onboard Administrator will be restarted.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/03/how-to-generate-new-self-signed-certificate-in-hp-c7000-enclosure-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to generate new self-signed certificate in HP c7000 enclosure - confirm &#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;After restart you will have new fresh 2048 Bits certificate.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/03/how-to-generate-new-self-signed-certificate-in-hp-c7000-enclosure-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to generate new self-signed certificate in HP c7000 enclosure - new 2048 Bits key&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Repeat same step for second Onboard Administrator.&lt;/p&gt;</description>
        </item>
        <item>
        <title>HP c7000 Blade Enclosure Configuration</title>
        <link>https://www.wojcieh.net/hp-c7000-blade-enclosure-configuration/</link>
        <pubDate>Wed, 28 Jan 2015 09:00:33 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/hp-c7000-blade-enclosure-configuration/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-c7000-enclosure.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Managing you blade infrastructure might be sometimes challenging. I decided to guide you through components of HP c7000 Enclosure and components you can use. After short introduction I went through initial configuration and additional settings which I thing are quite useful.&lt;/p&gt;
&lt;h2 id=&#34;hp-c7000-enclosure-overview&#34;&gt;HP c7000 Enclosure overview
&lt;/h2&gt;&lt;p&gt;The HP BladeSystem c7000 Enclosure goes beyond just Blade servers. It consolidates server, storage, networking and power management into a single solution that can be managed as a unified environment.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;The BladeSystem c7000 enclosure provides all the power, cooling, and I/O infrastructure needed to support modular server, interconnect, and storage components today and throughout the next several years. The enclosure is 10U high and holds up to 16 server and/or storage blades plus optional redundant network and storage interconnect modules.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Intelligent Infrastructure support&lt;/strong&gt;: Power Discovery Services allows BladeSystem enclosures to communicate information to HP Intelligent PDUs that automatically track enclosure power connections to the specific iPDU outlet to help ensure redundancy and prevent downtime. Location Discovery Services allows the c7000 to automatically record its exact location in HP Intelligent Series Racks, eliminating time-consuming manual asset tracking.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;HP BladeSystem Onboard Administrator&lt;/strong&gt; is the built-in enclosure management processor, subsystem, and firmware base used to support the HP BladeSystem c-Class enclosures and all the managed devices contained within them. Onboard Administrator provides a single point from which to perform management tasks on server blades or switches within the enclosure.&lt;/p&gt;
&lt;p&gt;Together with the enclosure’s HP Insight Display, the Onboard Administrator was designed for both local and remote HP BladeSystem c-Class administration.&lt;/p&gt;
&lt;p&gt;This module and its firmware provide:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Wizards for simple, fast setup and configuration&lt;/li&gt;
&lt;li&gt;Highly available and secure local or remote access to the HP BladeSystem infrastructure&lt;/li&gt;
&lt;li&gt;Security roles for server, network, and storage administrators&lt;/li&gt;
&lt;li&gt;Automated power and cooling of the enclosure&lt;/li&gt;
&lt;li&gt;Agentless device health and status&lt;/li&gt;
&lt;li&gt;Power and cooling information and control&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each enclosure ships with an Onboard Administrator module/firmware. HP BladeSystem Platinum Enclosures can be configured with redundant Onboard Administrator modules to provide uninterrupted manageability of the entire enclosure and blades. When two Onboard Administrator modules are present, they work in an active-standby mode, assuring full redundancy of the enclosure’s integrated management.&lt;/p&gt;
&lt;h2 id=&#34;hp-c7000-enclosure-specification&#34;&gt;HP c7000 Enclosure specification
&lt;/h2&gt;&lt;h3 id=&#34;technical-features&#34;&gt;Technical features
&lt;/h3&gt;&lt;p&gt;System fan features&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;10 Active Cool 200 Fans&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Form factor&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;8 Full Height Blades/16 Half-Height Blades&lt;/li&gt;
&lt;li&gt;Mixed configurations supported&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;BladeSystems supported&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;HP ProLiant, Integrity and Storage blades in either mixed or homogenous configurations&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Management features&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;OneView (OV) software License&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Power availability&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2400W (6) 1 phase Platinum power supply kits&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What&amp;rsquo;s included&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;(1) HP BLc7000, (6) Power Supplies, (10) Fans, (1) Onboard Administrator with KVM, and, (16) ROHS Full Licenses OneView&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Product differentiator&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1 Phase 6 Pwr Supplies 10 Fans ROHS 16 OV Lic&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Warranty&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;3/3/3 (parts-labor-onsite)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;dimensions-and-weight&#34;&gt;Dimensions and weight
&lt;/h3&gt;&lt;p&gt;Dimensions (W x D x H)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;75.89 x 60.65 x 101.29 cm (29.88 x 23.88 x 39.88 in)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Weight&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;136.08 kg (300 lb)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;hp-c7000-enclosureinterconnects&#34;&gt;HP c7000 Enclosure interconnects
&lt;/h2&gt;&lt;h3 id=&#34;hp-virtual-connect&#34;&gt;HP Virtual Connect
&lt;/h3&gt;&lt;p&gt;HP Virtual Connect is an essential building block for any virtualized or cloud-ready environment. This innovative, wire-once HP connection management simplifies server connectivity, making it possible to add, move, and change servers in minutes vs. hours or days. Virtual Connect is the simplest way to connect servers to any network and reduces network sprawl at the edge by up to 95 percent.&lt;/p&gt;
&lt;p&gt;Main two types Virtual Connect modules used by customers are HP Virtual Connect FlexFabric and HP Virtual Connect Flex-10.&lt;/p&gt;
&lt;h4 id=&#34;hp-virtual-connect-flexfabric&#34;&gt;HP Virtual Connect FlexFabric
&lt;/h4&gt;&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-8gb-24-port-fibre-channel-module-for-c-class-bladesystem.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect 8Gb 24-port Fibre Channel Module for c-Class BladeSystem&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In short word first one act as pass-thru device and is compatible with all other NPIV standards-based switch products. Any changes to the server are transparent to its associated network, cleanly separating the servers from SAN and relieving SAN Administrators from server maintenance.&lt;/p&gt;
&lt;h4 id=&#34;quickspecs&#34;&gt;QuickSpecs
&lt;/h4&gt;&lt;h4 id=&#34;performance&#34;&gt;Performance
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;(8) 2/4/8Gb Auto-negotiating Fibre Channel uplinks connected to external SAN switches&lt;/li&gt;
&lt;li&gt;(2) Fibre Channel SFP+ Transceivers included with the Virtual Connect Fibre Channel Module&lt;/li&gt;
&lt;li&gt;(16) 1/2/4/8Gb Auto-negotiating Fibre Channel downlink ports provide maximum HBA performance&lt;/li&gt;
&lt;li&gt;HBA Aggregation on uplinks ports using ANSI T11 standards-based N_Port ID Virtualization (NPIV) technology&lt;/li&gt;
&lt;li&gt;Allows up to 255 virtual machines running on the same physical server to access separate storage resources&lt;/li&gt;
&lt;li&gt;Extremely low latency throughput provides switch-like performance.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;management&#34;&gt;Management
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Storage management is no longer constrained to a single physical HBA on a server blade&lt;/li&gt;
&lt;li&gt;Managed with the Virtual Connect Ethernet Module&lt;/li&gt;
&lt;li&gt;Does not add to SAN switch domains or require traditional SAN management&lt;/li&gt;
&lt;li&gt;Appears as a pass-thru device to the SAN Manager&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;virtual-server-profiles&#34;&gt;Virtual server profiles
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Provisioned storage resource is associated directly to a specific virtual machine - even if the virtual server is re-allocated within the BladeSystem&lt;/li&gt;
&lt;li&gt;Ability to pre-configure server I/O connections&lt;/li&gt;
&lt;li&gt;Ability to move, add, or change servers on the fly&lt;/li&gt;
&lt;li&gt;Once defined, SAN Administrators don&amp;rsquo;t have to be involved in server changes&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;hp-virtual-connect-flex-1010d&#34;&gt;HP Virtual Connect Flex-10/10D
&lt;/h4&gt;&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-flex-10-10d.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Flex-10 10D&#34;
	
	
&gt;&lt;/p&gt;
&lt;h4 id=&#34;performance-1&#34;&gt;Performance
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;16 x 10Gb downlinks to server NICs&lt;/li&gt;
&lt;li&gt;Each 10Gb downlink supports up to 4 FlexNICs or 3 FlexNICs and 1 iSCSI FlexHBA&lt;/li&gt;
&lt;li&gt;Each iSCSI FlexHBA can be configured to transport Accelerated iSCSI protocol.&lt;/li&gt;
&lt;li&gt;Each FlexNIC and iSCSI FlexHBA is recognized by the server as a PCI-e physical function device with adjustable speeds from 100Mb to 10Gb in 100Mb increments when connected to a HP NC553i 10Gb 2-port FlexFabric Converged Network Adapter or any Flex-10 NIC and from 1Gb to 10Gb in 100Mb increments when connected to a NC551i Dual Port FlexFabric 10Gb Converged Network Adapter or NC551m Dual Port FlexFabric 10Gb Converged Network Adapter including NC554FLB Dual Port FlexFabric Adapter&lt;/li&gt;
&lt;li&gt;4 x 10Gb cross connects for redundancy and stacking&lt;/li&gt;
&lt;li&gt;10 x 10Gb SR, LR, or LRM fiber and copper SFP+ uplinks&lt;/li&gt;
&lt;li&gt;Supports up to 4 FlexNICs per 10Gb server connections.&lt;/li&gt;
&lt;li&gt;Each FlexNIC is recognized by the server as a PCI-e physical function device with customizable speeds from 100Mb to 10Gb.&lt;/li&gt;
&lt;li&gt;Line Rate, full-duplex 600 Gbps bridging fabric&lt;/li&gt;
&lt;li&gt;1.0 μs latency&lt;/li&gt;
&lt;li&gt;MTU up to 9216 Bytes - Jumbo Frames&lt;/li&gt;
&lt;li&gt;Supports up to 128K MAC addresses and 1K IGMP groups&lt;/li&gt;
&lt;li&gt;VLAN Tagging, Pass-Thru and Link Aggregation supported on all uplinks&lt;/li&gt;
&lt;li&gt;In tunneled VLAN mode, up to 4,096 networks are supported per network uplink and server downlink. In mapped VLAN mode, up to 1,000 networks are supported on network uplinks per Share Uplink Set, domain or module and on server downlinks up to 162 networks are supported per 10Gb physical port (VC v3.30 or later).&lt;/li&gt;
&lt;li&gt;Stack multiple Virtual Connect Flex-10/10D modules with other VC Flex-10/10D, VC FlexFabric or VC Flex-10 across up to 4 BladeSystem enclosures allowing any server Ethernet port to connect to any Ethernet uplink&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;management-1&#34;&gt;Management
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Virtual Connect Manager is included with every module&lt;/li&gt;
&lt;li&gt;HTTPS and a secure, scriptable CLI interface is ready out of the box. Easy setup and management via the Onboard Administrator interface&lt;/li&gt;
&lt;li&gt;SNMP v.1, v.2 and v.3, provide ease of administration and maintenance.&lt;/li&gt;
&lt;li&gt;Port Mirroring on any uplink provides network troubleshooting support with Network Analyzers&lt;/li&gt;
&lt;li&gt;IGMP Snooping optimizes network traffic and reduces bandwidth for multicast applications such as streaming applications&lt;/li&gt;
&lt;li&gt;Role-based security for network and server administration with LDAP, TACACS+ and RADIUS compatibility&lt;/li&gt;
&lt;li&gt;Remotely update Virtual Connect firmware on multiple modules using Virtual Connect Support Utility 1.10.1 or greater&lt;/li&gt;
&lt;li&gt;CLI auto-filling with TAB key&lt;/li&gt;
&lt;li&gt;GUI and CLI session timeout for security&lt;/li&gt;
&lt;li&gt;QoS configurable based on DOT1P and DSCP&lt;/li&gt;
&lt;li&gt;Configurable filtering of multicast traffic&lt;/li&gt;
&lt;li&gt;sFlow monitoring&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;virtual-connect-server-profiles&#34;&gt;Virtual Connect Server Profiles
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Create up to 4 individual FlexNICs with their own dedicated, customized bandwidth per 10Gb downlink connection.&lt;/li&gt;
&lt;li&gt;Set FlexNIC speeds from 100Mb to 10Gb per connection&lt;/li&gt;
&lt;li&gt;Allows setup of server connectivity prior to server installation for easy deployment&lt;/li&gt;
&lt;li&gt;Ability to move, add, or change server network connections on the fly&lt;/li&gt;
&lt;li&gt;Once defined, LAN and SAN administrators don&amp;rsquo;t have to be involved in server changes&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;fibre-channel-switches&#34;&gt;Fibre Channel Switches
&lt;/h3&gt;&lt;h4 id=&#34;brocade-8gb-san-switch&#34;&gt;Brocade 8Gb SAN Switch
&lt;/h4&gt;&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-brocade-8gb-san-switch.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Brocade 8Gb SAN Switch&#34;
	
	
&gt;&lt;/p&gt;
&lt;h4 id=&#34;advanced-fabric-services&#34;&gt;Advanced Fabric Services
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Hardware Enforced Zoning (included)&lt;/li&gt;
&lt;li&gt;Dynamic Path Selection (included)&lt;/li&gt;
&lt;li&gt;WebTools (included)&lt;/li&gt;
&lt;li&gt;Enhanced Group Management (EGM)&lt;/li&gt;
&lt;li&gt;Power Pack+ fabric services software bundle (optional)
&lt;ul&gt;
&lt;li&gt;Fabric Vision&lt;/li&gt;
&lt;li&gt;ISL Trunking&lt;/li&gt;
&lt;li&gt;Fabric Watch&lt;/li&gt;
&lt;li&gt;Extended Fabrics&lt;/li&gt;
&lt;li&gt;Advanced Performance Monitoring&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Secure Fabric OS (included in base FOS)&lt;/li&gt;
&lt;li&gt;SAN Network Advisor (optional)&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;manageability&#34;&gt;Manageability
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;WebTools (included)&lt;/li&gt;
&lt;li&gt;Enhanced Group Management (EGM)&lt;/li&gt;
&lt;li&gt;Advanced Performance Monitoring (optional Power Pack+ upgrade)&lt;/li&gt;
&lt;li&gt;HP OnBoard Administrator (included with HP BladeSystem)&lt;/li&gt;
&lt;li&gt;HP Systems Insight Manager (included with HP BladeSystem)&lt;/li&gt;
&lt;li&gt;HP Storage Essentials (optional)&lt;/li&gt;
&lt;li&gt;API&lt;/li&gt;
&lt;li&gt;SNMP&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;interoperability&#34;&gt;Interoperability
&lt;/h4&gt;&lt;p&gt;Brocade Access Gateway enables Brocade embedded SAN switches to interoperate with other SAN fabrics running supported firmware. While in Brocade Access Gateway mode, the device must also be connected to an NPIV-enabled edge switch or director. Supported edge environments are listed in the Brocade Fabric OS® release notes.&lt;/p&gt;
&lt;h2 id=&#34;hp-c7000-enclosureconfiguration&#34;&gt;HP c7000 Enclosure configuration
&lt;/h2&gt;&lt;h3 id=&#34;hp-c7000-enclosureconfiguration--insight-display&#34;&gt;HP c7000 Enclosure configuration - Insight Display
&lt;/h3&gt;&lt;p&gt;First step to configure enclosure is IP address configuration using &lt;strong&gt;Insight Display&lt;/strong&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to &lt;strong&gt;Enclosure Settings&lt;/strong&gt;&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-insight-display-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Insight Display 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Navigate to &lt;strong&gt;Active OA&lt;/strong&gt; and click OK.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-insight-display-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Insight Display 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Navigate to &lt;strong&gt;Active IPv4&lt;/strong&gt; and click OK.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-insight-display-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Insight Display 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose proper value - static IP configuration or DHCP and click OK.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-insight-display-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Insight Display 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Interface will direct you to &lt;strong&gt;Accept&lt;/strong&gt; button. Click OK.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-insight-display-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Insight Display 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Now you can enter your IP address. It takes a while and after setting IP address go to &lt;strong&gt;Accept&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-insight-display-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Insight Display 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Do the same with second Onboard Administrator module and now we can switch to web based configuration.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-insight-display-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Insight Display 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;hp-c7000-enclosureconfiguration--first-time-setup-wizard&#34;&gt;HP c7000 Enclosure configuration - First Time Setup Wizard
&lt;/h3&gt;&lt;p&gt;After you successfully login to enclosure you will be welcome by &lt;strong&gt;First Time Setup Wizard&lt;/strong&gt;. We will go through it since it configure majority of settings.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Check Do not automatically show this wizard again if you don&amp;rsquo;t want to be bothered again by this wizard. Click Next.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;On the next screen you can choose to enable FIPS (Federal Information Processing Standards) which is in simple words set of standard cryptographic modules. Select it according to your needs.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-21.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Select your enclosure and click Next.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;If you have previously saved configuration file you can use it to set up enclosure.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Configure Rack Name, Enclosure Name and Date and Time. I suggest to use NTP server to have always up to date time and date settings.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;You can change password for Administrator and enable PIN protection before using the enclosure&amp;rsquo;s Insight Display. Click Next. &lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In next section we can create additional Local User Accounts. Let us create one just to show you how do we do it. Click New. &lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Provide User Name, password and Privilege Level. On the right part of the screen choose where user should have access. At the end click Add User.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 8&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;On the next screen we will configure EBIPA - Enclosure Bay IP Addressing. EBIPA is internal DHCP scope for Blades iLO and devices in enclosure bays (HP Virtual Connect or HP Access Gateway). Click Next.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 9&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;We need to fill in First EBIPA Address, Subnet Mask, Gateway, Domain and DNS Servers. Next step is to click button Autofill which will fill in whole range.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Enclosure configuration - First Time Setup Wizard 10&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;We do the same for Interconnect Bays and click Next.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-11.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 11&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;You can configure IPv6 in the same way. I skipped this and I moved ahead to next step.&lt;/li&gt;
&lt;li&gt;Next step is to configure Directory Groups.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-12.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 12&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click New and add Group Name, set privilege level and gave group necessary permissions. After that click Add Group.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-13.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 13&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click Next and we will setup Directory Settings.&lt;/li&gt;
&lt;li&gt;Select Enable LDAP Authentication and Use NT Account Name Mapping (DOMAIN\username). Provide following settings:
&lt;ul&gt;
&lt;li&gt;Directory Server Address.&lt;/li&gt;
&lt;li&gt;Directory Server SSL Port.&lt;/li&gt;
&lt;li&gt;Search Context.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-14.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 14&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Click Next and we will go ahead to Network Settings.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-15.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 15&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Provide settings for both Onboard Administrator modules:
&lt;ul&gt;
&lt;li&gt;DNS Host Name&lt;/li&gt;
&lt;li&gt;IP Address&lt;/li&gt;
&lt;li&gt;Subnet Mask&lt;/li&gt;
&lt;li&gt;Gateway&lt;/li&gt;
&lt;li&gt;DNS Server 1&lt;/li&gt;
&lt;li&gt;DNS Server 2
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-16.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 16&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Click Next ( I skipped IPv6 configuration) and we will go ahead with next wizard setting.&lt;/li&gt;
&lt;li&gt;Almost at the end you can configure SNMP Settings. In my wizard I skipped it.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-17.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Enclosure configuration - First Time Setup Wizard 17&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Last step is to set Power Management settings.
&lt;ul&gt;
&lt;li&gt;Power Mode - select AC Redundant, Power Supply Redundant or Not Redundant.&lt;/li&gt;
&lt;li&gt;AC Redundant - In this configuration N power supplies are used to provide power and N are used to provide redundancy.&lt;/li&gt;
&lt;li&gt;Power Supply Redundant: Up to 6 power supplies can be installed with one power supply always reserved to provide redundancy.&lt;/li&gt;
&lt;li&gt;Not Redundant: No power redundancy rules are enforced and power redundancy warnings will not be given.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-18.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 18&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Dynamic Power - This mode is off by default since the high-efficiency power supplies save power in the majority of situations. When enabled, Dynamic Power attempts to save power by running the required power supplies at a higher rate of utilization and putting unneeded power supplies in standby mode.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-19.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 19&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Power Limit - Power Limit AC Input Watts over this set limit.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-20.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 20&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click Next and you will finish First Time Setup Wizard.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-first-time-setup-wizard-211.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - First Time Setup Wizard 21&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;hp-c7000-enclosureconfiguration--additional-settings&#34;&gt;HP c7000 Enclosure configuration - Additional Settings
&lt;/h2&gt;&lt;h3 id=&#34;hp-c7000-enclosure-additional-settings---directory-settings&#34;&gt;HP c7000 Enclosure additional settings - Directory Settings
&lt;/h3&gt;&lt;p&gt;In order to use Active Directory authentication we need to import domain controller certificate into enclosure.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Users/Authentication expand Local Users and click to Directory Settings.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-additional-settings-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Additional Settings 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click on Certificate Upload, paste your certificate and click Upload.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-additional-settings-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Additional Settings 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Last step is to test settings. Navigate to Test Settings tab. In order to do it give username and password and click test settings.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-additional-settings-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Additional Settings 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;After you click Test Settings you have to wait a while for test result.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-additional-settings-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Additional Settings 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;If everything is set up correctly you should see success. In my case I don&amp;rsquo;t have Passed in all cases because I can&amp;rsquo;t ping domain controller, but authentication works.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-additional-settings-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Additional Settings 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;hp-c7000-enclosure-additional-settings---enclosure-ip-mode&#34;&gt;HP c7000 Enclosure additional settings - Enclosure IP Mode
&lt;/h3&gt;&lt;p&gt;Similar to Virtual Connect Module, Onboard Administrator support &amp;ldquo;virtual IP mode&amp;rdquo;. In simple words it means that by accessing OA you will be always redirected to active OA in enclosure. In order to enable it go to Enclosure Settings click &lt;strong&gt;Enclosure TCP/IP Settings&lt;/strong&gt; and you will find setting in IPv4 Settings tab. Select Enclosure IP Mode and click Apply.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-additional-settings-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Additional Settings 6&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;hp-c7000-enclosure-additional-settings--onboard-administrator-activestandby-transition&#34;&gt;HP c7000 Enclosure additional settings - Onboard Administrator Active/Standby Transition
&lt;/h3&gt;&lt;p&gt;Another quite useful feature in Onboard Administrator is possibility to switch between Active and Standby OA. In order to switch you simply need to click Transition Active to &lt;strong&gt;Standby&lt;/strong&gt; in Enclosure Settings, Active to Standby.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-additional-settings-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Additional Settings 7&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;hp-c7000-enclosure-additional-settings--link-loss-failover&#34;&gt;HP c7000 Enclosure additional settings - Link Loss Failover
&lt;/h3&gt;&lt;p&gt;Link Loss Failover allows monitoring of network link status of the Active Module. If we enable this function in case Active OA loose network automatic failover to Standby OA will happen. To enable it navigate to &lt;strong&gt;Enclosure Settings&lt;/strong&gt; and click Link Loss Failover. Select Enable Link Loss Failover, provide Failover Interval in seconds and lick Apply.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-enclosure-configuration-additional-settings-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP c7000 Enclosure configuration - Additional Settings 8&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;This concludes HP c7000 Enclosure configuration. I hope you will find it useful and you enjoyed it.&lt;/p&gt;</description>
        </item>
        <item>
        <title>HP c7000 Onboard Administrator firmware update</title>
        <link>https://www.wojcieh.net/hp-c7000-onboard-administrator-firmware-update/</link>
        <pubDate>Wed, 21 Jan 2015 09:00:27 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/hp-c7000-onboard-administrator-firmware-update/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/firmware-update.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Firmware Update&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Keeping you hardware and software up to date is very important in every environment. Today I will guide you through firmware update in HP c7000 Enclosures.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h2 id=&#34;onboard-administrator-firmware-update&#34;&gt;Onboard Administrator firmware update
&lt;/h2&gt;&lt;p&gt;The procedure itself is straight forward and there shouldn&amp;rsquo;t be any problems by executing it.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login to Onboard Administrator.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Navigate to Active Onboard Administrator and click &lt;strong&gt;Firmware Update&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click Browse and provide path to firmware. Click Upload.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;You will see alert that updating Onboard Administrator firmware will cause reboot. Click OK.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Wait for firmware update.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;When firmware update is completed Onboard Administrator will be reset.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Flashing takes about 3-5 minutes which is not that long. Onboard Administrator reset takes about the same time. Please remember to clear your browser cache.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 8&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;After successful flashing firmware will be upgraded.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 9&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;onboard-administrator-firmware-release-notes&#34;&gt;Onboard Administrator firmware release notes
&lt;/h2&gt;&lt;p&gt;It is very important to not blindly update firmware and therefore I suggest to read firmware release notes. For example for version 4.30 of Onboard Administrator you can find what has been fixed or what kind of new features are added.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 1&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;hp-firmware-compatibility-matrix&#34;&gt;HP Firmware Compatibility Matrix
&lt;/h2&gt;&lt;p&gt;It is also good to check firmware compatibility matrix. Below you will find current compatibility matrix.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-c7000-onboard-administrator-firmware-update-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P c7000 Onboard Administrator firmware update 2&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;HP Firmware Compatibility Matrix&lt;/p&gt;</description>
        </item>
        <item>
        <title>HP c7000 Onboard Administrator LDAP Active Directory authentication</title>
        <link>https://www.wojcieh.net/hp-c7000-onboard-administrator-ldap-active-directory-authentication/</link>
        <pubDate>Fri, 28 Jun 2013 20:54:32 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/hp-c7000-onboard-administrator-ldap-active-directory-authentication/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/06/HP-c7000-Enclosure.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HPe c7000 Enclosure&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Since quite a long time I have a pleasure to work with HP Enclosures c7000 and c3000. HP Blades with enclosures is the really great enterprise solution. Over the years I found difficult to manage multiple enclosures with local users and this is where integration with Active Directory makes your life simpler. In few steps, I will guide you how to integrate Onboard Administrator with Active Directory LDAP.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;ol&gt;
&lt;li&gt;Prerequisites:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Active Directory group with users is created&lt;/li&gt;
&lt;li&gt;Domain Controller network traffic (LDAP over SSL) is allowed&lt;/li&gt;
&lt;li&gt;Domain Controller Computer certificate is valid,&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;In order to configure Active Directory LDAP authentication login to Onboard Administrator with local username and password and navigate to &lt;strong&gt;Users/Authentication&lt;/strong&gt; and click &lt;strong&gt;Directory Settings.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Please fill fields with following settings: &lt;strong&gt;Directory Server SSL Port: 636&lt;/strong&gt;
Search Context:CN=OA Administrators,OU=Administrator Groups,OU=Administrators,DC=yourdomain,DC=whatever,DC=itis
You need to provide OU where Active Directory group is created. For example ? group OA Administrators is located in &lt;strong&gt;yourdomain.whatever.itis/Administrators/Administrator Groups/&lt;/strong&gt; OU and search context for this group will be). If you don&amp;rsquo;t know how to find it just run simple dsquery from command line: dsquery group -samid &amp;ldquo;&lt;strong&gt;Group Name&amp;rdquo;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Search Context 2-6: You can provide up to six groups Search Context if needed.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Enable LDAP Authentication&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Use NT Account Name Mapping (DOMAINusername)&lt;/strong&gt;  - if you will not select this field you will have to login to Onboard Administrator using &lt;strong&gt;username@domain&lt;/strong&gt; format instead of &lt;strong&gt;DOMAINusername&lt;/strong&gt;&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/06/Onboard-Administrator-Directory-Settings.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Onboard Administrator Directory Settings&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Next step is Domain Controller certificate upload. First you need to obtain it from Domain Controller. You can obtain it using following ways:&lt;/li&gt;
&lt;li&gt;In browser type &lt;strong&gt;https://Domain Controller:636,&lt;/strong&gt; then view the certificate and select &lt;strong&gt;Copy to File&lt;/strong&gt; and export it to &lt;strong&gt;.CER Base-64 encoded X.509&lt;/strong&gt; format.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/06/Domain-Controller-Certificate.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Domain Controller Certificate&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;The second way to obtain the certificate is to login to Domain Controller and start mmc and select &lt;strong&gt;Certificates Personal&lt;/strong&gt; for &lt;strong&gt;Local Computer&lt;/strong&gt; and open it. Next, go to Details tab and select Copy to File and export it to.CER Base-64 encoded X.509 format.&lt;/li&gt;
&lt;li&gt;After the certificate is exported, open it with notepad and copy file content to clipboard. Navigate to &lt;strong&gt;Certificate Upload&lt;/strong&gt; tab and paste it to field and press &lt;strong&gt;Upload&lt;/strong&gt; button.&lt;/li&gt;
&lt;li&gt;In order to check if Active Directory authentication will work go to &lt;strong&gt;Test Settings&lt;/strong&gt; tab and provide domain credentials and press &lt;strong&gt;Test Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If test sare passed then Active Directory authentication is configured correctly.:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Directory Server IP Address&lt;/li&gt;
&lt;li&gt;Connect to Directory Server&lt;/li&gt;
&lt;li&gt;Connect using SSL&lt;/li&gt;
&lt;li&gt;Certificate of Directory Server&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;10&#34;&gt;
&lt;li&gt;Next step is to create Directory Groups. The group should reflect Active Directory group created before. In order to create it go to &lt;strong&gt;Users/Authentication&lt;/strong&gt;  &lt;strong&gt;Directory Groups&lt;/strong&gt; and create the group. Assign the group to desired bays in the enclosure. &lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/06/Onboard-Administrator-Directory-Groups.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Onboard Administrator Directory Groups&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Test if LDAP authentication works.&lt;/li&gt;
&lt;/ol&gt;</description>
        </item>
        
    </channel>
</rss>
