Virtual Center working with SQL 2005

Hello everyone

I'll install SQL 2005 and VC 2.5 on the same server.  Y at - it special "witch hunt" I need to know?

Also, when I installed SQL 2005 on the same server that run VC, he installed IIS. I know that Apache will

be installed with VC.  What I do on IIS?

For the question look at IIS application this post - http://communities.vmware.com/message/1098932;jsessionid=0575DBF4BCDBCEAF1777E067F0ED308B - IIS is installed for SQL 2005 Reporting Services.

Also note that you can change the port used by Tomcat if IIS uses the default values.

As for the installation of the server database on the same machine as the VC server, there are pros and cons to do. If they reside on the same server, the network connection between them will be no less a problem, and on the side, as is the VC porbably server you wouldn't create many other databases not VI - therefore you are using a version full SQL license to host a few databases.

Best regards, was

Tags: VMware

Similar Questions

  • Data loss Virtual Center Database migration sql 2000 2005

    Hi, (sorry for my bad English)

    I moved the db installation remote sql 2000 Server remote sql 2005. I basically followed these steps:

    To migrate a database from the server vCenter 2.5 of SQL Server 2000 to SQL Server 2005:

    1. stop the vCenter Server service.

    2. stop the vCenter on SQL Server 2000 database.

    3 take a backup full database vCenter.

    4 copy the backup of the database to SQL Server 2005 host.

    5. create a new database on SQL Server 2005.

    6. restore the backup SQL 2000 vCenter database to the newly created database.

    7 correct permissions (same account, same password) see KB6565318

    8 native ODBC SQL connection change

    9. perform a change/repair Panel vCenter & gt; Add/Remove programs.

    10 in the Repair Wizard, I select custom and choose the newly created in SQL Server 2005 database.

    11 the authentication type used on SQL 2005 is the same as that used on SQL 2000.

    the license screen has an option box that says "I want to evaluate the product first," Setup does not correctly recognize the previous VirtualCenter database. » ???

    Now I can access the BDD via ODBC, and I am able to start the VC service. However, when I opened the client - I SEE NOTHING. Everything is gone. Totally empty. The data is still there well. I can go in sql 2005 and open the tables and see my hosts and virtual machines listed.

    Help, please.

    Thank you!

    I think that really there is a permission problem, but I'm not only deeply in SQL servers.

    Did you check for orphaned users?

    The permissions that are defined for the database of RESUMES?

    Kind regards

    Gerrit Lehr

    If you have found this or other useful information, please consider awarding points to 'Correct' or 'useful '.

  • How to upgrade from Virtual Center 2.5 + SQL Server 2000 to vCenter 4.1 + SQL Server 2008 (R2)?

    I plan the upgrade of an existing VMware Infrastructure 3 (Virtual Center 2.5 + ESX 3.5) to vSphere 4.1, and I'm stuck in the Virtual Center Server upgrade and its back-end database.

    vSphere 4.1 is released only as a 64-bit software, so he needs a x 64 O.S.; This excludes an upgrade the existing server on-site.

    The plan is to install a new Server Windows Server 2008 R2 with SQL Server 2008 (or 2008 R2 if taken in charge), migrate the database and install 4.1 on the server vCenter.

    The question: How can I migrate the database?

    When you perform an upgrade of Virtual Center vCenter 4.0 on-site, the database is automatically upgraded; but this isn't the case when you install a new server.

    VMware provides a utility to clear the existing database and import it into a new server, but it works only for SQL Server Express (which according to VMware must not be used in medium/large production environments); If this is not an option.

    I am unable to find a support procedure to perform this migration.

    Can someone please help?

    Massimo,

    I just went through it and found it to be a little pain simply because I forgot to VMware document simplicity...

    You are right, the 'migration' tool does support SQL Server Express, I don't know why and niether are the two VMware Tech Support Agents I spoke with.

    To anyone reading this. NOTE If you perform the upgrade / migration SQL Server Express via the Migration tool you MUST check the registry DbServerType key FIRST! If it is set on Custom Migration tools will ignore simply stages of database! See this VMware KB article for more information:

    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=1024380

    Yes, it is the States 'failure', what he does not say, it is that the Migration tool will be 'Silencieusement Skip' your database.

    End of Migration tools do call a standard SQL Server T - SQL backup command. YAY! You don't have to upgrade your existing 32-bit vCenter Server, do first just in case backup/snapshot, then run through the upgrade as if you were going to use the 32-bit version in production. This step will apply to any database schema change.

    Build your brilliant new 64-bit server, install all of the bits and then use SQL Server Management Studio to make a backup of SQL Server 32-bit database and then restore it on your new 64-bit server. NOTE: Make sure that all SQL and vCenter services are stopped before proceeding with the backup and restore of the measures.

    After the restoration of the SQL on your new server it reboot and everything will come back to life just as it is only now with all 64 bit!

    Hope this Helps!

    Bill Hilburn, Senior Systems Engineer

    StoneAge, Inc.

    http://StoneAgeTools.com

  • Database Move Virtual Center connected with ODBC to SQL 2005 server to another SQL server 2005

    Is there any official document of VMware to move VC a server to other sql DB? I would like to move VC DB (connected by ODBC) to another SQl server 2005.

    This article can be useful

    http://KB.VMware.com/kb/7960893

  • Need help! Working with SQL databases

    Hi all

    I am currently working on an application that interacts with a SQL database, and it seems to have hit a roadblock.

    I have a multi-column list box on my front which is filled with the data extracted from the database. By choosing one of the lines in the list box, another opens showing another set of data retrieved by a generated SQL query. At the moment I only select one line at a time to see it has the data, but I want to expand such that I can select mutiple rows in the list both box and see all their relevant data.

    With only one selection, I can switch the index value of the selection of a function table of Index with the database as another entry and build my SQL statement.

    But with multiple choices, I guess I have to build a table on the index values and use them as reference to build the SQL statement. And I don't know how exactly to do that.

    Here is the code that I currently work for a single selection in the drop-down list.

    Any help is appreciated. See you soon.

    tdog says:

    Hi all

    I am currently working on an application that interacts with a SQL database, and it seems to have hit a roadblock.

    I have a multi-column list box on my front which is filled with the data extracted from the database. By choosing one of the lines in the list box, another opens showing another set of data retrieved by a generated SQL query. At the moment I only select one line at a time to see it has the data, but I want to expand such that I can select mutiple rows in the list both box and see all their relevant data.

    With only one selection, I can switch the index value of the selection of a function table of Index with the database as another entry and build my SQL statement.

    But with multiple choices, I guess I have to build a table on the index values and use them as reference to build the SQL statement. And I don't know how exactly to do that.

    Here is the code that I currently work for a single selection in the drop-down list.

    Any help is appreciated. See you soon.

    Regarding the table of construction:

    I can see Hat multicolumn listbox you have multiselection enabled and is limited to one or zero element selected at a time. To allow multiselction; Done just right click your multi-column listbox and change your selection to support multiple selected items. The NewVal to the structure of the event should change to a single index number in a 1 d of the numbers indexed table. No coding required. Then just to retrieve all items (since you know the index) and create the quiry. Quiry part, I'm not really (long time no see SQL), but it looks like a loop for to create the chain should do the trick?

  • MsWinsock.ocx does not work with Visual Studio 2010 on Windows 7, but works with VS 2005 on Windows 7

    Recently, we had the updates below...

    VS 2005 for VS 2010

    .NET framework 2.0 to 4.0

    Infragistics 8.2 to 11.2 (controls)

    OS - Windows XP to Windows 7

    After the updates above, MSWinsock.ocx created problems with windows 7 that worked Flory with windows XP. Then, we solved this known issue (by registering as an administrator). Basically, we use MSwinsock.ocx for the purpose of generation/report view. Now after you resolve the issue of registration MSwinsock, reporting works very well for VS2005/.net Framework 2.0/infragistics8.2 in machine windows 7 but it does not with VS 2010/.net framework 4.0/infragistics 11.2 in the windows machine 7. Is there something that we are missing to make this work in VS 2010 as well?

    Hi Renon,

    I suggest you to post the question on the forum of Visual Studio support on the link below.

    http://social.msdn.Microsoft.com/forums/vstudio/en-us/home?category=VisualStudio

    Feel free to write us if you have any related issue of Windows. We will be happy to help you.

  • Media Center works with Comcast (PACE) DC50Xu?

    I use Windows Media Center on Vista with a tuner Hauppauge 1950, with a kit remote control Windows Media Center with a DC50Xu of Comcast (PACE). While I can see the TV via Media Center, I can't have the Media Center to learn the codes for the Comcast DTA remote. I learned that the Comcast remote uses the XMP Protocol. Does anyone know if the Media Center IR receiver using this Protocol? Someone at - it similar devices and Media Center change the channel on the Comcast DTA?

    http://digitalmediaphile.com/index.php/2009/04/17/setup-a-Comcast-DTA-with-MCE/

  • Basic needs when working with SQL/PLSQL on Vmware

    Hello Experts;

    I have two question and I need solutions for this.

    I'm working on vmware (oel 4.4) and 10g r2 (10.2.0.1 and 10.2.0.4) database

    When executing PL/SQL programs (if I get the error) and I have to copy / paste.

    MY QUESTIONS:

    1. How can I change a long program (pl/sql code)?  (ed or anything like that)

    2. as many times I want to set < serverouton set > (to avoid on each session) permanent any solution?

    ex:

    SQL > ed

    A written file afiedt.buf

    26

    Select the name of database v$.

    ?

    ?

    ?

    ?

    ?

    -I do the closing session;


    MY OS details:

    $ uname - a

    Linux linuxserver 2.6.9 - 42.0.0.0.1.ELsmp #1 SMP 14:02:40 PDT Sun 15 Oct 2006 i686 athlon i386 GNU/Linux


    MY VERSION OF DB

    SQL > select * from v version $;

    BANNER

    ----------------------------------------------------------------

    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod

    PL/SQL Release 10.2.0.1.0 - Production

    CORE 10.2.0.1.0 Production

    AMT for Linux: Version 10.2.0.1.0 - Production

    NLSRTL Version 10.2.0.1.0 - Production

    some we used set the editor

    You don't need that. Just add 'export EDITOR = vi' the user profile (as said SY), normally .bash_profile on linux.

  • Problem with the backup computer virtual to Virtual Center 4 with VDR

    VC in Vsphere4 is the virtual machine. When I try it with VDR save there is an error failed to create a snapshoot because the operation has timed out.

    VC is Windows 2003 Standardx64.

    I know the problem with vdr and VSS service and so on, but I does not do so in this situation.

    All reviews are useful.

    Thank you.

    Thank you

    What about the vssadmin list providers?

  • Virtual Center can run on SQL Server Express

    Hi, I currently have Virtual Center running on SQL Server 2005 Standard.  I would like to move databases to SQL Server Express.  Virtual Center run on SQL Server Express?  Y at - there any restrictions that I can hit?  We run ESX 4.X and a few 50 VM environment.

    Thanks in advance for your help,

    Terry

    the limitation to Express is 5 guests and 50 VM.  However, the biggest concern may be the restriction of size of 4 GB of your DB.  May I ask why if you are already running on the standard 2005 would return you Express?

  • Database of SQL 2005 with Site Recovery Manager

    Hello

    I want to install Site Recovery Manager.  I have a few questions about the configuration of database.  In my for the database installation steps

    I have the following:

    -


    For Microsoft SQL Server, the database must be configured as follows:

    1 schema name must be the same on behalf of the user, and you must have a default schema for the user account

    2 bulk insert of administrator privileges

    3. If Windows authentication is used, install the SRM service on a host that shares the same domain as the database server

    4. If SQL Server is installed locally, you may need to disable the network setting shared memory on the database server

    -


    I have almost 0 experience with SQL 2005.

    How to make sure that the schema name must be the same as the user name? My username is "vcadmin".

    How can you "Bulk insert administrator privleges.

    Thank you all...

    I'm not an expert SQL 2005 is... DB2 is my thing ahead of VMware

    CREATE SCHEMA vcadmin

    AUTHORIZATION vcadmin.

    GO

    will create the scheme of vcadmin with vcadmin be the owner. In SQL Server 2005, each user will have a default schema, and if no default schema has been assigned to a user, they will be part of the DBO schema.

    the format for the granting of insertion block is:

    GRANT ADMINISTER BULK OPERATIONS TO VCADMIN

    You can also just do your username VCADMIN the owner of the database when you create the database.

    see you soon

    Lee

  • Migrate the Virtual Center databases

    I'll be moving on my DB Manager Update VM DB, composer DB VM and VM DB license to a new SQL 2005 server, virtual Center. Is it OK just to stop the services on the Virtual Center and DB SQL Server and then migrate the DBs to the new server? And then then recreate ODBC connections?

    Yes, I stopped services.  Also, see this KB, http://kb.vmware.com/kb/7960893 , it may be useful

  • TMS SQL 2005 DB to SQL 2008

    Hello

    I have here a nice problem. We had a former TMS (v.13.1) Server installed to MS 2003 R2 with SQL 2005.

    The export of the DB has been problem free.

    Now, we need to upgrade the operating system to MS 2008 R2 64 bit. We had installed the TMS Version 13.1.2 with SQL 2008.

    How can I import the old DB for new MSDS?

    Who has an idea or if it is?

    Greetings

    Jens Lantermann

    Ditto on what Martin says with regard to the questions of Justin

  • Virtual center 4.0 - need to detail the technical information on windows services, very important

    Does someone know where I can find all the technical information

    on the vsphere virtual center 4.0 Services,.

    I want to know how to solve and follow all troubleshotings

    steps, because I had and error at the start of the services of the virtual Center.

    She was tied to the user that start services, I had to change the user

    to an account manager and the error off

    but I want to know for example

    all the 4.0 virtual center associated with list of services.

    all the sequential process to start all services

    How to start these services, for example in a batch file,

    users of system start all services

    I think that this info is not complete covered in manual support.

    someone has the info.

    Thank you

    Maynor

    Have you already taken a glance article KnowledgeBase VMware VirtualCenter from VMware service does not automatically start after reboot

    André

  • Screen problem of refresh with SQL Developer 1.5.5 on Vista 64-bit

    I use the latest version of SQL Developer.

    I have screen refresh issues in sql developer. Scrolling up and down, the screen gets jumbled up, some screen time do any appear. Work with SQL Developer very difficult. I don't have such a problem with any of my other publishers.

    Is this something specific to Vista? Is it someone knows solution to this problem.

    Thank you

    Edited by: user5899685, 1 Sep 2009 11:14

    Specific? Not really, but judging by the posts here Vista is more likely. It usually indicates the incompatibility between Java and video drivers.
    If the update of your JDK or the video driver does not work or is not an option, just disable DirectDraw in \sqldeveloper\bin\sqldeveloper.conf generally also works:

    AddVMOption - Dsun.java2d.noddraw = true

    Hope that helps,
    K.

Maybe you are looking for