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

Re: ESXi 6.0.0 vSphere License key Error

$
0
0

Are you able to restart the hosts which exhibit the error? I would try that first.


Re: ESXi 6.0.0 vSphere License key Error

$
0
0

I'll have to schedule an interruption, but I should be able to manage that over the next few days.
I'll report back once I've given this a try.

Thank you for the suggestion!

vRA 7.6 Stuck in Progress.. for days

$
0
0

Hello Folks,

 

Please help with this weird problem:

 

After successful provision and power on an blueprint/deployment, tenant admin cannot manage, actions stuck for hours and days in progress and never completes. For example, power off, take snapshot, destroy. Everything stuck with no error message for days in progress. Please see the screenshot attached.

 

Here are the environment details:

 

Site 1 -> vCenter 6.5.0 (Build 8307201)

Site 2 -> vCenter 6.5.0 (Build 8307201)

vCenter in Enhanced Linked Mode same SSO Domain

 

VRA Version: 7.6.0 (Build: 13027133)

VRA architecture enterprise distributed small (no load balancer).

Commercial Certificates.

 

VRA appliance / embedded orchestrator -

vra01.domain.com

 

IaaS web server -

iaas-web-01.domain.com

 

IaaS manager server -

iaas-ms-01.domain.com

 

DEM 01 -

iaas-dem-01.domain.com

 

Agent 01, 02 -

iaas-agnt-01.domain.com -> vCenter site 1

iaas-agnt-02.domain.com -> vCenter site 2

 

Thanks in advance for your attention on this. Regards.

Re: vRA 7.6 Stuck in Progress.. for days

$
0
0

Its a hell guys!!

 

How can a simple power off action stay stuck for days in progress with no error message in UI at version 7.6?

 

Any developer can help please? any ideas?

Re: vRA 7.6 Stuck in Progress.. for days

$
0
0

There is no approval process active, the owner of the deployment cannot power off or destroy your deployment/VM. Its like a hell. I am almost re-installing everything but with no guarantee because this installation completes with no validation errors. All other features under administration and insfrastructure menu works perfectly.

Re: намертво зависает виртуальная машина

$
0
0

Спасибо за ссылки. уже нашел кое какие команды по HPE ACU.

на данный момент план действий выстроил такой:

1. Обновить FW на адаптер.

2. Накатить апдейт на гипервизор до U3j от 09.2019 уже скачан , ждет своего времени.

в ближайшее время будет остановлен сервер для расширения физической памяти, вот в это время и займемся обновлениями.

Спасибо за поддержку и тему пока не закрываю, отпишусь по результатам работы тут.

Re: All guests on host loose network access after backup fails

$
0
0

I tried unplugging the cable from the 2nd NIC, then doing the backup. The host became inaccessible this time. I was able to get the network back up, for the host as well as the VMs by disconnecting and reconnecting the cable

Re: Clone Multiple VMs into Template

$
0
0

Hi LucD,

 

What I want to do is to clone an existing VM to Template directly.

 

Regards,

Cristopher


Re: All guests on host loose network access after backup fails

$
0
0

Issue resolved.

 

I had to update the driver for the Intel 82576 NICs in my server from the igb version 5.0.5.1.1-5vmw driver that came bundled with ESXi to the igb version 5.2.5 driver supplied by Intel.


 

 

 

The updated driver can be downloaded from here : VMware vSphere 5: Private Cloud Computing, Server and Data Center Virtualization

 

Instructions for installing the driver are in the readme file that comes bundled with the driver.

Unauthorized Access issue

$
0
0

Same as others have reported, there is no Skyline Advisor role that I can see:

 

I've seen the link to the SmartSheet site, so I'll enter details there after this post is created, since I also need this link.

Re: Unauthorized Access issue

$
0
0

Hi JHTCTL,

 

Thank you for reaching out to Skyline team through communities.

Sure , we will look into the details from smart sheet. Below is the link for the same.

Smartsheet Forms

Please also confirm if you were able to login to Skyline Advisor earlier.

Re: Unauthorized Access issue

$
0
0

Yes, we were able to access it prior to about a week or so ago.  I've already entered details into the sheet, let me know if you don't see them.

Re: Unauthorized Access issue

$
0
0

Hi JHTCTL,

 

I have got the requested details. We will check from our end and get back to you.

Re: All guests on host loose network access after backup fails

$
0
0

Thank you for your update and the solution to your problem!

Re: Licensing 2 sites with the same keys?

$
0
0

Unfortunately this does not apply to the vCenter license. Each vCenter instance has to be covered with its own license.


help with calling ServiceInstance: retrieveInternalContent() using pyvmomi

$
0
0

Hi,

 

I got the following error when I tried to call retreiveInternalContent().

I used smartConnect to get the serverinstance.

Could someone know the reason? Thank you!

 

Traceback (most recent call last):

  File "perfNamespace.py", line 696, in main

    guestOperationDict.get(args.guestoperation.lower(), unknownOperation)(leftovers, args)

  File "perfNamespace.py", line 189, in listNamespaces

    svcInstIntCont = svcInst.RetrieveInternalContent()

AttributeError: 'vim.ServiceInstance' object has no attribute 'RetrieveInternalContent'

 

 

Re: Role of NSX

$
0
0

Hello,

 

NSX is a software-defined network solution, so all these features and components will be as software on top of ESXi hosts (or KVM host if working with NSX-T).

 

For example, you will create a logical router as virtual appliance on top of your virtual environment and this appliance will handle let's say the L3 or LB .... etc.

And technically and the end also NSX use VXLAN (NSX-V) or GENEVA (NSX-T) as a transport layer with an encapsulation algorithm to move packets between VMs in separate hosts (East/West).

Re: Getting host mm mode event details

$
0
0

Hi Llian,

 

Yes it does, but we have lot of hosts and activites going on in different datacenters, we are trying to create a XaaS blueprint to just enter a host name to get the details of the person who kept the host in mm mode. I have the below function to get the details, but it doesn't work as expected.

function getEventLogs(hostIn){

try{

var sdk = hostIn.sdkConnection;

 

// Create TaskFilterSpecByEntity using moRef of vc:hostsystem

var spec = new VcTaskFilterSpecByEntity();

spec.entity = hostIn.reference;

spec.recursion = VcTaskFilterSpecRecursionOption.self; // Set recursion to self as only interested in this host object

 

// Create FilterSpec containing vm reference to filter

var filter = new VcTaskFilterSpec();

filter.entity = spec;

 

// Create collector and set it to the latest entry

var collector = sdk.taskManager.createCollectorForTasks(filter);

collector.resetCollector();

 

// Browse pages returned by collector in reverse until none are returned

var taskPage;

while ((taskPage = collector.readPreviousTasks(100)) != null)

{

    for each (var task in taskPage)

    {

// Pull only Enter maint mode messages

if(task.name == "enterMaintenanceMode"){

        System.log("Task: " + task.name);

System.log("     startTime: " + task.startTime );

System.log("     User: " + task.reason.userName );

System.log("     dynamicProperty: " + task.dynamicProperty );

task.dynamicProperty == "HostSystem.enterMaintenanceMode"

}

    }

}  

} catch(ex){

System.log("ERROR : " + ex);

}@

Re: Triple Fault when guest (Win7x86) requests DHCP from host's network.

$
0
0

Which VMware product are you using?

Re: ESXI 6.5 WEB CLIENT

$
0
0

Hello,

 

Yes, Converter doesn't need VC, it can address ESXi hosts directly.

and which file do we use on the converter

This I didn't understand. Could you please clarify? Or browse the user's guide, the procedure is well described there. Perhaps the question will resolve on its own accord.

 

Regards,

Plamen

Viewing all 251313 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>