Saturday, 29 November 2014

Microsoft Azure Operational Insights (formerly known as System Center Advisor)

 

[Updated 3 December 2014] – Updated dashboard with more result after install agent.

For those who has played around with System Center Advisor (https://systemcenteradvisor.com/)  will realize that the product is now rename to “Microsoft Azure Operational Insights” (https://preview.opinsights.azure.com/). Don’t worry about your previous data as it is automatically be transferred across to Operational Insights.

System Center Advisor

1

Microsoft Azure Operational Insights

2

Let have a simple walkthrough on Operational Insight portal.

[Pricing]

Currently under Preview. No cost to participate

[Sign in]

Using Organizational ID or Microsoft Outlook. We are using our outlook.com id to login in.

[Requirement]

1. Individual computer after install agent or

2. Operation Manager Management Server . Must install with  SCOM Update Rollup 2

[How it works?]

1. Data is send directly to the Operational Insight Service

2. A secure HTTPS connection is established between the Operation Manager Management Server or individual computer and operation Insight service using port 443.

3. Collected data is compressed before send to Operation Insight service. This data is stored in the Windows Azure North America datacenter

[ Firewall ]

  • Open port 80 and 443

Types of data that it is going collect:-

Intelligence Pack Data Types
Configuration Assessment Configuration Data
Capacity Planning Performance Data (Require integration between SCOM and VMM)
Security Assurance Windows Security Events, Firewall log
Antimalware Configuration Data (Require Windows Defender or System Center Endpoint Defender)
System Update Assessment System Update Data
Log Management Windows Event Log / IIS Log
Change Tracking Software Inventory and Windows Service Metadata
SQL Assessment Configuration Data (Require .Net 4)
AD Assessment (Coming Soon) Assess the risk and health of AD environments
Security (Coming Soon) Provide the ability to explorer security related data and help to identify security breaches

[Mobile App]

  • Only available to Windows Phone at this moment. For android and IOS, you need to submit a request and Microsoft will send notification to your email account when the mobile app is available.

[ Exploring Portal]

Portal is build with HTML 5

1. Creating workspace. We called it “MS4UCloud”. Go to Setting to change your user information.

SNAGHTML44c5146

2. Add Intelligence Pack into Operation Insight

IP

3. Download the agent from here:- http://go.microsoft.com/fwlink/?LinkID=517476&clcid=0x409.

Install Microsoft Monitoring agent to individual server / computer. We test deploy this to stand alone server without SCOM on-premise.

image

Enter workspace ID and Workspace name.

image

This information is available within Operational Insight Portals. Click overview and look for “Server and Usage” and click Configure

image

Meanwhile, if you do has Operation Manager on-premise then you can go to Administration | System Center Advisor and Register to Advisor Service. To select which server to send data, you can click “Add a computer/Group”

image

Wait for couple of hour for data transfer to Operational Insight Portal.

[Portal – Overview] – Updated 3 December 2014

image

[Portal – Change Tracking IP]

image

[ Portal – Log Management IP]

Select which event log that you would like to capture and view according to Event log & ID

image

image

image

[ System Update Management]

image

[Antimalware]

image

[ Built your own dashboard]

  • Has the ability to change visualization from bar to number
  • Can configure threshold and highlight when exceeding values
  • Add or remove tiles to dashboard
  • Change display value to 6 hour, 1 day, 7 Days or Custom

image

Since Operational Insights is still free, you probably would like to check out and play around with the product. Enjoy your testing!

Monday, 24 November 2014

Azure IaaS for IT Pros Online Event (Dec 1-4)


Is it time to level up your skills using Infrastructure as a Service?  Want to learn from the best technical engineers and noted technology leaders around? 
Join Mark Russinovich, Corey Sanders, and members of the Azure Engineering team for a live event delivered online over four days.  Join for one session, join for them all. You'll dive deep into technical scenarios, ask questions of the experts, and level up your own skills. 
Azure IaaS for IT Pros Online Event, December 1-4


Become an IaaS go-to guru
Mark Russinovich, Microsoft Chief Technology Officer, Azure, will kick off the event, followed by deep technical training in the technologies critical for IT Pro Implementers, like you, to deepen your foundational cloud skills.  Following the keynote, experts will share their technical insights on topics including Core IaaS, Cloud Infrastructure Fabric, Open Source Software on Azure, and Workloads on Azure IaaS.
Be recognized for your skills
Get certified for your skills! Register for the event to receive reminder emails and obtain details for receiving a 50% off exam voucher you can use towards Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions for Microsoft Azure Specialist Certification.


Join the live event from 9am to 1pm PST


December 1
Establish the Foundation: Core IaaS Infrastructure Technical Fundamentals

December 2
Dive Deep into Networking, Storage,
and Disaster Recovery Scenarios

December 3
Embrace Open Source Technologies
(Chef and Puppet Configurations, Containerization with Docker and
Linux) to Accelerate and Scale Solutions

December 4
Optimize Windows Workload Architecture
and Administration Capabilities Within Azure

Interested, please register by click below icon.


Sunday, 23 November 2014

Connecting to AWS Add-Ins for Microsoft System Center Virtual Machine Manager

Amazon Web Services (AWS) recently released AWS Add-ins for System Center ver1.0. This add-ins allow you administer your AWS resources using SCVMM.

Benefit of using this Add-Ins:-
a) monitor and manage EC2 for Windows Instances in the AWS Cloud from the SCVMM Console

It get our attention and let have a walk through on how to configure it

[ Download ]

  • Download AWS Add-Ins from here.
  • It is FREE

[Supported SCVMM version]

  • SCVMM 2012 SP1
  • SCVMM 2012 R2

[ Import ]

  • Click Settings workspace
  • On the toolbar, select Import Console Add-Ins
  • Select the AWS Add-Ins zip file




[ Problem during Import ]

If you face an issue during import, please feel free to check out our parent site :- http://www.ms4u.info/2014/11/error-assembly-microsoftsystemcentervir.html on the resolution 

[Configuration on AWS]
Create an IAM User using AWS Management Console. Go to https://console.aws.amazon.com/iam/

  • Click Users | Create New Users
  • Enter user name and click Create. Remember to tick "Generate an access key for each user". 
  • Download the key and save in safe location. The credentials.csv consist of 
    • User name
    • Access Key
    • Secret Access key





[Configuration on VMM]

  • Go to Fabric workspace
  • On toolbar, clic AWS EC2


  • Enter Access Key
  • Enter Secret Access Key 
  • Note:- Refer to the credential.csv file that you download from previous step



The credential will be associated with the logged in Windows user on the host system

Click on VM and Services workspace
Select All Host Host Group
Click on AWS EC2 on the toolbar


Now you can view, reboot, stop,start and terminate instances.

Based on our testing, we also can perform

  • Grant permission to users so that they can manage EC2 instances from SCVMM
  • Users can get the password for their Windows instances and connect to them using RDP
  • User can get the public DNS names for their Linux instances and connect to them using SSH

At this moment, we cannot provision a new virtual machine. Therefore you need to create EC2 instance from AWS Management Console, AWS CLI or an AWS SDK.