Archive
System Center TechNet related Blog Posts to note
There are a few blog posts to note from TechNet. This is just a small sample of important post of the past few days.
PowerShell
There is a new home page for PowerShell
https://msdn.microsoft.com/en-us/powershell
Check this page to give feed back on the new landing page.
System Center Operations Manager Feedback Request
The operations manager product team is looking for feed back on Alert Criticality, with a very short survey. If you use Operations Manager on any kind of basis and work with Alerts please take the survey to give the product team some real world feedback.
Direct Link to Survey: http://aka.ms/criticality
System Center Service Manager 2012 R2 UR7
It is not released yet, they are just announcing the release date to the download center which will be July 28th.
http://blogs.technet.com/b/servicemanager/archive/2015/07/22/ur7-is-on-it-39-s-way.aspx
Security Threat Analysis – Using Operations Management Suite
This is a very nice run down on using OMS or Operations Management Suite to provide a security investigation example.
White paper: Is Operations Manager still relevant?
This was directly stolen from Cameron Fullers post on ‘SystemCenterCentral’ just trying to help get the word out on this new white paper.
With Microsoft so focused on the cloud, it causes concerns about the future of technologies which many of us live and breathe on a daily basis. To tackle this topic I have written a whitepaper which looks at Operations Manager and its futures from a variety of angles to answer the question: “Is Operations Manager still relevant in the world of the cloud?”
Highlights of this whitepaper include:
- A history of Operations Manager and what conclusions we can draw from that history
- Cloud first, mobile first, and it’s impacts on System Center
- The Microsoft Operations Management Suite and how it compares with Operations Manager
- Monitoring available within Azure, and solutions to monitor Azure
- The Cloud Platform Stack, WAP, and Azure Stack
-
Architecting Operations Manager to run in the cloud
To find out the answer, check out the new whitepaper available for download at:https://www.savision.com/free-whitepaper-mvp-cameron-fuller-tackling-elephant-room-opsmgr-still-relevant-cloud
Windows 2008R2 running out of disk space?
One of the fun parts about keeping up my own lab is being able to be my on sysadmin. This posting is as a reminder to myself of how to fix this problem with out having to use a search engine to find the command line below. Yesterday a few VMs that I maintain for ongoing support reasons, ran out of disk space on the C drive, that is running Windows 2008 R2. Naturally the WinSxS folder was huge, so I found the following command line to get rid of some of the extra fluff in that folder that maintains hot fixes downloaded from Microsoft. This not intended to be an all about post for DISM as there are better resources for that, if you are not sure what this utility does please use your favorite search engine to learn more about what this utility does. After Running DISM you will not be able to uninstall Service Pack 1 anymore on Windows 2008 R2.
From an elevated command prompt issue the following command:
DISM.exe /online /Cleanup-Image /spsuperseded
If I create another gold Windows 2008 R2 image to run VMs on I’ll run this command to make the master image smaller. SCORE!
New poster series Windows Server 2012 R2 Private Cloud Virtualization and Storage Poster and Mini-Posters
New poster series available for download. http://www.microsoft.com/en-us/download/details.aspx?id=41665&WT.mc_id=Social_TWITTER_OutgoingAnnouncements_Mon%20Jan%2027%2020:52:26%20GMT%202014_41876087_windowsserver
Hyper-V and Failover Clustering mini poster
Scale-Out and SMB Mini poster
Storage Spaces and Deduplication mini poster
Understanding storage architecture mini poster
Virtual Hard disk and Cluster Shared Volumes mini poster
Virtual Hard disk sharing mini poster
Windows Server 2012 R2 Private Cloud Virtualization and Storage
Enjoy!
SCU 2014 Simulcast Event Jan 30th 2014
If you are thinking about coming to this event please register on event bright to ensure we order enough food for breakfast, lunch and snacks! To register for the Atlanta SCU 2014 Simulcast, which will be at the Alpharetta Microsoft complex please register here: http://www.eventbrite.com/e/scu-2014-simulcast-atlanta-ga-tickets-7970230173
The agenda for the event can be found here http://systemcenteruniverse.com/agenda.htm
Hope to see you there!
Happy New Year! 5th year MVP Renewal!
Happy new year to everyone! I hope your year will be great one! My happy surprise for the past five years on new years day, has been receiving news that I have been given the honor of receiving the MVP Award. I am amazed every day that I am able to work with such a great group of folks. I hope that I am able to maintain my level of excellence this year, which as always has its own challenges, of making sure that I have ample time with my family, friends, and loved ones.
Thank you for your continued support!
Are You Ready? TN and MSDN subscribers can now download Windows Server 2012 R2
Yesterday it was announced that RTB Bits for Windows 8.1 and Windows Server 2012 R2 are now available for TechNet and MSDN subscribers effectively immediately. Please see Brad Anderson’s post. http://blogs.technet.com/b/in_the_cloud/archive/2013/09/09/ready-now-for-tns-amp-msdn-download-windows-server-2012-r2.aspx
White Paper – Hybrid Cloud with NVGRE (WSSC 2012 R2)
This was authored by two MVPs Kristian Nese and Flemming Riis, and were tech reviewed by Daniel Neumann and Stanislav Zhelyazkov.
Great work from some great MVPs!
This is the first revision of this whitepaper, and will be updated once RTM bits are released.
You can download the whitepaper from here. http://sdrv.ms/1avHdEN
You can leave any comments or questions on Kristian’s blogpost. http://kristiannese.blogspot.no/2013/09/white-paper-hybrid-cloud-with-nvgre.html
Authors
Kristian Nese
http://kristiannese.blogspot.com/
Flemming Riis
http://flemmingriis.com/
Technical Reviewers:
Stanislav Zhelyazkov
http://www.systemcentercentral.com/author/slavizh/
Daniel Neumann
http://www.danielstechblog.de/
Having Fun with the Cloud? Make a Minecraft Server on Ubuntu! Part 1
With the 30 day free evaluation of Microsoft’s Cloud, aka Azure, I decided to try and make the cloud fun, so I made a Ubuntu VM which now hosts Minecraft, which my kids love to play on now. Those that know about Minecraft servers, I am actually building a Bukkit server. It is very similar to a Minecraft server, it just has more built in administrative support as well as plugins, user made files that can change the server, which make multiplayer experience easier to manage. This will be a three part series that will cover the following topics.
Part 1 will list out the tools that will need to be downloaded, as well as signing up for the free Azure account.
Part 2 will step you thru creating the Virtual Machine in the cloud, and creating an endpoint to access what is on the VM that was just created.
Part 3 will step you thru connecting to the server using PuTTY and WinSCP, copying files using WinSCP, installing Java, and finally starting up the Bukkit Server.
Azure free trail sign up
To get started with your own trial account create an account here: http://aka.ms/mshosting
Tools
The following tools will make doing this project much easier.
PuTTY Telnet and SSH client
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
PuTTYgen an RSA and DSA key generation utility.
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
WinSCP – Easy file transfer utility from Windows to Linux Systems
http://winscp.net/eng/index.php
GitHub/GitShell – Used to generate OpenSSL key.
http://windows.github.com/
Oracle Java SE will need to be downloaded (have to select the Accept License Agreement before you can download the file)
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
Either Linux x86 or Linux x64 the example will be using Linux x64
Bukkit Server Setup http://wiki.bukkit.org/Setting_up_a_server
_________________________________________________________________
This series of posts is to illustrate how easy the cloud can be to use, it’s flexibility to be used in different ways, as well as show the broad range of Operating Systems that are available on the Microsoft Cloud Platform. This post is for demonstration purposes only.
Having Fun with the Cloud? Make a Minecraft Server on Ubuntu! Part 2
With the 30 day free evaluation of Microsoft’s Cloud, aka Azure, I decided to try and make the cloud fun, so I made a Ubuntu VM which now hosts Minecraft, which my kids love to play on now. Those that know about Minecraft servers, I am actually building a Bukkit server. It is very similar to a Minecraft server, it just has more built in administrative support as well as plugins, user made files that can change the server, which make multiplayer experience easier to manage. This will be a three part series that will cover the following topics.
To get started with your own trial account create an account here: http://aka.ms/mshosting
Part 1 will list out the tools that will need to be downloaded, as well as signing up for the free Azure account.
Part 2 will step you thru creating the Virtual Machine in the cloud, and creating an endpoint to access what is on the VM that was just created.
Part 3 will step you thru connecting to the server using PuTTY and WinSCP, copying files using WinSCP, installing Java, and finally starting up the Bukkit Server.
Creating a Certificate for Azure
Before creating the VM we will need to create a certificate that will be utilized during the VM installation. The current version of the Azure Portal only accepts SSH public keys that are encapsulated in an x509 certificate. When creating the Ubuntu VM you will be asked to upload compatible SSH key for authentication. The help file associated with this topic is viewable here http://www.windowsazure.com/en-us/manage/linux/how-to-guides/ssh-into-linux/
Microsoft’s documentation on “How to use SSH with Linux on Windows Azure” the section on Creating a Private Key on Windows, they throw three different tools at this problem of generating a private key on windows. To save yourself some time, just use GitHub, its very easy to use and it can be started after installing it by a shortcut on the desktop, called Git-Shell. Just copy the lines of code from the URL above under the section Creating a Private Key On Windows, and answer some questions to get the results shown below, and it will generate the private key
openssl.exe req -x509 -nodes -days 365 -newkey rsa:2048 -keyout myPrivateKey.key -out myCert.pem
The next directions on the “How to use SSH with Linux on Windows Azure” on creating a PPK for PuTTY using the PuTTYgen tool as well as how to configure PuTTY, with the certificate created in PuTTYgen are spot on, and need to be done.
Login to the Azure Management Portal
Using your new Azure logon go into the Azure Management Portal, http://www.windowsazure.com/en-us/ and click the new button at the bottom of the portal page, and click Compute -> Virtual Machine -> From Gallery.
Scroll down the list and select Ubuntu Server 12.04 LST, then click next arrow. As seen in the screen shot below, there are several flavors of Linux support already available.
Name your virtual machine, select the size of the VM, enter the user name that you will want to logon to the Ubuntu Server with, select the *.per file that is created in the first step at the top of this blog post, then enter the password you want to use for the Ubuntu account.
This will be considered a new cloud service, and will utilize the DNS Name MinecraftVM01.cloudapp.net. As I live on the East coast, I want the game server to be in the same geographic location, and just keep the default for the storage account.
This is a single game server no need to setup an availability set and click the check button to start the provisioning process, so the Virtual Machine will be created. Give the installation 5 to 10 minutes to cook, and you should be ready to connect using PuTTY and WinSCP.
Creating an Endpoint
In order to access the Minecraft/Bukkit game, we will need to create an endpoint in the Azure Management Portal. Now that the VM has been created we can now create the endpoint. In the Azure Management Portal click, on the left hand side click Virtual Machines, then click the name of the virtual machine that was created in the last step. Under the name of the Virtual Machine click the word Endpoints. Click the Add button at the bottom of the Endpoints web page. This will start up a Wizard to add an endpoint to the virtual machine. As we are just adding an endpoint, and not a load balanced web application, select add endpoint, then click the right arrow button.
The port number that Minecraft and Bukkit use is TCP port 25565. Enter the name of the Application, select the TCP Protocol, and enter the port number 25565 for both the public and private port numbers, then click the check mark to complete and save the end point.
By creating this endpoint, once the application is setup it will be accessible on the internet using the FQDN of the server.
_________________________________________________________________
This series of posts is to illustrate how easy the cloud can be to use, it’s flexibility to be used in different ways, as well as show the broad range of Operating Systems that are available on the Microsoft Cloud Platform. This post is for demonstration purposes only.