VM Virtualization Issues Accumulate

Source: Internet
Author: User
Tags mssql

What is Exsi?
A: A system that hosts the core elements of a virtual machine management console, a virtual machine storage device, and is managed by a client after vsphere connection.

Problem Set:
one, the establishment of desktop pool can not find template machine problem:

Currently, this issue has been shelved for 4 days and has not been resolved.
Find a lot of information, summed up under the template machine conditions are:
A, XP, or Win7
b, IP automatic acquisition "The premise of a DHCP server"
C, the VM Agent installed
D. To connect with vsphere customersVcenter Server
"Build data center, right click New"

F, you must install the VM tool "on the template machine"
E, take a snapshot in the shutdown state

At present, the landlord has been repeatedly checked to determine that the template machine meets the conditions.
Solution: Eligible template Machine Remember to do a snapshot in the shutdown state, and then best to restart all the servers, because the Microsoft system is updated very slowly, but also as a direct restart come fast "especially the view administrator the machine must be restarted"
Two: Deleting a virtual pool does not remove the problem
Because the ipad can be used for friends to try the virtual desktop results of the VM network is all set to the external network connectivity, which involves the entire chaos of IP address, so the author would like to delete the pool reconstruction, the next deletion will be a problem,before the deletion of useless, so I simply put it cloned mirror all deleted, but still can not delete。 In fact, the main reason is that the view is related to the server too many, and the image has been generated (such as ADSI has a record), if the next delete, the record will not be synchronized at one time, resulting in the deletion of this side of the service there is also a record of the results again appeared.

Workaround: First stop all the servers associated with the view administrator, or simply disconnect the view administrator from the other servers before deleting "Maybe you'll find Del Gray, You can find the pool you built in the desktops and click it to have the Del Pool button ", then restart View administrator will find the pool is gone, successfully deleted. But it's best to reinstall view server after the above steps, so it's no problem to create a new pool.
Three: When you build vcenter server, the error that was interrupted before the full installation
Since it was not considered at first, all the experimental environments were re-erected, and this time there wasThe Vspher client connection is not connected until the full installation is interrupted.
Workaround:
The author after 3 days struggle finally know how to solve, this error can temporarily ignore it, please confirm that your service is open correctly:
"If the switch fails, try setting the login account as local Administrator"
Quad: JDBC error occurred installing Vcenter server
The official solution is:

It turns out, it works!

Question five: VC requirements of the database building, exactly how to build?
Workaround: After reviewing the official white paper, and asking the industry's predecessors to draw:
Use the official White Paper Guide to build:
Build the database "landlord with SQL Server 2008 Enterprise Edition" script for
Use [master] go to CREATE DATABASE [vcdb] on PRIMARY (NAME = n ' vcdb ', FILENAME = N ' C:\VCDB.mdf ', SIZE = 2000KB, Filegro  WTH = 10%) LOG on (NAME = n ' vcdb_log ', FILENAME = N ' C:\VCDB.ldf ', SIZE = 1000KB, filegrowth = 10%) COLLATE sql_latin1_general_cp1_ci_as gouse vcdb go sp_addlogin @loginame =[vpxuser], @passwd =n\ ' vpxuser!0\ ', @defdb =\ ' Vcdb\ ', @deflanguage =\ ' us_english\ ' Go ALTER LOGIN [Vpxuser] with check_policy = OFF Go-CREATE USER [vpxuser] for LOGIN [v Pxuser] Gouse MSDB gocreate USER [vpxuser] for LOGIN [Vpxuser] Go
Then create the schema:
CREATE SCHEMA [Vmw]goalter USER [Vpxuser] with Default_schema =[vmw]goif NOT exists (SELECT name from sysusers WHERE issql Role=1 and name = ' Vc_admin_role ') CREATE ROLE vc_admin_role; GRANT ALTER on SCHEMA:: [VMW] to Vc_admin_role; GRANT REFERENCES on SCHEMA:: [VMW] to Vc_admin_role; GRANT INSERT on SCHEMA:: [VMW] to Vc_admin_role; GRANT CREATE TABLE to Vc_admin_role; GRANT CREATE VIEW to Vc_admin_role; GRANT CREATE Procedure to vc_admin_role;if not exists (SELECT name from sysusers WHERE issqlrole=1 and name = ' Vc_user_rol E ') CREATE ROLE vc_user_rolegogrant SELECT on Schema:: [VMW] to Vc_user_rolegogrant INSERT on schema:: [VMW] to Vc_user_rol Egogrant DELETE on Schema:: [VMW] to Vc_user_rolegogrant UPDATE in Schema:: [VMW] to vc_user_rolegogrant EXECUTE on schema :: [VMW] to Vc_user_rolegosp_addrolemember vc_user_role, [Vpxuser]gosp_addrolemember vc_admin_role, [vpxuser]gouse MSDB goif NOT EXISTS (SELECT name from sysusers WHERE issqlrole=1 and name = ' Vc_admin_role ') CREATE ROLE Vc_admin_rolE;gogrant Select on Msdb.dbo.syscategories to Vc_admin_rolegogrant Select on Msdb.dbo.sysjobsteps to Vc_admin_ Rolegogrant SELECT on Msdb.dbo.sysjobs to Vc_admin_rolegogrant EXECUTE on Msdb.dbo.sp_add_job to Vc_admin_rolegogrant EXE CUTE on Msdb.dbo.sp_delete_job to Vc_admin_rolegogrant EXECUTE on Msdb.dbo.sp_add_jobstep to Vc_admin_rolegogrant Execute on Msdb.dbo.sp_update_job to Vc_admin_rolegogrant EXECUTE on Msdb.dbo.sp_add_jobserver to Vc_admin_rolegogrant Execute on Msdb.dbo.sp_add_jobschedule to Vc_admin_rolegogrant EXECUTE on Msdb.dbo.sp_add_category to Vc_admin_rolegosp _addrolemember Vc_admin_role, [Vpxuser]go
execute the script that comes with Vcerter server "path is
/installation_directory/vcenter-server/dbschem ": Order:
Vcdb_mssql. SQLload_stats_proc_mssql.sqlpurge_stat1_proc_mssql.sqlpurge_stat2_proc_mssql.sqlpurge_stat3_proc_ Mssql.sqlpurge_usage_stats_proc_mssql.sqlstats_rollup1_proc_mssql.sqlstats_rollup2_proc_mssql.sqlstats_rollup3 _proc_mssql.sqlcleanup_events_mssql.sqldelete_stats_proc_mssql.sqlupsert_last_event_proc_mssql.sqlload_usage_ Stats_proc_mssql.sqlTopN_DB_mssql.sqlcalc_topn1_proc_mssql.sqlcalc_topn2_proc_mssql.sqlcalc_topn3_proc_ Mssql.sqlcalc_topn4_proc_mssql.sqlclear_topn1_proc_mssql.sqlclear_topn2_proc_mssql.sqlclear_topn3_proc_ Mssql.sqlclear_topn4_proc_mssql.sqlrule_topn1_proc_mssql.sqlrule_topn2_proc_mssql.sqlrule_topn3_proc_ Mssql.sqlrule_topn4_proc_mssql.sqlprocess_license_snapshot_mssql.sqlprocess_temptable0_proc_mssql.sqlprocess_ Temptable1_proc_mssql.sqlprocess_temptable2_proc_mssql.sqlThis completes the establishment of the database


1.jpg (62.14 KB)

2012-3-16 17:21

4.jpg (31.73 KB)

2012-3-16 17:39

14.jpg (40.76 KB)

2012-3-17 00:16

14.jpg (40.76 KB)

2012-3-17 00:18

15.jpg (57.87 KB)

2012-3-17 00:18

25.jpg (38.46 KB)

2012-3-17 15:34

37.jpg (23.99 KB)

2012-3-18 13:42

38.jpg (28.37 KB)

2012-3-18 17:07

39.jpg (41.42 KB)

2012-3-18 17:07

3.jpg (29.63 KB)

2012-3-22 17:06

54.jpg (30.79 KB)

2012-3-22 17:08

Picture 29.jpg (39.81 KB)

2012-4-4 20:27

recent scoring records of this post

VM Virtualization Issues Accumulate

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.