How to Install VPN on Windows Server 2012

Windows Server 2012 RC Logo

This post should show you how to install a VPN Server on Windows Server 2012. This post covers a VPN server for a small environment or for a hosted server scenario. This post is note made for enterprise deployments. If you want to run a VPN solution in your enterprise you should definitely look at Direct Access which is much easier to deploy in Windows Server 2012 than in Windows Server 2008 R2.

For a VPN server on Windows Server 2008 R2 check this post: How to Install VPN on Windows Server 2008 R2

  1. Install the role “Remote Access” via Server Manager or PowerShell
  2. Continue reading

Cisco UCS C200 M2 – Microsoft Hyper-V

Cisco UCS C200 M2 Hardware

For my Lab I could buy some Cisco UCS C200 M2 rack servers. Of course I am running Hyper-V on my lab servers to get the most out of it, and I am very happy with the performance of the Cisco UCS standalone servers.

C200 BIOS Settings

 

But still I did some changes in the BIOS settings to get some more performance.

Processor Configuration:

  • Intel Turbo Boost Technology: enabled
  • Enhanced Intel Speedstep Technology: enabled
  • Intel Hyper-Threading Technology: enabled
  • Number of Enabled Cores: All
  • Execute Disable: Enabled
  • Intel Virtualization Technology: enabled
  • Intel VT for Directed IO: enabled
  • Intel VT-d Interrupt Remapping: enabled
  • Intel VT-D Coherency Support: enabled
  • Intel VT-d Address Translation Services: enabled
  • Intel VT-d PassThrough DMA: enabled
  • Direct Cache Access: enabled
  • Processor C3 Report: disabled
  • Processor C6 Report: disabled
  • CPU Performance: High Throughput
  • Hardware Prefetcher: enabled

Memory Configuration:

  • NUMA Optimized: enabled

Cisco UCS C200 M2 – Cisco Integrated Management Controller (CIMC)

 

Cisco-new-logo-should-be2-e1303030685744

The first things I tried with the new Cisco UCS C200 M2 servers was the CIMC (Cisco Integrated Management Controller). CIMC is the remote out-of-band management solution (IPMI) provided with Cisco servers, it’s basically the same like HP iLO or Dell DRAC.

One of the biggest advantages is that CIMC is included for free, so there is no extra license you need for extra features like KVM or stuff like that.

After working some hours with the CIMC I was really happy, no problems at all everything worked as expected. From the design it’s like the Cisco UCS Manager but better ;-) . I think it is much easier to use and much faster (it’s not Java).

Keyfeatures

  • Web based front-end
  • KVM and Virtual media
  • Change BIOS Settings
  • Active Directory connector
  • SNMP
  • IPMI (Very interesting with the Bare-metal deployment in SCVMM 2012)
  • SSH
  • Health Monitoring

CIMC01

Continue reading

Cisco UCS C200 M2 – Hardware

Cisco UCS C200 M2 Hardware

Today my two new virtualization nodes from Cisco arrived. For my Microsoft Hyper-V lab I needed two new nodes and I got a really good offering for two Cisco UCS C200 M2 High-Density Rack-Mount Servers.

The whole Cisco server series is optimized for virtualization and offers very cool features like a buildiin Cisco Integrated Management Controller (without extra charge) and Ciscos Extended Memory Technology which allows to use up to 192GB RAM.

Technical Specs

The Cisco UCS C200 M2 server is a high-density, 2-socket, 1 rack unit (RU) rack-mount server built for production-level network infrastructure, web services, and mainstream data center, branch, and remote-office applications.

  • Up to two Intel Xeon 5500 or 5600 Series multicore processors
  • Up to 192GB of industry-standard double data rate (DDR3) main memory
  • Up to eight 2.5-inch or four 3.5-inch internal SAS or SATA disk drives; up to 8 terabytes (TB) total
  • Built-in RAID 0 and 1 support for up to four or eight SATA drives; RAID 0 and 1 support for up to four or eight SAS or SATA drives with optional mezzanine card; and RAID 0, 1, 5, 6, 10 support for four SAS or SATA drives and RAID 0, 1, 5, 6, 10, 50 and 60 support for eight SAS or SATA drives with optional LSI MegaRAID card
  • Two half length Gen 2 PCIe slots-one full height x16 and one low profile x8 PCI Express-two integrated Gb Ethernet ports, and one 10/100 Mbps Ethernet management port for accessing the controller
  • Front- and back-panel interface with video, two USB, and serial port connections

More Information on Cisco.com

Hardware

The Hardware makes a really good first impression.

One of my next posts will be about the CIMC (Cisco Integrated Management Controller) which I really started to like.

Enable SSH on ESXi 5 via vSphere Client

In the first post I wrote how you can enable SSH on the ESXi 5.0 host. In this post I show you how you can enable or activate SSH on the ESXi 5.0 hosts via the vSphere Client.

  1. First start the vSphere Client
  2. Select the ESXi host in the configurations tab
  3. Select Security Profile
    Enable SSH on ESXi 5.0 vis vSphere Client
  4. Click on Properties in the upper right corner and you will get the a popup with all the services on this ESXi 5.0 hosts. Select the SSH service and press the Options button.
    Enable SSH on ESXi 5.0 vis vSphere Client
  5. Now you can start the services and set the startup options
    Enable SSH on ESXi 5.0 vis vSphere Client
  6. press okay and you are done..

Error: IIS6 Error EventID 1059 and 1021

Just a had a problem with an application pool which always crashed after start. The application pool worked some days ago without any problems. After watching den System Eventlog I got the Error with Event ID 1059 and a Warning with Event ID 1021.
I had this problem on a Windows Server 2003 SP2 with all the latest patches
EventID 1059
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1059
Date: 27.05.2011
Time: 11:49:31
User: N/A
Computer: WEB-WIN
Description:
A failure was encountered while launching the process serving application pool 'www.domain.ch'. The application pool has been disabled.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

EventID 1021
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1021
Date: 27.05.2011
Time: 11:50:01
User: N/A
Computer: WEB-WIN
Description:
The identity of application pool, 'www.domain.ch' is invalid. If it remains invalid when the first request for the application pool is processed, the application pool will be disabled. The data field contains the error number.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 2e 05 07 80 ...€

The Solution for this problem is very simple. Just reset the password of the specific IUSR and don’t forget to reset the password for the application pool identity.