Installing Windows Server 2012 RC

So I just downloaded the bits for Windows Server 2012 RC and in the process of installing it into my test lab. I got my hands on a couple of IBM x3550 M3 servers with the following specs:

CPU: 2 x Intel 5620 4c
RAM: 48 GB RAM
Disk:  8 x 146 GB disk
10 G NIC: Intel x520-DA2

These two servers will be Hyper-V hosts and the reason for all the local disks and the 10G NICs is so I’m able to test the Hyper-V replica feature :)

I will try update my blog as I progress in this installation and test. So fare here is a screendump and I can say that you still need to reboot the server when changing the hostname :(

server2012

To be continue….

, ,

No Comments

Problem booting Windows 8 from VHD file

If you have used the VHD method to install Windows 8 and placed this VHD file on your host OS, you might experience getting the following error when booting at some point:

VHD_BOOT_HOST_VOLUME_NOT_ENOUGH_SPACE

win8error

 

Reason/Resolution

The reason you get this, is because you are able to install Windows 8 into a dynamic VHD file (Thin Provioning), but Windows 8 still looks at how much space there are left on the host volume where you have placed the VHD file. So if you have made a 20 GB dynamic VHD file and only using 10 GB, but the host volume only have 8 GB left, then you will get this error.
So you must always make sure that you have as much space available on your host volume as the VHD file can grow.

, ,

No Comments

How to change the ADFS 2.0 URL in a deployment used with Office 365

I just wanted to share an good article I followed yesterday when I needed to change the URL and therefor also the certificate in a Office 365 ADFS setup:

http://www.proexchange.be/blogs/office365/archive/2011/11/06/how-to-change-the-adfs-2-0-url-in-a-deployment-used-with-office-365.aspx

Remember always to use a public certificate in production environment and this is also required if you need SSO for you Office desktop deployment. You also required to use ADFS Proxy or publish ADFS though TMG if you need to use SSO.

I found this great video that explains how to publish ADFS though TMG:

!!!Remember as it also shows in the video, when creating the web listener and you are using a star(*) certificate like *.yourdomain.dk, that you type *.yourdomain.dk in the Internal site name.

, , , , ,

No Comments

Microsoft’s Certifications Reinvented for the Cloud

 

Microsoft has just announced that they are changing there certification program and by that also bringing back MCSE – this time MCSE I short for "Microsoft Certified Solution Expert”

The new certification program also has a lot more focus on Cloud technology, by making specific cloud certification paths. They have also divided the main titles into three categories: Associate, Expert and Master as you can see in this picture:

image

You can read more about this new certification program here: http://www.microsoft.com/en-us/news/features/2012/04-11CloudCertifications.aspx and there are also a small video explaining the new program.

, , , , ,

No Comments

Citrix Cloud Portal Services Manager–Videos

 

citrix_cloudFebruary last year (2011) Citrix announced that they had acquired the company called EMS Cortex. EMS Cortex makes a web based control panel that integrates into a lot of different Microsoft and Citrix products and easies the administration and provisioning of services within these products, which includes Exchange, SharePoint, Lync, Web hosting, SQL Server, DNS, RDS, MS CRM, Hyper-V and XenApp.

 

The EMS Cortex control panel is now part of the Citrix product suite and has been renamed to “Citrix Cloud Portal Service Manager

The acquisition is a part of Citrix’s cloud strategy and the fact that they have seen a big potential in delivering software for the service providers out there. Since the acquisition I have been following with a great deal of curiosity how and when Citrix will make this a part of there product suite, because there are no doubt that all the Citrix CSP’s will benefit a lot from this acquisition if the price will be right.

Also it’s really exciting to see how Citrix will connect/integrate all there products together into one big cloud framework which now include the following products: Cloud Portal Service Manager, Cloud Gateway, Cloud Bridge, cloud.com (Cloud Stack/Open Stack), ShareFile (Follow me data).

Almost a year after the acquisition Citrix is finally ready with there first version of Cloud Portal Service manager, which properly don’t have that many new features but most of all is just a rebranded version of EMS Cortex control panel, but this most likely change in the future and we will properly see integrations coming this year to more Citrix products and new Microsoft products.

With this new release Citrix has published 13 videos which explains how to deploy and configure Cloud Portal Service Manager, they are all available at CitrixTV and I have listed them here:

, , , , , , , , ,

No Comments

NetApp pocket guide commands

The last couple of weeks I have been working on installing and configuring a new NetApp setup and searching for something else I ran over the following blog post from blogspot.com: http://unixfoo.blogspot.com/2009/07/pocket-guide-for-netapp-commands.html

It’s a nice list of all the most common and usefulle NetApp commands, I have printed two copies and placed one next to the NetApp storage and one at my desk :)

To make it more easy I desicede to also post the list here and add some additional commands and will add more in the future if I find more or new ones will be added in the OnTap OS.

  • ifgrp status : shows status of you vifs (replace vif status)
  • sysstat –x 1 : A tail of the statistic
  • sysconfig -a : shows hardware configuration with more verbose information
  • sysconfig -d : shows information of the disk attached to the filer
  • version : shows the netapp Ontap OS version.
  • uptime : shows the filer uptime
  • dns info : this shows the dns resolvers, the no of hits and misses and other info
  • nis info : this shows the nis domain name, yp servers etc.
  • rdfile : Like “cat” in Linux, used to read contents of text files/
  • wrfile : Creates/Overwrites a file. Similar to “cat > filename” in Linux
  • aggr status : Shows the aggregate status
  • aggr status -r : Shows the raid configuration, reconstruction information of the disks in filer
  • aggr show_space : Shows the disk usage of the aggreate, WAFL reserve, overheads etc.
  • vol status : Shows the volume information
  • vol status -s : Displays the spare disks on the filer
  • vol status -f : Displays the failed disks on the filer
  • vol status -r : Shows the raid configuration, reconstruction information of the disks
  • df -h : Displays volume disk usage
  • df -i : Shows the inode counts of all the volumes
  • df -Ah : Shows “df” information of the aggregate
  • license : Displays/add/removes license on a netapp filer
  • maxfiles : Displays and adds more inodes to a volume
  • aggr create : Creates aggregate
  • vol create <volname> <aggrname> <size> : Creates volume in an aggregate
  • vol offline <volname> : Offlines a volume
  • vol online <volname> : Onlines a volume
  • vol destroy <volname> : Destroys and removes an volume
  • vol size <volname> [+|-]<size> : Resize a volume in netapp filer
  • vol options : Displays/Changes volume options in a netapp filer
  • qtree create <qtree-path> : Creates qtree
  • qtree status : Displays the status of qtrees
  • quota on : Enables quota on a netapp filer
  • quota off : Disables quota
  • quota resize : Resizes quota
  • quota report : Reports the quota and usage
  • snap list : Displays all snapshots on a volume
  • snap create <volname> <snapname> : Create snapshot
  • snap sched <volname> <schedule> : Schedule snapshot creation
  • snap reserve <volname> <percentage> : Display/set snapshot reserve space in volume
  • /etc/exports : File that manages the NFS exports
  • rdfile /etc/exports : Read the NFS exports file
  • wrfile /etc/exports : Write to NFS exports file
  • exportfs -a : Exports all the filesystems listed in /etc/exports
  • cifs setup : Setup cifs
  • cifs shares : Create/displays cifs shares
  • cifs access : Changes access of cifs shares
  • lun create : Creates iscsi or fcp luns on a netapp filer
  • lun map : Maps lun to an igroup
  • lun show : Show all the luns on a filer
  • igroup create : Creates netapp igroup
  • lun stats : Show lun I/O statistics
  • disk show : Shows all the disk on the filer
  • disk zero spares : Zeros the spare disks
  • disk_fw_update : Upgrades the disk firmware on all disks
  • options : Display/Set options on netapp filer
  • options nfs : Display/Set NFS options
  • options timed : Display/Set NTP options on netapp.
  • options autosupport : Display/Set autosupport options
  • options cifs : Display/Set cifs options
  • options tcp : Display/Set TCP options
  • options net : Display/Set network options
  • ndmpcopy <src-path> <dst-path> : Initiates ndmpcopy
  • ndmpd status : Displays status of ndmpd
  • ndmpd killall : Terminates all the ndmpd processes.
  • ifconfig : Displays/Sets IP address on a network/vif interface
  • vif create : Creates a VIF (bonding/trunking/teaming)
  • vif status : Displays status of a vif
  • netstat : Displays network statistics
  • sysstat -us 1 : begins a 1 second sample of the filer’s current utilization (crtl – c to end)
  • nfsstat : Shows nfs statistics
  • nfsstat -l : Displays nfs stats per client
  • nfs_hist : Displays nfs historgram
  • statit : beings/ends a performance workload sampling [-b starts / -e ends]
  • stats : Displays stats for every counter on netapp. Read stats man page for more info
  • ifstat : Displays Network interface stats
  • qtree stats : displays I/O stats of qtree
  • environment : display environment status on shelves and chassis of the filer
  • storage show <disk|shelf|adapter> : Shows storage component details
  • snapmirror intialize : Initialize a snapmirror relation
  • snapmirror update : Manually Update snapmirror relation
  • snapmirror resync : Resyns a broken snapmirror
  • snapmirror quiesce : Quiesces a snapmirror bond
  • snapmirror break : Breakes a snapmirror relation
  • snapmirror abort : Abort a running snapmirror
  • snapmirror status : Shows snapmirror status
  • lock status -h : Displays locks held by filer
  • sm_mon : Manage the locks
  • storage download shelf : Installs the shelf firmware
  • software get : Download the Netapp OS software
  • software install : Installs OS
  • download : Updates the installed OS
  • cf status : Displays cluster status
  • cf takeover : Takes over the cluster partner
  • cf giveback : Gives back control to the cluster partner
  • reboot : Reboots a filer

, ,

No Comments

VDI in the cloud with HP

Benny Tritsch posted this great little article about his trip to HP Discover 2011 and how he was trying to find someone in the HP zoo who know something about how they will support VDI in the cloud computing space :-)

Good reading.
http://drtritsch.com/2011/12/vdi-in-the-cloud-at-hp-discover-2011

hpdiscovery

, ,

No Comments

CloudCoverTV

If you would like to follow the cloud computing world more broader than just what the big companies do in this space, the CloudCoverTV is a good place to look.

They have interviews with big and small vendors and providers in the cloud and they also keeps you up to date with the resents news in this industry.

cloud cover tv[5]

You can also follow them on Facebook

, ,

No Comments

Microsoft Campus Days 2011 – Day 3

image_thumb1

Last day at Microsoft Campus Days 2011 packed with sessions and new knowledge, this day I attended the following sessions:

  • D09 – Microsoft VDI with Partner add-on
  • I14 – System Center Configuration Manager 2012, Application management part 1 of 2
  • I15 – Configuration Manager 2012, Application management part 2 of 2
  • i17 – What’s new and what’s coming in Microsoft Deployment Toolkit

Sessions

D09 – Microsoft VDI with Partner add-on

Speaker: Brian Lauge Pedersen, DataCenter Technology Specialist, Microsoft & Henrik Poulsen, Lead System Engineer, Citrix

This session was held by both Microsoft and Citrix, this is because they have the V-Alliance partnership, which is a partnership where they are working together to provide VDI to the customers.

The primary goal in this V-alliance partnership is to mentor the customer on which VDI solution to choose. I personal think this is a very good and important partnership which has it’s roots in the customer case of Telecom Italia.

What the alliance is all about, is to sell Microsoft System Center, Hyper-V, Windows 7 and Citrix XenDesktop, I like this slide, because it shows quite good how Microsoft and Citrix sees there products in the VDI stack:

MicrosoftandCitrixVDIStack

Brian from Microsoft also showed which GPU’s RemoteFX is supporting at this time and right now there are only support for DirectX. The supported GPU’s are:

Nvidia FX3800, 4800, 5800. ATI v5800, v7800, v8800

I14 – System Center Configuration Manager 2012, Application management part 1 of 2

Speaker: Ronni Pedersen, Senior Technology Consultant, EG A/S

Ronni is the guy behind http://www.scug.dk which is the Danish System Center user group (I’m a member).

Ronni told a lot about how SCCM 2012 now has focus on the user instead of the device, which makes it a lot more suitable for the cloud. Microsoft has also been focusing on self-service in SCCM 2012 and the possibility to make a more intelligent application deployment, where you are able to use AND and OR functions.

One of the main thinks that is changing in SCCM 2012, is that advertisement is renamed/replaced with deployment via detection method.

The following table shows some of the thinks that are changing from SCCM 2007 to SCCM 2012:

sccm2007vs2012

The following is also changing when you advertise/deploy:

  • Required (like Mandatory in 2007) – shows in Software Center (add/remove application)
  • Available (like optional in 2007) – shows in Service Catalog (Web Portal)

 

i15 – Configuration Manager 2012, Applikations Håndtering del 2 of 2

Speaker: Ronni Pedersen, Senior Teknologikonsulent, EG A/S and Kent Agerlund, Senior Konsulent, Coretech A/S

In this session Ronnie got company with Kent Agerlund who also works a great deal with SCCM. They made a lot of really good demos including supersedence, which is a new function were you are able to set dependencies on an application so an application may not be upgraded if there are specific dependencies for the old application on a client. eg. you want to upgrade from Adobe 8 to Adobe 9, but on the client/server there is another application that is dependent on Adobe 8 and will not run with Adobe 9, then SCCM won’t update Adobe 8 on this client/server.

i17 – What’s new and what’s coming in Microsoft Deployment Toolkit (MDT)

Speaker: Johan Arwidmark, Chief Technical Architect, Knowledge Factory

Johan is properly one of the best consultant when it comes to MDT so it was a pleasure to see him live and hear some of his experience with MDT 2012.

Johan showed a lot of demos and here is a list of new think he highlighted:

  • You can now choose which index you want to use in the wim files of Windows Server 2008
  • You can deploy to an VHD file (many potentials in this)
  • There are new additional process displays when the deployment is in progress
  • You can hide the Windows Shell, so the user can’t work on the computer if it’s still deploying
  • Support for UEFI and 4k discs, see KB982018
  • Both 32 bit and 64 bit in same bot image
  • Support for App-V
  • MDOP with DaRT 7 is now integrated
  • With the DaRT integration is now possible to remote connect to the deploy process already in the WinPE boot image (This can also be done in MDT 2010, see how here)

MDT 2012 will be release about 30 days after SCCM 2012

The end

This was the end of my notes from Microsoft Campus Days 2011, I hope to also attend next year where I think we might see a lot more to Windows 8 :)

, , , , ,

No Comments

Microsoft Campus Days 2011 – Day 2

image_thumb1

Day 2 of Microsoft Campus Days 2011 started with a sort of keynote session called “A World of Smart Devices” and the speaker was Søren Lau, Director of Channel Group in Denmark, Microsoft.

Søren also talked a lot about “Consumerization of IT” and how this is partly build upon the users walking into the companies with all these smart devices. He hat a lot of all the new smart devices on stage and talk about each of them. One of the devices that I would like to own is the Sony Vaio Z.

Sessions

Now to the day 2 sessions were I attended the following sessions:

  • C03 – Implementing of Microsoft Office 365: Plan, Prepare and migrate
  • I08 – System Center Service Manager 2012
  • I10 – System Center Orchestrator 2012
  • I12 – System Center Orchestrator 2012 and Automated Self-Service
C03 – Implementing of Microsoft Office 365: Plan, Prepare and migrate

Speaker: Haythum Auda, Enterprise Techonology Architect, Microsoft & Henrik Jørgensen, Microsoft Arkitekt, Microsoft

I already know a lot of Office 365 and how you are able to implement it into your business, but it’s always good to get a refresh of the knowledge that other people are brining to the table and that way I went to this session and maybe I was able to learn something new or remember something I had forgot (Which I normally never do :-)

I didn’t learn that much new stuff at this session, but one think the two speakers addressed quite good was the point that you need to make sure you have done all the preparation as good as possible, this also include checking all the prerequisites and informing the users as good as possible. They talk about how they always make a “Solution Alignment Workshop“ with the customer/users so they get all tasks in the migration process written down.

I08 – System Center Service Manager 2012

Speaker: Anders Ravnholt, Senior Business Development, Microsoft

This was a very exciting session were I was pleased to see that Microsoft has done a good job by optimizing and adding new features to System Center Service Manager 2012 (SCSM)

The focus in the development of SCSM 2012 has primarily been the following:

  • Better self-service portal
  • CMDB integration with SCVMM 2012 and System Center Orchestrator 2012.
  • Better integration with SCOM, SCCM, AD etc.
  • Release Management
  • Data Warehouse & Reports with OLAP

Anders also mention that there will be integration from SCOM to Microsoft Azure and then the information’s/alarms will be able to be use in System Center Service Manager.

The SCVMM 2012 & System Center Orchestrator 2012 integration in SCSM 2012 will be able to automatic collect objects from the different library’s at import then into the CMDB. The objects that can be collected could be:

  • RunBooks
  • Clouds
  • Templates
  • Services
  • VMs
  • Fabrics
  • Users

In SCSM there are also focus at the service catalog which is a part of the self-service portal, so the users will get a nice overview of which services they have access to.

Anders also showed a demo of how you are able to extract KPI reports directly from Excel via OLAP cubes and PowerPivot, without the need of knowing SQL queries.

I10 – System Center Orchestrator 2012

Speaker: Jakob Gottlieb Svendsen, Senior Consultant from Coretech A/S

Back in December 2009 Microsoft bought the company Opalis Software which is a company that made a product were you can make workflows and orchestrate different tasks in the Microsoft world. Microsoft is now ready to ship the first product made by this acquisition of Opalis and they have named it System Center Orchestrator 2012.

I think there is a huge potential in this product, not only because you are able to automate a lot of administrative task, but because of the extensive integration into other Microsoft products and the rest of the System Center suite.

This was also what Jakob talk a great deal about in this sessions and he could also show how easy it is to make a workflow and integrate it into the self-service portal. He made a demo where he made a workflow where a user can request access to a AD group and before he gets the access it needs an approval by the users manager.

In System Center Orchestrator 2012 the integration to 3. party programs is made by integration packs and a lot of vendors have already made there integration packs, like IBM, VMWare, HP, IBM TSM etc.

There are also starting a big community around System Center Orchestrator and by using the Quick Integration Kit (QIK), users/administrators are able to make there own integration pack to support there infrastructure.

I hope to get some more time to test System Center Orchestrator and hopefully write some more about it.

I12 – System Center Orchestrator 2012 and Automated Self-Service

Speaker: Jonas Ullman, Solutions Architect, GridPro and Patrik Sundqvist, Solutions Architect, GridPro

These two guys made a lot of demos which was really inspiring and made want to try it myself even more.

They made a demo where they where able to provisioning VMs in Hyper-V and also Services in SCVMM and make it accessible form the self-service portal. If you think about it you will in the near future be able to make an IaaS solution.

I also talk to a couple of Microsoft employees after this session and asked them about an integration into Office 365, they mention something about a product/integration pack that might be called “Orchestrator 365”, so lets see if there will be any information about this soon.

, , , , , ,

No Comments