Web Parser for Hyper-V Bandwidth Meter



Similar documents
Web Deployment on Windows 2012 Server. Updated: August 28, 2013

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit

Secure Messaging Server Console... 2

Access It! Universal Web Client Integration

FTP, IIS, and Firewall Reference and Troubleshooting

LaserVault DMS10 Reference Guide

How To Test The Bandwidth Meter For Hyperv On Windows V (Windows) On A Hyperv Server (Windows V2) On An Uniden V2 (Amd64) Or V2A (Windows 2

Census. di Monitoring Installation User s Guide

Reference and Troubleshooting: FTP, IIS, and Firewall Information

Click Studios. Passwordstate. Installation Instructions

Installation and Deployment

Eylean server deployment guide

Installing Globodox Web Client on Windows Server 2012

This document describes the installation of the Web Server for Bosch Recording Station 8.10.

Swyx Trace Tool Server Installation

...2. Standard Installation...4. Example Installation Scenarios...5. Network Installation...8. Advanced Settings Product Requirements

Interworks. Interworks Cloud Platform Installation Guide

Perceptive Intelligent Capture Solution Configration Manager

MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # )

Issue Tracking Anywhere Installation Guide

PCD Test Tools. These tools provide various test functions for the Power Chain Device Toolkit web services (BACnetWS+).

InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

Click Studios. Passwordstate. Upgrade Instructions to V7 from V5.xx

Mixed Authentication Setup

Burst Technology bt-loganalyzer SE

Bitrix Site Manager ASP.NET. Installation Guide

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

Click Studios. Passwordstate. Installation Instructions

Monitoring Oracle Enterprise Performance Management System Release Deployments from Oracle Enterprise Manager 12c

Server Installation Manual 4.4.1

Installation Instruction STATISTICA Enterprise Server

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions

BusinessObjects Enterprise XI Release 2

PC Monitor Enterprise Server. Setup Guide

Configuring Microsoft Internet Information Service (IIS6 & IIS7)

Secret Server Installation Windows Server 2008 R2

HCA-Vision Web Service Installation Guide

USER GUIDE Deploying Your Application to WinHost

FrontDesk. (Server Software Installation) Ver

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Logi Ad Hoc Reporting Configuration for Load Balancing (Sticky Sessions)

Volume SYSLOG JUNCTION. User s Guide. User s Guide

Polar Help Desk Installation Guide


Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

How to configure the DBxtra Report Web Service on IIS (Internet Information Server)

BlackBerry Enterprise Server Resource Kit

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

Okta/Dropbox Active Directory Integration Guide

HELP DOCUMENTATION SSRPM WEB INTERFACE GUIDE

WebsitePanel Installation Guide

System Administration Training Guide. S100 Installation and Site Management

c360 Portal Installation Guide

LearningServer Portal Manager

Click Studios. Passwordstate. Installation Instructions

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

Technical White Paper

NovaBACKUP xsp Version 15.0 Upgrade Guide

Installation Documentation Smartsite ixperion 1.3

Installing Globodox Web Client on Windows 7 (64 bit)

Setting and Checking LISTSERV www Interface Permissions Windows Server 2012 with IIS 8.x Last Updated: 20 Mar 2014

AD Self Update 2.2. Installation and configuration. Dovestones Software

Administering the Web Server (IIS) Role of Windows Server

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

RMCS Installation Guide

TECHNICAL NOTE. The following information is provided as a service to our users, customers, and distributors.

SELF SERVICE RESET PASSWORD MANAGEMENT WEB INTERFACE GUIDE

MS Enterprise Library 5.0 (Logging Application Block)

Dovico Timesheet v12 INSTALLATION GUIDE

Healthstone Monitoring System

OutSystems Platform 9.0 SEO Friendly URLs

Quick Start Guide. User Manual. 1 March 2012

PRiSM Security. Configuration and considerations

Installation Instructions for Hospital ERP System (AP) Installation Instructions for Hospital ERP System (AP)

Install Pocket Inventory in a Windows Server 2008 Standard Environment

FocusOPEN Deployment & Configuration Guide

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Sitecore Security Hardening Guide

Sentinel Installation Guide

XenDesktop Implementation Guide

How to Get Your Site Online

HC8 Installation Guide

Setup Forms Based Authentication Under SharePoint 2010

Microsoft Administering the Web Server (IIS) Role of Windows Server

Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1.

TN 032 CenterMind/PV4E installation on Microsoft Windows 7

Aradial Installation Guide

Administrator s Upgrade Guide.

GeBro-BACKUP. Die Online-Datensicherung. MANUAL SHAREPOINT

CA SiteMinder. Web Agent Installation Guide for IIS 12.51

Contents. TSM Remote Server Installation guide

Novi Survey Installation & Upgrade Guide

CA SiteMinder. Web Agent Installation Guide for IIS. r12.5

Jim2 ebusiness Framework Installation Notes

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual

Transcription:

Web Parser for Hyper-V Bandwidth Meter Web Parser for Hyper-V Bandwidth Meter is a web-interface for Hyper-V bandwidth usage reports. Virtual machine administrators/owners can log in to the Web Parser to see their VPS/VDS bandwidth usage reports online. Web hosting provider (or Hyper-V server administrator) can see the reports for all the virtual machines at a time. Sample report: HostsTools.com Page 1

System requirements The WebParser requires IIS 7.0 (or higher) and ASP.NET 4.0 (or higher). Also it uses IIS SMTP and CDO to send email notifications. Please look at http://www.jppinto.com/2009/03/install-cdonts-mail-component-and-smtp-on-windows-server-2008/ to find out how to install the CDO on Windows 2008. Security Users must enter a secret key (password) to log in to the Web Parser. There is USERS.TXT file on the server with all the secret keys listed. The file format is: KEY:VirtualMachineName The key for the server administrator ends with :all. Like this: 18732C78731C4A3B:all This key allows to see all the reports for all the virtual machines. For security reasons we recommend to change the default key in the :all string. Installation and settings 1. Check ISAPI and CGI restrictions section in IIS setting and set Allowed for ASP.NET 4.0 2. Copy all the files from WebParser.ZIP to some folder on the server. In this document we assume that the folder is C:\web-parser\ 3. If you copied the files to C:\web-parser\ the website files is in C:\web-parser\web-parser-bwhyperv, so this is the Web Parser site home directory. 4. Open Web.config file (in C:\web-parser\web-parser-bwhyperv) with Notepad and specify the path to users.txt file in PathUsersFile section. It should be c:\web-parser\users.txt if you are going to keep the file in c:\web-parser\ folder. Example: <setting name="pathusersfile" serializeas="string"> <value>c:\web-parser\users.txt</value> </setting> 5. In PathLogsBwHyperV section of the Web.config file specify the path to the directory with the Hyper-V Bandwidth Meter log files. By default it is C:\Program Files\BwHyperV\logs\ Example: <setting name="pathlogsbwhyperv" serializeas="string"> <value>c:\program Files\BwHyperV\logs\</value> </setting> 6. Create C:\TempImageFiles folder. HostsTools.com Page 2

7. Create an IIS application pool named stats-bwhyperv and select.net 4.0 and Classic pipeline mode for this pool. 8. Go to Advanced Settings of stats-bwhyperv pool and set: Enable 32-bit Applications = True Identity = ApplicationPoolIdentity HostsTools.com Page 3

9. Create stats-bwhyperv.[yourdomainhere] site, select stats-bwhyperv pool for it, specify C:\webparser\web-parser-bwhyperv path and (for security reasons) select any available port (except 80), for example 20389. Do not forget to open this port in firewall. 10. Set main.aspx as Default Document for this site. 11. Once the site is created, go to Feature Views > IIS > Authentication > Anonymous Authentication > Action > Edit and select Application pool identity HostsTools.com Page 4

12. Now it is time to set the needed permissions. Run Windows Explorer, open C:\web-parser folder and add IIS AppPool\stats-bwhyperv user with Read(&Execute),List rights. Do the same for C:\Program Files\BwHyperV\logs folder. See the pictures below: HostsTools.com Page 5

13. Set Full Control for C:\ TempImageFiles folder: HostsTools.com Page 6

14. And also Full Control for c:\web-parser\users.txt file. 15. Add IIS AppPool\stats-bwhyperv user to IIS_IUSR group. HostsTools.com Page 7

16. Open C:\web-parser\makeusersvds.vbs script with Notepad and change CONST path parameter so it has a full path to the users.txt file. Also specify your email addresses in to_mail and cc_mail parameters. The Web Parser will send the secret key list to those email addresses. 17. Now you need to create a scheduled task for the Web Parser (so it can find the new virtual machines and create secret keys for them). Start cmd.exe and execute the following command (Please specify the server Administrator password instead of AdministratorPasswordHere) : SCHTASKS /Create /RU Administrator /RP AdministratorPasswordHere /SC DAILY /TN MakeUsersVds /TR C:\web-parser\makeusersvds.bat /RI 15 /DU 23:59 This command will create a task in Windows Task Scheduler, the task runs every 15 minutes and if a new virtual machine was created the Web Parses will generate a secret key for that machine, add it to users.txt file and send the updated list to the server administrator. The keys for the old machines stay the same. You can specify other user (if you do not want to use the Administrator one) in /RU part of the command and its password in /RP part, but first be sure that user has access permissions to Hyper-V resources and Full control on the Web Parser folders and files. 18. Wait till you get the list of the secret keys from the Web Parser by email and then tell the appropriate keys and the site URL to the virtual machine owners/admins. Do not forget to include the port to the URL. And keep the :all key in secret. HostsTools.com Page 8