Quantcast
Channel: VMware Communities: Message List
Viewing all 220645 articles
Browse latest View live

Installing Windows vCenter 5.5 along side a VCSA 5.5 install

$
0
0

I am having a very strange issue that I cannot seem to resolve.

 

Current System:

Running VCSA 5.5

 

Future system

Windows vCenter 5.5

 

Right now I have a environment that is running the vCenter Appliance. Due to growth in the system and the overly priced Oracle suite, it has been decided that we will move to the windows install of vCenter. No matter the version of windows I try to install vCenter on (2008 R2 and 2012 R2) it always fails out at the same point (VMwareVCMSDS failed: AD LDS setup did not complete because one or more LDIF files could not be imported).

 

I am running the install as a Service Account which has full access to the SQL server and is a Domain Administrator.

 

I am starting to believe the issue might be the Fact that I already have a vCenter 5.5 running in the environment, but I cannot confirm. Has anyone else ran into this and found a solution?


Re: Management vmk dropping packets when vmnics are teamed

$
0
0

It must be some setting with the NIC.

 

Do you notice anything different if you run the below command on the working nic and the "faulty" one?

 

Esxcli network nic get -n "nic name"

 

Also network nic stats get -n

Re: Installing Windows vCenter 5.5 along side a VCSA 5.5 install

Re: How to stop Designer from kicking off state changes

$
0
0

Have you changed the stub workflows to execute using vCO? The easiest way to do that is to go to your vCO server, go the workflow library, then navigate to vCloud Automation Center -> Infrastructure Administration -> Extensibility -> Install vCO Customization. Run that against your vCAC IaaS Host, and it'll convert the workflow references to execute against vCO.

Re: vCAC 6 WFStubBuildingMachine not finding vCAC:VirtualMachine?

$
0
0

That custom property should simply be hostname. I agree that it's kind of odd that it isn't picking up the values, but I personally think it's easier to manage metadata in a consistent manner; the less different objects / tracking methods you have to support, the easier long-term sustainability is (in my opinion).

Re: Installing Windows vCenter 5.5 along side a VCSA 5.5 install

$
0
0

The errors that is shows are not present in the Jointool log or the status log.

 

Below is the actual log file:

[2014-08-04 13:59:09,906  com.vmware.vim.jointool] Failed to find instance config at: "C:\ProgramData\VMware\VMware VirtualCenter\instance.cfg", assuming defaults

[2014-08-04 13:59:09,908  com.vmware.vim.jointool] Storage directory not found in instance.cfg.

[2014-08-04 13:59:10,051  com.vmware.vim.jointool] Initializing DB datasource from: vcdb with dsn: VCDB as user:

[2014-08-04 13:59:10,057  com.vmware.vim.common.vdb.VdbConfig] Config name=vcdb

[2014-08-04 13:59:10,057  com.vmware.vim.common.vdb.VdbConfig] Property file=C:\ProgramData\VMware\VMware VirtualCenter\vcdb.properties

[2014-08-04 13:59:10,058  com.vmware.vim.common.vdb.VdbConfig] Loaded url from props=jdbc:sqlserver://SVDBM12R01.cloud.abl.navy.mil;databaseName=VCDB;integratedSecurity=true

[2014-08-04 13:59:10,058  com.vmware.vim.common.vdb.VdbConfig] Overrides=

[2014-08-04 13:59:10,058  com.vmware.vim.common.vdb.VdbConfig]  prop:password

[2014-08-04 13:59:10,058  com.vmware.vim.common.vdb.VdbConfig]  prop:dsn

[2014-08-04 13:59:10,058  com.vmware.vim.common.vdb.VdbConfig]  prop:username

[2014-08-04 13:59:10,252  com.vmware.vim.jointool] DB datasource initialized.

[2014-08-04 13:59:10,252  com.vmware.vim.jointool] JoinTool started

[2014-08-04 13:59:10,253  com.vmware.vim.jointool] Storage directory for LDAP instance: C:\ProgramData\VMware\VMware VirtualCenter\\VMwareVCMSDS

[2014-08-04 13:59:10,254  com.vmware.vim.jointool] Operation Mode: initialize

[2014-08-04 13:59:10,271  com.vmware.vim.jointool] Creating directory services instance VMwareVCMSDS

[2014-08-04 13:59:10,272  com.vmware.vim.jointool]   LDAP port = 389

[2014-08-04 13:59:10,272  com.vmware.vim.jointool]   Base DN = dc=virtualcenter,dc=vmware,dc=int

[2014-08-04 13:59:10,272  com.vmware.vim.jointool]   Storage dir = C:\ProgramData\VMware\VMware VirtualCenter\VMwareVCMSDS

[2014-08-04 13:59:42,429  com.vmware.vim.jointool] Operation "Create standalone instance VMwareVCMSDS" failed: : Action: Create Standalone Instance

Action: Creation of standalone instance

Action: Create Instance

Problem: Creation of instance VMwareVCMSDS failed: AD LDS Setup did not complete because one or more LDIF files could not be imported successfully.

 

 

 

 

 

 

[2014-08-04 13:59:42,430  com.vmware.vim.jointool] Recovering from failed Operation "Create standalone instance VMwareVCMSDS"

 

 

[2014-08-04 13:59:42,430  com.vmware.vim.jointool] Recovery successful

 

 

[2014-08-04 13:59:42,432  com.vmware.vim.jointool] Execution error.

Re: vCAC 6.0 : how to Extract Property Disctionary

$
0
0

Have you taken a look at this? I've used it to successfully move an entire property dictionary over.. The only thing that didn't transition properly (if I recall correctly) was whether the field was required or not. vCAC Custom Property Toolkit for vCO

Re: Fusion 6, USB 3.0 and WD My Passport Ultra 1 TB...FAIL!

$
0
0

Correct.  Only VMware Workstation 10 supports USB 3.0 with Windows 7.  Hoping for next Fusion release to remedy this by including updated drivers in the VMware Tools.


connect vApp network to an organization vDC network

$
0
0



Hello all,


I am a newbie here and working on automating the following procedures using vcloud java SDK5.1:


1. create vApps from the template -> modify the code ComposevApp.java.


2. deploy/undepoly the vApp


3. add VMs into the vAPPs. -> modify the code RecomposevApp.java


4. delete VMs and vApps


All of these work well but I cannot set the network correctly. What I want is to create a vAPP network and connect it to an organization vDC network and set routing as NAT. In this way I could get the external IP for each single VMs and access them. I have searched the related information for several days but nothing really helps. What my code could do is just create a direct fenced network in the vApp. The org vDC I want to connect is Internal_Routed_Network.


 



        networkConfiguration.setParentNetwork(vdc.getAvailableNetworkRefByName("Internal_Routed_Network"));



        networkConfiguration.setFenceMode(FenceModeValuesType.NATROUTED.value());



        VAppNetworkConfigurationType vAppNetworkConfigurationType = new VAppNetworkConfigurationType();



        vAppNetworkConfigurationType.setConfiguration(networkConfiguration);



        vAppNetworkConfigurationType.setNetworkName( networkName );



        NetworkConfigSectionType networkConfigSectionType = new NetworkConfigSectionType();



        MsgType networkInfo = new MsgType();



        networkConfigSectionType.setInfo(networkInfo);



        List<VAppNetworkConfigurationType> vAppNetworkConfigs = networkConfigSectionType



                     .getNetworkConfig();



        vAppNetworkConfigs.add(vAppNetworkConfigurationType);



        InstantiationParamsType vappOrvAppTemplateInstantiationParamsType = new InstantiationParamsType();



        List<JAXBElement<? extends SectionType>> vappSections = vappOrvAppTemplateInstantiationParamsType



                     .getSection();



        vappSections.add(new ObjectFactory()



                     .createNetworkConfigSection(networkConfigSectionType));



        //



        // create the request body (InstantiateVAppTemplateParams)



        //



        ComposeVAppParamsType instVappTemplParams = new ComposeVAppParamsType();



        instVappTemplParams.setName( vAppName );



        instVappTemplParams.setDeploy(false);



        //instVappTemplParams.setSource(vAppTemplateReference);



        instVappTemplParams.setInstantiationParams(vappOrvAppTemplateInstantiationParamsType);



        Vapp vapp = vdc.composeVapp(instVappTemplParams);



        



        return vapp;




Thanks for any input.


Yue

adding Acitve Directory Identity store to Tenant " cannot connect connect to Directory service"

$
0
0

what are the top reasons for this ?

 

what log is best to find more info on this?

 

thanks

Re: Customization script vCenter 5.5 adding extra lines in ifcfg-eth0

$
0
0

I see in the script:

# insert the check link fix for vlance card

   push (@content, "\ncheck_link_down() {\n return 1; \n}\n" );

 

/usr/lib/vmware-vpx/imgcust/linux/imgcust-scripts/RedHatCustomization.pm

 

This fits as far as the information that is being added to the ifcfg-eth0 file.  But doesn't help in the since I still have to manually remove this information in order to get login's to work correctly. The script is adding information to the ifcfg-eth0 file that is causing problems with login's.

 

Would commenting out this line fix this problem?  I see a science experiment in the future

Re: windows license clarity please

$
0
0

this is $100 on the Best Buy website and here is a review from a buyer of this same item:

 

I have a Mac. I bought this along with Parallels so I can run a windows based program for my business. Worked perfectly. Both were user friendly and easy to install. So far so good.

 

my note: however the Best Buy page says it is not a system builder version but  License Pricing: OEM


as for the USB DVD drive, I do not have to get the Apple version? why can't I just use a flash drive?


just read about something called the win on x that may, fingers crossed, work for me

Re: vcops cannot collect information fom vcenter after upgrade from 5.1 to 5.5

$
0
0

What version vC Ops are you running? When you upgraded vCenter Server, did you replace the SSL cert with your own CA-signed certs? When you update the registration to the vCenter from vC Ops's /Admin UI, does the "test" yield a success or failure?

Re: How to stop Designer from kicking off state changes

$
0
0

Ok so I did install the VCO customization before, but I ran it again.  I think that's helped me out, I see the workflow kickoff, it's just failing now.  So now to troubleshoot that lol

Re: vSphere Web Client SUCKs so bad that my experience managing and supporting VMware has turn to SH**!

$
0
0

I concur with the criticism of the vSphere Web Client, here's another list of flaws that I don't think have been mentioned previously in this thread:

  • Browser dependency hell.
    There are many reasons why you don't want to upgrade your vCenter server right away (There's been a fair share of bugs so far..), but in order to keep up with the release cycles of modern browsers you would need to upgrade vCenter quite often. An improvement could be to release only small patches for the Web Client that adds support for new browsers, perhaps this could be an auto updating feature?
  • Incompatible client integration tools
    Running 5.5U1 on one system, and 5.1 U2 on another? Sorry, the 5.5U1 client integration won't work with 5.1 U2.. And if running IE, there's a fair share that the client integration won't work at all even if installed properly.
  • Why run the web client on and odd port and URL? Why can't it reside on port 443 along with the other services?
  • Tasks that don't submit successfully stays as "Work in progress", and doesn't give an error message like they do in the C# client. Could be hard for users to see if something isn't submitted properly.

 

This is just a couple of things from the top of my head, I try to avoid it as much as I can... I have to use it with VSAN, which is another story in all..


Error installing Kali Linux in vmware workstation 9

$
0
0

Hi

 

 

I now copy the file on my desktop in program files and try I get another error to it...... "Insufficient permission to access file" how can this be solved????

Please help asap.

 

 

Regards,

Slesha

Re: Working with windows 8 or 8.1 and Horizon View 5.3 using VMware Client 2.3.3) scrolling slow and hesitates

$
0
0

I know this is a little old, but found the fix for our windows 8.1 tablet users.   On the client itself, we removed the client cache completely doing the following steps:

 

Create a new file as below.

C:\Users\vditest\AppData\Local\Teradici\pcoip_client_settings.txt

and write this line into it.

pcoip.enable_tile_based_image_caching = "0"

Re: vCAC 6 WFStubBuildingMachine not finding vCAC:VirtualMachine?

$
0
0

I figured it out. It's not "hostname". that's what you would put into the custom property field in vcac, but it's not what you put in for the JS code...go figure?

 

The code to get machine name during destroy/dcommissioning is:

 

var vmName = vcacEntity.getProperty("VirtualMachineName");

 

Cheers

Re: Customization script vCenter 5.5 adding extra lines in ifcfg-eth0

$
0
0

Looking at the script more, to me it would seem that there is a "if" statement missing.  The way it's written now it will just do the push regard less.

Re: Management vmk dropping packets when vmnics are teamed

$
0
0

Both are identical (see below):

 

~ # esxcli network nic get -n vmnic0

   Advertised Auto Negotiation: true

   Advertised Link Modes: 1000baseT/Full, 10000baseT/Full

   Auto Negotiation: true

   Cable Type: FIBRE

   Current Message Level: 0

   Driver Info:

         Bus Info: 0000:01:00.0

         Driver: bnx2x

         Firmware Version: FFV7.8.53 bc 7.8.82

         Version: 1.78.80.v55.3

   Link Detected: true

   Link Status: Up

   Name: vmnic0

   PHYAddress: 1

   Pause Autonegotiate: true

   Pause RX: true

   Pause TX: true

   Supported Ports: FIBRE

   Supports Auto Negotiation: true

   Supports Pause: true

   Supports Wakeon: true

   Transceiver: internal

   Wakeon: MagicPacket(tm)

~ # esxcli network nic get -n vmnic1

   Advertised Auto Negotiation: true

   Advertised Link Modes: 1000baseT/Full, 10000baseT/Full

   Auto Negotiation: true

   Cable Type: FIBRE

   Current Message Level: 0

   Driver Info:

         Bus Info: 0000:01:00.1

         Driver: bnx2x

         Firmware Version: FFV7.8.53 bc 7.8.82

         Version: 1.78.80.v55.3

   Link Detected: true

   Link Status: Up

   Name: vmnic1

   PHYAddress: 1

   Pause Autonegotiate: true

   Pause RX: true

   Pause TX: true

   Supported Ports: FIBRE

   Supports Auto Negotiation: true

   Supports Pause: true

   Supports Wakeon: true

   Transceiver: internal

   Wakeon: MagicPacket(tm)

Viewing all 220645 articles
Browse latest View live




Latest Images