Stefan Stranger's Lifestream - tagged with virtualization http://www.stranger.nl/feed en-us http://blogs.law.harvard.edu/tech/rss Sweetcron stefan@stranger.nl NEW nworks MP 5.0 http://www.stranger.nl/items/view/4551

Source: Gerben’s Blog On Virtualization “Veeam released a new version of it’s plug-in (Management Pack [StS]) for Operations Manager monitoring products from HP or Microsoft. The plug-in (Management Pack [StS]) is a significant add-on to the monitoring products in order to keep in touch with what happens in your virtual environment within a single monitoring solution. What’s new in version 5: nworks management center a new component that allows centralized configuration, load balancing and high availability for multiple nworks collectors Full (native) support for VMware vSphere 4 a business approach (reports) for the new vSphere features like DPM, Host profiles and Fault Tolerance Veeam released a short video at http://www.veeam.com/go/nworks5/ and offers a free trial for it’s new management pack. When would this be interesting for your organization? You have or plan to have a virtual environment You are a current user of MOM/SCOM or HP Operations Manager It completely integrates with the existing monitoring solution so no new or extra monitoring solutions which require additional training etc.. Especially in large organizations with critical 24/7 business applications the response to failures in the underlying infrastructure is a critical issue regarding service levels that have to be met. These organizations depend heavily on their monitoring solutions, not having to introduce new monitoring helps in reducing complexity for maintenance etc. Even smaller companies can profit from the plugin if they use the Service Center Essentials package from Microsoft, if not other products are in scope like Veeam Monitor (or the special SMB-package), but vFoglight from Quest/Vizioncore and vWire from Tripwire are serious candidates as well.” Read more at source.

]]>
Mon, 29 Jun 2009 14:04:00 +0200 http://www.stranger.nl/items/view/4551
NEW nworks MP 5.0 http://www.stranger.nl/items/view/3513

Source: Gerben’s Blog On Virtualization “Veeam released a new version of it’s plug-in (Management Pack [StS]) for Operations Manager monitoring products from HP or Microsoft. The plug-in (Management Pack [StS]) is a significant add-on to the monitoring products in order to keep in touch with what happens in your virtual environment within a single monitoring solution. What’s new in version 5: nworks management center a new component that allows centralized configuration, load balancing and high availability for multiple nworks collectors Full (native) support for VMware vSphere 4 a business approach (reports) for the new vSphere features like DPM, Host profiles and Fault Tolerance Veeam released a short video at http://www.veeam.com/go/nworks5/ and offers a free trial for it’s new management pack. When would this be interesting for your organization? You have or plan to have a virtual environment You are a current user of MOM/SCOM or HP Operations Manager It completely integrates with the existing monitoring solution so no new or extra monitoring solutions which require additional training etc.. Especially in large organizations with critical 24/7 business applications the response to failures in the underlying infrastructure is a critical issue regarding service levels that have to be met. These organizations depend heavily on their monitoring solutions, not having to introduce new monitoring helps in reducing complexity for maintenance etc. Even smaller companies can profit from the plugin if they use the Service Center Essentials package from Microsoft, if not other products are in scope like Veeam Monitor (or the special SMB-package), but vFoglight from Quest/Vizioncore and vWire from Tripwire are serious candidates as well.” Read more at source.

]]>
Mon, 29 Jun 2009 11:04:00 +0200 http://www.stranger.nl/items/view/3513
Linux Integration Components for Microsoft Hyper-V RTM http://www.stranger.nl/items/view/46

Go to Microsoft Connect and download.

]]>
Wed, 10 Sep 2008 21:19:00 +0200 http://www.stranger.nl/items/view/46
Hyper-V Automatic Start Action http://www.stranger.nl/items/view/51

I’m currently tweaking my demo environment and in this environment I’m using a Virtual Router Vyatta. For all my virtual machines on Hyper-V it’s important that this virtual router is running before they are started. That’s when Automatic Start Action comes in handy.

]]>
Wed, 03 Sep 2008 10:00:00 +0200 http://www.stranger.nl/items/view/51
Dell video on integrating SCVMM and OpsMgr 2007 http://www.stranger.nl/items/view/53

Source: Virtualboy Matt McSpirit blogged about how you could run ESX 3.5/ESXi on a VMware Workstation for testing System Center Virtual Machine Manager 2008. Which I also posted on more than an year ago, but with different versions ;-) But he also tells about a Dell video from Dell about Dell OpenManage Integration with SCVMM using Physical Resource Optimization (PRO) which was shown on MMS 2008. Check it out!

]]>
Tue, 26 Aug 2008 20:54:00 +0200 http://www.stranger.nl/items/view/53
Vyatta Virtual Router on Hyper-V http://www.stranger.nl/items/view/56

I’m currently building a new demo/test environment on my Windows Server 2008 Hyper-V server. And I wanted to have a Virtual Router running on Hyper-V which should handle the routing between the virtual networks on Hyper-V. First some background info on my network at home.

So I looked for a software router which could be installed as a guest on my Hyper-V host. I started with BrazilFW, but I had trouble to get the Gateway and DNS running (failed) although a colleague was able to get BrazilFW running on Hyper-V by upgrading the SYSLINUX (bootloader for Linux). Then I tried Freesco and m0n0wall, but both would not start on Hyper-V. So I finally found Vyatta via SourceForge. Vyatta is a Linux-based, open network operating system that integrates advanced enterprise-class routing, security, bandwidth management and more. Vyatta runs on standard x86 hardware, VMWare & Xen and offers config via Linux-shell, CLI and web GUI. It runs on VMWare & Xen so why would not it run on Hyper-V? And I was correct it runs great on Hyper-V ;-) These are steps I’ve taken to get it running on Hyper-V.

Downloading ISO image from Vyatta’s website Vyatta Community Edition 4.0 (VC4) Create a new Virtual Machine in Hyper-V Manager Attach the ISO downloaded in step 1 to the new Vyatta Virtual Machine so it can boot from the ISO. Configure the Vyatta Virtual Machine Add the Network Adapters for the Internet, and the needed subnets to Vyatta Virtual Machine. Remark: Use Legacy Network Adapters! I added a 1 GB harddisk and gave it 128 MB RAM. Installing Vyatta You can boot from the ISO you downloaded in step 1.  because it’s also a “Live CD” You’ll first need to login to Vyatta once it’s booted up. The default logins are (user: root pass: Vyatta) To install to the drive you will issue the command:

install-systemDuring the install you will be asked how much diskspace to allot to the different partitions. I went with the default. Once that’s complete, pop the CD out, and reboot to your installed Vyatta. Now we can start configuring the system. Configuring Ethernet Interfaces Log on the system. Configure the first NIC (eth0) which is going to be used for Internet access. eht0:

vyatta@vyatta> configure [edit] vyatta@vyatta# set interfaces ethernet eth0 address 192.168.1.254/24 [edit] vyatta@vyatta# commit [edit] vyatta@vyatta# exit exit vyatta@vyatta>eth1:

vyatta@vyatta> configure [edit] vyatta@vyatta# set interfaces ethernet eth1 address 192.168.2.254/24 [edit] vyatta@vyatta# commit [edit] vyatta@vyatta# exit exit vyatta@vyatta>eth2:

vyatta@vyatta> configure [edit] vyatta@vyatta# set interfaces ethernet eth2 address 192.168.3.254/24 [edit] vyatta@vyatta# commit [edit] vyatta@vyatta# exit exit vyatta@vyatta>Check interfaces configuration:

vyatta@vyatta:~$ configure [edit] vyatta@vyatta# show interfaces ethernet eth0 {      address 192.168.1.254/24      description Internet      hw-id 00:15:5d:00:01:22 } eth1 {      address 192.168.2.254/24      description "subnet1:MOM 2005"       hw-id 00:15:5d:00:01:23 } eth2 {      address 192.168.3.254/24      description "subnet2:OPSMGR 2007" } Save Configuration

vyatta@vyatta# save Saving configuration to '/opt/vyatta/etc/config/config.boot'... Done [edit] Configuring Access to a DNS Server

vyatta@vyatta# set system name-server 192.168.1.1 [edit] vyatta@vyatta# commit [edit] vyatta@vyatta# Specifying the Default Gateway

vyatta@vyatta# set system gateway-address 192.168.1.1 [edit] vyatta@vyatta# commit [edit] vyatta@vyatta# Configuring the Firewall We want to block the traffic from subnet1 to subnet2 and visa-versa. Firewall block-subnet1 rules:

vyatta@vyatta# set firewall name block-subnet1 [edit] vyatta@vyatta# set firewall name block-subnet1 rule 1 [edit] vyatta@vyatta# set firewall name block-subnet1 rule 1 source address 192.168.2.0/24 [edit] vyatta@vyatta# set firewall name block-subnet1 rule 1 action drop [edit] vyatta@vyatta# set firewall name block-subnet1 rule 2 [edit] vyatta@vyatta# set firewall name block-subnet1 rule 2 action accept vyatta@vyatta# commit [edit] vyatta@vyatta#Do the same for subnet2.

vyatta@vyatta# set firewall name block-subnet2 [edit] vyatta@vyatta# set firewall name block-subnet2 rule 1 [edit] vyatta@vyatta# set firewall name block-subnet2 rule 1 source address 192.168.3.0/24 [edit] vyatta@vyatta# set firewall name block-subnet2 rule 1 action drop [edit] vyatta@vyatta# set firewall name block-subnet2 rule 2 [edit] vyatta@vyatta# set firewall name block-subnet2 rule 2 action accept vyatta@vyatta# commit [edit] vyatta@vyatta# Apply the rule set to an interfaces

vyatta@vyatta# set interfaces ethernet eth1 firewall out name block-subnet2 [edit] vyatta@vyatta# set interfaces ethernet eth2 firewall out name block-subnet1 [edit] vyatta@vyatta# commit [edit] vyatta@vyatta# Final configuration:

vyatta@vyatta:~$ show configuration firewall {     name block-subnet1 {         rule 1 {             action drop             source {                 address 192.168.2.0/24             }         }         rule 2 {             action accept         }     }     name block-subnet2 {         rule 1 {             action drop             source {                 address 192.168.3.0/24             }         }         rule 2 {             action accept         }     }     name block-subnet3 {         rule 1 {             action drop             source {                 address 192.168.2.0/24             }         }         rule 2 {             action accept         }         rule 3 {             action drop             source {                 address 192.168.3.0/24             }         }     } } interfaces {     ethernet eth0 {         address 192.168.1.254/24         description Internet         hw-id 00:15:5d:00:01:22     }     ethernet eth1 {         address 192.168.2.254/24         description "subnet1:MOM 2005"         firewall {             out {                 name block-subnet2             }         }         hw-id 00:15:5d:00:01:23     }     ethernet eth2 {         address 192.168.3.254/24         description "subnet2:OPSMGR 2007"         firewall {             out {                 name block-subnet1             }         }         hw-id 00:15:5d:00:01:24     }     loopback lo {     } } service {     nat {         rule 1 {             outbound-interface eth0             source {                 address 192.168.2.0/24             }             type masquerade         }         rule 2 {             outbound-interface eth0             source {                 address 192.168.3.0/24             }             type masquerade         }     }     ssh {     } } system {     gateway-address 192.168.1.1     login {         user root {             authentication {                 encrypted-password ****************             }         }         user vyatta {             authentication {                 encrypted-password ****************             }         }     }     name-server 192.168.1.1     ntp-server 69.59.150.135     package {         repository community {             components main             distribution stable             url http://packages.vyatta.com/vyatta         }     } } vyatta@vyatta:~$ Don’t forget to save your configuration! Now you are done! Check out the documentation for Vyatta before starting. I used the QuickStart and the Command Reference.

]]>
Mon, 25 Aug 2008 14:07:00 +0200 http://www.stranger.nl/items/view/56