Ldhoore
Author's posts listings
Categories:
by ldhoore
21 January 2012
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
Permanent link to this article: http://ituda.com/vmware-view-5-0-tcp-and-udp-ports/
Categories:
by ldhoore
18 January 2012
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/
Categories:
by ldhoore
7 January 2012
Permanent link to this article: http://ituda.com/vmware-srm-5-and-dell-equallogic/
Categories:
by ldhoore
4 January 2012
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 …
Continue reading »
Permanent link to this article: http://ituda.com/vmwarestart-your-hybrid-cloud-with-vmware-vcloud-connector-1-5/
Categories:
by ldhoore
3 January 2012
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 …
Continue reading »
Permanent link to this article: http://ituda.com/vmware-vcenter-protect-essentials-plus-installation-and-training-videos/
Categories:
by ldhoore
26 December 2011
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/
Categories:
by ldhoore
17 December 2011
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/
Categories:
by ldhoore
7 December 2011
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 …
Continue reading »
Permanent link to this article: http://ituda.com/vmware-sql-script-to-create-the-vcenter-4-1-database/
Categories:
by ldhoore
7 December 2011
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 …
Continue reading »
Permanent link to this article: http://ituda.com/vmware-sql-script-to-create-the-srm-4-1-database/
Categories:
by ldhoore
25 November 2011
Permanent link to this article: http://ituda.com/vmware-site-recovery-manager-5-overview/