A link to the VMware View 5.0 Documentation Center documenting the TCP and UDP Ports needed for VMware View 5.0: http://pubs.vmware.com/view-50/index.jsp?topic=/com.vmware.view.security.doc/GUID-A0B8412C-6C42-4C78-90B2-C1B2A2237AD1.html
Category Archive: VMware
VMware: Server and desktop virtualization, Cloud Computing,
Jan
21
2012
Permanent link to this article: http://ituda.com/vmware-view-5-0-tcp-and-udp-ports/
Jan
18
2012
VMware View 5.0 – Installation and Configuration
PART1: VMware View 5 – Composer and Connection Server Install PART2:VMware View 5 – Configuration
Permanent link to this article: http://ituda.com/vmware-view-5-0-installation-and-configuration/
Jan
07
2012
Permanent link to this article: http://ituda.com/vmware-srm-5-and-dell-equallogic/
Jan
04
2012
VMware – Start your hybrid cloud with VMware vCloud Connector 1.5
When you’re reading this, you most likely have already a vSphere environment up and running. Moving some workloads to a vCloud Director powered public cloud – and thus building your own hybrid cloud – is very easy to do. The best of all is that the software you need will not cost you anything. The …
Permanent link to this article: http://ituda.com/vmwarestart-your-hybrid-cloud-with-vmware-vcloud-connector-1-5/
Jan
03
2012
VMware vCenter Protect Essentials (Plus) – Installation and Training Videos
VMware released the latest version of vCenter Protect Essentials. This product is a combination of several technologies but the major part is from Shavlik Technologies, which VMware acquired on 16 MAY 2011. VMware vCenter Protect Essentials provides centralized patch management for Windows and third party applications centralized asset inventory for Windows and third party applications …
Permanent link to this article: http://ituda.com/vmware-vcenter-protect-essentials-plus-installation-and-training-videos/
Dec
26
2011
VMware – SRM 5.0 and EMC SRDF SRA 5.0
Training session recording for the SRDF SRA 5.0 release for VMware Site Recovery Manager 5.0 https://community.emc.com/videos/2336# Topics include SRM 5 Overview Configuration Failover Failback Test Failover SRA Utilities for VSI 5 SRDF/STAR Support
Permanent link to this article: http://ituda.com/vmware-srm-5-0-and-emc-srdf-sra-5-0/
Dec
17
2011
VMware – vCenter Database Pre-Upgrade Checker
Before you upgrade vCenter Server, you can run the VMware vCenter Database Pre-Upgrade Checker on your current vCenter Server database to reveal problems that could prevent the upgrade or affect the performance of your database after the upgrade. For more information see KB article 2004286
Permanent link to this article: http://ituda.com/vmware-vcenter-database-pre-upgrade-checker/
Dec
07
2011
VMware – SQL script to create the vCenter 4.1 database
use [master] go CREATE DATABASE [VCDB] ON PRIMARY (NAME = N’vcdb’, FILENAME = N’C:\Program Files\Microsoft SQL Server\MSSQL10.VIMSQL\MSSQL\DATA\VCDB.mdf’, SIZE = 2000KB, FILEGROWTH = 10%) LOG ON (NAME = N’vcdb_log’, FILENAME = N’C:\Program Files\Microsoft SQL Server\MSSQL10.VIMSQL\MSSQL\DATA\VCDB.ldf’, SIZE = 1000KB , FILEGROWTH = 10%) COLLATE SQL_Latin1_General_CP1_CI_AS go use VCDB go sp_addlogin @loginame=[vpxuser], @passwd=N’@Password’, @defdb=’VCDB’, @deflanguage=’us_english’ go ALTER LOGIN …
Permanent link to this article: http://ituda.com/vmware-sql-script-to-create-the-vcenter-4-1-database/
Dec
07
2011
VMware – SQL script to create the SRM 4.1 database
use [master] go CREATE DATABASE [SRMDB] ON PRIMARY (NAME = N’srmdb’, FILENAME = N’C:\Program Files\Microsoft SQL Server\MSSQL10.VIMSQL\MSSQ\DATA\SRMDB.mdf’) LOG ON (NAME = N’srmdb_log’, FILENAME = N’C:\Program Files\Microsoft SQL Server\MSSQL10.VIMSQL\MSSQ\DATA\SRMDB.ldf’) COLLATE SQL_Latin1_General_CP1_CI_AS go use SRMDB go sp_addlogin @loginame=[srm], @passwd=N’@Password’, @defdb=’SRMDB’, @deflanguage=’us_english’ go ALTER LOGIN [srm] WITH CHECK_POLICY = OFF go CREATE USER [srm] for LOGIN [srm] go …
Permanent link to this article: http://ituda.com/vmware-sql-script-to-create-the-srm-4-1-database/
Nov
25
2011
Permanent link to this article: http://ituda.com/vmware-site-recovery-manager-5-overview/