<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Networking &amp; Security on Wojciech Marusiak IT Blog</title>
        <link>https://www.wojcieh.net/categories/networking--security/</link>
        <description>Recent content in Networking &amp; Security on Wojciech Marusiak IT Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <lastBuildDate>Mon, 17 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.wojcieh.net/categories/networking--security/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Protect your Git secrets with Gitguardian</title>
        <link>https://www.wojcieh.net/protect-your-git-secrets-with-gitguardian/</link>
        <pubDate>Mon, 17 Mar 2025 00:00:00 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/protect-your-git-secrets-with-gitguardian/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2025/03/gitguardian.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;GitGuardian Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Since I started my journey with Hugo blogging platform migrating away from Wordpress several years ago I&amp;rsquo;ve been using Git more and more. It has been essential for me to save all critical work I am working on in Git. But as you are working it might happen that a &lt;strong&gt;secret&lt;/strong&gt; or two might be pushed to the Git repository. I am not guilty of that but as my process of learning and mastering the technology I found out that there is a possibility to protect your Git repositories even before pushing anything to the repository. In todays post I will show you how easily it is to use GitGurardian and prevent secrets leaking to public repositories.&lt;/p&gt;
&lt;p&gt;Luckily for us they provide free account with some nice stats.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2025/03/gitguardian-free.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;GitGuardian pricing&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;You can take a look at the &lt;a class=&#34;link&#34; href=&#34;https://www.gitguardian.com/pricing#plan-details&#34;  title=&#34;GitGuardian Pricing&#34;
     target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;detailed pricing&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites
&lt;/h2&gt;&lt;p&gt;As a main prerequisite is Git repository. In my case I am using GitHub so I will show you how to configure it with GitHub.&lt;/p&gt;
&lt;h2 id=&#34;ggshield-installation&#34;&gt;ggshield installation
&lt;/h2&gt;&lt;!--adsense--&gt;
&lt;p&gt;At first in your local environment you need to install &lt;strong&gt;ggshiled&lt;/strong&gt;. It is a CLI tool which will will do the heavy work for you.&lt;/p&gt;
&lt;p&gt;Simply follow your operating system &lt;a class=&#34;link&#34; href=&#34;https://docs.gitguardian.com/ggshield-docs/getting-started#step-1-install-ggshield&#34;  title=&#34;ggshiled installation&#34;
     target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;installation guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Then you need to create GitGuardian account as you will need to authenticate via CLI.&lt;/p&gt;
&lt;h2 id=&#34;run-manual-repository-scan&#34;&gt;Run manual repository scan
&lt;/h2&gt;&lt;p&gt;Now as we have ggshield CLI installed we can initiate our scan.&lt;/p&gt;
&lt;p&gt;It is as simple as running the command &lt;code&gt;ggshield secret scan repo /path/to/the/repo&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Here is the result of my manual scan on one of my repositories.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2025/03/ggshield-manual-scan.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;ggshield manual scan&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;You can simply run this command on all of your repositories but if you have a lot of them it might take some time to do it.&lt;/p&gt;
&lt;h2 id=&#34;add-pre-commit-hooks-to-secure-your-repository&#34;&gt;Add pre commit hooks to secure your repository
&lt;/h2&gt;&lt;p&gt;It is possible to configure a pre commit hook in your Git repository so prior commit a ggshield CLI scann will be initiated.&lt;/p&gt;
&lt;p&gt;In order to do it you need to create a file called &lt;code&gt;.pre-commit-config.yaml&lt;/code&gt;. In tat file add following code&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&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-YAML&#34; data-lang=&#34;YAML&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;repos&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;- &lt;span class=&#34;nt&#34;&gt;repo&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;l&#34;&gt;https://github.com/gitguardian/ggshield&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;    &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;rev&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;l&#34;&gt;v1.37.0&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;    &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;hooks&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;      &lt;/span&gt;- &lt;span class=&#34;nt&#34;&gt;id&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;l&#34;&gt;ggshield-push&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;        &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;language_version&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;l&#34;&gt;python3&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;        &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;stages&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;l&#34;&gt;pre-push]&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&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 can check if there are some changes in this code as per &lt;a class=&#34;link&#34; href=&#34;https://docs.gitguardian.com/ggshield-docs/integrations/git-hooks/pre-push&#34;  title=&#34;pre commit installation guide&#34;
     target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;installation guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In order to add pre-commit we need to install it via Pip.&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;pip install pre-commit
&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;Once installed and the file is created you can simply by running 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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pre-commit install --hook-type pre-push
&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;If installed successfully you will receive following output &lt;code&gt;pre-commit installed at .git/hooks/pre-push&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;After installing pre-commit before every push of code to Git repository it will be automatically scanned with &lt;strong&gt;ggshield&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;If everything is configured correctly your repository should be scanned prior to push.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2025/03/automatic-ggshield-scan.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;ggshield automatic scan&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;optional---scan-all-your-repositories&#34;&gt;Optional - Scan all your repositories
&lt;/h2&gt;&lt;p&gt;If you are ok with that you can grant GitGuardian permissions to scan your whole Git account. In my case I allowed this and several issues have been identified. Luckily for me all those affected repositories are private.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2025/03/github-vulnerabilities.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Vulnerabilities found in GitHub&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;I hope you liked it and that this will help you to secure your Git repositories.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Enhanced Security for Your VMware Workloads: VPC Service Controls Now GA in Google Cloud VMware Engine</title>
        <link>https://www.wojcieh.net/enhanced-security-for-vmware-workloads-vpc-service-controls-ga/</link>
        <pubDate>Tue, 03 Sep 2024 00:00:00 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/enhanced-security-for-vmware-workloads-vpc-service-controls-ga/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2024/09/vmware-engine-security.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Google Cloud VMware Engine security&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;secure-your-cloud-vmware-environment-with-vpc-service-controls&#34;&gt;Secure Your Cloud VMware Environment with VPC Service Controls
&lt;/h2&gt;&lt;p&gt;Google Cloud VMware Engine just got even more secure! VPC Service Controls are now generally available, providing an additional layer of protection for your valuable data and applications.&lt;/p&gt;
&lt;h3 id=&#34;what-are-vpc-service-controls&#34;&gt;What are VPC Service Controls?
&lt;/h3&gt;&lt;p&gt;VPC Service Controls help you mitigate the risk of data exfiltration and unauthorized access to your Google Cloud resources, including your VMware Engine private clouds. They act as a virtual perimeter around your services, preventing sensitive data from leaving your defined boundary.&lt;/p&gt;
&lt;h3 id=&#34;how-does-this-benefit-you&#34;&gt;How Does this Benefit You?
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Prevent Data Exfiltration:&lt;/strong&gt;  Control data flow and prevent sensitive information from leaving your environment.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reduce the Risk of Unauthorized Access:&lt;/strong&gt;  Restrict access to your VMware Engine resources and protect against malicious actors.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enhanced Security Posture:&lt;/strong&gt; Strengthen your overall security posture and comply with regulatory requirements.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Simplified Security Management:&lt;/strong&gt;  Centrally manage security policies across your Google Cloud and VMware Engine environments.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;getting-started-with-vpc-service-controls&#34;&gt;Getting Started with VPC Service Controls
&lt;/h3&gt;&lt;p&gt;To learn more about how to enable and configure VPC Service Controls for your Google Cloud VMware Engine environment, check out the official documentation:&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/vpc-service-controls/docs/overview&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;VPC Service Controls for Google Cloud VMware Engine&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;With the general availability of VPC Service Controls, Google Cloud VMware Engine provides a more secure and compliant environment for your mission-critical VMware workloads. Take advantage of this powerful security feature to protect your data and applications in the cloud.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Use SSH With Private and Public Keys in VMware ESXi</title>
        <link>https://www.wojcieh.net/use-ssh-with-private-and-public-keys-in-vmware-esxi/</link>
        <pubDate>Tue, 24 Nov 2020 12:46:47 +0100</pubDate>
        
        <guid>https://www.wojcieh.net/use-ssh-with-private-and-public-keys-in-vmware-esxi/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2020/11/keys.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Keys&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;I am a private Linux user since many Years and I always have used combination of username and password to authenticate when logging via Secure Shell (SSH). It worked pretty well for Years but recently as my Linux footprint grew it started to be very tiresome. I knew that there is this &amp;ldquo;magical way&amp;rdquo; to login without password but I was reluctant to try it out. Once I tried it out I loved it and I never ever want to user password to authenticate with SSH. In this post you will learn how you can use combination of public and private keys to login to VMware ESXi.&lt;/p&gt;
&lt;h1 id=&#34;why-should-you-consider-using-key-based-authentication&#34;&gt;Why should you consider using key based authentication?
&lt;/h1&gt;&lt;p&gt;Thats a very good question. Public Key Infrastructure &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Public-key_cryptography&#34;  title=&#34;Public Key Infrastructure - Wikipedia&#34;
     target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Public Key Infrastructure - Wikipedia&lt;/a&gt; is a very secure way of generating and using a pair of keys - public and private one. Public key can be shared with everyone and private one should be stored securely. In every modern operating system you can create such a key pair and login to SSH enabled systems.&lt;/p&gt;
&lt;h2 id=&#34;how-to-create-a-public--private-key-pair&#34;&gt;How to create a public / private key pair?
&lt;/h2&gt;&lt;p&gt;Generally speaking it is very easy and can be done in several ways. It differes per Operating System.&lt;/p&gt;
&lt;h3 id=&#34;macos&#34;&gt;macOS
&lt;/h3&gt;&lt;p&gt;In macOS you can do it in terminal of your choice.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open Terminal.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;ssh-keygen&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;You will be asked where you want to store your keys.&lt;/li&gt;
&lt;li&gt;Optionally you can secure your keys with a passphrase.&lt;/li&gt;
&lt;li&gt;Pair of keys will be generated.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2020/11/macos-ssh-keys.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Keys in macOS&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;linux&#34;&gt;Linux
&lt;/h3&gt;&lt;p&gt;In Linux procedure is pretty much the same as in macOS :D&lt;/p&gt;
&lt;h3 id=&#34;windows&#34;&gt;Windows
&lt;/h3&gt;&lt;p&gt;In Windows keys creation of course might be different based on software you use. In my case I am using free PuTTY to login via SSH. In order to generate SSH keys you need to start software called &lt;strong&gt;PuTTY Key Generator&lt;/strong&gt; - &lt;strong&gt;puttygen.exe&lt;/strong&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Start &lt;strong&gt;puttygen.exe&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Choose type of key you want to generate. I suggest as minimum RSA with 2048 bits.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Generate&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;You will need to generate some randomness with your mouse.&lt;/li&gt;
&lt;li&gt;Once done you can configure authentication with keys in your PuTTY session.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2020/11/puttygen.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;PuTTY Key Generator&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;where-to-store-you-public-keys&#34;&gt;Where to store you public keys?
&lt;/h3&gt;&lt;p&gt;In my case I am using two macOS laptops and one Windows 10 based computer (to play some games). I have different SSH keys on each computer. I added all SSH keys to my GitHub account and whenever I need to retrieve them I simply check them using following command.&lt;/p&gt;
&lt;p&gt;&lt;code&gt; wget https://github.com/wojciehm.keys&lt;/code&gt;&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;add-your-public-keys-to-vmware-esxi&#34;&gt;Add your public keys to VMware ESXi
&lt;/h1&gt;&lt;p&gt;Procedure is quite simple.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login to VMware ESXi Server using SSH.&lt;/li&gt;
&lt;li&gt;Edit following file &lt;strong&gt;/etc/ssh/keys-root/authorized_keys&lt;/strong&gt; and add your keys.&lt;/li&gt;
&lt;li&gt;Execute following command to restart SSH service. &lt;code&gt;/etc/init.d/SSH restart&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Try logging in and mark that you don&amp;rsquo;t need password anymore.&lt;/li&gt;
&lt;/ol&gt;</description>
        </item>
        <item>
        <title>NSX 6.4.0 released with cool new features</title>
        <link>https://www.wojcieh.net/nsx-6.4.0-released-with-cool-new-features/</link>
        <pubDate>Thu, 18 Jan 2018 14:58:02 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/nsx-6.4.0-released-with-cool-new-features/</guid>
        <description>&lt;p&gt;A few days ago VMware released its flagship product NSX. In version 6.4.0 many new features and enhancements are introduced.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;&lt;strong&gt;Security Services:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Identity Firewall:&lt;/strong&gt; Identity Firewall (IDFW) now supports user sessions on remote desktop and application servers (RDSH) sharing a single IP address, new &amp;ldquo;fast-path&amp;rdquo; architecture improves the processing speed of IDFW rules. Active Directory integration now allows selective synchronization for faster AD updates.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Distributed Firewall&lt;/strong&gt;: Distributed Firewall (DFW) adds layer-7 application-based context for flow control and micro-segmentation planning. Application Rule Manager (ARM) now recommends security groups and policies for a cohesive and manageable micro-segmentation strategy.&lt;/li&gt;
&lt;li&gt;Distributed Firewall rules can now be created as stateless rules at a per DFW section level.&lt;/li&gt;
&lt;li&gt;Distributed Firewall supports VM IP realization in the hypervisor. This allows users to verify if a particular VM IP is part of a securitygroup/cluster/resourcepool/host which is used in the source, destination, or appliedTo fields of a DFW rule.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;IP address discovery mechanisms for VMs&lt;/strong&gt;: Authoritative enforcement of security policies based on VM names, or other vCenter-based attributes requires that NSX know the IP address of the VM. NSX 6.2 introduced the option to discover the VM&amp;rsquo;s IP address using DHCP snooping, or ARP snooping. In NSX 6.4.0, the number of ARP discovered IPs have been increased up to 128 and are configurable from 1 to 128.  These new discovery mechanisms enable NSX to enforce IP address-based security rules on VMs that do not have VMware Tools installed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Guest Introspection:&lt;/strong&gt; For vCenter 6.5 and later, Guest Introspection (GI) VM&amp;rsquo;s are named Guest Introspection (XX.XX.XX.XX), where XX.XX.XX.XX is the IPv4 address of the host on which the GI machine resides. This occurs during the initial deployment of GI.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;NSX User Interface:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support for vSphere Client (HTML5): Introduces VMware NSX UI Plug-in for vSphere Client (HTML5). For a list of supported functionality, please see &lt;a href=&#34;https://docs.vmware.com/en/VMware-NSX-for-vSphere/6.4/rn/nsx-vsphere-client-65-functionality-support.html&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34; name=&#34;Release Notes&#34;&gt;VMware NSX for vSphere UI Plug-in Functionality in vSphere Client&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;HTML5 Compatibility with vSphere Web Client (Flash): NSX functionality developed in HTML5 (for example, Dashboard) remains compatible with both vSphere Client and vSphere Web Client, offering seamless experience for users who are unable to transition immediately to vSphere Client.&lt;/li&gt;
&lt;li&gt;Improved Navigation Menu: Reduced number of clicks to access key functionality, such as Grouping Objects, Tags, Exclusion List and System Configuration.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Operations and Troubleshooting:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Upgrade Coordinator&lt;/strong&gt; provides a single portal to simplify the planning and execution of an NSX upgrade.  Upgrade Coordinator provides a complete system view of all NSX components with current and target versions, upgrade progress meters, one-click or custom upgrade plans and pre- and post-checks.&lt;/li&gt;
&lt;li&gt;A new improved &lt;strong&gt;HTML5 dashboard&lt;/strong&gt; is available along with many new components. The dashboard is now your default homepage.  You can also customize existing system-defined widgets and can create your own custom widgets through API.&lt;/li&gt;
&lt;li&gt;New **System Scale **dashboard collects information about the current system scale and displays the configuration maximums for the supported scale parameters.  Warnings and alerts can also be configured when limits are approached or exceeded.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Guest introspection reliability and troubleshooting enhancements&lt;/strong&gt;.  Features such as EAM status notification, upgrade progress, custom names for SVMs, additional memory and more improve the reliability and troubleshooting of GI deployments.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Central CLI&lt;/strong&gt; for logical switch, logical router, and edge distributed firewall reduces troubleshooting time with centralized access to distributed network functions.&lt;/li&gt;
&lt;li&gt;New &lt;strong&gt;Support Bundle&lt;/strong&gt; tab is available to help you collect the support bundle through UI on a single click. You can now collect the support bundle data for NSX components like NSX Manager, hosts, edges, and controllers. You can either download this aggregate support bundle or can directly upload the bundle to a remote server. You can view the overall status of data collection and status for each component.&lt;/li&gt;
&lt;li&gt;New &lt;strong&gt;Packet Capture&lt;/strong&gt; tab is available to capture packets through UI. If there is a host which is not in a healthy state, you can get the packet dump for that host, and administrator can examine the packet information for further debugging.&lt;/li&gt;
&lt;li&gt;You can now enable Controller Disconnected Operation (CDO) mode from the &lt;strong&gt;Management&lt;/strong&gt; tab on the secondary site to avoid temporary connectivity issues. CDO mode ensures that the data plane connectivity is unaffected in a multi-site environment when the primary site loses connectivity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multi-syslog support&lt;/strong&gt; for up to 5 syslog servers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;API improvements&lt;/strong&gt; including JSON support.  NSX now offers the choice or JSON or XML for data formats.  XML remains the default for backward compatibility.&lt;/li&gt;
&lt;li&gt;Some of the NSX Edge system event messages now include Edge ID and/or VM ID parameters. For example, event code 30100, 30014, 30031.&lt;br&gt;
These message parameters will not be available for older system events. In such cases, the event message will display {0} or {1} for the Edge Id and/or VM Id parameters.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;NSX Edge Enhancements:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement of Edge load balancer health check. Three new health check monitors have been added: DNS, LDAP, and SQL.&lt;/li&gt;
&lt;li&gt;You can now filter routes for redistribution based on LE/GE in prefix length in the destination IP.&lt;/li&gt;
&lt;li&gt;Support for BGP and static routing over GRE tunnels.&lt;/li&gt;
&lt;li&gt;NAT64 provides IPv6 to IPv4 translation.&lt;/li&gt;
&lt;li&gt;Faster failover of edge routing services.&lt;/li&gt;
&lt;li&gt;Routing events now generate system events in NSX Manager.&lt;/li&gt;
&lt;li&gt;Improvements to L3 VPN performance and resiliency.&lt;/li&gt;
&lt;/ul&gt;</description>
        </item>
        <item>
        <title>NSX SFTP Backup stops working after upgrade to NSX 6.3.*</title>
        <link>https://www.wojcieh.net/nsx-sftp-backup-stops-working-after-upgrade-to-nsx-6.3./</link>
        <pubDate>Mon, 23 Oct 2017 08:33:03 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/nsx-sftp-backup-stops-working-after-upgrade-to-nsx-6.3./</guid>
        <description>&lt;p&gt;I am in a process of upgrading NSX 6.2.4 by a customer in three locations deployed using VVD Deployment Toolkit. The NSX Upgrade itself went really smoothly. However, after the upgrade, we noticed that SFTP backup stopped working with an enigmatic error.&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;Unable to connect to server FQDN at 22. Either server details are invalid or invalid credentials are presented.( Common algorithms not found. )
&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;!--adsense--&gt;
&lt;img  src=&#34;https://www.wojcieh.net/images/uploads/2017/10/nsx-backup-stopped-working.webp&#34; alt=&#34;NSX Backup Stopped working&#34;&gt;
After checking credentials and SFTP backup destination server I found that with NSX 6.3.0 SFTP supports following backup ciphers:
&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&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;Encryption: aes128-cbc, aes128-ctr, aes192-cbc, aes192-ctr, aes256-cbc, aes256-ctr
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Message Authentication(mac): hmac-sha2-256
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Key Exchanges: diffie-hellman-group-exchange-sha256
&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;&lt;a href=&#34;https://docs.vmware.com/en/VMware-NSX-for-vSphere/6.3/rn/releasenotes_nsx_vsphere_630.html&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.vmware.com/en/VMware-NSX-for-vSphere/6.3/rn/releasenotes_nsx_vsphere_630.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://docs.vmware.com/en/VMware-NSX-for-vSphere/6.3/rn/releasenotes_nsx_vsphere_630.html&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To fix the issue sshd config must be adjusted:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Edit the ssh_config.&lt;/li&gt;
&lt;li&gt;sshd_config keywords Cipher and MACs need to be updated with the correct Cipher and MAC algorithms.For example:&lt;/li&gt;
&lt;/ol&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;Ciphers aes128-cbc,aes128-ctr,aes192-cbc,aes192-ctr,aes256-cbc,aes256-ctr MACs hmac-sha2-256
&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;Once config change is done, restart ssh deamon and backup will start to work again.&lt;/p&gt;</description>
        </item>
        <item>
        <title>vExpert NSX 2017</title>
        <link>https://www.wojcieh.net/vexpert-nsx-2017/</link>
        <pubDate>Wed, 16 Aug 2017 09:31:30 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/vexpert-nsx-2017/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/08/vexpert-nsx-2017.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vexpert-nsx-2017&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Last night in the evening I received an email from Corey Romero that I was nominated &lt;strong&gt;VMware&lt;/strong&gt; &lt;strong&gt;vExpert&lt;/strong&gt; &lt;strong&gt;NSX 2017&lt;/strong&gt;.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Today I checked on &lt;a href=&#34;https://blogs.vmware.com/vmtn/2017/08/vexpert-nsx-2017-award-announcement.html&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;VMware Blog&lt;/a&gt; and my name is really there. I am very proud being nominated not only vExpert 2014 - 2017 for vSphere community work but as well VMware NSX.&lt;/p&gt;
&lt;p&gt;To view the list of NSX articles please click this link &lt;a href=&#34;https://www.wojcieh.net/vmware-nsx/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.wojcieh.net/vmware-nsx/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.wojcieh.net/vmware-nsx/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
        <title>Upgrade of NSX 6.2.4 to NSX 6.3.1</title>
        <link>https://www.wojcieh.net/upgrade-of-nsx-6.2.4-to-nsx-6.3.1/</link>
        <pubDate>Tue, 06 Jun 2017 13:30:51 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/upgrade-of-nsx-6.2.4-to-nsx-6.3.1/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/03/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;upgrade-of-nsx-6.2.4-to-nsx-6.3.1-logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Welcome in the next from the Homelab upgrade series. Today as a part of the update we will cover upgrade of NSX 6.2.4 to NSX 6.3.1. VMware NSX 6.3.0 was the first release which supports vSphere 6.5. I already covered upgrade of ESXi 6.0 to 6.5 using different method along with vCenter Server upgrade.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;prerequisites&#34;&gt;Prerequisites
&lt;/h1&gt;&lt;p&gt;First and most critical part of the upgrade is to check on VMware Product Interoperability Matrix &lt;a href=&#34;https://www.vmware.com/resources/compatibility/sim/interop_matrix.php#upgrade&amp;solution=93&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.vmware.com/resources/compatibility/sim/interop_matrix.php#upgrade&amp;amp;solution=93&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.vmware.com/resources/compatibility/sim/interop_matrix.php#upgrade&amp;solution=93&lt;/a&gt; &lt;/a&gt;if the upgrade path is supported.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;upgrade-of-nsx-6.2.4-to-nsx-6.3.1-1&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In my Homelab I am using NSX 6.2.4 Build 4292526 and upgrade to NSX 6.3.1 as a direct upgrade path is supported.&lt;/p&gt;
&lt;p&gt;Second and perhaps most critical part of the upgrade is to perform the backup of NSX Manager. Once done let&amp;rsquo;s start with NSX upgrade.&lt;/p&gt;
&lt;h2 id=&#34;upgrade-of-nsx-624-to-nsx-631&#34;&gt;Upgrade of NSX 6.2.4 to NSX 6.3.1
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Login to NSX Manager and click &lt;strong&gt;Upgrade&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;img  src=&amp;quot;/images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-2.webp&amp;quot; alt=&amp;quot;Upgrade of NSX 6.2.4 to NSX 6.3.1 - 2&amp;quot; width=&amp;quot;742&amp;quot; height=&amp;quot;262&amp;quot; srcset=&amp;quot;/images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-2.webp 742w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-2-283x100.webp 283w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-2-50x18.webp 50w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-2-75x26.webp 75w&amp;quot; sizes=&amp;quot;(max-width: 742px) 100vw, 742px&amp;quot;/&amp;gt;][3]
&lt;/code&gt;&lt;/pre&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Once again click Upgrade and point to NSX Manager upgrade bundle. Click continue.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;img  src=&amp;quot;/images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-3.webp&amp;quot; alt=&amp;quot;Upgrade of NSX 6.2.4 to NSX 6.3.1 - 3&amp;quot; width=&amp;quot;576&amp;quot; height=&amp;quot;189&amp;quot; srcset=&amp;quot;/images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-3.webp 576w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-3-300x98.webp 300w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-3-50x16.webp 50w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-3-75x25.webp 75w&amp;quot; sizes=&amp;quot;(max-width: 576px) 100vw, 576px&amp;quot;/&amp;gt;][4]
&lt;/code&gt;&lt;/pre&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Upgrade bundle upload starts. Once the upload is finished upgrade process will start.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;img  src=&amp;quot;/images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-4.webp&amp;quot; alt=&amp;quot;Upgrade of NSX 6.2.4 to NSX 6.3.1 - 4&amp;quot; width=&amp;quot;561&amp;quot; height=&amp;quot;497&amp;quot; srcset=&amp;quot;/images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-4.webp 561w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-4-113x100.webp 113w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-4-50x44.webp 50w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-4-75x66.webp 75w&amp;quot; sizes=&amp;quot;(max-width: 561px) 100vw, 561px&amp;quot;/&amp;gt;][5]
&lt;/code&gt;&lt;/pre&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Upgrade take a while. After few minutes and a reboot, we successfully upgraded NSX 6.2.4 to NSX 6.3.1.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;img  src=&amp;quot;/images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-5.webp&amp;quot; alt=&amp;quot;Upgrade of NSX 6.2.4 to NSX 6.3.1 - 5&amp;quot; width=&amp;quot;407&amp;quot; height=&amp;quot;157&amp;quot; srcset=&amp;quot;/images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-5.webp 407w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-5-259x100.webp 259w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-5-50x19.webp 50w, /images/uploads/2017/05/upgrade-of-nsx-6.2.4-to-nsx-6.3.1-5-75x29.webp 75w&amp;quot; sizes=&amp;quot;(max-width: 407px) 100vw, 407px&amp;quot;/&amp;gt;][6]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;This post showed you how to upgrade existing NSX 6.2.4 to NSX 6.3.1.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Ransomware education from Veeam</title>
        <link>https://www.wojcieh.net/ransomware-education-from-veeam/</link>
        <pubDate>Mon, 22 May 2017 09:46:01 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/ransomware-education-from-veeam/</guid>
        <description>&lt;img  src=&#34;https://www.wojcieh.net/images/banners/veeam_logo.webp&#34; width=&#34;500&#34; height=&#34;148&#34; title=&#34;Veeam Logo&#34; alt=&#34;Veeam Logo&#34;/&gt;
&lt;p&gt;Blog sponsor Veeam created interesting articles about a very hot topic - Ransomware.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Ransomware has become the threat du jour for businesses of all types and end users alike, as well as the money extortion tool of choice for cybercriminals. This is hardly surprising given its impressive ability to evolve and sneak by traditional data protection strategies. The frustration of those affected is palpable, with outcomes also including critical data loss, lowered productivity and damaged reputation.&lt;/p&gt;
&lt;p&gt;Veeam e-book not only gives an insight into the ransomware threat but also reviews the fundamentals of top-notch ransomware preparedness and recovery, in order to help protect yourself and your organization. The initial infection may be inevitable, so the best protection is to be fully prepared and ready to recover.&lt;/p&gt;
&lt;h3 id=&#34;learn-more-about&#34;&gt;Learn more about:
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Ransomware milestones, key capabilities, and impact&lt;/li&gt;
&lt;li&gt;Key layers of ransomware protection and preparedness against attacks&lt;/li&gt;
&lt;li&gt;Quick and painless recovery from backups&lt;/li&gt;
&lt;li&gt;And much more!&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;download-ebook&#34;&gt;Download ebook
&lt;/h2&gt;&lt;p&gt;Simply visit &lt;a href=&#34;https://go.veeam.com/ransomware-awareness-education?ccode=wojcieh&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://go.veeam.com/ransomware-awareness-education&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://go.veeam.com/ransomware-awareness-education&lt;/a&gt;&lt;/a&gt; link and download a free ebook.&lt;/p&gt;
&lt;h3 id=&#34;additional-resources&#34;&gt;Additional resources
&lt;/h3&gt;&lt;p&gt;&lt;a href=&#34;https://www.veeam.com/wp-veeam-availability-suite-protection-against-ransomware-threats.html?ccode=wojcieh&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Designing Veeam Availability Suite to Protect Against Ransomware Threats&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.veeam.com/blog/increase-ransomware-resiliency-linux-windows-endpoints.html?ccode=wojcieh&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Ransomware resiliency &amp;amp; Availability: The endpoint is a great place to start&amp;lt;/a&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to disable LED’s in Asus AC3200 on Tomato</title>
        <link>https://www.wojcieh.net/how-to-disable-leds-in-asus-ac3200-on-tomato/</link>
        <pubDate>Wed, 03 May 2017 09:13:01 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-disable-leds-in-asus-ac3200-on-tomato/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/05/asus-ac3200-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Asus AC3200 Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;This is post is quite different than you usually find on my blog. It is going to be about How to disable LED&amp;rsquo;s in Asus AC3200 on Tomato.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Asus AC3200 is a very powerful router. I bought it because I wanted to have better bandwidth control (QoS). I chose AC3200 due to the fact that it has three separate wireless interfaces. Last selection factor is that it supports alternative firmware called &lt;a href=&#34;http://tomato.groov.pl/?page_id=81&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Tomato&lt;/a&gt;. I used tomato on my very old and still working Linksys WRT54G.&lt;/p&gt;
&lt;h1 id=&#34;how-to-install-tomato-on-asus-ac3200-router&#34;&gt;How to install Tomato on Asus AC3200 router?
&lt;/h1&gt;&lt;p&gt;A procedure is very easy. My router originally came with following firmware &lt;strong&gt;FW 3.0.0.4.380_3479-g683f27&lt;/strong&gt;. When I tried to upload Tomato firmware I received immediately this warning: &lt;strong&gt;Firmware upgrade unsuccessful. This may result from incorrect image or error transmission. Please check the version of firmware and try again.&lt;/strong&gt; This is because Asus blocked firmware upgrade.&lt;/p&gt;
&lt;p&gt;To skip this I downgraded Asus firmware to &lt;strong&gt;WRT-AC3200_30043789529&lt;/strong&gt; using &lt;strong&gt;ASUS Firmware Restoration&lt;/strong&gt; utility. Once downgraded flashing Tomato firmware was possible.&lt;/p&gt;
&lt;h1 id=&#34;how-to-disable-leds-onasus-ac3200-router&#34;&gt;How to disable LEDs on Asus AC3200 router?
&lt;/h1&gt;&lt;p&gt;To disable the LEDs (both wireless interfaces plus all LAN) simply enter following commands via SSH.&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;et robowr 0x00 0x18 0x1e0
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;et robowr 0x00 0x1a 0x1e0
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wl -i eth1 leddc &lt;span class=&#34;m&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wl -i eth2 leddc &lt;span class=&#34;m&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gpio &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; &lt;span class=&#34;m&#34;&gt;12&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gpio &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; &lt;span class=&#34;m&#34;&gt;15&lt;/span&gt;
&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;To enable LEDs enter following commands via SSH.&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;et robowr 0x00 0x18 0x1ff
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;et robowr 0x00 0x1a 0x1ff
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wl -i eth1 leddc &lt;span class=&#34;m&#34;&gt;0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wl -i eth2 leddc &lt;span class=&#34;m&#34;&gt;0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gpio disable &lt;span class=&#34;m&#34;&gt;12&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gpio disable &lt;span class=&#34;m&#34;&gt;15&lt;/span&gt;
&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;Once enabled they will stay in defined state.&lt;/p&gt;
&lt;h1 id=&#34;how-to-schedule-leds-change-on-asus-ac3200-router&#34;&gt;How to schedule LEDs change on Asus AC3200 router?
&lt;/h1&gt;&lt;p&gt;In Tomato go to &lt;strong&gt;Administration / Scheduler&lt;/strong&gt; and configure scheduler according to your needs. I disable all LEDs at 10PM and enable them at 8 AM.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/05/asus-ac-3200-tomato-scheduler.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Asus Scheduler&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;I hope this post will be informative for you. If you wish to learn about Asus AC3200 router specification visit this page &lt;a href=&#34;https://www.asus.com/Networking/RTAC3200/specifications/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.asus.com/Networking/RTAC3200/specifications/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.asus.com/Networking/RTAC3200/specifications/&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Runecast Analyzer 1.5 review</title>
        <link>https://www.wojcieh.net/runecast-analyzer-1.5-review/</link>
        <pubDate>Wed, 05 Apr 2017 22:21:38 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/runecast-analyzer-1.5-review/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been using Runecast Analyzer in my lab since I introduced it to my readers a while ago &lt;a class=&#34;link&#34; href=&#34;https://www.wojcieh.net/runecast-analyzer-review/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Runecast Analyzer review&lt;/a&gt;. Not so long ago Runecast Analyzer 1.5 release was introduced to customers.&lt;/p&gt;
&lt;p&gt;I would like to focus in this review on new enhancements and features introduced in version 1.5.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;multiple-vmware-vsphere-vcenters-support&#34;&gt;Multiple VMware vSphere vCenters support
&lt;/h1&gt;&lt;p&gt;Runecast Analyzer  1.5 allows to view and manage multiple VMware vSphere vCenters via one dashboard.Many customers have more than one vCenter Server: Production, Q&amp;amp;A or Dev environments or even more. Having one dashboard with all vCenter Server provides easier management and monitoring of the environment. This enhancement allows deploying single Runecast Analyzer appliance with reduced overhead on the environment.&lt;/p&gt;
&lt;h2 id=&#34;multiple-vcenter-dashboard&#34;&gt;Multiple vCenter Dashboard
&lt;/h2&gt;&lt;p&gt;Once you install Runecast Analyzer you see an empty dashboard. We will connect several vCenters to show you how easy it is to see more than one vCenter in Runecast Analyzer 1.5.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login to Runecast GUI.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/04/runecast-analyzer-1.5-review-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer 1.5 review - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Go to Settings where we will add several vCenter Servers.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/04/runecast-analyzer-1.5-review-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer 1.5 review - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In the main GUI, click &lt;strong&gt;Analyze Now&lt;/strong&gt; and confirm which vCenter Servers you would like to analyze.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/04/runecast-analyzer-1.5-review-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer 1.5 review - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;It takes a moment to analyze the whole environment.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/04/runecast-analyzer-1.5-review-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer 1.5 review - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;From the top menu, you can choose vCenter on which you would like to focus.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/04/runecast-analyzer-1.5-review-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer 1.5 review - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once selected you can take a look at details of selected vCenter Server and its environment.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2017/04/runecast-analyzer-1.5-review-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer 1.5 review - 6qsz&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;other-enhancements&#34;&gt;Other enhancements
&lt;/h1&gt;&lt;p&gt;Other enhancements in version 1.5 include improved security, enhanced log search and filtering and improved Knowledge Base filters.&lt;/p&gt;
&lt;h1 id=&#34;summary&#34;&gt;Summary
&lt;/h1&gt;&lt;p&gt;As you saw enhancements done by Runecast Analyzer Team are very useful and will improve productivity and ease of use of the product. In my opinion, product get much better with 1.5 release and I could simply suggest to install it in your environment and give it a try.  I recommend reading Deployment Guide in case you need more detailed information about setup &lt;a class=&#34;link&#34; href=&#34;https://www.runecast.biz/RunecastUserGuide1.5.pdf&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.runecast.biz/RunecastUserGuide1.5.pdf&lt;/a&gt;.&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to change logging level in NSX</title>
        <link>https://www.wojcieh.net/how-to-change-logging-level-in-nsx/</link>
        <pubDate>Fri, 30 Sep 2016 07:00:27 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-change-logging-level-in-nsx/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/how-to-change-logging-level-in-nsx.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Troubleshooting issues aren&amp;rsquo;t always fun and easy way to do. Especially in complex environments where multiple issues might occur at the same time. Having a way to easily find root cause is crucial. Today I will show you how to change logging level in NSX and its components.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;change-logging-level-in-nsx-manager&#34;&gt;Change logging level in NSX Manager
&lt;/h1&gt;&lt;p&gt;Unfortunately, it isn&amp;rsquo;t possible to change logging level in NSX Manager fro GUI. It has to be done using API calls or from the command line. In my earlier post &lt;a class=&#34;link&#34; href=&#34;https://www.wojcieh.net/configuring-syslog-server-for-vmware-nsx-components/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.wojcieh.net/configuring-syslog-server-for-vmware-nsx-components/&lt;/a&gt; , I showed you how certain operations are done using REST API calls.&lt;/p&gt;
&lt;p&gt;NSX Manager log levels:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;OFF&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;FATAL&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;WARN&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;ERROR&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;INFO&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;DEBUG&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;TRACE&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;ALL&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;change-logging-level-in-nsx-manager---api&#34;&gt;Change logging level in NSX Manager - API
&lt;/h2&gt;&lt;p&gt;To check what kind of logging level initiate the following API call&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;GET https://IP ADDR/api/1.0/services/debug/loglevel/com.vmware.vshield
&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;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 1&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;To enable debug logging level in NSX Manager initiate the following API call&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;POST https://IP ADDR/api/1.0/services/debug/loglevel/com.vmware.vshield?level=DEBUG
&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;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 2&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;We will check once again if logging was changed to debug.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 3&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;change-logging-level-in-nsx-manager---command-line&#34;&gt;Change logging level in NSX Manager - command line
&lt;/h2&gt;&lt;p&gt;Changing logging level in NSX Manager via command line is fairly easy.&lt;/p&gt;
&lt;p&gt;Login to NSX Manager via SSH and firs let&amp;rsquo;s check what is current logging level.&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;show com.vmware.vshield logging-level
&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;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 4&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Next step is to change it to another level.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 5&#34;
	
	
&gt;&lt;/p&gt;
&lt;h1 id=&#34;changing-log-level-of-nsx-control-plane&#34;&gt;Changing log level of NSX control plane
&lt;/h1&gt;&lt;p&gt;NSX Control Plane logs are written on each ESXi host. To modify ESXi &lt;strong&gt;netcpa&lt;/strong&gt; log level it has to be done from command line.&lt;/p&gt;
&lt;p&gt;Login to ESXi hosts you want to troubleshoot and find &lt;strong&gt;netcpa.xml&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 6&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Enable writing to file by typing:&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;chmod +wt /usr/lib/vmware/netcpa/etc/netcpa.xml
&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;Edit the file in vi and change following line:&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;&amp;lt;level&amp;gt;info&amp;lt;/level&amp;gt;
&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;to desired log level&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;&amp;lt;level&amp;gt;debug&amp;lt;/level&amp;gt;
&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;Restart netcpa service by typing:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;/etc/init.d/netcpad restart&lt;/strong&gt;&lt;/p&gt;
&lt;h1 id=&#34;changing-logging-level-on-distributed-logical-router-or-edge-services-gateway&#34;&gt;Changing logging level on Distributed Logical Router or Edge Services Gateway
&lt;/h1&gt;&lt;p&gt;There are several ways to change logging level on Distributed Logical Router or Edge Services Gateway.&lt;/p&gt;
&lt;h2 id=&#34;changing-logging-level-on-distributed-logical-router-or-edge-services-gateway---api-call&#34;&gt;Changing logging level on Distributed Logical Router or Edge Services Gateway - API call
&lt;/h2&gt;&lt;p&gt;In REST Client initiate following call&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;POST https://NSX Manager IP/api/4.0/edges/edgeID/logging?level=debug
&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;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 7&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s check what level is configured in GUI.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 8&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;changing-logging-level-on-distributed-logical-router-or-edge-services-gateway---gui&#34;&gt;Changing logging level on Distributed Logical Router or Edge Services Gateway - GUI
&lt;/h2&gt;&lt;p&gt;To change logging level on Distributed Logical Router or Edge Services Gateway click &lt;strong&gt;Action&lt;/strong&gt; on DLR or ESG.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 9&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Select desired logging level.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 10&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;There is as well possibility to enable logging with a different level per DLR or ESG components.&lt;/p&gt;
&lt;h3 id=&#34;dlr-components&#34;&gt;DLR Components
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;DLR - HA
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-18.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 11&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;DLR - Dynamic Routing
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-19.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 12&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;esg-components&#34;&gt;ESG Components
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;ESG - DHCP&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-12.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 13&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;ESG - NAT rules&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-13.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 14&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;ESG - Routing&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-14.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 15&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;ESG - Load Balancer
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-15.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 16&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;ESG - IPsec VPN&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-16.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 17&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;ESG - SSL VPN-Plus
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-17.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 18&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;enabling-firewall-logging&#34;&gt;Enabling Firewall logging
&lt;/h2&gt;&lt;p&gt;Enabling firewall rule logging is very easy.&lt;/p&gt;
&lt;p&gt;Click on rule you want to log and in &lt;strong&gt;action&lt;/strong&gt; section choose &lt;strong&gt;Log&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-change-logging-level-in-nsx-11.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to change logging level in NSX - 19&#34;
	
	
&gt;&lt;/p&gt;
&lt;h1 id=&#34;summary&#34;&gt;Summary
&lt;/h1&gt;&lt;p&gt;I hope you enjoyed this article. If you have any questions simply write a comment.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;ttps://pubs.vmware.com/NSX-62/topic/com.vmware.ICbase/PDF/nsx_62_api.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;NSX 6.2 API Reference Guide&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to replace NSX Manager SSL Certificate</title>
        <link>https://www.wojcieh.net/how-to-replace-nsx-manager-ssl-certificate/</link>
        <pubDate>Fri, 09 Sep 2016 07:00:42 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-replace-nsx-manager-ssl-certificate/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/how-to-replace-nsx-manager-ssl-certificate-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace NSX Manager SSL Certificate - Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;I am working on daily basis with many Customers in CEMEA region. Pretty much all of them are large Enterprises where a focus on security is quite high. As the best practice, it is recommended to replace self-signed SSL Certificates with Certificate Authority Certificates.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;I already did few post about SSL Certificate replacement:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.wojcieh.net/vcenter-server-6-replacing-ssl-certificates-with-custom-vmca/&#34;&gt;vCenter Server 6.* – Replacing SSL certificates with Custom VMCA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.wojcieh.net/vcenter-server-6-replacing-ssl-certificates-enterprise-vmca/&#34;&gt;vCenter Server 6.* – Replacing SSL certificates with Enterprise VMCA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.wojcieh.net/replace-vmware-esxi-6-ssl-certificate/&#34;&gt;How to replace VMware ESXi 6.* SSL certificate&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Like every component NSX Manager has web based admin interface which is accessible via secured protocol. Today, I will show you how to replace NSX Manager SSL Certificate with CA SSL Certificate.&lt;/p&gt;
&lt;h2 id=&#34;how-to-replace-nsx-manager-ssl-certificate&#34;&gt;How to replace NSX Manager SSL Certificate?
&lt;/h2&gt;&lt;p&gt;Replacement of NSX Manager SSL Certificate doesn&amp;rsquo;t take much time. The most problems you might have is when root and intermediate certificate have to be combined with NSX Manager SSL Certificate.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login to NSX Manager and click &lt;strong&gt;Manage Appliance Settings&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/how-to-replace-nsx-manager-ssl-certificate-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace NSX Manager SSL Certificate - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;SSL Certificates&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/how-to-replace-nsx-manager-ssl-certificate-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace NSX Manager SSL Certificate - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Generate CSR&lt;/strong&gt; and fill all needed fields. Take a look on my CSR.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-replace-nsx-manager-ssl-certificate-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace NSX Manager SSL Certificate - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Download CSR and upload it to CA for approval. &lt;strong&gt;vSphere 6.0&lt;/strong&gt; SSL Certificate template is configured by following VMware KB: &lt;a href=&#34;http://kb.vmware.com/kb/2112009&#34; target=&#34;_blank&#34;&gt;Creating a Microsoft Certificate Authority Template for SSL certificate creation in vSphere 6.0 (2112009)&lt;/a&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-replace-nsx-manager-ssl-certificate-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace NSX Manager SSL Certificate - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Combine SSL Certificates for NSX Manager. In order to be able to import NSX SSL Certificate, it has to be merged with Intermediate and/or Root CA. It can be done in a text editor or command line. The most important thing is to remember the order&lt;/li&gt;
&lt;/ol&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;NSX SSL Certificate → Intermediate CA → Root CA
&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;ol start=&#34;6&#34;&gt;
&lt;li&gt;After the successful combining of both files, certificate looks ok.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-replace-nsx-manager-ssl-certificate-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace NSX Manager SSL Certificate - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;The last step is to import it into NSX Manager. Click &lt;strong&gt;Import&lt;/strong&gt;, choose file and click once again &lt;strong&gt;Import.&lt;/strong&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-replace-nsx-manager-ssl-certificate-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace NSX Manager SSL Certificate - 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;If every step was followed we just need to reboot NSX Manager appliance.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/how-to-replace-nsx-manager-ssl-certificate-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace NSX Manager SSL Certificate - 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Reboot takes a moment to complete and after the refresh of NSX Manager web page, we see that NSX Manager SSL Certificate was replaced.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;I hope this post was informative for you and you will wait for a new post on my blog.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Configuring Syslog server for VMware NSX components</title>
        <link>https://www.wojcieh.net/configuring-syslog-server-for-vmware-nsx-components/</link>
        <pubDate>Wed, 07 Sep 2016 07:00:28 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/configuring-syslog-server-for-vmware-nsx-components/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/configuring-syslog-server-for-vmware-nsx-components-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Syslog server is a must in all environments. It doesn&amp;rsquo;t matter if you have 5 or 100 ESXi host or you use NSX or not. Today, we configure Syslog server for VMware NSX components. In my case it will be VMware vRealize Log Insight.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;configuring-syslog-server-for-vmware-nsx-components&#34;&gt;Configuring Syslog server for VMware NSX components
&lt;/h1&gt;&lt;p&gt;Unfortunately it is not possible to configure Syslog for all components in NSX GUI so in some cases API calls must be used.&lt;/p&gt;
&lt;h3 id=&#34;api-preparation&#34;&gt;API preparation
&lt;/h3&gt;&lt;p&gt;In my lab I use Google Chrome with application Postman to initiate API calls. Any API client can be used - in my case Postman simply works. I had one issue in Firefox with API calls where self signed certificate had to first added to exceptions and then API calls worked.&lt;/p&gt;
&lt;p&gt;To fix issue with self-signed SSL Certificates in Google Chrome follow this excellent link: &lt;a href=&#34;http://blog.getpostman.com/2014/01/28/using-self-signed-certificates-with-postman/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://blog.getpostman.com/2014/01/28/using-self-signed-certificates-with-postman/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://blog.getpostman.com/2014/01/28/using-self-signed-certificates-with-postman/&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;nsx-manager&#34;&gt;NSX Manager
&lt;/h2&gt;&lt;h3 id=&#34;api&#34;&gt;API
&lt;/h3&gt;&lt;p&gt;Request:&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;PUT https://&amp;lt;nsxmgr-ip&amp;lt;/api/1.0/appliance-management/system/syslogserver
&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;Request Body:&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&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-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;syslogserver&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;err&#34;&gt;&amp;lt;syslogServer192.168.1.15&amp;lt;syslogServer&amp;lt;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;lt;port&amp;gt;&lt;/span&gt;514&lt;span class=&#34;nt&#34;&gt;&amp;lt;/port&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;lt;protocol&amp;gt;&lt;/span&gt;UDP&lt;span class=&#34;nt&#34;&gt;&amp;lt;/protocol&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;/syslogserver&amp;gt;&lt;/span&gt;
&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;To check if Syslog is configured correctly initiate API call.&lt;/p&gt;
&lt;p&gt;Request:&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-v&#34; data-lang=&#34;v&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nc&#34;&gt;GET&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;https&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;//&amp;lt;nsxmgr-ip&amp;lt;/api/1.0/appliance-management/system/syslogserver
&lt;/span&gt;&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;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 1&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;gui&#34;&gt;GUI
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;In main GUI click &lt;strong&gt;Manage Appliance Settings&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Edit&lt;/strong&gt; in section &lt;strong&gt;Syslog Server&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter Syslog server IP or DNS, port and protocol.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;syslog-check&#34;&gt;Syslog check
&lt;/h3&gt;&lt;p&gt;After few minutes logs are visible in Syslog server - in my case in vRealize Log Insight.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 5&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;nsx-controller&#34;&gt;NSX Controller
&lt;/h2&gt;&lt;p&gt;NSX Controller Syslog server can be configured only using API call. To configure Syslog server for controllers you need controller IDs. You can find them in GUI.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 6&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;api-1&#34;&gt;API
&lt;/h3&gt;&lt;p&gt;Request:&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;POST https://&amp;lt;nsxmgr-ip&amp;lt;/api/2.0/vdn/controller/{controller-id}/syslog
&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;Request Body:&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&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-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;controllerSyslogServer&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;lt;syslogServer&amp;gt;&lt;/span&gt;192.168.1.15&lt;span class=&#34;nt&#34;&gt;&amp;lt;/syslogServer&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;lt;port&amp;gt;&lt;/span&gt;514&lt;span class=&#34;nt&#34;&gt;&amp;lt;/port&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;lt;protocol&amp;gt;&lt;/span&gt;UDP&lt;span class=&#34;nt&#34;&gt;&amp;lt;/protocol&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;lt;level&amp;gt;&lt;/span&gt;INFO&lt;span class=&#34;nt&#34;&gt;&amp;lt;/level&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;/controllerSyslogServer&amp;gt;&lt;/span&gt;
&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;Once pushed you can check if settings are applied.&lt;/p&gt;
&lt;p&gt;Request:&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;GET https://&amp;lt;nsxmgr-ip&amp;lt;/api/2.0/vdn/controller/{controller-id}/syslog
&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;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 7&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Proceed with configuration on remaining controllers.&lt;/p&gt;
&lt;h3 id=&#34;syslog-check-1&#34;&gt;Syslog check
&lt;/h3&gt;&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 8&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;nsx-edge&#34;&gt;NSX EDGE
&lt;/h2&gt;&lt;p&gt;In order to configure NSX Edge Services Gateway it is required to know its ID. It can be found in NSX Edges page.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 9&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;api-2&#34;&gt;API
&lt;/h3&gt;&lt;p&gt;Request:&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;PUT https://&amp;lt;nsx-mgr-ip&amp;lt;/api/4.0/edges/edgeId/syslog/config
&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;Request Body:&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&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-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;syslog&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nt&#34;&gt;&amp;lt;protocol&amp;gt;&lt;/span&gt;udp&lt;span class=&#34;nt&#34;&gt;&amp;lt;/protocol&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nt&#34;&gt;&amp;lt;serverAddresses&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;lt;ipAddress&amp;gt;&lt;/span&gt;192.168.1.15&lt;span class=&#34;nt&#34;&gt;&amp;lt;/ipAddress&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nt&#34;&gt;&amp;lt;/serverAddresses&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;/syslog&amp;gt;&lt;/span&gt;
&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;h3 id=&#34;gui-1&#34;&gt;GUI
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Click on NSX Edges and select EDGE to configure Syslog.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 10&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In Configuration section click Change to enable Syslog.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-11.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 11&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter Syslog IP address or FQND, protocol and click OK.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-12.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 12&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;syslog-check-2&#34;&gt;Syslog check
&lt;/h3&gt;&lt;p&gt;I had to manually initiate an event in my lab.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-13.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 13&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;nsx-dlr&#34;&gt;NSX DLR
&lt;/h2&gt;&lt;p&gt;Let&amp;rsquo;s finish configuring Syslog server for VMware NSX components with Distributed Logical Router.&lt;/p&gt;
&lt;h3 id=&#34;api-3&#34;&gt;API
&lt;/h3&gt;&lt;p&gt;NSX Distributed Logical Router&lt;/p&gt;
&lt;p&gt;Request:&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;PUT https://&amp;lt;nsx-mgr-ip&amp;lt;/api/4.0/edges/edgeId/syslog/config
&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;Request Body:&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&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-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;syslog&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nt&#34;&gt;&amp;lt;protocol&amp;gt;&lt;/span&gt;udp&lt;span class=&#34;nt&#34;&gt;&amp;lt;/protocol&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nt&#34;&gt;&amp;lt;serverAddresses&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;lt;ipAddress&amp;gt;&lt;/span&gt;192.168.1.15&lt;span class=&#34;nt&#34;&gt;&amp;lt;/ipAddress&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nt&#34;&gt;&amp;lt;/serverAddresses&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;/syslog&amp;gt;&lt;/span&gt;
&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;h3 id=&#34;gui-2&#34;&gt;GUI
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Choose desired DLR to configure and click Change.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-14.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 14&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter Syslog IP or FQDN and protocol.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-15.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 15&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;syslog-check-3&#34;&gt;Syslog check
&lt;/h3&gt;&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/09/configuring-syslog-server-for-vmware-nsx-components-16.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Configuring Syslog server for VMware NSX components - 16&#34;
	
	
&gt;&lt;/p&gt;
&lt;h1 id=&#34;summary&#34;&gt;Summary
&lt;/h1&gt;&lt;p&gt;Enabling logging on your critical infrastructure might save you time when you need to quickly troubleshoot issues. It is always good recommendation to use Syslog server.&lt;/p&gt;
&lt;p&gt;For other NSX API call please view NSX 6.2 for vSphere API Guide.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Runecast Analyzer review</title>
        <link>https://www.wojcieh.net/runecast-analyzer-review/</link>
        <pubDate>Wed, 24 Aug 2016 07:00:58 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/runecast-analyzer-review/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;h1 id=&#34;introduction&#34;&gt;Introduction
&lt;/h1&gt;&lt;p&gt;Welcome to another review of fantastic software on my blog. Today Runecast Analyzer review will show us what proactive monitoring in addition to best practices and VMware Knowledge base articles can do in your environment.&lt;/p&gt;
&lt;p&gt;Runecast Analyzer is a startup company founded by Stanimir Markov in 2014. Since then product grew and already Runecast has quite large portfolio of customers.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;installation&#34;&gt;Installation
&lt;/h1&gt;&lt;p&gt;After introduction to Runecast Analyzer I will guide you through installation of appliance in my lab. I used version 1.0.0.30 which requires to install 2vCPU and 6GB of RAM, 2,7GB of disk space as thin and 40GB of disk space as thick.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login to vSphere Web Client, select Cluster to place Runecast Analyzer.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Actions&lt;/strong&gt;, &lt;strong&gt;Deploy OVF Template&lt;/strong&gt; and navigate to directory where Runecast Analyzer OVA is downloaded. Click &lt;strong&gt;Next&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Review details of appliance and click &lt;strong&gt;Next&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Accept End User License Agreement and click &lt;strong&gt;Next&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose folder to install Runecast Analyzer and name for virtual machine. Click Next.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose Thin or Thick Provision virtual disk format and destination datastore. Thin provisioned installation size is 2,7GB and thick provisioned installation is 40GB.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose correct network and click &lt;strong&gt;Next&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;We are almost at the end of Runecast Analyzer appliance deployment and we have to provide few values: hostname, default gateway, dns, network IP and netmask.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;On last let&amp;rsquo;s review all settings and to complete appliance installation click &lt;strong&gt;Finish&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 8&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Use default credentials: &lt;strong&gt;rcuser&lt;/strong&gt; with password &lt;strong&gt;Runecast!&lt;/strong&gt; to login to appliance.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-9a.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 9&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;As we see appliance is up and running, but to make it fully operational let&amp;rsquo;s configure it.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 10&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;configuration&#34;&gt;Configuration
&lt;/h1&gt;&lt;ol&gt;
&lt;li&gt;Go to &lt;strong&gt;Settings&lt;/strong&gt; and click &lt;strong&gt;Edit&lt;/strong&gt; to configure vCenter Server connection.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-11.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 11&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter vCenter Server FQDN or IP address, change port if needed and provide username and password with administrative rights.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-12.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 12&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Next step is to enable &lt;strong&gt;Automatic Scheduler&lt;/strong&gt;. You can set scanning and analysis frequency based on your needs. Click &lt;strong&gt;Edit&lt;/strong&gt; and change it from Manual to &lt;strong&gt;Automatic&lt;/strong&gt;. I configured it to run on daily basis.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-13.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 13&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In production environment Email alerting is most common way to deliver reports. Runecast Analyzer naturally has this functionality as well. Simply click &lt;strong&gt;Edit&lt;/strong&gt; to enter settings from your environment.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-14.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 14&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In section &lt;strong&gt;Log Analysis&lt;/strong&gt; it is possible to configure retention of collected logs. It is possible to choose from &lt;strong&gt;Days&lt;/strong&gt; and occupied &lt;strong&gt;Disk space&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-15.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 15&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In section &lt;strong&gt;User Profile&lt;/strong&gt; it is possible to change password for local user &lt;strong&gt;rcuser&lt;/strong&gt; and integrate Runecast Analyzer with Active Directory. By default members of Active Directory group &lt;strong&gt;Runecast_admins&lt;/strong&gt; have access rights to use Runecast Analyzer. I configured it (since this is lab) with Domain Admins Active Directory group.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-16.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 16&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;Licenses&lt;/strong&gt; to change 30 day trial to your purchased license. Click &lt;strong&gt;Add License&lt;/strong&gt; and use download file from Runecast portal.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-17.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 17&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose which ESXi hosts to license and click &lt;strong&gt;Assign License&lt;/strong&gt; button.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-18.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 18&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;usage&#34;&gt;Usage
&lt;/h1&gt;&lt;p&gt;To have full picture of environment ESXi logging configuration has to point to Runecast Analyzer. There are several ways how to do it - fastest way will be use PowerCLI script - one example could be &lt;a href=&#34;http://jdgreen.io/powercli-configure-syslog-for-all-hosts/&#34; target=&#34;_blank&#34;&gt;PowerCLI – Configure Syslog for All Hosts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The other way to do it is by using Runecast Analyzer itself.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to &lt;strong&gt;Status&lt;/strong&gt; and click on &lt;strong&gt;Host syslog settings&lt;/strong&gt; section.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-19.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 19&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click wrench icon and choose all ESXi hosts. Don&amp;rsquo;t worry - original syslog settings are preserved and Runecast Analyzer is appended to configuration. ESXi supports multiple syslog servers.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-20.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 20&#34;
	
	
&gt;&lt;br&gt;&lt;/li&gt;
&lt;li&gt;Once &lt;strong&gt;Configure&lt;/strong&gt; button is entered, confirmation window appears. Click &lt;strong&gt;Ok&lt;/strong&gt; to finish syslog configuration.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-22.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 21&#34;
	
	
&gt;&lt;br&gt;&lt;/li&gt;
&lt;li&gt;Recent tasks pane in vSphere Web Client we see that configuration is applied.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-23.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 22&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;To be 100% sure that previous settings were not overwritten and of course that Runecast Analyzer receives logs as well, ESXi &lt;strong&gt;Advanced System Settings&lt;/strong&gt; has to be checked.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-24.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 23&#34;
	
	
&gt;6. Last step is to start analysis of environment. Click big orange button &lt;strong&gt;Analyze Now&lt;/strong&gt;, wait few minutes so Runecast Analyzer scans whole environment.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;results&#34;&gt;Results
&lt;/h1&gt;&lt;p&gt;Finally we are in the most interesting part of review. I was extremely curious of what results Runecast finds in my lab. Scan itself took around 10 minutes for 7 ESXi hosts.&lt;/p&gt;
&lt;h2 id=&#34;dashboard&#34;&gt;Dashboard
&lt;/h2&gt;&lt;p&gt;After first scan we go directly to &lt;strong&gt;Dashboard&lt;/strong&gt; where we see result of scan. It has few sections nicely organized.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-25.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 24&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;From dashboard we can easily see where and what we have to do. In my case we see the following:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-26.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 25&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;inventory&#34;&gt;Inventory
&lt;/h2&gt;&lt;p&gt;In inventory view we can focus on each part of environment: Compute, VMs, Storage and Network. Selecting each category it is possible to drill down to desired component of each section. Once resource is selected we have nice list of findings categorized by severity.&lt;/p&gt;
&lt;p&gt;It was quite difficult to catch inventory and its result on one screen and I decided to open two browser windows so you could see it better.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-27.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 26&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;issue-list&#34;&gt;Issue List
&lt;/h2&gt;&lt;p&gt;In &lt;strong&gt;Issue List&lt;/strong&gt; view we simply see all issue categorized by severity. I find it really useful to remove filters per category and filter by keyword.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-28.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 27&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Another fantastic feature is &lt;strong&gt;Copy&lt;/strong&gt;, &lt;strong&gt;CSV&lt;/strong&gt; and &lt;strong&gt;PDF&lt;/strong&gt;. Copy allows you to copy (of course, what else would it do 😀 ) and paste all results to clipboard and paste it later on to any editor.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-29.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 28&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;CSV allows you to quickly export to comma separated value file and then work on them in Excel.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-30.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 29&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;PDF provides simple and quick export of report to pdf format.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-31.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 30&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;kbs-discovered&#34;&gt;KBs discovered
&lt;/h2&gt;&lt;h3 id=&#34;first-critical-issue&#34;&gt;First Critical Issue
&lt;/h3&gt;&lt;p&gt;Runecast Analyzer did fantastic job finding related things to my lab. First issue &lt;a href=&#34;https://kb.vmware.com/kb/2124669&#34; target=&#34;_blank&#34;&gt;NETDEV WATCHDOG timeout error and ESXi 6.0 loses network connectivity (2124669)&lt;/a&gt;is as well in my environment.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-32a.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 31&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Note that affected objects count is 6 and I have 7 ESXi. Why not 7? KB relates to ESXi 6.0 Update 1 and one of the hosts is ESXi 6.0 Update 1b.&lt;/p&gt;
&lt;h3 id=&#34;second-critical-issue&#34;&gt;Second Critical Issue
&lt;/h3&gt;&lt;p&gt;Second issue found in my environment is as well related to ESXi patch level I am using - it is well-known CBT bug.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-33.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 32&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Of course I have more &lt;strong&gt;issues/KBs&lt;/strong&gt; and I didn&amp;rsquo;t want to bore you to death with them.&lt;/p&gt;
&lt;h2 id=&#34;best-practices&#34;&gt;Best Practices
&lt;/h2&gt;&lt;p&gt;Best practices detected a lot of issues. I reviewed recommendations and from my experience perspective they are quite correct.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-34.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 33&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-35.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 34&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;security-hardening&#34;&gt;Security Hardening
&lt;/h2&gt;&lt;p&gt;Same as above - I find all security hardening recommendations valid and they should be implemented. Hopefully your environment is better secured than my lab.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-36.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 35&#34;
	
	
&gt;&lt;/p&gt;
&lt;h1 id=&#34;summary&#34;&gt;Summary
&lt;/h1&gt;&lt;p&gt;After spending few hours with &lt;strong&gt;Runecast&lt;/strong&gt; &lt;strong&gt;Analyzer&lt;/strong&gt; I am convinced that product is at least worth to test in your environment. As Runecast advertise it, its primary function is to scan your environment &lt;strong&gt;proactively&lt;/strong&gt; and not reactively. So by having it in your environment you really can avoid a lot of issues. Of course if you will face unknown bug in your environment (and there is no KB released yet) that there is nothing you can do and to call VMware Support (and by the way they are superheroes!).&lt;/p&gt;
&lt;p&gt;Here are companies who already decided to use Runecast Analyzer&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/runecast-analyzer-review-37.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Runecast Analyzer review - 36&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;To learn more about Runecast Analyzer follow link: &lt;a href=&#34;https://www.runecast.biz/index.jsp&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.runecast.biz/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.runecast.biz/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This article was sponsored by Runecast.&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to backup NSX?</title>
        <link>https://www.wojcieh.net/how-to-backup-nsx/</link>
        <pubDate>Fri, 19 Aug 2016 07:00:28 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-backup-nsx/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/how-to-backup-nsx-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to backup NSX - logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;One of the components of modern and agile environments is Software Defined Network (SDN). Imagine that your Software Defined Data Center (SDDC) dies and you as Administrator of that environment have to recover it to state before crash.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;So you as an Admin have a task to make sure that whole SDDC stack including NSX can be recovered after a failure or issue. Besides relying on High Availability provided by hypervisor and/or storage you must be 100% sure that you can recover NSX to state before crash. Today I will guide you through simple yet effective process of configuring NSX and its backup.&lt;/p&gt;
&lt;h1 id=&#34;nsx-backup-strategy&#34;&gt;NSX backup strategy
&lt;/h1&gt;&lt;p&gt;As I mentioned above NSX is most likely be part of your SDDC platform which is fast, agile and there are many changes. In order to keep up to constant changes NSX should be backed up as often as possible. From my experience working with Clients who already use NSX in SDDC and IoT environments, NSX backup is as important as any other components.&lt;/p&gt;
&lt;p&gt;NSX backup should be done with conjunction with vCenter Server backups and vCenter Server database backups.&lt;/p&gt;
&lt;h2 id=&#34;example-backup-schedule&#34;&gt;Example backup schedule:
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;vCenter Server is backed up on daily basis&lt;/li&gt;
&lt;li&gt;vCenter Server Database is backed up on daily basis (Full SQL backup) and transaction logs are backed up every hour&lt;/li&gt;
&lt;li&gt;NSX Manager configuration is backed up every hour&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;From example above we clearly see that all critical components of environment are backup up at same time. Why do we do it that way? Answer is very simple - if we face issue with more than one component we will be able to recover full SDDC stack to state before crash. From architectural point of view we use terms Recovery Point Objective (RPO) and Recovery Time Objective (RTO). If you don&amp;rsquo;t know this terms take a look on my Colleague post who described it in details: &lt;a href=&#34;https://defaultreasoning.com/2013/12/10/rpo-rto-wrt-mtdwth/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;RPO, RTO, WRT, MTD…WTH?!&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;how-to-backup-nsx&#34;&gt;How to backup NSX?
&lt;/h1&gt;&lt;p&gt;One and only supported way to backup NSX is to export whole configuration to FTP or SFTP server. This export consist all settings you configured in NSX - may it be Controllers, Edges, DLRs or firewall rules. All settings are stored in NSX Manager database and in case something must be restored or redeployed it can be done if you have NSX Manager config backup.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login to NSX Manager appliance.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/how-to-backup-nsx-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to backup NSX - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Backup &amp;amp; Restore&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/how-to-backup-nsx-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to backup NSX - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Change&lt;/strong&gt; button in &lt;strong&gt;FTP Server Settings&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/how-to-backup-nsx-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to backup NSX - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;We must provide following information:&lt;/li&gt;
&lt;li&gt;IP/Hostname&lt;/li&gt;
&lt;li&gt;Transfer Protocol&lt;/li&gt;
&lt;li&gt;User name&lt;/li&gt;
&lt;li&gt;Password&lt;/li&gt;
&lt;li&gt;Backup Directory&lt;/li&gt;
&lt;li&gt;Filename Prefix&lt;/li&gt;
&lt;li&gt;Pass Phrase&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/how-to-backup-nsx-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to backup NSX - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once all information is provided click Ok.&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Scheduling&lt;/strong&gt; to schedule NSX Manager backups.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/how-to-backup-nsx-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to backup NSX - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once all settings are configured after few hours you will see that schedule is working.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/08/how-to-backup-nsx-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to backup NSX - 6&#34;
	
	
&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;summary&#34;&gt;Summary
&lt;/h1&gt;&lt;p&gt;As you see from operational point of view configuration of NSX takes few moments. From architectural point of view it is worth to consider how and when do we take NSX backups. I hope you will start to backup NSX now and in case you have some questions feel free to ask them in comments or sent me message.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Step by Step NSX Upgrade</title>
        <link>https://www.wojcieh.net/step-by-step-nsx-upgrade/</link>
        <pubDate>Wed, 13 Jul 2016 07:00:54 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/step-by-step-nsx-upgrade/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-logo-new.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;I haven&amp;rsquo;t been writing much about NSX so far, but I am working on an Internet of Things (IoT) Project where NSX is one of the core products. In Today post &lt;strong&gt;Step by Step NSX Upgrade,&lt;/strong&gt; I would like to show you how NSX upgrade should be done.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;before-we-upgrade&#34;&gt;Before we upgrade
&lt;/h1&gt;&lt;p&gt;It is very important to validate all necessary components before NSX is upgraded. It is not only valid for a minor upgrade which we will be doing - 6.2.2 to 6.2.3, but for every version. Checklist below will help you to prepare your environment to upgrade:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download NSX upgrade bundle and check MD5.&lt;/li&gt;
&lt;li&gt;There is known bug which affects EDGE upgrade when incorrect ciphers are configured. VMware KB &lt;a id=&#34;permalink-content&#34; href=&#34;https://kb.vmware.com/kb/2145887&#34; rel=&#34;bookmark&#34;&gt;NSX Edge is unmanageable after upgrading to NSX 6.2.3&lt;/a&gt; explain steps needed to check it and/or change it before the upgrade.&lt;/li&gt;
&lt;li&gt;Familiarize yourself with &lt;a id=&#34;permalink-content&#34; href=&#34;https://kb.vmware.com/kb/2109760&#34; rel=&#34;bookmark&#34;&gt;Update sequence for vSphere 6.0 and its compatible VMware products&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Backup of components&lt;/strong&gt;:&lt;/li&gt;
&lt;li&gt;Take a backup of NSX Manager (if you are not doing it regularly) before the upgrade.&lt;/li&gt;
&lt;li&gt;Before upgrading download technical support logs.&lt;/li&gt;
&lt;li&gt;Export of vSphere Distributed Switches configuration. Check out my Git repository for the detailed script.&lt;/li&gt;
&lt;li&gt;Create a backup of vCenter Server database.&lt;/li&gt;
&lt;li&gt;Take a snapshot of vCenter Server and vCenter Server database.&lt;/li&gt;
&lt;li&gt;Take a snapshot of NSX Manager (&lt;strong&gt;without quiescing VMware Tools&lt;/strong&gt;, because it is &lt;strong&gt;not supported&lt;/strong&gt; and it &lt;strong&gt;might crash&lt;/strong&gt; your NSX Manager).&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;3-2-1---go&#34;&gt;3, 2, 1 - Go!
&lt;/h1&gt;&lt;h2 id=&#34;upgrade-of-nsx-manager&#34;&gt;Upgrade of NSX Manager
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Download NSX upgrade bundle.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Login to NSX Manager and go to &lt;strong&gt;Upgrade&lt;/strong&gt; section.&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Upgrade&lt;/strong&gt; button, specify a location of upgrade bundle and click &lt;strong&gt;Continue&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;It will take few minutes to upload it.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose if you want to enable SSH and participate in Customer Experience Improvement Program (CEIP). Click &lt;strong&gt;Upgrade&lt;/strong&gt; to proceed.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Upgrade takes a while so be patient. In my lab, it took 15 minutes.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;GUI reports that upgrade was done.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Go back to vSphere Web Client and go to &lt;strong&gt;Networking&amp;amp;Security&lt;/strong&gt;. After logging in I immediately noticed new section &lt;strong&gt;Dashboard&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;nsx-controllers-upgrade&#34;&gt;NSX Controllers Upgrade
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;To continue upgrade click on &lt;strong&gt;Installation&lt;/strong&gt; and hit &lt;strong&gt;Upgrade Available&lt;/strong&gt; button.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 8&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Confirm that we want to proceed with Controllers upgrade.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 9&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;It will take few moments to upgrade controllers. In my case, it was ~15 minutes per controller.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 10&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once all controllers upgraded and the reboot is finished, green status is displayed.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-11.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 11&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;vmware-esxi-nsx-vibs-upgrade&#34;&gt;VMware ESXi NSX VIBs Upgrade
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Navigate to &lt;strong&gt;Installation&lt;/strong&gt; section and click &lt;strong&gt;Host Preparation&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-16.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 12&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Upgrade Available&lt;/strong&gt; in every cluster you are using NSX and confirm Upgrade by clicking &lt;strong&gt;Yes&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-17.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 13&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In vSphere Client uninstalls and install tasks are visible.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-18.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 14&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;To finish with upgrade ESXi hosts have to be rebooted.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-19.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 15&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;nsx-edge-services-gateway-and-distributed-logical-router-upgrade&#34;&gt;NSX Edge Services Gateway and Distributed Logical Router Upgrade
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Next step is to upgrade Edge Services Gateway and Distributed Logical Router. In my environment, I have only ESG deployed so we will proceed with the upgrade of it.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-12.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 16&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Please remember that there might be service interruption depending on a configuration used in environment.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-13.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 17&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In vSphere Web Client in current tasks, it is visible, that two temporary new Edge Services Gateways deployment is in progress.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-14.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 18&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;After two minutes Edge Services Gateways upgrade to 6.2.3 is completed.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/07/nsx-upgrade-step-by-step-15.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NSX Upgrade - step by step - 19&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Same procedure should be used to perform an upgrade of Distributed Logical Routers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;post-upgrade-checklist&#34;&gt;Post-Upgrade Checklist
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Check if NSX Manager is working.&lt;/li&gt;
&lt;li&gt;Check if NSX Manager backup is working.&lt;/li&gt;
&lt;li&gt;Check if NSX VIBs are installed on ESXi host.&lt;/li&gt;
&lt;li&gt;Resynchronize the host message bus.&lt;/li&gt;
&lt;li&gt;Remove snapshot from NSX Manager.&lt;/li&gt;
&lt;li&gt;Remove snapshot from vCenter Server.&lt;/li&gt;
&lt;li&gt;Remove snapshot from vCenter Server database.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;documentation&#34;&gt;Documentation:
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;http://pubs.vmware.com/NSX-62/topic/com.vmware.nsx.upgrade.doc/GUID-9B2AC925-4626-481B-BD6D-2F5998C41752.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Upgrade from NSX 6.1.x or 6.2.x to NSX 6.2.x&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://kb.vmware.com/kb/2109760&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Update sequence for vSphere 6.0 and its compatible VMware products&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://kb.vmware.com/kb/2145887&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NSX Edge is unmanageable after upgrading to NSX 6.2.3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
        </item>
        <item>
        <title>Renew ESXi SSL certificates in vSphere Web Client</title>
        <link>https://www.wojcieh.net/renew-esxi-ssl-certificates-in-vsphere-web-client/</link>
        <pubDate>Wed, 25 May 2016 07:00:44 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/renew-esxi-ssl-certificates-in-vsphere-web-client/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/renew-esxi-ssl-certificates-in-vsphere-web-client-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Renew ESXi SSL certificates in vSphere Web Client - logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In my earlier post &lt;a href=&#34;https://www.wojcieh.net/vcenter-server-6-replacing-ssl-certificates-enterprise-vmca/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;vCenter Server 6.* – Replacing SSL certificates with Enterprise VMCA&lt;/a&gt; I showed you how to use VMware Certificate Authority in Enterprise mode using subordinate Certificate Authority. Once the vCenter Server SSL certificates are replaced the next step is to **Renew ESXi SSL certificates in vSphere Web Client ** in our environment.&lt;/p&gt;
&lt;!--adsense--&gt;  
&lt;h2 id=&#34;renew-esxi-ssl-certificates-in-vsphere-web-client&#34;&gt;Renew ESXi SSL certificates in vSphere Web Client
&lt;/h2&gt;&lt;p&gt;Before we will start with renew of ESXI SSL certificate I would like to show you how old certificate looks like.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/renew-esxi-ssl-certificates-in-vsphere-web-client-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Renew ESXi SSL certificates in vSphere Web Client - 2&#34;
	
	
&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login to vCenter Server and select ESXi host.&lt;/li&gt;
&lt;li&gt;Select desired ESXi and choose **Certificates \ Renew Certificate.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/renew-esxi-ssl-certificates-in-vsphere-web-client-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Renew ESXi SSL certificates in vSphere Web Client - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Confirm that we want to renew the certificate for the host.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/renew-esxi-ssl-certificates-in-vsphere-web-client-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Renew ESXi SSL certificates in vSphere Web Client - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In the recent tasks you can see that certificate was refreshed.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/renew-esxi-ssl-certificates-in-vsphere-web-client-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Renew ESXi SSL certificates in vSphere Web Client - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;New certificate can be seen as well in browser or ESXi itself.Below you will find ESXi view.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/renew-esxi-ssl-certificates-in-vsphere-web-client-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Renew ESXi SSL certificates in vSphere Web Client - 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Here you can see how SSL certificate is seen in Web Browser.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/renew-esxi-ssl-certificates-in-vsphere-web-client-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Renew ESXi SSL certificates in vSphere Web Client - 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;Once VMCA in Enterprise mode is used ESXi SSL Certificates can be renewed in few steps and this is very useful. I hope you will find this post informative and whenever you have any questions or doubts just leave comment.&lt;/p&gt;</description>
        </item>
        <item>
        <title>vCenter Server 6.* – Replacing SSL certificates with Enterprise VMCA</title>
        <link>https://www.wojcieh.net/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca/</link>
        <pubDate>Mon, 16 May 2016 07:00:45 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In my earlier post &lt;a href=&#34;https://www.wojcieh.net/vcenter-server-6-replacing-ssl-certificates-with-custom-vmca/&#34; target=&#34;_blank&#34;&gt;vCenter Server 6.* – Replacing SSL certificates with Custom VMCA&lt;/a&gt; I described how you can replace SSL certificates with Custom CA certificates. Today in post &lt;em&gt;&lt;em&gt;vCenter Server 6.&lt;/em&gt; – Replacing SSL certificates with Enterprise VMCA&lt;/em&gt;* I would like to guide you through replacement of VMCA self-signed SSL certificate with Microsoft CA certificates. This will allow you to take advantage of VMCA as a single point of certificate management in your environment while ensuring that&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;prerequisites&#34;&gt;Prerequisites
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Certificate Authority.&lt;/li&gt;
&lt;li&gt;Template for VMware in Certificate Authority – follow VMware Knowledge Base Article for details:  &lt;a href=&#34;https://kb.vmware.com/kb/2112009&#34; target=&#34;_blank&#34;&gt;Creating a Microsoft Certificate Authority Template for SSL certificate creation in vSphere 6.0 (2112009)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;XCA – Optional to store all certificates, requests and private keys.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;vmca-topologies&#34;&gt;VMCA Topologies
&lt;/h2&gt;&lt;p&gt;As mentioned in my earlier post I suggest to read about VMCA topologies from which you can choose from. Below you will find two best articles to familiarize yourself:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://pubs.vmware.com/vsphere-60/topic/com.vmware.vsphere.security.doc/GUID-4469A6D3-048A-471C-9CB4-518A15EA2AC0.html&#34; target=&#34;_blank&#34;&gt;Certificate Replacement Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://pubs.vmware.com/vsphere-60/topic/com.vmware.vsphere.security.doc/GUID-3AF7757E-A30E-4EEC-8A41-28DA72102520.html&#34; target=&#34;_blank&#34;&gt;Where vSphere 6.0 Uses Certificates&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;replacing-ssl-certificates-with-enterprise-vmca&#34;&gt;Replacing SSL certificates with Enterprise VMCA
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Before we will start with certificate replacement I suggest to begin with editing file &lt;strong&gt;certool.cfg&lt;/strong&gt; in &lt;strong&gt;C:\Program Files\VMware\vCenter Server\vmcad&lt;/strong&gt;. In this file we will provide all information needed to issue certificate.&lt;/li&gt;
&lt;li&gt;Country = US&lt;/li&gt;
&lt;li&gt;Name    = CA&lt;/li&gt;
&lt;li&gt;Organization = VMware&lt;/li&gt;
&lt;li&gt;OrgUnit = VMware&lt;/li&gt;
&lt;li&gt;State = California&lt;/li&gt;
&lt;li&gt;Locality = Palo Alto&lt;/li&gt;
&lt;li&gt;IPAddress = 127.0.0.1&lt;/li&gt;
&lt;li&gt;Email = &lt;a class=&#34;link&#34; href=&#34;mailto:email@acme.com&#34; &gt;email@acme.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Hostname = server.acme.com&lt;/li&gt;
&lt;li&gt;This is how my certool.cfg looks like.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-13.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Login to your vCenter Server and start command prompt as administrator.&lt;/li&gt;
&lt;li&gt;Change directory to vCenter Server installation directory. In my case I have default path which is: &lt;strong&gt;C:\Program Files\VMware\vCenter Server\vmcad&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Start script: certificate-manager.bat&lt;/li&gt;
&lt;li&gt;Select option &lt;strong&gt;2&lt;/strong&gt; and enter &lt;strong&gt;Y&lt;/strong&gt; to use previously edited &lt;strong&gt;certool.cfg&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Enter &lt;a class=&#34;link&#34; href=&#34;mailto:administrator@vsphere.local&#34; &gt;administrator@vsphere.local&lt;/a&gt; as username and provide password to this account.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Immediately we have to configure first of certificate &lt;strong&gt;machine_ssl&lt;/strong&gt;. It is kind of strange because we were asked in previous step if we want to generate all certificates using configuration file. If you edited certool.cfg file before you just need to hit enter several times. Pay attention that at the end you &lt;strong&gt;have to provide FQDN of vCenter Server&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-14.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Same steps have to be done for other certificates:&lt;/li&gt;
&lt;li&gt;machine_ssl - was created in previous step&lt;/li&gt;
&lt;li&gt;machine&lt;/li&gt;
&lt;li&gt;vpxd&lt;/li&gt;
&lt;li&gt;vpxd-extension&lt;/li&gt;
&lt;li&gt;vsphere-webclient&lt;/li&gt;
&lt;li&gt;At the end we have to export Certificate Signing Request and Key for VMCA Root certificate. Select &lt;strong&gt;1&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter directory where all files will be stored. In my cases it is C:\SSL. If you will be asked to reconfigure certool.cfg you can skip it.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once we have files let&amp;rsquo;s sign them with Certificate Authority.&lt;/li&gt;
&lt;li&gt;I am using Internet Explorer to sign certificate. Go to https://CA-FQDN/certsrv.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Request a certificate&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose &lt;strong&gt;advanced certificate request&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 8&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose &lt;strong&gt;Submit a certificate request by using a base-64-encoded CMC or PKCS #10 file, or submit a renewal request by using a base-64-encoded PKCS #7 file&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 9&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Paste previously generated CSR to field and as certificate template select Sub CA template previously created and click Submit.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 10&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once the certificate is approved export it as &lt;strong&gt;Base 64 encoded&lt;/strong&gt;. To do it simply click &lt;strong&gt;Download certificate&lt;/strong&gt;. Export Root CA certificate, because we will need it later on.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-11.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 11&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Next step is to combine Root CA certificate (from your Certificate Authority) with Sub CA certificate. Below you will find format how to do it.
&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&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;—-BEGIN CERTIFICATE—-
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Sub Certificate Authority certificate
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;—-END CERTIFICATE—-
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;—-BEGIN CERTIFICATE—-
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Root Certificate Authority certificate
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;—-END CERTIFICATE—-
&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;/li&gt;
&lt;li&gt;if everything done correctly you should see that chain is working fine.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-15.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 12&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Next step is to import combined certificates (I called them chain certificate) to VMware Certificate Authority (VMCA). Return to certificate-manager script and select option 1.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-16.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 13&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Provide path to chain certificate and private key.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-17.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 14&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose Y to replace Root Certificate and all other certificates.&lt;/li&gt;
&lt;li&gt;If all steps were followed carefully all certificates will be replaced. It takes few minutes to complete.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-19.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 15&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once logged in to vSphere Web Client you can easily check that certificate was replaced.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/05/vcenter-server-6.-replacing-ssl-certificates-with-enterprise-vmca-20.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6.* - Replacing SSL certificates with Enterprise VMCA - 16&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;This post is quite long, but I hope it will be useful to all of those who can use VMware Sub CA in your environment. For those who have to use VMCA in custom mode you can simply follow my post how to replace SSL certificates with custom VMCA mode &lt;a href=&#34;https://www.wojcieh.net/vcenter-server-6-replacing-ssl-certificates-with-custom-vmca/&#34; target=&#34;_blank&#34;&gt;vCenter Server 6.* – Replacing SSL certificates with Custom VMCA&lt;/a&gt;.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Konferencja infraXstructure 2016 której nie możesz przegapić!</title>
        <link>https://www.wojcieh.net/konferencja-infraxstructure-2016-kt%C3%B3rej-nie-mo%C5%BCesz-przegapi%C4%87/</link>
        <pubDate>Fri, 18 Mar 2016 11:28:40 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/konferencja-infraxstructure-2016-kt%C3%B3rej-nie-mo%C5%BCesz-przegapi%C4%87/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/03/infraxstructure2016-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Jako osoba która od ładnych kilku lat bawi się w IT przeżyłem i widziałem wiele. Najbardziej lubiałem konferencje bo po pierwsze był zazwyczaj to płatny dzień pracy, a po drugie możliwość poznania nowych technologi i nawiązania nowych kontaktów. Dzisiaj chciałbym zaprosić Was drodzy czytelnicy do uczestnictwa w konferencji &lt;strong&gt;infraXstructure&lt;/strong&gt;.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;W konferencji zapowiedziało udział wiele gwiazd polskiego IT - pozwolę wymienić sobie kilka nazwisk: Jarek Zieliński (Inleo Sp. z o.o.), Mirek Burnejko (Microsoft), Paweł Serwan (lider Polskiej Grupy Citrix) czy Krzysztof Waszkiewicz (Netology).&lt;/p&gt;
&lt;h1 id=&#34;agenda&#34;&gt;Agenda
&lt;/h1&gt;&lt;p&gt;Nie będę kopiował całej agendy bo jest to bez sensu. Zapraszam do odwiedzenia &lt;a href=&#34;http://2016.infraxstructure.com/pl/schedule/agenda/&#34; target=&#34;_blank&#34;&gt;strony konferencji&lt;/a&gt;gdzie możecie zapoznać się ze szczegółami. Wszystkie sesje zapowiadają się fantastycznie a poniżej lista sesji które szczególnie polecam:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://2016.infraxstructure.com/pl/schedule/lecture/wojna-o-wirtualizacje-czyli-vmware-vs-hyper-v/&#34; target=&#34;_blank&#34;&gt;Wojna o Wirtualizację, czyli VMware vs. Hyper-V&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://2016.infraxstructure.com/pl/schedule/lecture/sdn-w-praktyce-znaczaca-poprawa-bezpieczenstwa-wewnatrz-data-center-dzieki-sieci-sterowanej-programowo/&#34; target=&#34;_blank&#34;&gt;SDN w praktyce. Znacząca poprawa bezpieczeństwa wewnątrz Data Center dzięki sieci sterowanej programowo.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Cloud Migration Checklist – Czyli jakie błędy popełniła firma, której ludzie nie przyszli na tą prezentację.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;http://2016.infraxstructure.com/pl/schedule/lecture/wirtualizacja-aplikacji-czy-desktopow-ktora-technologie-wdrozyc-w-swojej-firmie/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wirtualizacja aplikacji czy desktopów? Którą technologię wdrożyć w swojej firmie?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;miejsce-konferencji&#34;&gt;Miejsce konferencji
&lt;/h1&gt;&lt;p&gt;Druga edycja konferencji infraXstructure odbędzie się 20 kwietnia w hotelu Mariott w Warszawie&lt;/p&gt;
&lt;h1 id=&#34;po-konferencji&#34;&gt;Po konferencji
&lt;/h1&gt;&lt;p&gt;Na zakończenie konferencji organizatorzy zaplanowali losowanie nagród oraz spotkanie na piwie! Więcej informacji znajdziecie na stronie &lt;a href=&#34;http://2016.infraxstructure.com/pl/news/5/&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://2016.infraxstructure.com/pl/news/5/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://2016.infraxstructure.com/pl/news/5/&lt;/a&gt;.&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;rejestracja&#34;&gt;Rejestracja
&lt;/h1&gt;&lt;p&gt;Aby zarejestrować się na konferencję kliknij w link &lt;a href=&#34;http://2016.infraxstructure.com/registration/&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://2016.infraxstructure.com/registration/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://2016.infraxstructure.com/registration/&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;</description>
        </item>
        <item>
        <title>vCenter Server 6 – Replacing SSL certificates with Custom VMCA</title>
        <link>https://www.wojcieh.net/vcenter-server-6-replacing-ssl-certificates-with-custom-vmca/</link>
        <pubDate>Wed, 17 Feb 2016 13:32:23 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/vcenter-server-6-replacing-ssl-certificates-with-custom-vmca/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In earlier post &lt;a href=&#34;https://www.wojcieh.net/replace-vmware-esxi-6-ssl-certificate/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;How to replace VMware ESXi 6.* SSL certificate&lt;/a&gt;I described how to replace VMware ESXi 6.* SSL certificate. This post will focus on replacing SSL certificates with Custom VMCA in vCenter Server 6.* on Windows.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;prerequsites&#34;&gt;Prerequsites
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Certificate Authority.&lt;/li&gt;
&lt;li&gt;Template for VMware in Certificate Authority – follow VMware Knowledge Base Article for details: &lt;a href=&#34;http://kb.vmware.com/kb/2112009&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Creating a Microsoft Certificate Authority Template for SSL certificate creation in vSphere 6.0 (2112009)&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;XCA – Optional to store all certificates, requests and private keys.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;vmca-topologies&#34;&gt;VMCA topologies
&lt;/h1&gt;&lt;p&gt;I am not going to copy&amp;amp;paste VMware documentation - it is easier to read it. Below you will find a list of interesting documentation (in my opinion of course) to read:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://pubs.vmware.com/vsphere-60/topic/com.vmware.vsphere.security.doc/GUID-4469A6D3-048A-471C-9CB4-518A15EA2AC0.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Certificate Replacement Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://pubs.vmware.com/vsphere-60/topic/com.vmware.vsphere.security.doc/GUID-3AF7757E-A30E-4EEC-8A41-28DA72102520.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Where vSphere 6.0 Uses Certificates&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Today we will use VMware Certificate Authority (VMCA) in &lt;strong&gt;custom&lt;/strong&gt; topology. This means VMCA will be used only to store certificates for all vCenter Server solutions and all certificate replacement has to be done manually.&lt;/p&gt;
&lt;h1 id=&#34;replacing-ssl-certificates-with-custom-vmca&#34;&gt;Replacing SSL certificates with custom VMCA
&lt;/h1&gt;&lt;h2 id=&#34;replacing-vcenter-server-machine_ssl-certificate&#34;&gt;Replacing vCenter Server machine_ssl certificate
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Login to vCenter Server and start command line.&lt;/li&gt;
&lt;li&gt;In command line go to directory where you installed vCenter Server 6.&lt;em&gt;. In my case it is default directory: **C:\Program Files\VMware\vCenter Server\vmcad*&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Start tool called &lt;strong&gt;certificate-manager&lt;/strong&gt; and select operation &lt;strong&gt;1&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Provide valid SSO password and hit Enter. Choose Operation 1 - Generate Certificate Signing Request(s) and Key(s) for Machine SSL certificate and hit Enter.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter directory path where CSR and private key will be saved. For simplicity I created directory C:\SSL.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Certificate Signing Request and private key to machine_ssl was generated successfully.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;I am not going to bore you to death by approving all certificates and documenting it. Check my earlier post where I did it - &lt;a href=&#34;https://www.wojcieh.net/replace-vmware-esxi-6-ssl-certificate/#CertificateSigning&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;How to replace VMware ESXi 6.* SSL certificate.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Once certificate is signed and saved to local disk we return to certificate-manager tool to replace certificates. Click 1 and hit Enter.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;As requested provide path to certificate, certificate signing request and root certificate authority certificate. Hit Enter and select Y to continue operation of replacing machine_ssl certificate.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-6a.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 6a&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Certificate manager will replace machine_ssl certificate and restart vCenter Server services. It takes a while to do it so do not worry. If everything was configured correctly operation will succeed.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;replacing-vcenter-server-solution-user-certificates-machine-vpxd-vpxd-extension-vsphere-webclient&#34;&gt;Replacing vCenter Server solution user certificates (machine, vpxd, vpxd-extension, vsphere-webclient)
&lt;/h2&gt;&lt;p&gt;We will continue with replacement of other certificates.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Start certificate manager and select option 5 - Replace Solution user certificates with Custom Certificate.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 8&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Provide valid SSO password and hit Enter.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 9&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Select option 1 to generate CSRs and provide directory location where CSRs will be saved.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 10&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Sign all CSRs in your certificate authority - see &lt;a href=&#34;https://www.wojcieh.net/replace-vmware-esxi-6-ssl-certificate/#CertificateSigning&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;How to replace VMware ESXi 6.* SSL certificate&lt;/a&gt; link.&lt;/li&gt;
&lt;li&gt;Once signed we can start to replace all solution user certificates.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-11.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 11&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Return to certificate manager and choose option 1 to continue certificate replacement. Provide path to all certificates, private keys and root certificate authority certificate.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-12.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 12&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Hit Enter and select Y to continue. vCenter Server solution user certificates will be stopped and vCenter Server services will be restarted. Once completed we finished our task to replace vCenter Server SSL certificates.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-13.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 13&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;To check if certificate was replaced successfully simply check certificate in vSphere Web Client.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-14.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 14&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;additional-tasks&#34;&gt;Additional tasks
&lt;/h1&gt;&lt;p&gt;One of the most important things to change right after replacing certificates is to change vCenter Server certificate mode from default vmca to &lt;strong&gt;custom&lt;/strong&gt;. In order to do that follow VMware documentation: Change the Certificate Mode. If you will not change it you will have problems with High Availability - in short words, vCenter Server will not trust your ESXi hotsts SSL thumbprints and HA will not work.&lt;/p&gt;
&lt;p&gt;This is what you will see in HA information field.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/vcenter-server-6.-replacing-ssl-certificates-with-custom-vmca-15.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vCenter Server 6. - Replacing SSL certificates with custom VMCA - 15&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;From my experience there are several things that you have to be really careful about:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Correct template of certificate in your certificate authoriy&lt;/li&gt;
&lt;li&gt;Certificate authority can&amp;rsquo;t overwrite any field in certificate. If it will be done vCenter Services will not start properly.&lt;/li&gt;
&lt;li&gt;You will not see vsphere-webclient certificate SSL certificate browser. This is ok - by design machine_ssl certificate is used as reverse proxy. Read more: &lt;a href=&#34;http://pubs.vmware.com/vsphere-60/topic/com.vmware.vsphere.security.doc/GUID-3AF7757E-A30E-4EEC-8A41-28DA72102520.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Where vSphere 6.0 Uses Certificates&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</description>
        </item>
        <item>
        <title>How to replace VMware ESXi 6.* SSL certificate</title>
        <link>https://www.wojcieh.net/replace-vmware-esxi-6-ssl-certificate/</link>
        <pubDate>Mon, 08 Feb 2016 08:00:18 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/replace-vmware-esxi-6-ssl-certificate/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/01/how-to-replace-vmware-esxi-6.-ssl-certificate-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Certificates are very common in our daily life. Starting from logging to your banking account, checking email or simply visiting social media, we use secure communication. One of ingredients of it are certificates. I will not describe you in details how do we use them - if you are reading this most likely you know what you are doing.&lt;/p&gt;
&lt;p&gt;Today blog post &lt;em&gt;&lt;em&gt;How to replace VMware ESXi 6.&lt;/em&gt; SSL certificate&lt;/em&gt;* will describe you how to replace SSL certificates on ESXi hosts.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;prerequisites&#34;&gt;Prerequisites
&lt;/h1&gt;&lt;p&gt;First of all you need ESXi host, certificate authority and few minutes to replace certificates.To generate SSL certificate for your ESXi host you need OpenSSL version 0.9.8 installed on your local system or tool called XCA. In VMware documentation all certificate signing requests are done using OpenSSL but I will show you how to do it in faster and more efficient way with XCA.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Certificate Authority&lt;/li&gt;
&lt;li&gt;Template for VMware in Certificate Authority - follow VMware Knowledge Base Article for details: &lt;a href=&#34;http://kb.vmware.com/kb/2112009&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Creating a Microsoft Certificate Authority Template for SSL certificate creation in vSphere 6.0 (2112009)&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;OpenSSL 0.9.8 - follow VMware Knowledge Base Article for details: &lt;a id=&#34;permalink-content&#34; href=&#34;http://kb.vmware.com/kb/2015387&#34; rel=&#34;bookmark&#34;&gt;Configuring OpenSSL for installation and configuration of CA signed certificates in the vSphere environment (2015387)&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;XCA - Optional to replace OpenSSL&lt;/li&gt;
&lt;li&gt;SSH access to ESXi&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;how-to-replace-vmware-esxi-6-ssl-certificate&#34;&gt;How to replace VMware ESXi 6.* SSL certificate
&lt;/h1&gt;&lt;p&gt;Procedure of replacing ESXi certificate is not complex one, but if you want to replace more certificates in your environment some things have to be prepared first to make procedure smooth.&lt;/p&gt;
&lt;h2 id=&#34;generate-certificate-signing-request-csr&#34;&gt;Generate certificate signing request (CSR)
&lt;/h2&gt;&lt;p&gt;One of the first steps in certificate replacement is to correctly identify settings which certificate has to have. If some certain parameters will not be included or configured, either certificate replacement will fail or you might encounter more serious problems in your environment.&lt;/p&gt;
&lt;h3 id=&#34;certificate-template&#34;&gt;Certificate template
&lt;/h3&gt;&lt;p&gt;I am using fantastic tool called XCA to store certificate template, certificates, private keys and certificate signing requests. First step to replace ESXi SSL certificate is to create template.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download XCA from SourceForge &lt;a href=&#34;http://sourceforge.net/projects/xca/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;XCA download page&lt;/a&gt; for your platform.&lt;/li&gt;
&lt;li&gt;Once installed start XCA and create new database.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter the name for the new database and select desired location.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter password to your database.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Database was successfully created. We will create new template for our ESXi hosts. In XCA switch to templates tab and click New template.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;We are asked now what preset templates values we should import. Select &lt;strong&gt;Nothing&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Fill &lt;strong&gt;Subject&lt;/strong&gt; section with following values.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Switch to &lt;strong&gt;Extensions&lt;/strong&gt; tab. Fill &lt;strong&gt;X509v3&lt;/strong&gt; &lt;strong&gt;Subject Alternative Name&lt;/strong&gt; with ESXi FQDN and IP address.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Switch to &lt;strong&gt;Key Usage&lt;/strong&gt; tab and select displayed values.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 8&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;This are all settings we need to successfully generate certificate signing requests.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;certificate-signing-request&#34;&gt;Certificate signing request
&lt;/h3&gt;&lt;p&gt;Once our preparation with certificates is done we can initiate certificate signing requests.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;To generate certificate signing request select template we just created and click &lt;strong&gt;Create request&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 9&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Switch to &lt;strong&gt;Subject&lt;/strong&gt; tab and enter &lt;strong&gt;Internal name&lt;/strong&gt; - this is just name displayed internally in XCA. Change as well &lt;strong&gt;commonName&lt;/strong&gt; field to match new server name. Once field 1 and 2 are filled click on field 3 &lt;strong&gt;Generate a new key&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 10&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;We have to generate private key which we will upload to ESXI host and it will be validated with certificate we will get from this certificate signing request. Type Name matching &lt;strong&gt;Internal name&lt;/strong&gt; to easily correlate private key and certificate.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-11.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 11&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Private key was successfully created.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-12.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 12&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click OK and you will see confirmation that we successfully created certificate signing request for our ESXi host.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-13.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 13&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;generate-certificate&#34;&gt;Generate certificate
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Last step to receive certificate is to export it from XCA. Switch to &lt;strong&gt;Certificate Signing Request&lt;/strong&gt; tab and select friendly name you have choose for your ESXi. In my case it is ESXi03.wojcieh.local. Click Export. We simply use PEM format to export CSR.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-14.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 14&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once we exported certificate we need to request certificate with our Certificate Authority. In my case it is Certificate Authority installed on Microsoft Windows Server 2012 R2. Navigate to CA https://FQDN/certsrv. Click &lt;strong&gt;Request a certificate&lt;/strong&gt; link.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-15.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 15&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Choose advanced certificate request.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-16.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 16&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Submit a certificate request by using a base-64-encoded CMC or PKCS #10 file, or submit a renewal request by using a base-64-encoded PKCS #7 file&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-17.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 17&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Open with any editor previously saved CSR and paste it to CA, select previously created vSphere certificate template and click &lt;strong&gt;Submit&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-18.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 18&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Depending of you certificate authority configuration you will receive certificate immediately or certificate will have to be approved. In my case since I am in lab environment, certificate was immediately approved and ready to download. Select &lt;strong&gt;Base 64 encoded&lt;/strong&gt; and click Download certificate.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-19.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 19&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Export private key from XCA. Switch to Select ESXi host and
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-23.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 23&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;replace-certificate-on-esxi-host&#34;&gt;Replace certificate on ESXi host
&lt;/h2&gt;&lt;p&gt;We are nearly at the end of the of the process of replacing SSL Certificate on ESXi 6.*. We will simply follow VMware Knowledge Base Article: &lt;a id=&#34;permalink-content&#34; href=&#34;http://kb.vmware.com/kb/2113926&#34; rel=&#34;bookmark&#34; name=&#34;&amp;lpos=apps_scodevmw : 27&#34;&gt;Configuring CA signed certificates for ESXi 6.0 hosts&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Log in to vCenter Server.&lt;/li&gt;
&lt;li&gt;Enter maintenance mode on ESXi server we will replace certificates on.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-20.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 20&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In my case, I have vSAN working in this cluster and this is why have an additional question about data availability. I selected &lt;strong&gt;No data migration&lt;/strong&gt; because I don&amp;rsquo;t have any virtual machines running in that cluster.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-21.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 21&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Start SSH service on ESXi.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-22.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 22&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Upload private key and certificate for your ESXi to local datastore or upload it via SCP protocol.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-24.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 24&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;As you see on the screen I have two filenames. Rename certificate to rui.crt and private key file to rui.key.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-25.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 25&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;No we will move old certificates from /etc/vmware/ssl to local datastore.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-26.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 26&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Now we will move CA signed certificates to /etc/vmware/ssl directory.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2016/02/how-to-replace-vmware-esxi-6.-ssl-certificate-28.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to replace VMware ESXi 6. SSL certificate - 28&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once certificates are replaced we just need to restart management agents. Simply type &lt;strong&gt;services.sh restart&lt;/strong&gt;. As you see below certificate was successfully replaced.
![How to replace VMware ESXi 6. SSL certificate - 29][29]&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;summary&#34;&gt; Summary
&lt;/h1&gt;&lt;p&gt;As you see the procedure to replace ESXi 6.0 SSL Certificates is not that complex. More time you spend preparing template, receive a certificate or upload it to ESXi.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Securing VMware appliance GRUB</title>
        <link>https://www.wojcieh.net/securing-vmware-appliance-grub/</link>
        <pubDate>Thu, 10 Dec 2015 12:39:28 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/securing-vmware-appliance-grub/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/12/securing-vmware-appliance-grub-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Securing VMware appliance GRUB - logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In my earlier post &lt;a href=&#34;https://www.wojcieh.net/how-to-reset-root-password-in-vrealize-orchestrator/&#34; target=&#34;_blank&#34;&gt;How to reset root password in vRealize Orchestrator&lt;/a&gt; I showed you how to reset root password in VMware Appliance - vRealize Orchestrator. Fortunately and unfortunately for us we see more and more products shipped as Appliances. I will show you how to secure your Appliances with few simple steps.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h2 id=&#34;securing-vmware-appliance-grub&#34;&gt;Securing VMware appliance GRUB
&lt;/h2&gt;&lt;p&gt;Before we will start securing our Linux-based appliance GRUB I suggest to create snapshot of virtual machine. What we will do Today is simply add password protection to &lt;strong&gt;GRUB (GRand Unified Bootloader)&lt;/strong&gt; so nobody will be able to override boot settings.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login as root to your appliance. In my case I will secure vRealize Operations Manager GRUB.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/12/securing-vmware-appliance-grub-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Securing VMware appliance GRUB - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;As root type &lt;strong&gt;grub&lt;/strong&gt; and GRUB and new shell will appear.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/12/securing-vmware-appliance-grub-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Securing VMware appliance GRUB - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;We will create hashed password by executing command &lt;strong&gt;md5crypt&lt;/strong&gt;. Once asked type your password and carefully write it down. I used password &lt;strong&gt;VMware2015&lt;/strong&gt; to generate hashed password.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/12/securing-vmware-appliance-grub-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Securing VMware appliance GRUB - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Type quit to exit GRUB shell.&lt;/li&gt;
&lt;li&gt;Navigate to /boot/grub and edit menu.lst file with your favourite editor (vi in my case) which has all boot configuration. In third line, right after &lt;strong&gt;timeout&lt;/strong&gt; type:&lt;/li&gt;
&lt;/ol&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;password --md5 YOUR_HASHED_PASSWORD
&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;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/12/securing-vmware-appliance-grub-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Securing VMware appliance GRUB - 4&#34;
	
	
&gt;
6. Commit changes and reboot appliance.
7. Once the GRUB boot loader will appear note small change: &lt;strong&gt;Press enter to boot the selected OS or &amp;lsquo;p&amp;rsquo; to enter a password to unlock the next set of features&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/12/securing-vmware-appliance-grub-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Securing VMware appliance GRUB - 5&#34;
	
	
&gt;
8. To test if we entered correctly our hashed password press &lt;strong&gt;p&lt;/strong&gt; and type your password. Press Enter to confirm.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/12/securing-vmware-appliance-grub-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Securing VMware appliance GRUB - 7&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;I hope this post will be informative to you and you will secure your appliances with simple yet effective protection. Let me know if you want to read more about securing virtual appliances.&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to reset root password in vRealize Orchestrator</title>
        <link>https://www.wojcieh.net/how-to-reset-root-password-in-vrealize-orchestrator/</link>
        <pubDate>Wed, 25 Nov 2015 08:00:18 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-reset-root-password-in-vrealize-orchestrator/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-reset-root-password-in-vrealize-orchestrator-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to reset root password in vRealize Orchestrator - logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Working as a Consultant has extremely advantages - you meet different customers, you face challenges you wouldn&amp;rsquo;t be able to find in your own environment or in you home lab. Yesterday I was asked by my colleague to take a closer look on two &lt;strong&gt;vRealize Orchestrator&lt;/strong&gt; appliances - we were not able to login via ssh as root user any more. I will show you how to reset root password in vRealize Orchestrator in just a few steps.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Luckily for us VMware has a standardized way of appliance delivery. Most of them I used are SuSe Linux-based and they have a lot of in common in terms of configuration. For example you can configure networking in the same way - I was building lab on my laptop and I configured vRealize Operations Manager and vRealize Orchestrator using same script.&lt;/p&gt;
&lt;h2 id=&#34;how-to-recover-vrealize-orchestrator-root-password&#34;&gt;How to recover vRealize Orchestrator root password?
&lt;/h2&gt;&lt;p&gt;Unfortunately there is no VMware KB which we can use to reset vRealize Orchestrator root password  but as I mentioned before - we can do it a bit differently. There are some blog post which guide you how to reset admin password, but in order to do it you need root access - what to do if you lost it?&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Take snapshot of vRO virtual machine.&lt;/li&gt;
&lt;li&gt;Reboot it and once GRUB is visible move arrows or press space bar to stop booting process. Select &lt;strong&gt;VMware vRealize Orchestrator Appliance&lt;/strong&gt; and press &lt;strong&gt;e&lt;/strong&gt; key to edit commands before booting.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-reset-root-password-in-vrealize-orchestrator-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to reset root password in vRealize Orchestrator - 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once selected choose &lt;strong&gt;kernel&lt;/strong&gt; and press &lt;strong&gt;e&lt;/strong&gt; once more.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-reset-root-password-in-vrealize-orchestrator-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to reset root password in vRealize Orchestrator - 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;init=/bin/bash&lt;/strong&gt; to kernel parameters. After you added bash to kernel parameters hit &lt;strong&gt;Enter&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-reset-root-password-in-vrealize-orchestrator-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to reset root password in vRealize Orchestrator - 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Press &lt;strong&gt;b&lt;/strong&gt; key and wait for vRealize Orchestrator Appliance to boot.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-reset-root-password-in-vrealize-orchestrator-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to reset root password in vRealize Orchestrator - 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In order to reset password type &lt;strong&gt;passwd root&lt;/strong&gt;. Enter new password twice and you are done.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-reset-root-password-in-vrealize-orchestrator-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to reset root password in vRealize Orchestrator - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;To finish root password recovery reboot appliance and check if you can login with newly set password.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;As you see resetting root password isn&amp;rsquo;t that complicated. One could ask why is this process so easy? It is because &lt;strong&gt;GRUB&lt;/strong&gt; changes are not protected. In next post I will show you how to secure your Appliance GRUB.&lt;/p&gt;
&lt;p&gt;It is extremely important to have proper &lt;strong&gt;RBAC - Role Base Access Control&lt;/strong&gt; so unauthorized people will not have access rights to your core infrastructure.&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to use Managed Service Accounts with vCenter Server</title>
        <link>https://www.wojcieh.net/how-to-use-managed-service-accounts-with-vcenter-server/</link>
        <pubDate>Tue, 10 Nov 2015 14:25:28 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-use-managed-service-accounts-with-vcenter-server/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/10/how-to-use-managed-service-accounts-with-vcenter-server-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Many of the IT environments have so called security driven approach. Every time I hear that something has to be implemented it is because security said so. Don&amp;rsquo;t get me wrong - by all means I like to be secure and compliant. In my opinion there should be balance between Security and Costs.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;I have found very nice chart which shows that.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/10/security-estimation.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Security estimation&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In Today post I will show you how to configure vCenter Server to work with &lt;strong&gt;MSA&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;managed-service-account-and-group-managed-service-account---what-is-that&#34;&gt;Managed Service Account and Group Managed Service Account - what is that?
&lt;/h2&gt;&lt;p&gt;Managed Service Account was introduced by Microsoft with release of Windows Server 2008 R2.The best description is from Microsoft Technet Article.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The managed service account is designed to provide crucial applications such as IIS with the isolation of their own domain accounts, while eliminating the need for an administrator to manually administer the service principal name (SPN) and credentials for these accounts. It is a managed domain accounts that provides automatic password management and simplified SPN management. Virtual accounts are &amp;ldquo;managed local accounts&amp;rdquo; that can use a computer&amp;rsquo;s credentials to access network resources.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Group Managed Service Accounts was released with Windows Server 2012.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The group Managed Service Account provides the same functionality within the domain but also extends that functionality over multiple servers.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately MSA was not ideal solution to most user problems due to limitations. With release of gMSA many more use cases might be found to use them. See table below with supported applications with MSA and gMSA supported applications.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Managed Service Accounts&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Group Managed Service Accounts&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Microsoft Exchange&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Microsoft IIS&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Microsoft SQL Server&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Not Supported&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Task Scheduler&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Not Supported&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Which MSA should I use then some of you might ask. That depends how will you plan your environment. If you want to use same MSA account on several computers than you should use &lt;strong&gt;gMSA&lt;/strong&gt;. If you will use MSA account on one server than you should use &lt;strong&gt;MSA&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;managed-service-account-and-group-managed-service-account--prerequisites&#34;&gt;Managed Service Account and Group Managed Service Account- prerequisites
&lt;/h2&gt;&lt;p&gt;Managed Service Accounts require the Active Directory &lt;strong&gt;schema&lt;/strong&gt; to be updated to the Server 2008 R2 version.&lt;/p&gt;
&lt;p&gt;Group Managed Service Accounts require the Active Directory &lt;strong&gt;schema&lt;/strong&gt; to be updated to the Server 2012 version.&lt;/p&gt;
&lt;p&gt;In my test lab I will show you how to run vCenter Server services and Microsoft SQL Server using Managed Service Accounts.&lt;/p&gt;
&lt;h2 id=&#34;managed-service-account-creation&#34;&gt;Managed Service Account creation
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Open PowerShell and import module Active Directory.&lt;/li&gt;
&lt;/ol&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-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Import-Module&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ActiveDirectory&lt;/span&gt;
&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;ol start=&#34;2&#34;&gt;
&lt;li&gt;To create a standalone managed service account which is linked to a specific computer, we will use the &lt;strong&gt;-RestrictToSingleComputer&lt;/strong&gt; parameter in New-AdServiceAccount command.&lt;/li&gt;
&lt;/ol&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-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;New-ADServiceAccount&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Name&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;vmwareafd&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-RestrictToSingleComputer&lt;/span&gt;
&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;ol start=&#34;3&#34;&gt;
&lt;li&gt;In the next step we will associate newly created MSA account to computer.&lt;/li&gt;
&lt;/ol&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-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Add-ADComputerServiceAccount&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Identity&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;vcenter&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-ServiceAccount&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;vmwareafd&lt;/span&gt;
&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;ol start=&#34;4&#34;&gt;
&lt;li&gt;On the target computer where we will install MSA open PowerShell, install Active Directory module (if it is not installed previously).&lt;/li&gt;
&lt;/ol&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;span class=&#34;lnt&#34;&gt;2
&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-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Import-Module&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ServerManager&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Add-WindowsFeature&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Rsat-AD&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;-PowerShell&lt;/span&gt;
&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;ol start=&#34;5&#34;&gt;
&lt;li&gt;Import Active Directory module (see first step) and install MSA account.&lt;/li&gt;
&lt;/ol&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-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Install-ADServiceAccount&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;vmafd&lt;/span&gt;
&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;ol start=&#34;6&#34;&gt;
&lt;li&gt;Last step is to change log on account. Remember to clear password and Confirm password fields.&lt;/li&gt;
&lt;li&gt;Newly added account to service will be granted &lt;strong&gt;Log On As A Service&lt;/strong&gt; right.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;vmware-vcenter-server-services&#34;&gt;VMware vCenter Server Services
&lt;/h2&gt;&lt;p&gt;Below you can find all vCenter Server services. In third column you can see MSA account names.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Service Display Name&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Service Name&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;MSA account name&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware afd Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMWareAfdService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvafd&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Certificate Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMWareCertificateService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmcertservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Component Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareComponentManager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmcomponentmgr&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Content Library Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vdcs&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmcontentlibr&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Directory Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareDirectoryService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmdirservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware ESX Agent Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;EsxAgentManager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmesxmanager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware HTTP Reverse Proxy&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;rhttpproxy&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmrhttproxy&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Identity Management Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareIdentityMgmtService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmidentservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Inventory Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;invsvc&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vminvservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware License Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-license&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmlicservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Message Bus Config Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;mbcs&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmmbcs&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Performance Charts&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-perfcharts&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmperfchar&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Security Token Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareSTS&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmsts&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Service Control Agent&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareServiceControlAgent&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmsvcctrlag&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Syslog Collector&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmSyslogCollector&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmsyslogcoll&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware System and Hardware Health Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmwarevws&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmhwmanager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware USB Arbitration Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMUSBArbService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmusbarbit&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vAPI Endpoint&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vapiEndpoint&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvapiend&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vCenter Configuration Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-cis-config&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmcisconfig&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vCenter workflow manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-vpx-workflow&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvpxworkflow&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware VirtualCenter Server&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vpxd&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvpxd&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vService Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VServiceManager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvservicemng&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Auto Deploy Waiter&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-autodeploy-waiter&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmadwaiter&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere ESXi Dump Collector&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-network-coredump&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmdumpcoll&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere ESXi Dump Collector WebService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMWareNetworkCoredumpWebserver&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmdumpcollweb&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Profile-Driven Storage Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vimPBSM&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmpdss&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Web Client&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vspherewebclientsvc&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmwebclient&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The next step is to import all MSA accounts to target computer. I simply added accounts using &lt;strong&gt;Computer Management.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-use-managed-service-accounts-with-vcenter-server-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - 3&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Once we have all accounts added to local &lt;strong&gt;Administrators&lt;/strong&gt; groups we will stop all vCenter Services and replace user accounts associated to each service.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-use-managed-service-accounts-with-vcenter-server-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - 4&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;I had to add WOJCIEH\vminvservice$, WOJCIEH\vmvpxd$ account as security login to vCenter Server and MSDB databases. This is needed to start vCenter Server service. If you will not do it you will see errors like this.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-use-managed-service-accounts-with-vcenter-server-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - 5&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;After all changes and some tweaking we have fully functional vCenter Server running with MSA accounts.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-use-managed-service-accounts-with-vcenter-server-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - 6&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;virtual-accounts&#34;&gt;Virtual Accounts
&lt;/h2&gt;&lt;p&gt;However with vCenter Server 6.0 new concept of virtual accounts was introduced. Following VMware KB explains this concept: &lt;a href=&#34;http://kb.vmware.com/kb/2124709/&#34; target=&#34;_blank&#34;&gt;Use of virtual accounts for services on a Windows vCenter Server 6.0 (2124709)&lt;/a&gt;.From VMware KB we see that following services are used as virtual accounts.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Service Account&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Component Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\VMwareComponentManager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Content Library Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vdcs&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware ESX Agent Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\EsxAgentManager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Message Bus Config Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\mbcs&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Performance Charts&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vmware-perfcharts&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Postgres&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vPostgres&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vAPI Endpoint&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vapiEndpoint&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vCenter workflow manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vmware-vpx-workflow&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware vService Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\VServiceManager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Audo Deploy Waiter&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vmware-autodeploy-waiter&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Web Client&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vspherewebclientsvc&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;As VMware guru you have to consider all cons and pros of each solution and decide to go with MSA accounts or not.&lt;/p&gt;
&lt;h1 id=&#34;summary&#34;&gt;Summary
&lt;/h1&gt;&lt;p&gt;It took me a while to check prepare this post but I am happy that I could prove that MSA accounts are working as well with vCenter Server. What is unknown if VMware Support will help you if you are using MSA accounts. If you wish I can check as well if Group Managed Accounts are working with vCenter Server 6.0.&lt;/p&gt;</description>
        </item>
        <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 OneView overview and installation</title>
        <link>https://www.wojcieh.net/hp-oneview-overview-and-installation/</link>
        <pubDate>Wed, 11 Feb 2015 09:00:00 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/hp-oneview-overview-and-installation/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-oneview-installation-and-configuration-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P OneView installation and configuration 1&#34;
	
	
&gt;&lt;/p&gt;
&lt;h1 id=&#34;introduction&#34;&gt;Introduction
&lt;/h1&gt;&lt;p&gt;I have worked with HP Hardware (rack and blade servers) for more than five Years. I think that blades and HP enclosure is fantastic product and has wonderful capabilities.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;However when your business grows it happens as well with your infrastructure - more and more enclosures are purchased and more blades are deployed. Managing all that stuff starts being difficult. Where is this blade? Do I have same VLAN&amp;rsquo;s in enclosures? What kind of firmware version I have in enclosure A and in enclosure B?&lt;/p&gt;
&lt;p&gt;You probably have same experience as I have so you will really like when I will tell you a bit more about &lt;strong&gt;HP OneView&lt;/strong&gt;. I promise I will not bother you with marketing bullshit but my impression of the tool and some core functions.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/02/hp-oneview-converged-infrastructure-picture.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Converged Infrastructure Picture&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;the-idea&#34;&gt;The Idea
&lt;/h2&gt;&lt;p&gt;I believe HP overslept when Cisco announced its blades technology. For me Cisco did perfect thing - in one fabric interconnect you can have up to 320 blades which translates into &lt;strong&gt;40 enclosures&lt;/strong&gt; you can manage from single UI! &lt;strong&gt;This is AWESOME!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;HP of courses allowed you to use Enclosure Linked Mode or Virtual Connect Multi Stacking but this is completely different idea introduced in HP OneView. In HP OneView you can connect up to 40 enclosures which gives you maximum of &lt;strong&gt;640 blades&lt;/strong&gt; you can manage from one single interface!&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/02/barney-stinson-awesome.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Barney Stinson - Awesome&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Pure HTML5 interface&lt;/li&gt;
&lt;li&gt;RESTful APIs&lt;/li&gt;
&lt;li&gt;Integration with VMware vCenter Server&lt;/li&gt;
&lt;li&gt;Server Profiles where you control: firmware, BIOS settings, network connectivity, boot order, iLO settings&lt;/li&gt;
&lt;li&gt;Native integration with HP 3PAR storage which allows you to&lt;/li&gt;
&lt;li&gt;Templates for components:
&lt;ul&gt;
&lt;li&gt;Enclosures - you keep the same configuration across enclosures&lt;/li&gt;
&lt;li&gt;Logical Interconnect group&lt;/li&gt;
&lt;li&gt;Uplink Set&lt;/li&gt;
&lt;li&gt;Network set&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;One place to monitor up to &lt;strong&gt;40 Enclosures&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;One place to manage &lt;strong&gt;all of your servers&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Data center visualization&lt;/li&gt;
&lt;li&gt;Asset location&lt;/li&gt;
&lt;li&gt;Management and configuration of HP ProLiant servers&lt;/li&gt;
&lt;li&gt;SSO to iLO and Onboard Administrator&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;licensing-and-pricing&#34;&gt;Licensing and Pricing
&lt;/h2&gt;&lt;p&gt;HP OneView comes with two licensing models:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;HP OneView Standard - used for inventory purposes, health monitoring, alerting and reporting. It supports the following generation of Blades - G6, G7, G8 and G9.&lt;/li&gt;
&lt;li&gt;HP OneView Advanced - additional purchase and is licensed per physical server. Can be used free of charge for 60 days.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;support-and-compatibility-matrix&#34;&gt;Support and Compatibility Matrix
&lt;/h2&gt;&lt;p&gt;One of most important things in corporate environments is support. I recommend to view HP Support Matrix you can view here: HP OneView Support Matrix. In this document you can see as well:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appliance requirements&lt;/li&gt;
&lt;li&gt;Supported hardware&lt;/li&gt;
&lt;li&gt;Configuration Maximus&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;appliance-requirements&#34;&gt;Appliance requirements
&lt;/h2&gt;&lt;p&gt;HP OneView is delivered as virtual appliance. It requires the following amount of resources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;VMware vSphere 5.*&lt;/li&gt;
&lt;li&gt;2 vCPU&lt;/li&gt;
&lt;li&gt;10GB of RAM&lt;/li&gt;
&lt;li&gt;160GB of disk space&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Minimum supported firmware to be able to use OneView:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;HP Virtual Connect - 3.15&lt;/li&gt;
&lt;li&gt;HP Onboard Administrator -3 .0&lt;/li&gt;
&lt;li&gt;HP iLO 3 - 1.2&lt;/li&gt;
&lt;li&gt;HP iLO 4 - 1.01&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;hp-oneview-installation&#34;&gt;HP OneView installation
&lt;/h1&gt;&lt;p&gt;Once you downloaded it from HP website you should install OneView, adjust your network settings to existing environment and then you can power on Virtual Machine.&lt;/p&gt;
&lt;p&gt;Please refer to one of my earlier post how to deploy OVF Template &lt;a title=&#34;Deploying OVF template using vSphere Client and vSphere Web Client&#34; href=&#34;https://www.wojcieh.net/deploying-ovf-template-using-vsphere-client-and-vsphere-web-client/&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.wojcieh.net/deploying-ovf-template-using-vsphere-client-and-vsphere-web-client/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.wojcieh.net/deploying-ovf-template-using-vsphere-client-and-vsphere-web-client/&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt; HP OneView startup takes a lot of time so be patient. Once it is up and running we start with accepting HP OneView License.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-installation-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView accept license&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;You can enable Application Support. Basically it allows HP Support to get access to your system through system console to fix issues you reported. Choose appropriate setting and clock OK.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-installation-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView installation authorized services&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Login to HP OneView using credentials. Username - Administrator, password - admin and click OK.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-installation-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView Logon page&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;You will be asked to change default password to new one. Do it and click OK.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-installation-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView installation - 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;hp-oneviewinitial-configuration&#34;&gt;HP OneView initial configuration
&lt;/h1&gt;&lt;p&gt;Once we finished we need to provide several details to complete initial configuration.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Choose FQDN name for HP OneView.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-configuration-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P OneView configuration - appliance host name&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Provide either Manual or DHCP IP address.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-configuration-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P OneView configuration - IPV4 setting&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter Preffered DNS server and alternate DNS server.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-configuration-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView configuration -  DNS&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Select IPv6 configuration.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-configuration-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView configuration -  IPv6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In Time and Language section choose right time synchronization setting. You can synchronize time with VM host or use time server.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-configuration-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P OneView configuration -  time synchronization&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Select default language and locale settings from the list.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-configuration-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P OneView configuration - language selection&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;After we finished with initial configuration click OK and wait for HP OneView configuration.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-configuration-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView configuration - applying network settings&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Once your configuration is saved and validated you can login to HP OneView via Browser.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-oneview-configuration-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP OneView login page&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;summary&#34;&gt; Summary
&lt;/h1&gt;&lt;p&gt;As I mentioned at the beginning - HP overslept a bit with their management tools. I strongly believe that HP OneView is the tool you will really like to use in your environment. From my side it is pity that it doesn&amp;rsquo;t support G6 Blades fully - just monitoring purposes. The problem is with mixed environments where you still have some old crappy Unix/Linux production servers nobody want&amp;rsquo;s to touch and migrate to never hardware.&lt;/p&gt;
&lt;p&gt;I like the tool very much and I am using it more and more by daily basis.&lt;/p&gt;
&lt;h2 id=&#34;great-job-hp&#34;&gt;Great Job HP!
&lt;/h2&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 Virtual Connect Module Configuration – Part2</title>
        <link>https://www.wojcieh.net/hp-virtual-connect-module-configuration-part2/</link>
        <pubDate>Wed, 14 Jan 2015 08:00:40 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/hp-virtual-connect-module-configuration-part2/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/05/hp-virtual-connect.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In the second post I will guide you through configuration of networks and providing network connectivity to Blade Servers.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h2 id=&#34;virtual-connect-configuration--connections&#34;&gt;Virtual Connect configuration - Connections
&lt;/h2&gt;&lt;p&gt;After quite long introduction and setup it is time to setup some networking.&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-connections-shared-uplink-sets&#34;&gt;Virtual Connect Connections - Shared Uplink Sets
&lt;/h3&gt;&lt;p&gt;We start our Virtual Connect Module networking configuration in Shared Uplink Sets section.&lt;/p&gt;
&lt;p&gt;Click Add and in next section we have to provide some additional information&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-networking-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P Virtual Connect Module Configuration - Networking 1&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Give Uplink Set meaningful name and select ports where you have connected uplinks.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-networking-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P Virtual Connect Module Configuration - Networking 3&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Select LACP Timer - best idea would be to discuss this setting with networking team. Remember that settings configured in Virtual Connect have to cooperate with existing networking infrastructure.&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-connections-ethernet-networks&#34;&gt;Virtual Connect Connections - Ethernet Networks
&lt;/h3&gt;&lt;p&gt;Next step is to add VLAN tagged networks in uplink set.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-networking-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P Virtual Connect Module Configuration - Networking 4&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Click Add and provide following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Network Name - human friendly network name. For example - Production&lt;/li&gt;
&lt;li&gt;VLAN ID: correct VLAN number&lt;/li&gt;
&lt;li&gt;Optional: Color and Label&lt;/li&gt;
&lt;li&gt;Native - Identifying an associated network as the native VLAN causes all untagged incoming Ethernet packets to be placed onto this network. Only one associated network can be designated as the native VLAN. All outgoing Ethernet packets are VLAN tagged.&lt;/li&gt;
&lt;li&gt;Smart Link - Enabling Smart Link configures the network so that if all external links lose their link to external switches, Virtual Connect drops the Ethernet link on all local server blade Ethernet ports connected to that network. This feature can be useful when using certain server network teaming (bonding) configurations.&lt;/li&gt;
&lt;li&gt;Private Network - The Private Networks option provides extra networking security. When checked, the network is configured so that all server ports connected to it cannot communicate with each other within the Virtual Connect domain. All packets from servers are sent through the VC domain and out the uplink ports only. Servers on the network can only communicate with each other through an external Layer 3 router that redirects the traffic back to the VC domain.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-networking-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;P Virtual Connect Module Configuration - Networking 5&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-connections-server-profiles&#34;&gt;Virtual Connect Connections - Server Profiles
&lt;/h3&gt;&lt;p&gt;The last thing to provide networking connectivity to servers we need to create server profile which will have desired networks. In order to do it navigate to Server Profiles and click icon to create new profile.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-server-profiles-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Server Profiles 1&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Next window will open where you can configure networking for blade. Below you see empty profile without any settings.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-server-profiles-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Server Profiles 2&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;server-profile-with-one-network-pernic&#34;&gt;Server Profile with one network per NIC
&lt;/h3&gt;&lt;p&gt;Here is sample profile where one network adapter is assigned to one Ethernet network. Simply click **Select a network **and pick it from previously created networks.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-server-profiles-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Server Profiles 3&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;I entered following settings:&lt;/p&gt;
&lt;p&gt;Profile Name: Your friendly name for profile&lt;/p&gt;
&lt;p&gt;Hide Unused FlexNICs: selected&lt;/p&gt;
&lt;p&gt;Ethernet Adapter Connections: Select as many networks as required. In my example I have eight network adapters.&lt;/p&gt;
&lt;p&gt;Port Speed Type: You can select it according to your needs.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-server-profiles-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Server Profiles 4&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;If the speed type is &amp;ldquo;Auto&amp;rdquo;, the maximum port speed is determined by the maximum configured speed for the network. If the speed type is &amp;ldquo;Preferred&amp;rdquo;, the speed of the network is the same as the preferred speed of the network to which the connection is associated. If no preferred speed is configured for a network, it defaults to &amp;ldquo;Auto&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Last thing you have to select is Assign Profile to Server Bay.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-server-profiles-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Server Profiles 5&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;server-profile-withmultiple-networks-per-nic&#34;&gt;Server Profile with multiple networks per NIC
&lt;/h3&gt;&lt;p&gt;In order to have multiple networks in NIC select **Multiple Networks **and select desired networks from the list.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-server-profiles-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Server Profiles 6&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;The last thing to do is select speed for NIC.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-server-profiles-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Server Profiles 7&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;And here you can see how complete profile looks like.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-server-profiles-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Server Profiles 8&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Please bare in mind that even though you configured speed for your network connections you will not see it in profile until you power on your server.&lt;/p&gt;
&lt;h2 id=&#34;additional-resources&#34;&gt;Additional resources
&lt;/h2&gt;&lt;p&gt;In the last section of this post I would like to share with you some interesting links to documentation and guides.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&#34;Technical white paper  Overview of HP Virtual Connect  technologies&#34; href=&#34;http://h20195.www2.hp.com/V2/GetDocument.aspx?docname=4AA4-8174ENW&amp;cc=us&amp;lc=en&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Technical white paper Overview of HP Virtual Connect technologies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;HP Virtual Connect Flex-10 10Gb Ethernet Module for BladeSystem&lt;/li&gt;
&lt;li&gt;c-Class - overview&lt;/li&gt;
&lt;li&gt;HP Virtual Connect for c-Class BladeSystem Setup and Installation Guide&lt;/li&gt;
&lt;li&gt;HP Virtual Connect for c-Class BladeSystem User Guide&lt;/li&gt;
&lt;li&gt;Virtual Connect for Dummies&lt;/li&gt;
&lt;/ul&gt;</description>
        </item>
        <item>
        <title>HP Virtual Connect Module Configuration – Part1</title>
        <link>https://www.wojcieh.net/hp-virtual-connect-module-configuration-part1/</link>
        <pubDate>Wed, 07 Jan 2015 08:00:22 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/hp-virtual-connect-module-configuration-part1/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/05/hp-virtual-connect.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Welcome to first post about HP Virtual Connect Module configuration. In first post we will focus on initial Virtual Connect Module configuration and some additional settings which are important from my point of view.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h2 id=&#34;what-is-hp-virtual-connect&#34;&gt;What is HP Virtual Connect?
&lt;/h2&gt;&lt;p&gt;HP developed Virtual Connect technology to simplify networking configuration for the server administrator using an HP BladeSystem c-Class environment. The baseline Virtual Connect technology virtualizes the connections between the server and the LAN and SAN network infrastructure. Virtual Connect adds a hardware abstraction layer that removes the direct coupling between the LAN and SAN. Server administrators can physically wire the uplinks from the enclosure to its network connections once, and then manage the network addresses and uplink paths through Virtual Connect software.&lt;/p&gt;
&lt;p&gt;Virtual Connect interconnect modules provide the following capabilities:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reduces the number of cables required for an enclosure, compared to using pass-thru modules.&lt;/li&gt;
&lt;li&gt;Reduces the number of edge switches that LAN and SAN administrators must manage.&lt;/li&gt;
&lt;li&gt;Allows pre-provisioning of the network, so server administrators can add, replace, or upgrade servers without requiring immediate involvement from the LAN or SAN administrators.&lt;/li&gt;
&lt;li&gt;Enables a flatter, less hierarchical network, which reduces equipment and administration costs, reduces latency, and improves performance.&lt;/li&gt;
&lt;li&gt;Delivers direct server-to-server connectivity within the BladeSystem enclosure. This is an ideal way to optimize for east/west traffic flow, which is becoming more prevalent at the server edge with the growth of server virtualization, cloud computing, and distributed applications.&lt;/li&gt;
&lt;li&gt;Provides direct-attach SAN and dual-hop Fibre Channel over Ethernet (FCoE) capabilities to extend cost benefits further into the storage network.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;configuration-prerequisites&#34;&gt;Configuration prerequisites
&lt;/h2&gt;&lt;p&gt;I assume that you have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;existing HP enclosure configured with Onboard Administrator&lt;/li&gt;
&lt;li&gt;EBIPA is configured so you can access Virtual Connect module&lt;/li&gt;
&lt;li&gt;you have local Administrator password for Virtual Connect module&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;virtual-connect-configuration---initial-wizard&#34;&gt;Virtual Connect configuration - initial Wizard
&lt;/h2&gt;&lt;p&gt;Once you login to Virtual Connect you will see Virtual Connect Manager Domain Setup Wizard. I will guide you through wizard and I will show you additional steps to configure it completely.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On initial screen click Next.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In the next step we have possibility to import previously exported enclosure - or simply its configuration. We skip this step and click next.&lt;/li&gt;
&lt;li&gt;Next step is to import enclosure. In the initial configuration &lt;strong&gt;Local Enclosure&lt;/strong&gt; is already pre-selected, we need to provide username and password.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click Next and wait for enclosure import.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Virtual Connect import is done and now you are ready to create Virtual Connect domain.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;In my case I inserted previously used Virtual Connect in other enclosure and I have possibility to use locally discovered domain configuration. However we will create completely new domain.&lt;/li&gt;
&lt;li&gt;On confirmation page click &lt;strong&gt;Yes&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Wait for import and after a while import will be successful.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 6&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;It might take up to five minutes to import enclosure and click Next.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 7&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Provide name of Virtual Connect Domain and click Next.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 8&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;If needed create additional Local User Accounts. We will skip this because we will configure Virtual Connect with Active Directory.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 9&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Last step in Wizard is the possibility to go through Network Setup Wizard. We will skip this section for now because it will be covered later on.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/12/hp-virtual-connect-module-configuration-10.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration 10&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;virtual-connect-configuration--domain-settings&#34;&gt;Virtual Connect configuration - Domain Settings
&lt;/h2&gt;&lt;p&gt;After clicking Finish you will be redirected to Virtual Connect Manager webpage. In this section we will focus on additional settings.&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-domain-settings---ip-address&#34;&gt;Virtual Connect Domain Settings - IP Address
&lt;/h3&gt;&lt;p&gt;In the &lt;strong&gt;IP Address&lt;/strong&gt; section I use &lt;strong&gt;Virtual Connect Domain IPV4 Address&lt;/strong&gt;. In short words this is virtual IP address used to manage both Virtual Connect Modules. If you will use this setting there is no longer need to use per VCM module IP but to use one IP.&lt;/p&gt;
&lt;p&gt;Go to &lt;strong&gt;Domain Settings&lt;/strong&gt; and click &lt;strong&gt;IP Address&lt;/strong&gt;. Select &lt;strong&gt;Use Virtual Connect Domain IPv4 Address&lt;/strong&gt; or &lt;strong&gt;IPv6&lt;/strong&gt;. Provide IPv4 or IPv6 address, Subnet Mask and Gateway (for IPv4) and Gateway for IPv6. Click &lt;strong&gt;Apply&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-domain-settings-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Domain Settings 1&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;You will be logged out and redirected to virtual IP Address you configured.&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-domain-settings--backuprestore&#34;&gt;Virtual Connect Domain Settings - Backup/Restore
&lt;/h3&gt;&lt;p&gt;Another quite important section is **Backup/Restore. **In here you can backup you entire Domain configuration with encryption key or restore previously configured domain. ,&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-domain-settings-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Domain Settings 2&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In my opinion there are two interesting check boxes in restore section:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ignore enclosure serial number in restored configuration file&lt;/p&gt;
&lt;p&gt;Selecting this check box will allow you to restore configuration of entire domain from another Virtual Connect module.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ignore firmware version in restored configuration file&lt;/p&gt;
&lt;p&gt;Selecting this check box will allow you to ignore firmware version during import. Imagine you received new Virtual Connect module with never firmware and you want to have same configuration as the other enclosures.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;virtual-connect-configuration--usersauthentication&#34;&gt;Virtual Connect configuration - Users/Authentication
&lt;/h2&gt;&lt;p&gt;Another section I recommend to focus on is Users/Authentication Item. Whenever I can I use Active Directory integrated authentication. Virtual Connect Module is capable of having local and use Active Directory users/groups.&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-usersauthentication---local-user-accounts&#34;&gt;Virtual Connect Users/Authentication - Local User Accounts
&lt;/h3&gt;&lt;p&gt;If in your environment you can&amp;rsquo;t use Active Directory authentication local user accounts have to be used.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-domain-settings-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Domain Settings 3&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;From the settings above I suggest to use policy **Require Strong Passwords **with minimum 8 characters in passwords. From the usability point of view you might extend session timeout to bigger value than 15 minutes. Besides that you can assign specific user to specific role - for example user A can update firmware and user B can configure domain.&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-usersauthentication--ldap-settings&#34;&gt;Virtual Connect Users/Authentication - LDAP Settings
&lt;/h3&gt;&lt;p&gt;In order to use Active Directory authentication you need to provide some information.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-domain-settings-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Domain Settings 4&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;LDAP Server Address: provide IP or FQDN to your domain controller or for example Active Directory Load Balancer.&lt;/p&gt;
&lt;p&gt;LDAP Server SSL Port: by default LDAPS is using port 636, if changed enter it.&lt;/p&gt;
&lt;p&gt;Search Context. You need to provide distinguished name in format: CN=Group Name,OU=OU Name,DC=your domain name,DC=dot something&lt;/p&gt;
&lt;p&gt;Use Windows NT Account Name Mapping: If you select this check box you can login to VCM using this format: domain\user. In case you don&amp;rsquo;t select it you will have to login using this format &lt;a class=&#34;link&#34; href=&#34;mailto:user@domain.something&#34; &gt;user@domain.something&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-usersauthentication--ldapgroups&#34;&gt;Virtual Connect Users/Authentication - LDAP Groups
&lt;/h3&gt;&lt;p&gt;In this section we need to add new group.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-domain-settings-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Domain Settings 5&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Click add and provide Group Name.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-domain-settings-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Domain Settings 6&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-usersauthentication--ldapcertificate&#34;&gt;Virtual Connect Users/Authentication - LDAP Certificate
&lt;/h3&gt;&lt;p&gt;The last thing we need to do is to upload X.509 certificate. You can do it from URL or paste it. Once you have it in click Upload and wait.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-domain-settings-7.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Domain Settings 7&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;After configuration of following setting you will be able to use Active Directory authentication with Virtual Connect Module.&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-usersauthentication--ssl-cerificate-administration&#34;&gt;Virtual Connect Users/Authentication - SSL Cerificate Administration
&lt;/h3&gt;&lt;p&gt;If in your infrastructure you have exisiting PKI infrastructure it is possible to replace self signed SSL Virtual Connect certificate. In order to do it you need to upload it into &lt;strong&gt;Certificate Upload&lt;/strong&gt; tab.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-domain-settings-8.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Domain Settings 8&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;virtual-connect-usersauthentication--ssh-administration&#34;&gt;Virtual Connect Users/Authentication - SSH Administration
&lt;/h3&gt;&lt;p&gt;If you prefer to configure Virtual Connect Module through SSH you can secure it a bit more and use SSH Keys. In section SSH Administration you can paste or download SSH Keys from URL.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/01/hp-virtual-connect-module-configuration-domain-settings-9.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HP Virtual Connect Module Configuration - Domain Settings 9&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In this post we configured our Virtual Connect Module by creating domain and configuring base settings. In next post we will configure network connections and we will provide network connectivity to blades.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Migrate from Vyatta to VyOS</title>
        <link>https://www.wojcieh.net/migrate-from-vyatta-to-vyos/</link>
        <pubDate>Wed, 25 Jun 2014 20:59:38 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/migrate-from-vyatta-to-vyos/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/06/vyos-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;VyOS Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In my earlier posts I explained how to configure Vyatta as a router in VMware Workstation. Unfortunately Vyatta Community Edition is no longer available since Winter 2013. Luckily for us community fork **VyOS **started being developed so great router software still can be used for free.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h2 id=&#34;vyos&#34;&gt;VyOS
&lt;/h2&gt;&lt;p&gt;VyOS is a community fork of &lt;a href=&#34;http://en.wikipedia.org/wiki/Vyatta&#34; rel=&#34;nofollow&#34;&gt;Vyatta&lt;/a&gt;, a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Runs on both physical and virtual platforms.&lt;/li&gt;
&lt;li&gt;Supports paravirtual drivers and integration packages for virtual platforms.&lt;/li&gt;
&lt;li&gt;Completely free and open source.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can download it for free using this link &lt;a title=&#34;VyOS&#34; href=&#34;http://vyos.net/wiki/Main_Page&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://vyos.net/wiki/Main_Page&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://vyos.net/wiki/Main_Page&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;how-to-migrate-from-vyatta-to-vyos&#34;&gt;How to migrate from Vyatta to VyOS?
&lt;/h2&gt;&lt;p&gt;Installaton of VyOS is as simple as Vyatta and there shouldn&amp;rsquo;t be any problem if you follow my earlier guides.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a title=&#34;Vyatta – Router running on VMware Workstation – Part 1 basic networking&#34; href=&#34;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-1/&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-1/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-1/&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&#34;Vyatta – Router running on VMware Workstation – Part 2 DNS, Firewall and NAT&#34; href=&#34;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-2-dns-firewall-and-nat/&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-2-dns-firewall-and-nat/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-2-dns-firewall-and-nat/&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&#34;Vyatta – Router running on VMware Workstation – Part 3, Firewall Hardening&#34; href=&#34;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-3-firewall-hardening/&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-3-firewall-hardening/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-3-firewall-hardening/&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In order to migrate from Vyatta to VyOS we need to save current config from Vyatta and import it into VyOS. Please execute following command: &lt;strong&gt;show configuration commands&lt;/strong&gt; and after that you will get nice and easy to implement commands in VyOS.&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;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;20
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;22
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;23
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;24
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;25
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;26
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;27
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;28
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;29
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;30
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;31
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;32
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;33
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;34
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;35
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;36
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;37
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;38
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;39
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;40
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;41
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;42
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;43
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;44
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;45
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;46
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;47
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;48
&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall all-ping &lt;span class=&#34;s1&#34;&gt;&amp;#39;enable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall broadcast-ping &lt;span class=&#34;s1&#34;&gt;&amp;#39;disable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall ipv6-receive-redirects &lt;span class=&#34;s1&#34;&gt;&amp;#39;disable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall ipv6-src-route &lt;span class=&#34;s1&#34;&gt;&amp;#39;disable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall ip-src-route &lt;span class=&#34;s1&#34;&gt;&amp;#39;disable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall log-martians &lt;span class=&#34;s1&#34;&gt;&amp;#39;enable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall receive-redirects &lt;span class=&#34;s1&#34;&gt;&amp;#39;disable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall send-redirects &lt;span class=&#34;s1&#34;&gt;&amp;#39;enable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall source-validation &lt;span class=&#34;s1&#34;&gt;&amp;#39;disable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; firewall syn-cookies &lt;span class=&#34;s1&#34;&gt;&amp;#39;enable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth0 address &lt;span class=&#34;s1&#34;&gt;&amp;#39;192.168.255.250/24&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth0 description &lt;span class=&#34;s1&#34;&gt;&amp;#39;WAN&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth0 duplex &lt;span class=&#34;s1&#34;&gt;&amp;#39;auto&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth0 smp_affinity &lt;span class=&#34;s1&#34;&gt;&amp;#39;auto&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth0 speed &lt;span class=&#34;s1&#34;&gt;&amp;#39;auto&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth1 address &lt;span class=&#34;s1&#34;&gt;&amp;#39;10.0.0.1/24&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth1 description &lt;span class=&#34;s1&#34;&gt;&amp;#39;LAN&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth1 duplex &lt;span class=&#34;s1&#34;&gt;&amp;#39;auto&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth1 smp_affinity &lt;span class=&#34;s1&#34;&gt;&amp;#39;auto&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces ethernet eth1 speed &lt;span class=&#34;s1&#34;&gt;&amp;#39;auto&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; interfaces loopback &lt;span class=&#34;s1&#34;&gt;&amp;#39;lo&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; nat &lt;span class=&#34;nb&#34;&gt;source&lt;/span&gt; rule &lt;span class=&#34;m&#34;&gt;10&lt;/span&gt; description &lt;span class=&#34;s1&#34;&gt;&amp;#39;LAN to WAN&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; nat &lt;span class=&#34;nb&#34;&gt;source&lt;/span&gt; rule &lt;span class=&#34;m&#34;&gt;10&lt;/span&gt; outbound-interface &lt;span class=&#34;s1&#34;&gt;&amp;#39;eth0&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; nat &lt;span class=&#34;nb&#34;&gt;source&lt;/span&gt; rule &lt;span class=&#34;m&#34;&gt;10&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;source&lt;/span&gt; address &lt;span class=&#34;s1&#34;&gt;&amp;#39;10.0.0.0/24&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; nat &lt;span class=&#34;nb&#34;&gt;source&lt;/span&gt; rule &lt;span class=&#34;m&#34;&gt;10&lt;/span&gt; translation address &lt;span class=&#34;s1&#34;&gt;&amp;#39;masquerade&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; service dns forwarding cache-size &lt;span class=&#34;s1&#34;&gt;&amp;#39;150&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; service dns forwarding listen-on &lt;span class=&#34;s1&#34;&gt;&amp;#39;eth1&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; service dns forwarding name-server &lt;span class=&#34;s1&#34;&gt;&amp;#39;192.168.255.254&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; service ssh port &lt;span class=&#34;s1&#34;&gt;&amp;#39;22&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system config-management commit-revisions &lt;span class=&#34;s1&#34;&gt;&amp;#39;20&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system console device ttyS0 speed &lt;span class=&#34;s1&#34;&gt;&amp;#39;9600&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system gateway-address &lt;span class=&#34;s1&#34;&gt;&amp;#39;192.168.255.254&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system host-name &lt;span class=&#34;s1&#34;&gt;&amp;#39;router&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system login user vyatta authentication encrypted-password &lt;span class=&#34;s1&#34;&gt;&amp;#39;PASSWORD&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system login user vyatta level &lt;span class=&#34;s1&#34;&gt;&amp;#39;admin&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system name-server &lt;span class=&#34;s1&#34;&gt;&amp;#39;192.168.255.254&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system ntp server &lt;span class=&#34;s1&#34;&gt;&amp;#39;0.vyatta.pool.ntp.org&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system ntp server &lt;span class=&#34;s1&#34;&gt;&amp;#39;1.vyatta.pool.ntp.org&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system ntp server &lt;span class=&#34;s1&#34;&gt;&amp;#39;2.vyatta.pool.ntp.org&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system package auto-sync &lt;span class=&#34;s1&#34;&gt;&amp;#39;1&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system package repository community components &lt;span class=&#34;s1&#34;&gt;&amp;#39;main&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system package repository community distribution &lt;span class=&#34;s1&#34;&gt;&amp;#39;stable&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system package repository community password &lt;span class=&#34;s1&#34;&gt;&amp;#39;&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system package repository community url &lt;span class=&#34;s1&#34;&gt;&amp;#39;http://packages.vyatta.com/vyatta&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system package repository community username &lt;span class=&#34;s1&#34;&gt;&amp;#39;&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system syslog global facility all level &lt;span class=&#34;s1&#34;&gt;&amp;#39;notice&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system syslog global facility protocols level &lt;span class=&#34;s1&#34;&gt;&amp;#39;debug&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt; system time-zone &lt;span class=&#34;s1&#34;&gt;&amp;#39;GMT&amp;#39;&lt;/span&gt;
&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;In my case installation and migration took somewhere about 5 minutes.&lt;/p&gt;</description>
        </item>
        <item>
        <title>VMware vSphere 5.5 Update 1 Hardening Guide</title>
        <link>https://www.wojcieh.net/vmware-vsphere-5.5-update-1-hardening-guide/</link>
        <pubDate>Sat, 07 Jun 2014 12:49:48 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/vmware-vsphere-5.5-update-1-hardening-guide/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2014/06/vmware-vsphere-5.5-update-1-hardening-guide.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;VMware vSphere 5.5 Update 1 Hardening Guide&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Mike Foley announced on &lt;a title=&#34;VMware blog&#34; href=&#34;http://blogs.vmware.com/vsphere/2014/06/vsphere-hardening-guide-5-5-update-1-released.html&#34; rel=&#34;noopener&#34;&gt;VMware blog&lt;/a&gt; that vSphere 5.5 Update 1 Hardening Guide is released.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;There are 4 new additions to the guide:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;enable-VGA-Only-Mode: Used for server VM’s that don’t need a graphical console. e.g. Linux web servers, Windows Core, etc.&lt;/li&gt;
&lt;li&gt;disable-non-essential-3D-features: Remove 3D graphic capabilities from VM’s that don’t need them.&lt;/li&gt;
&lt;li&gt;use-unique-roles: A new companion control to use-service-accounts. If you have multiple service accounts then each one should have a unique role with just enough privs to accomplish their task. This is in line with least-priv operations&lt;/li&gt;
&lt;li&gt;change-sso-admin-password: A great catch. When installing Windows vCenter, you’re prompted to change the password of &lt;a class=&#34;link&#34; href=&#34;mailto:administrator@vsphere.local&#34; &gt;administrator@vsphere.local&lt;/a&gt;. When installing the VCSA in a default manner you are not. This control reminds you to go back and do that.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The rest are formatting, spelling, clarification, etc.. One interesting change is the “enable-nfc-ssl” control. That has been renamed to “verify-nfc-ssl” now that SSL is enabled by default in 5.5 for NFC traffic. All of the changes are called out in the &lt;a style=&#34;font-weight: inherit; font-style: inherit; color: #006990;&#34; href=&#34;http://www.vmware.com/files/xls/HardeningGuide-vSphere5-5-Update-1-GA-Changelog.xlsx&#34; rel=&#34;noopener&#34;&gt;Change Log&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can download it from here &lt;a title=&#34;VMware vSphere Hardening Guide 5.5 Update 1&#34; href=&#34;http://www.vmware.com/files/xls/HardeningGuide-vSphere5-5-Update-1-GA.xlsx&#34; rel=&#34;noopener&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://www.vmware.com/files/xls/HardeningGuide-vSphere5-5-Update-1-GA.xlsx&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://www.vmware.com/files/xls/HardeningGuide-vSphere5-5-Update-1-GA.xlsx&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
        <title>VMware vSphere 5.5 Hardening Guide</title>
        <link>https://www.wojcieh.net/vmware-vsphere-5.5-hardening-guide/</link>
        <pubDate>Wed, 12 Feb 2014 13:00:30 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/vmware-vsphere-5.5-hardening-guide/</guid>
        <description>&lt;p&gt;&lt;img  src=&#34;https://www.wojcieh.net/images/uploads/2014/02/vsphere-5.5-hardening-guide.webp&#34; alt=&#34;vSphere 5.5 Hardening Guide&#34; width=&#34;800&#34; height=&#34;513&#34; srcset=&#34;https://www.wojcieh.net/images/uploads/2014/02/vsphere-5.5-hardening-guide.webp 835w, https://www.wojcieh.net/images/uploads/2014/02/vsphere-5.5-hardening-guide.webp 800w&#34; sizes=&#34;(max-width: 800px) 100vw, 800px&#34;/&gt;]&lt;a class=&#34;link&#34; href=&#34;https://www.wojcieh.net/images/uploads/2014/02/vsphere-5.5-hardening-guide.webp&#34; &gt;1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In October 2013 VMware released vSphere 5.5 Hardening Guide. I think this is quite an important document to keep your virtual environment safe and secure.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;It consists great recommendations for several areas of vSphere stack - VM, ESXi, vNetwork, vCenter Server, VUM, SSO, WebClient, vCSA. It is delivered in handy Excel spreadsheet with the description of vulnerability and (which is, in my opinion, the &amp;ldquo;killer feature&amp;rdquo;) PowerCLI reference how to apply security recommendation.&lt;/p&gt;
&lt;p&gt;There are two files - changelog and hardening guide.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.vmware.com/files/xls/hardeningguide-vsphere5-5-ga-released-changelog.xlsx&#34; rel=&#34;noopener&#34;&gt;vSphere 5.5 Hardening Guide changelog&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.vmware.com/files/xls/hardeningguide-vsphere5-5-ga-released.xlsx&#34; rel=&#34;noopener&#34;&gt;vSphere 5.5 Hardening Guide&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
        <title>VMware ESXi 5.5 Active Directory authentication – step by step</title>
        <link>https://www.wojcieh.net/vmware-esxi-5.5-active-directory-authentication-step-by-step/</link>
        <pubDate>Tue, 24 Dec 2013 18:00:36 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/vmware-esxi-5.5-active-directory-authentication-step-by-step/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/11/Authentication.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Authentication&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Have you ever wondered if it is possible to skip creation of local user on each ESXi host and use only one account to rule them all?&lt;/p&gt;
&lt;p&gt;If yes then I have good news for you - you can use Active Directory together with VMware ESXi. I will show you how you can do it in few steps.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites:
&lt;/h2&gt;&lt;p&gt;In order to successfully authenticate Active Directory in ESXi hosts you must have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Correct DNS servers configured on ESXi hosts&lt;/li&gt;
&lt;li&gt;Your Active Directory account should have rights to add Computer objects in Active Directory&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;esxi-configuration&#34;&gt;ESXi configuration
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Login to ESXi using root account.&lt;/li&gt;
&lt;li&gt;Navigate to **Configuration \ Authentication Services
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/12/ESXi-Active-Directory-Authentication-1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;ESXi Active Directory Authentication 1&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Properties&lt;/strong&gt; and change Local Authentication to &lt;strong&gt;Active Directory&lt;/strong&gt;.&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/12/ESXi-Active-Directory-Authentication-2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;ESXi Active Directory Authentication 2&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Enter domain name, click &lt;strong&gt;Join Domain&lt;/strong&gt; and give User name and password for valid user account which can join computers to Active Directory.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/12/ESXi-Active-Directory-Authentication-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;ESXi Active Directory Authentication 3&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;You are done! Your ESXi server is added to Active Directory domain.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/12/ESXi-Active-Directory-Authentication-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;ESXi Active Directory Authentication 4&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Now you need to assign user or group to specific role in ESXi. In order to do this navigate to &lt;strong&gt;Home&lt;/strong&gt; \ &lt;strong&gt;Inventory&lt;/strong&gt; \ &lt;strong&gt;Permissions&lt;/strong&gt; and click &lt;strong&gt;Add Permission&lt;/strong&gt;.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/12/esxi-active-directory-authentication-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;ESXi Active Directory Authentication 5&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Select appropriate role (Administrator, Read-Only, No access) and provide user or group name.&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to remove Google Authenticator account?</title>
        <link>https://www.wojcieh.net/how-to-remove-google-authenticator-account/</link>
        <pubDate>Tue, 20 Aug 2013 19:49:45 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-remove-google-authenticator-account/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/08/Google-Authenticator.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Google Authenticator&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Do you know Google Authenticator? I hope you do, because it is really key to increase security for your Google account.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;You can read more about it on &lt;a title=&#34;Google Authenticator on Wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Google_Authenticator&#34; target=&#34;_blank&#34;&gt;Wikipedia&lt;/a&gt; or on &lt;a title=&#34;Google 2 Step Authentication&#34; href=&#34;https://support.google.com/accounts/answer/180744?hl=en&#34; target=&#34;_blank&#34;&gt;Google website&lt;/a&gt;. Anyway it is really good way to secure your other services as well. For instance LastPass is using Google Authenticator to two-step authentication, which will allow you to increase security of your WordPress. You can even install WordPress Plugin called &lt;a title=&#34;Wordpress Google Authenticator&#34; href=&#34;http://wordpress.org/plugins/google-authenticator/&#34; target=&#34;_blank&#34;&gt;Google Authenticator&lt;/a&gt;. I was using it for one week but I removed it after all - it was exaggeration IMHO.&lt;/p&gt;
&lt;p&gt;Anyway - I was fighting with Internet because I didn&amp;rsquo;t know how to remove certain &amp;ldquo;account&amp;rdquo; from application.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/08/Google-Authenticaor-Remove-Account.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Google Authenticaor - Remove Account&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In short words you just need to hold on account you want to remove and click on bin.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/08/Google-Authenticaor-Remove-Account-Bin.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Google-Authenticaor - Remove-Account - Bin&#34;
	
	
&gt;&lt;/p&gt;</description>
        </item>
        <item>
        <title>Vyatta – Router running on VMware Workstation – Part 3, Firewall Hardening</title>
        <link>https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-3-firewall-hardening/</link>
        <pubDate>Wed, 31 Jul 2013 20:51:29 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-3-firewall-hardening/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/07/Firewall.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Firewall&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In part 2 of configuring Vyatta I implemented simple firewall rules which blocked all network traffic. Next step is to implement firewall rules which will allow us to connect to ESXi hosts as well to vCenter server.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h3 id=&#34;firewall-hardening&#34;&gt;Firewall hardening
&lt;/h3&gt;&lt;p&gt;In my case I opened following ports:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;22 - SSH&lt;/li&gt;
&lt;li&gt;53 - DNS&lt;/li&gt;
&lt;li&gt;80 - HTTP&lt;/li&gt;
&lt;li&gt;902 - vCenter Server / VMware Infrastructure Client - UDP for ESX/ESXi Heartbeat&lt;/li&gt;
&lt;li&gt;903 - Remote Console&lt;/li&gt;
&lt;li&gt;443 - Web Access&lt;/li&gt;
&lt;li&gt;3389 - RDP&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I didn&amp;rsquo;t open any extra port so far but opening firewall port is relatively easy. In order to do it type on Vyatta:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 action accept&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 description &amp;ldquo;RDP to Domain Controller&amp;rdquo;&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 destination address 10.0.0.11&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 destination port 3389&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 source address 192.168.255.101&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 protocol tcp&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 log enable&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 state established enable&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 state new enable&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 39 state related enable&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are following motto - work smart not hard then I suggest that you use firewall generator from a website. It will literally save you a lot of time to put all Firewall rules in place. You need to download excel file and put all ports you need to open in a specific rule. As on my example, you will see rules:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/07/Vyatta-Firewall-Rules-Generator.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Vyatta Firewall Rules Generator&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;You can also download generated firewall rules prepared by myself using this link &lt;a title=&#34;Vyatta firewall rules to allow ESX and ESXi traffic&#34; href=&#34;https://www.wojcieh.net/images/files/Vyatta_firewall.xlsm&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Vyatta_firewall.xls&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In case you don&amp;rsquo;t remember ports to open to allow communication to ESXi host and vCenter server you can find it in VMware KB &lt;a title=&#34;ESXi and vCenter firewall ports&#34; href=&#34;http://kb.vmware.com/kb/1005189&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://kb.vmware.com/kb/1005189&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://kb.vmware.com/kb/1005189&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In next post, I will create trunk and LACP so much fun is coming 🙂&lt;/p&gt;</description>
        </item>
        <item>
        <title>Vyatta – Router running on VMware Workstation – Part 2 DNS, Firewall and NAT</title>
        <link>https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-2-dns-firewall-and-nat/</link>
        <pubDate>Wed, 17 Jul 2013 20:58:40 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-2-dns-firewall-and-nat/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/07/Brace-Yourself.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Brace Yourself - Firewal and NAT is coming&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In previous post &lt;a href=&#34;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-1/ &#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-1/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-1/&lt;/a&gt;&lt;/a&gt; we configured basic network connectivity between two networks. Today we will enable NAT, Firewall and DNS.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h1 id=&#34;nat&#34;&gt;NAT
&lt;/h1&gt;&lt;p&gt;Configuring NAT on Vyatta is quite simple. To do it type following commands:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;set nat source rule 10 outbound-interface eth0&lt;/li&gt;
&lt;li&gt;set nat source rule 10 source address 10.0.0.0/24&lt;/li&gt;
&lt;li&gt;set nat source rule 10 translation address masquerade&lt;/li&gt;
&lt;li&gt;set nat source rule 10 description &amp;ldquo;LAN to WAN&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;firewall&#34;&gt;Firewall
&lt;/h1&gt;&lt;p&gt;In my case I decided to use simple firewall rules based on zones. At the beginning it might be difficult to understand but if you will spend a while it should be crystal clear.&lt;/p&gt;
&lt;p&gt;First part is to create firewall rules - I used &lt;strong&gt;WAN-TO-LAN&lt;/strong&gt; and &lt;strong&gt;LAN-TO-WAN&lt;/strong&gt; rules.&lt;/p&gt;
&lt;h2 id=&#34;wan-to-lan&#34;&gt; WAN-TO-LAN
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;set firewall name WAN-TO-LAN
&lt;ul&gt;
&lt;li&gt;set firewall name WAN-TO-LAN default-action drop&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 10 action accept&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 10 protocol all&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 10 state established enable&lt;/li&gt;
&lt;li&gt;set firewall name WAN-TO-LAN rule 10 state related enable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here you see how rule WAN-TO-LAN should look like in configuration.&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;name WAN-TO-LAN &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  default-action drop
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    rule &lt;span class=&#34;m&#34;&gt;10&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            action accept  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            protocol all
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&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;h2 id=&#34;lan-to-wan&#34;&gt;LAN-TO-WAN
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;set firewall name LAN-TO-WAN&lt;/li&gt;
&lt;li&gt;set firewall name LAN-TO-WAN default-action drop&lt;/li&gt;
&lt;li&gt;set firewall name LAN-TO-WAN rule 10 action accept&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here you see how rule LAN-TO-WAN should look like in configuration.&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;name LAN-TO-WAN
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  default-action drop
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    rule &lt;span class=&#34;m&#34;&gt;10&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            action accept
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;          &lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&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;h2 id=&#34;zone-policies&#34;&gt;Zone policies
&lt;/h2&gt;&lt;p&gt;Now we will create zones - in my case &lt;strong&gt;WAN&lt;/strong&gt; and &lt;strong&gt;LAN&lt;/strong&gt; and we will assign them to apriopriate ethernet interfaces.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;set zone-policy zone WAN&lt;/li&gt;
&lt;li&gt;set zone-policy zone WAN description &amp;ldquo;WAN&amp;rdquo;&lt;/li&gt;
&lt;li&gt;set zone-policy zone WAN default-action drop&lt;/li&gt;
&lt;li&gt;set zone-policy zone WAN interface eth0&lt;/li&gt;
&lt;li&gt;set zone-policy zone LAN&lt;/li&gt;
&lt;li&gt;set zone-policy zone LAN description &amp;ldquo;LAN&amp;rdquo;&lt;/li&gt;
&lt;li&gt;set zone-policy zone LAN default-action drop&lt;/li&gt;
&lt;li&gt;set zone-policy zone LAN interface eth1&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;assign-firewall-to-zones&#34;&gt;Assign firewall to zones
&lt;/h2&gt;&lt;p&gt;This one is tricky - read carefully syntax of commands.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WAN&lt;/strong&gt; firewall - set zone-policy zone &lt;strong&gt;WAN&lt;/strong&gt; from &lt;strong&gt;LAN&lt;/strong&gt; firewall name &lt;strong&gt;LAN-TO-WAN&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;LAN&lt;/strong&gt; firewall - set zone-policy zone &lt;strong&gt;LAN&lt;/strong&gt; from &lt;strong&gt;WAN&lt;/strong&gt; firewall name &lt;strong&gt;WAN-TO-LAN&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here you see how zone &lt;strong&gt;WAN&lt;/strong&gt; should look like.&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;default-action drop
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;description WAN
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  from LAN &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;firewall &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  name LAN-TO-WAN
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&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;interface eth0&lt;/p&gt;
&lt;p&gt;Here you see how zone &lt;strong&gt;LAN&lt;/strong&gt; should look like.&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;default-action drop
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;description LAN
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;from WAN &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;firewall &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;name WAN-TO-LAN
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;interface eth1
&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;h3 id=&#34;dns-configuration&#34;&gt;DNS configuration
&lt;/h3&gt;&lt;p&gt;DNS configuration is quite simple. In order to make it work enter following commands:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;set service dns forwarding name-server **IP **(In my case it is 192.168.255.254)&lt;/li&gt;
&lt;li&gt;set service dns forwarding listen-on eth1&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In order to really test it from Domain Controller I set forwarded to Vyatta LAN IP - 10.0.0.1 and I deleted all root hints.&lt;/p&gt;
&lt;h3 id=&#34;eot&#34;&gt;EOT
&lt;/h3&gt;&lt;p&gt;Wow - this was really long post. I hope you will find it really usefull and all will work in you environment as well.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Vyatta – Router running on VMware Workstation – Part 1 basic networking</title>
        <link>https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-1/</link>
        <pubDate>Fri, 12 Jul 2013 22:09:35 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/vyatta-router-running-on-vmware-workstation-part-1/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/07/Vyatta-Logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Vyatta Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Have you ever thought of using your own router in your virtual lab? I did and previously I was using GNS with Cisco IOS images but with new lab I would like to use Vyatta as router and firewall. Configuration of GNS with VMware Workstation was not as easy as is Vyatta.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h3 id=&#34;what-is-vyatta&#34;&gt;What is Vyatta?
&lt;/h3&gt;&lt;p&gt;Vyatta - as Wikipedia says is Debian based software-based virtual router, firewall, vpn. I find it very powerful (although I will not use more than 5% of its capabilities) and people familiar with Cisco and Juniper will feel like home. One feature which might be useful (Web GUI) was removed in version 6.3 - shame on them 😛&lt;/p&gt;
&lt;p&gt;Ok let&amp;rsquo;s do it!&lt;/p&gt;
&lt;h3 id=&#34;basic-networking&#34;&gt;Basic Networking
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;After downloading ISO create Virtual Machine deploy VM (I used 1 vCPU, 512MB RAM and 3GB of Storage) with Debian as Operating System. I used two network adapters - one will be connected to LAN (OUTER Network, we can call it public) network 192.168.255.0 / 24 (to access Vyatta via SSH) and second one to VMNet1 which is network for Virtual Machines (INNER Network). Vyatta will do routing and firewall between networks.&lt;/li&gt;
&lt;li&gt;After boot screen hit enter and login to vyatta using following credentials:&lt;/li&gt;
&lt;li&gt;Username: vyatta&lt;/li&gt;
&lt;li&gt;Password: vyatta&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/07/Vyatta-boot.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Vyatta Boot&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Next step is really simple - installation of Vyatta on local disk. In order to do that simply execute command: &lt;strong&gt;install system&lt;/strong&gt; and confirm it.
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/07/Vyatta-Install-System.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Vyatta - Install System&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;I went with default settings for partitions but you can align them as you wish.&lt;/li&gt;
&lt;li&gt;Set vyatta user password.&lt;/li&gt;
&lt;li&gt;Reboot Vyatta by executing command: &lt;strong&gt;reboot&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Login again to vyatta and we will start with setting hostname. Enter configuration mode by typing &lt;strong&gt;configure&lt;/strong&gt; and type &lt;strong&gt;set system host-name your_hostname&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Now we will setup network interfaces:&lt;/li&gt;
&lt;li&gt;set interfaces ethernet eth0 address 192.168.255.250 / 24&lt;/li&gt;
&lt;li&gt;set interfaces ethernet eth1 address 10.0.0.1 / 24&lt;/li&gt;
&lt;li&gt;Commit changes by executing command &lt;strong&gt;commit&lt;/strong&gt; and save changes &lt;strong&gt;save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Now when we have both interfaces up and running we will enable SSH. In order to do it execute following commands: &lt;strong&gt;set service ssh&lt;/strong&gt;. Commit and save.&lt;/li&gt;
&lt;li&gt;Before you will be able to connect to INNER Network you need to add route on your PC or even on your physical router. In my case I added following route using command(I am running Windows) &lt;strong&gt;route add 10.0.0.0 mask 255.255.255.0 192.168.255.250 -p&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Now you should be able to reach VM&amp;rsquo;s in INNER Network - in my case subnet 10.0.0.0 / 24.&lt;/li&gt;
&lt;li&gt;This is my current network diagram&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/07/Network.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Home Lab Network Diagram V1&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;summary&#34;&gt;Summary
&lt;/h1&gt;&lt;p&gt;In next posts we will configure firewall rules and iSCSI storage for ESXi hosts.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Zarzadzanie hasłami w środowisku korporacyjnym</title>
        <link>https://www.wojcieh.net/zarzadzanie-has%C5%82ami-w-%C5%9Brodowisku-korporacyjnym/</link>
        <pubDate>Tue, 29 May 2012 09:49:16 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/zarzadzanie-has%C5%82ami-w-%C5%9Brodowisku-korporacyjnym/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/05/hasla-sa-jak-majtki.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Hasla sa jak majtki&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;W dobie wszechobecnych problemów z bezpieczeństwem sami wiecie, że długie i złożone hasła są bardzo ważne.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;W dzisiejszym wpisie chciałbym przedstawić Wam komercyjne rozwiązanie jakim jest produkt firmy &lt;a title=&#34;Thycotic&#34; href=&#34;http://www.thycotic.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Thycotic&lt;/a&gt; &lt;strong&gt;Secret Server&lt;/strong&gt;.&lt;/p&gt;
&lt;h3 id=&#34;jak-to-działa&#34;&gt;Jak to działa?
&lt;/h3&gt;&lt;p&gt;Secret Server zainstalować można zainstalować na następujących systemach operacyjnych:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Server 2003&lt;/li&gt;
&lt;li&gt;Windows Server 2003 R2&lt;/li&gt;
&lt;li&gt;Windows XP&lt;/li&gt;
&lt;li&gt;Windows Server 2008 32 i 64 bitowe&lt;/li&gt;
&lt;li&gt;Windows Server 2008 R2&lt;/li&gt;
&lt;li&gt;Windows Vista Business / Ultimate&lt;/li&gt;
&lt;li&gt;Windows 7 Professional / Ultimate&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Do działania wykorzystywana jest baza sql oraz IIS instalowany w systemie operacyjnym. Wszystkie dane są szyfrowane algorytmem AES 256 i haszowane SHA512 - produkt spełnia również normy &lt;a title=&#34;Norma FIPS 140-2&#34; href=&#34;http://en.wikipedia.org/wiki/FIPS_140-2&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;FIPS 140-2&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;demo&#34;&gt;Demo
&lt;/h3&gt;&lt;p&gt;Krótkie demo produktu zobaczyć można pod tym adresem &lt;a class=&#34;link&#34; href=&#34;http://www.thycotic.com/secretserver_movie.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://www.thycotic.com/secretserver_movie.html&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;czy-jest-to-produkt-dla-mnie&#34;&gt;Czy jest to produkt dla mnie?
&lt;/h3&gt;&lt;p&gt;Produkt ten nie jest dla &amp;ldquo;zwykłego śmiertelnika&amp;rdquo; - zdecydowanie jest przeznaczony dla większych firm i korporacji. W dużych firmach gdzie administratorzy zarządzają dużą ilością serwerów dosyć często pojawia się problem haseł.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;kto zna hasło do danego systemu?&lt;/li&gt;
&lt;li&gt;kiedy ostatnio hasło było zmieniane?&lt;/li&gt;
&lt;li&gt;złożoność hasła&lt;/li&gt;
&lt;li&gt;znajomość haseł przez osoby niepowołane&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Są to oczywiście jedynie wybrane przeze mnie zagrożenia jednak według mnie jedne z ważniejszych.&lt;/p&gt;
&lt;h3 id=&#34;dlaczego-wybrałbym-secret-server&#34;&gt;Dlaczego wybrałbym Secret Server?
&lt;/h3&gt;&lt;p&gt;Przede wszystkim polecam zapoznanie się z licencjonowaniem i zalecam wybranie edycji od wersji Professional. Wersja ta posiada integrację z &lt;strong&gt;Active Directory&lt;/strong&gt; co w środowisku korporacyjnym jest niezwykle ważne (integracja z Active Directory pozwala pozbyć się lokalnych użytkowników).  Bardzo ciekawie prezentuje się zarządzanie dostępem do haseł - możemy tworzyć foldery, dodawać role użytkowników do konkretnych folderów.&lt;/p&gt;
&lt;p&gt;Kolejną z ciekawych funkcji jest możliwość uruchamiania konsoli SSH (np. PuTTY) czy RDP bezpośrednio do danego systemu z oprogramowania. Bardzo podoba mi się możliwość wymuszenia automatycznej zmiany haseł do systemów (urządzenie / system powinien mieć dostęp przez telnet lub ssh) oraz możliwość tworzenia skryptów.&lt;/p&gt;
&lt;p&gt;Wspierane systemy do automatycznej zmiany haseł to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Local admin&lt;/li&gt;
&lt;li&gt;Active Directory&lt;/li&gt;
&lt;li&gt;UNIX/Linux/Mac (incl. root)&lt;/li&gt;
&lt;li&gt;MS SQL Server&lt;/li&gt;
&lt;li&gt;Oracle&lt;/li&gt;
&lt;li&gt;Sybase&lt;/li&gt;
&lt;li&gt;MySQL&lt;/li&gt;
&lt;li&gt;VMware ESX&lt;/li&gt;
&lt;li&gt;DSEE&lt;/li&gt;
&lt;li&gt;Cisco&lt;/li&gt;
&lt;li&gt;Juniper&lt;/li&gt;
&lt;li&gt;Enterasys&lt;/li&gt;
&lt;li&gt;WatchGuard&lt;/li&gt;
&lt;li&gt;Check Point&lt;/li&gt;
&lt;li&gt;Dell DRAC&lt;/li&gt;
&lt;li&gt;HP iLO&lt;/li&gt;
&lt;li&gt;OpenLDAP&lt;/li&gt;
&lt;li&gt;SSH / Telnet&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Przykładowa zmiana hasła na urządzeniu Cisco &lt;a class=&#34;link&#34; href=&#34;http://support.thycotic.com/KB/a251/heartbeat-and-remote-password-changing-for-cisco-accounts.aspx?KBSearchID=22719&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://support.thycotic.com/KB/a251/heartbeat-and-remote-password-changing-for-cisco-accounts.aspx?KBSearchID=22719&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Produkt posiada również wiele innych funkcji, których nie będę wymieniał - link do wszystkich funkcji &lt;a class=&#34;link&#34; href=&#34;http://www.thycotic.com/products_secretserver_featurelist.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://www.thycotic.com/products_secretserver_featurelist.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Zachęcam Was do testów programu (bądź innych programów tego typu) gdyż może on rozwiązać wiele problemów przy niewielkim nakładzie kosztów.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Import certyfikatów SSL w Linuxie i Windowsie</title>
        <link>https://www.wojcieh.net/import-certyfikat%C3%B3w-ssl-w-linuxie-i-windowsie/</link>
        <pubDate>Sun, 22 Apr 2012 22:10:40 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/import-certyfikat%C3%B3w-ssl-w-linuxie-i-windowsie/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/04/Certificate.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Certificate&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Dzisiejszy wpis będzie o imporcie niezaufanych (wygenerowanych samodzielnie) certyfikatów SSL do Windowsa 7 i Ubuntu. Są to obecnie dwa najbardziej popularne systemy.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Certyfikaty SSL służą do szyfrowania danych przesyłanych pomiędzy użytkownikiem a serwerem w sieci Internet. Nie będę wnikał i opisywał co to jest certyfikat SSL a po więcej informacji zapraszam tutaj &lt;a href=&#34;http://ssl.certum.pl/certyfikaty/certy,informacje_co_to_jest_certyfikat_ssl.xml&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://ssl.certum.pl/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://ssl.certum.pl/&lt;/a&gt;&lt;/a&gt;. Codziennie odwiedzamy wiele stron zabezpieczone certyfikatami SSL i jak sami wiecie część z nich posiada certyfikaty wygenerowane samodzielnie. Jak można rozpoznać takie certyfikaty?&lt;/p&gt;
&lt;p&gt;Bardzo prosto 🙂&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/04/Chrome-SSL-error.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Chrome-SSL-error&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Firefox&lt;br&gt;
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/04/Firefox-SSL-error.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Firefox-SSL-error&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;Internet  Explorer
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/04/Internet-Explorer-SSL-error.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Internet-Explorer-SSL-error&#34;
	
	
&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Jak sami widzicie nie jest trudno rozpoznać certyfikaty nie podpisane przez zaufane centrum autoryzujące.&lt;/p&gt;
&lt;p&gt;Podobnie wygląda to w Ubuntu.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/04/Ubuntu-Firefox-SSL-error.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Ubuntu-Firefox-SSL-error&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Jest to według mnie dobra praktyka producentów przeglądarek aby ostrzegać &lt;strong&gt;ZU (zwykłego użytkownika)&lt;/strong&gt; o potencjalnym zagrożeniu. Co jednak jeżeli na 100% wiemy, że strona jest bezpieczna a ostrzeżenia o certyfikatach tylko nas denerwują?&lt;/p&gt;
&lt;p&gt;Pokażę filmik jak zrobić to w Windows 7.&lt;/p&gt;
&lt;iframe title=&#34;Install self signed SSL certificate in Windows 7&#34; width=&#34;1080&#34; height=&#34;810&#34; src=&#34;https://www.youtube.com/embed/y4uKPUFmSZ0?feature=oembed&amp;#038;enablejsapi=1&amp;#038;origin=https://www.wojcieh.net&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;
&lt;p&gt;W Ubuntu / Linuxie zrobimy to inaczej. Nie będzie filmiku lecz odpowiednie komendy. Wszystkie polecenie wykonujemy oczywiście z poziomu su.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;openssl s_client -connect &lt;strong&gt;STRONA_ZABEZPIECZONA_SSL:443&lt;/strong&gt; |tee &lt;strong&gt;STRONA_ZABEZPIECZONA&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;openssl x509 -inform PEM -in &lt;strong&gt;STRONA_ZABEZPIECZONA&lt;/strong&gt; -text -out &lt;strong&gt;STRONA_ZABEZPIECZONA&lt;/strong&gt;.&lt;strong&gt;pem&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;cp &lt;strong&gt;STRONA_ZABEZPIECZONA&lt;/strong&gt;.**pem **/usr/share/ca-certificates/&lt;strong&gt;STRONA_ZABEZPIECZONA.crt&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;vi /etc/ca-certificates.conf gdzie dodajemy  &lt;strong&gt;STRONA_ZABEZPIECZONA.crt&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;c_rehash&lt;/li&gt;
&lt;li&gt;update-ca-certificates&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Po wykonaniu wszystkich komend (gdzie oczywiście w miejscie &lt;strong&gt;STRONA_ZABEZPIECZONA_SSL&lt;/strong&gt; należy podać adres IP albo nazwę dns strony) certyfikat powinien być dodany do systemu. Do wykonania komend w systemie potrzebna jest biblioteka openssl.&lt;/p&gt;
&lt;p&gt;Jako działający przykład pokażę stronę z torrentami korzystającą z własnego certyfikatu SSL.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/04/Polishtracker.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Certyfikat SSL zaimportowany w Linuxie&#34;
	
	
&gt;&lt;/p&gt;</description>
        </item>
        <item>
        <title>Truecrypt i maly skrypt</title>
        <link>https://www.wojcieh.net/truecrypt-i-maly-skrypt/</link>
        <pubDate>Thu, 12 Jul 2007 18:04:02 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/truecrypt-i-maly-skrypt/</guid>
        <description>&lt;p&gt;Dzisiejszy wpis traktuje o świetnym programie jakim jest &lt;strong&gt;Truecrypt&lt;/strong&gt; , mały opis programu z &lt;a href=&#34;http://pl.wikipedia.org/wiki/TrueCrypt&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;Wikipedia.pl&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;![Truecrypt logo][1]&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;TrueCrypt&lt;/strong&gt; jest darmowym oprogramowaniem Open Source dla systemów Microsoft Windows 2000/XP/2003 oraz Linux, umożliwiającym szyfrowanie całych partycji dyskowych &amp;ldquo;w locie&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Polecam przede wszystkim świetny &lt;strong&gt;FAQ&lt;/strong&gt; oraz opis na stronie &lt;strong&gt;&lt;a title=&#34;jakilinux.org&#34; href=&#34;https://www.wojcieh.net/truecrypt-i-maly-skrypt/&#34; target=&#34;_blank&#34;&gt;jakilinux.org&lt;/a&gt;&lt;/strong&gt;. Nie będę opisywał samego programu bo jest to bezcelowe i powielę jedynie opisane już dobrze funkcje programu.&lt;/p&gt;
&lt;p&gt;Jednak celem dzisiejszego wpisu są utworzone przeze mnie 2 skrypty do montowania i od montowania dysków.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Skrypt montujący:&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;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;_@echo off
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cls
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;truecrypt /a /v DeviceHarddisk0Partition2 /l D /p &lt;span class=&#34;p&#34;&gt;&amp;amp;&lt;/span&gt;TWOJETAJNEHASLO&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; /q
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cls_
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;_@echo off
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cls
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;truecrypt /a /v DeviceHarddisk0Partition2 /l D /p &lt;span class=&#34;p&#34;&gt;&amp;amp;&lt;/span&gt;TWOJETAJNEHASLO&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; /q
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cls_
&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;Gdzie /v i ścieżka to ścieżka do partycji( co ważne to, iż w waszym systemie partycja zaszyfrowana może mieć inna ścieżkę i trzeba to uwzględnić przy samym skrypcie), D po /l oznacza jaka literę chcemy przypisać dla partycji /p i &amp;ldquo;tekst w cudzysłowach&amp;rdquo; to Twoje hasło do partycji a /q oznacza wyjście z programu.&lt;/p&gt;
&lt;p&gt;Od montowanie partycji&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;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;_@echo off
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cls
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;truecrypt /d D /q
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cls_
&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;Gdzie /d oznacza demontowanie a /q wyjście z programu.&lt;/p&gt;
&lt;p&gt;Oczywiście aby skrypt działał jak należy powinniśmy umieścić go w katalogu instalacji programu. jeśli zamierzamy sam skrypt mieć w innym miejscu należy przed &lt;em&gt;truecrypt&lt;/em&gt; wpisać cala ścieżkę do programu. Nie należy zapomnieć również o zapisaniu plików do rozszerzenia *.bat czyli np mount.bat i umount.bat.
[1]: /images/uploads/2007/07/truecrypt.webp&lt;/p&gt;</description>
        </item>
        
    </channel>
</rss>
