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

What is the future for salesforce CRM software?

$
0
0

There were different web reviews of salesforce software. The users of this software have stated that though Salesforce CRM is a little pricy, it has an excellent user interface, which is much easier to use than the other CRM software that is mentioned above. Companies that have been using the Salesforce CRM have provided a detailed report that they have increased their profit at an alarming rate.

 

This is because Salesforce has given the customers the privilege to use a string of diversified cloud applications. With the help of cloud computing services salesforce can meet the demand of customers like unlimited storage and privacy, So this means that once you enroll with Salesforce, you can create a customized salesforce environment.

 

With the coming of Salesforce, CRM became cloud-based. Now information of every customer can be accessed with the help of the internet. In the case of on-premise, every problem needs to be handled by an IT professional. When things turned cloud-based, even an individual when non-technical knowledge could handle any issues that may arise in the cloud-based CRM.


Insufficient permission to access file error

$
0
0

Howdy, just a few minutes ago i tried reopening both my vm's after a take ownership happened, and its fixed now, but now i notice when opening either vm's that this window would pop up now, any help to this? First vm is windows xp pro, second is windows 7 pro these are the only to i have right now.Capture.PNG

Re: UCSB-MRAID12G-HE disk queue length?

$
0
0

Hi Bob,

 

Thanks for the reply!

 

I started a thread on the Cisco forums at the same time as this, and I've posted some findings there --> https://community.cisco.com/t5/unified-computing-system/ucsb-mraid12g-he-disk-queue-length/m-p/3999741

 

Everything I've seen on my own systems seems to indicate that the controller firmware/driver is giving the queue length of 64, instead of the drive firmware itself.

 

I may be wrong, but it just seems odd that multiple system platforms (Dell H730P, H740P, Cisco "B" MRAID, Cisco "C" MRAID) all show the same symptoms, and the main thing in common is the chipset family and driver.

 

I'm going to try and borrow one of my previous HP branded HGST HUSMM SAS SSD (Which I sold when I swapped to Cisco) which reported as a depth of 256 on the HP servers I had a while back, and see if they drop to 64 when plugged in to my Dell or Cisco servers.

 

That may help give a "final" answer.

 

Failing that, a depth of 64 should be ok for a lab environment so I'll just likely live with it.

 

I appreciate the response anyway.

 

I'll update this with findings once I've had a chance to try the HP SSD.

 

Thanks!

Re: Insufficient permission to access file error

$
0
0

nevermind the virtual machine folder was just set to read only, its now fixed

Re: Consulting ESXI 6.7 web client failed to upload 1.2T .VMDK file

$
0
0

To convert the virtual disk to the stream-optimized format, you' can use the vmware-vdiskmanager command line utility. It is included in VMware Workstation (no need to purchase a licence, the evaluation is sufficient), or - maybe the better choice - in the Virtual Disk Development Kit (VDDK).

One hint though. If the virtual disk files you've got contains snapshots ("...-00000x.vmdk" files), then make sure that you specify the latest snapshot file as the source for the command.

You can find the command syntax by running "vmware-vdiskmanager /?". What you will need is to convert the virtual disk to type 5 "compressed disk optimized for streaming".

e.g. vmware-vdiskmanager.exe -r sourceDiskName.vmdk -t 5 destinationDiskName.vmdk

 

André

Re: Disable Distributed firewall

$
0
0

Hi

 

The below part is not correct, disabling vShield-Stateful-Firewall causes communication problem between NSX manager and the esxi servers where the edges are.

 

"

2. From CLI which can be done per ESXi host

VMware Documentation Library - Checking Distributed Firewall—Commands Run from Hosts

SSH into ESXi host and run below command

/etc/init.d/vShield-Stateful-Firewall stop

/etc/init.d/vShield-Stateful-Firewall {start|stop|status|restart}

"

 

Till now i could not find a way to disable DFW in a single host, if there is a cluster where there are hosts are enabled and hosts are disabled, if you try to force sync firewall services it will not work either.

 

What i have tested at the moment, is to re-enable the firewall services and then re-disable the firewall services to have a consistent DFW state across the cluster.

 

The below KB might help

 

VMware Knowledge Base

Re: Layer-2 domain on the NSX Virtual Switch

$
0
0

Hi Dear,

 

Please find my below answers:

 

1. On NSX Virtual Switch, hosts are not restricted to the same layer 2 domain for virtual machine to virtual machine communic ation across hosts.

This means that you can have hosts with vTEP interfaces in different interfaces and you still be able to create L2 switches spanning these hosts and have VMs attaching to hosts (with vTEPs in different VLANs) communicating in the same L2 domain. This is what we mean by "NSX provides L2 communication over L3 network".

2. You must migrate virtual machines from a host before installing the VlBs.

This is required manually if DRS is not enabled on the vSphere cluster because a host will be put in maintenance mode for VIBs to be installed. If DRS is enabled and even if there are VMs running on that host, DRS will vMotion all VMs running on that host automatically to another host and then put the host in maintenance mode when you attempt to prepare that host for NSX and install the NSX VIBs.

3. VMware NSX Edge gateway is not distributed and so the gateway lacks a control entity.

This means that the NSX edge is not distributed because it is a VM running on top of a vSphere cluster compared to the DLR which is distributed in the kernel of the ESXi hosts. So Edge will offer you centralized N-S traffic routing while DLR will offer you distributed E-W traffic routing. The DLR has a control VM which falls in the control plane but the DLR instance itself is distributed in the ESXi kernel, however the NSX edge falls in the data plane and does not have any separated control component that falls in the control plane.

 

Hope it is clear now,

Re: Not able to ping VM in different host. NSX-V

$
0
0

Please check the MTU on the vDS switch and on the underlay network. There should be a minimum of 1600 MTU to enable VXLAN encapsulation between the 2 hosts.


Re: NSX not functioning after ESXi update (6.7 to 6.7u3)

$
0
0

Can you till us please which NSX version and vCenter version you have ? If it is supported you should be able to go to "Host preparation" and click "Resolve" on cluster level or host level and you should see "GREEN" checkmarks again.

 

Please share any error message or screenshot if possible.

DEM Conditions Performance

$
0
0

Are there any best practices to speed up DEM condition evaluation? Is there any performance difference between condition and condition set? How to performance optimize large numbers (hundreds, or thousands) of DEM User Settings each with unique conditions, especially AD group membership?

Re: Consulting ESXI 6.7 web client failed to upload 1.2T .VMDK file

$
0
0

André:

     Thank you for your help!  I seem to have successfully converted. The virtual machine file ServerName.vmdk that I downloaded from ESXI 5.5 is only 1KB, This file can be converted. The other ServerName-flat.vmdk file is still 1.2TB, This file cannot be converted. I am not sure if this is normal? If it is normal, can I successfully upload a 1.2TB vmdk file?

Re: ethernet card config

$
0
0

if i use LACP configuration for it . Can I get 40 gbit

Re: Horizon View 6.0.1 - ADAM data error

$
0
0

Do you have access to the LDAP data (open in with ADSIEDIT in windows, I mentioned how to do it here)

Find the related desktop pool object and check can you modify its attributes, which one that you need (take a snapshot before that).

Re: ethernet card config

$
0
0

No, you probably won't, and it's more complicated than that based on how LACP works and what traffic occurs over it.

power on time vm list

$
0
0

An ESXi closed in the cluster and the virtual servers migrated to other hosts. How I can find the which virtual servers have migrated to another host. which servers moved i need that list.

or which servers have been open for how long.


Re: power on time vm list

$
0
0

You would have to go look at either vCenter logs or look at the events/tasks on the individual VMs.

Re: Layer-2 domain on the NSX Virtual Switch

Re: power on time vm list

ESXi 6.5 network "mess" - GUI / system mismatch

$
0
0

Hi All,

 

Got a strange one going on there. I was trying to configure a new virtual switch and got the "specified parameter is not correct". So logged to the command line and the output of esxcfg-vswitch -l doesn't match the GUI. So I setup the switches / port groups / uplinks via the command line, rebooted and still it does match (it has in fact made things worse by removing some uplinks) and still can't configure anything from the GUI. The system *seems* to be using the configuration as per the GUI.

 

How do I go about troubleshooting / getting everything to match?

Re: power on time vm list

$
0
0

Nope. Either way you look at it, you're searching log files.

Viewing all 231440 articles
Browse latest View live


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