Home
Pure Storage
Cloud
VMware
Categories
Tags
Series
Certifications
About
  • Unable to join PSC to Domain via Webclient

    Sep 21, 2015 PSC Webclient
    Share on:

    I am actually pretty surprised this bug still exists. I came across this issue with my first deployment of vSphere 6. Now I am circling back around to do a POC and it still exists.

    When trying to join a Platform Services Controller to the domain via the vSphere Webclient I get the following error: “java.lang.reflect.invocationTargetException”

    There are currently two workarounds now with 6.0U1 I am aware of.

    • The first method is to join to the domain using the CLI.
    1/opt/likewise/bin/domainjoin-cli join domain username
    
    • The second method is to use the new PSC interface to join to …

    Read More
  • Unable to SSH to vSphere 6 VCSA or PSC

    Sep 21, 2015 SSH vSphere 6.0
    Share on:

    So I am in the midst of setting up a vSphere 6 POC and it has been a bit since I played with it. I came across a problem I thought i would document and share.

    While trying to setup my Platform Service Controllers for HA. I was having issues sshing into the appliance. I kept on getting errors, that the packet sizes were too big or just authentication would fail.

    Read More
  • Enabling Biometrics in Horizon View 6.2

    Sep 16, 2015 Horizon View
    Share on:

    Horizon 6.2 Introduced Biometric Authentication, with initial support for TouchID on IOS devices.

    This post will explain how to enable it, as its not really something greatly documented right now. I think they are aware and hopefully in a future update this will be easier.

    Here is a link to the current VMware documentation.

    NOTE: This feature does require a 3rd party trusted signed certificate to work. From my current testing and speaking with others self-signed certificates will not function.

    Read More
  • Upgrading Horizon View 6.1 to 6.2

    Sep 16, 2015 Horizon View
    Share on:

    I had the opportunity to upgrade my Horizon View environment from 6.1 to 6.2. As always VMware has made this very easy!

    First download the bits from here.

    The upgrade documentation can also be found here.

    Warning: In my environment I do not have a composer server, if you had one this would be upgraded first The upgrade order is as follows. Composer Server, Connection Servers and then Security Servers.

    • Log on to your connection server and launch the executable.

    Read More
  • Using PowerCLI to Extend VMDK and Windows OS Disk

    Sep 15, 2015 PowerCLI Storage
    Share on:

    I wanted to share this handy script i created when you have a need to extend a disk.

    This script can be extremely handy as it will take care of extending the VMDK and then going to the OS and then performing the expansion there as well. This has been helpful when needing to extend a large batch of servers (60+).

    Syntax: .\ExtendVMDKandGuest VMNAME

    You will then be prompted to enter in the Hard Disk #, the size you want to be extended, and then which drive letter that volume belongs to.

    Read More
  • Using PowerCLI to Detach Luns

    Sep 14, 2015 PowerCLI Storage
    Share on:

    I thought I would share this script, its been circulating a bit but I feel it is a nice one to have in your toolkit.

    Have you ever had to remove a LUN from a cluster and thought “Do I really need to detach all the LUN’s, before un-mapping from my SAN?”

    1. Unmount Datastore
    2. Detach LUN
    3. Un-map from SAN
    4. Rescan Cluster

    Well here is a handy script with output. All you need to do is unmount your datastore(s), and then enter in your naaid of your LUN’s and the cluster you want to remove it from, save it an execute. All the LUN’s will be detached without having to manually …

    Read More
  • vSphere 6.0 Update 1 Released

    Sep 10, 2015 vSphere 6.0
    Share on:

    Today vSphere 6.0 U1 is released. This is normally the update everyone waits for before upgrading their production environments to the latest version. I think the first time in awhile, a lot of people will wait.

    You see, VMware has had a bug KB2124669 since ESXi 6.0 that can cause an ESXi host to randomly lose connection, freeze and overall act really terrible. With the release of 6.0U1 it still exists.

    Read More
  • Deploying and Hosting Jekyll on Ravello Systems

    Sep 8, 2015 Jekyll Ravello
    Share on:

    Did you know you could get host your own blog on Ravello Systems?

    Its actually quite easy and even easier with Jekyll. Jekyll is a great static content platform perfect for hosting your blog. It is all based on html/css/markdown and requires absolutely no database.

    Please use my previous [blog]({% post_url 2015-09-08-how-to-deploy-a-jekyll-blog %}) on how to get it deployed.

    Disclaimer: This is in no way supported or recommended by Ravello Systems, running this 24x7 even with 1CPU will consume most of your free trial/vExpert hours. So please use this at your own risk.

    Lets get started!

    Read More
  • How To Deploy a Jekyll Blog

    Sep 8, 2015 Jekyll
    Share on:

    So after getting my blog up and running I figured I would do a quick how-to, on how to get a blog up and running. Its actually something you can do in less than 15 minutes.

    1~ $ gem install jekyll
    2~ $ jekyll new myblog
    3~ $ cd myblog
    4~/myblog $ jekyll serve
    5# => Now browse to http://localhost:4000 and you will see the blog running!
    

    Easy Enough? Now how do you create a blog post?

    Read More
  • Using Vagrant to Deploy an Ubuntu Server running NGINX

    Sep 8, 2015 Vagrant Ubuntu Nginx
    Share on:

    So as I was getting around to trying to get a host platform setup for a Jekyll blog I was looking at an alternative to GitHub Pages. I decided I would run it on Ubuntu Server using NGINX as the web platform.

    Here is a quick vagrant runbook that will quickly get a linux server deployed and install NGINX to host your website.

    The code can be found here.

    The bootstrap_linux_nginx.sh file runs the following commands to install NGINX. You can add commands to your file to automatically create your configuration and sites to publish automatically. By default this will just bring up the default nginx …

    Read More
    • ««
    • «
    • 17
    • 18
    • 19
    • 20
    • 21
    • »
    • »»
a blog about virtualization, storage and stuff

Recent Posts

  • Unlocking Performance Insights: Using resxtop to Monitor Your Azure VMware Solution Environment
  • Navigating the Azure Cloud: Key Considerations for Strengthening Infrastructure Security with Azure Locks
  • The Power of PowerShell: Calculating Azure VMware Solution (AVS) Costs
  • Navigating the Azure Cloud: Key Considerations for Azure VMware Solution (AVS)
  • Navigating the Azure Cloud: Key Considerations for Harnessing DNS with Azure Private Endpoints
  • Using Bicep to Deploy a Microsoft SQL on Azure VM with Cloud Block Store Volumes
  • Using Bicep to Deploy an Azure Virtual Machine
  • Using CloudFormation to Manage EC2 in AWS

Copyright ©  DAVIDSTAMEN. All Rights Reserved.      Privacy Policy