Quantcast
Channel: VMware Communities : Discussion List - All Communities
Viewing all 176483 articles
Browse latest View live

Virtual Machines 'not found'

$
0
0

I have just replaced my MacBook with a new one and after the time machine restore, everything works fine except in my virtual machine library, all my virtual machines have 'not found' under them so I cannot use them.  I have created a virtual machines folder in my documents and copied all the files from my old MacBook's virtual Machines folder into them but still no joy.

Any help would be most welcome.

 

Thanks


The problem of mismatch between CG and Protection Group in SRM

$
0
0

We are using EMC RecoverPoint Replication (CRR) to replicate our main set of datastores to a remote site, and utilizing VMware SRM 6.5 to run failover/failback. To protect 30 datastores through CG,  created 10 consistency group in Recoverpoint and each of them with three or four LUNs. The strange problem is when we are going to create Protection Group in SRM, we suffer from the mismatch between the number of CG in Recoverpoint and the number of CGs seen in Protection Group wizard in SRM. To make it clear, in this step, we could see and selected only 5 CGs which is not match to the number of CGs in RecoverPoint. One of the CGs has comprised 12 datastores and mixed them together, and it would be strange!.

Furthermore, after this stage, if I create new CG in RecoverPoint and add numbers of datastores to it, there is no problem and I can see it correctly in SRM Protection Group wizard!

What are the problems or possible cases I have to check?

If there is any idea or best practices to design CGs in Recoverpoint, please share it.

Migration from EMC SAN to HP SAN

$
0
0

Hi,

 

We are going to migrate our existing VMware infrastructure from DELL Servers with EMC SAN (vSphere 6.0) to HP Servers with HP SAN (vSphere 6.5).

 

Consultant suggests the migration of VMs to make use of VMware Convertor as it costs the least money.

 

Is there any free tools for migration ?  Besides downtime, is there any other pitfall for using VMware Convertor ?

 

Thanks

Get information licenses on Horizon with powershell

$
0
0

Hello

Is it possible to get the detailed the information of active licenses on Horizon powershell?

Thank you

Error to Link Account on deploying Skyline Collector

$
0
0

Hello,

 

We are trying to deploy the Skyline Collector on our environment but, the follow message appear when we try link our account on collector:

 

The My VMware account or EA number you have selected is not associated with a Skyline enabled entitlement account. Please visit https://www.vmware.com/support/services/skyline.html to signup to be a part of our next adoption wave.

 

We have filled the form registration for the program and we received the invitation e-mail to access the program.

 

What other step we need to do access finish the Skyline collector deploy?

 

Thanks.

Moving a Virtual Machine to a physical drive.

$
0
0

Hello.  I am attempting to bring a VM from a environment to a hard drive to boot off of.  Any solution from cloning/mounting a VMDK to a hdd? 

macOS 10.14 Mojave Developer Preview/Beta guest...

$
0
0

... Just to say that it works surprisingly well, in Fusion 10.1.2 (and probably also in 8.5.10): it's also rather snappy (on a 2013 MacBook Pro); and HiDPI works out of the box, after installing the Tools.

 

Only one major glitch: some persistent visual artifacts in the menu extras, in the Finder tabs and in Dashboard, both in normal and dark mode...

Connect-HVserver error

$
0
0

Hi all,

 

I'm getting this error when I try to connect with the Horizon Api :

 

Connect-HVServer : The request channel timed out while waiting for a reply

after 00:01:39.9989768. Increase the timeout value passed to the call to

Request or increase the SendTimeout value on the Binding. The time allotted to

this operation may have been a portion of a longer timeout.

At D:\ListadoVDD.ps1:53 char:1

+ Connect-HVServer -server myserver.fqdn.corp -User $vcAdmin

-Password $v ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~

    + CategoryInfo          : NotSpecified: (:) [Connect-HVServer], Exception

    + FullyQualifiedErrorId : System.Exception,VMware.VimAutomation.HorizonVie

   w.Commands.Cmdlets.ConnectHVServer

 

Any ideas?

 

Thank you very much.


nsx

VMWare Remote Console 10 start fullscreen from command line

$
0
0

Hello, I'm trying to launch VMWare Remote Console 10 from the command line given a vmrc url to use but I want the virtual machine to start in full screen mode. Currently, the remote virtual machine starts in windowed mode and you have to press the Fullscreen button on the menu. There is also the option of using a keystroke to go into fullscreen which is "Ctrl+Alt+Enter" (or "Ctrl+Shift+Alt+Enter" if the Shift preference is set). I know in the older versions of Remote Console there was a command line parameter that could be used to start the machine in fullscreen mode but I have not been able to find anything like that with this version.

 

Here is the command I'm using to launch the Remote Console 10 and connect to a remote virtual machine:

"C:/Program Files (x86)/VMware/VMware Remote Console/vmrc.exe" vmrc://clone:cst-524a37be-0534-578b-bbc3-b50712a60577--tp-B1-C9-2E-0C-9D-81-3E-D7-7C-B7-C9-60-7F-8E-51-F0-DD-06-3E-30@10.10.28.12/?moid=4

 

Here is the old command for an older version of remote console that launches in fullscren:

"c:/VMRC/vmware-vmrc.exe" -u root -p password@210 -h 10.10.28.14 -X "[Datastore 1] Test VM.vmx"

 

You will notice the -X flag indicates to start in full screen mode. I'm looking for an option similar to that with the new version of VMWare Remote Console 10. Any information is helpful.

Account not entitled for Skyline

$
0
0

I received an email this afternoon letting me know that my company was accepted into the Skyline program. I followed the instructions and deployed the appliance without issue.

 

When I try to link my "my.vmware.com" account with Skyline, it says that my account is not entitled. Can you please help me get entitled? We've been looking forward to testing out this feature.

 

The email was sent to my email address: carceneaux@thinksis.com and our EA number is: 115133220

 

Thanks for your help!

Chris

fndByDns is not finding some VMs

$
0
0

fndByDns is not finding some VMs.

 

im trying to write a script to list the properties of VMs via pymomi.

 

observed that it does not work for all VMs in my environment.

nslookup for the failing VMs are working, forward and reverse.

 

any guidance?

 

"""
import csv

from pyVim.connect import SmartConnect

import ssl

 

"""
function to convert VM names from csv to a list.
"""
def csv2list(csv_file):

   vm_list = []

   with open('vm_names.csv', 'r') as f:

   # for row in csv.reader(f):
  # data.append(row)
   vm_list = [row for row in csv.reader(f)] # using list comprehension instead of code above
   print(vm_list)

   return(vm_list)

 

def vm_list(vm_properties):

 

  s = ssl.SSLContext(ssl.PROTOCOL_SSLv23)  # For VC 6.5/6.0 s=ssl.SSLContext(ssl.PROTOCOL_TLSv1)
   s.verify_mode = ssl.CERT_NONE

 

  vc_fqdn = "<vc>"
   user_name = "<user>"
   password = "<password>"

   vc_connect = SmartConnect(host=vc_fqdn, user=user_name, pwd=password, sslContext=s)

 

   vm = None

   search_index = vc_connect.content.searchIndex

 



   for v in vm_properties:

   try:

  vm = search_index.FindByDnsName(dnsName = str(v[0]), vmSearch = True)

   #str(v[0]) since csv2list retunrs list of lists. like [[vm0],[vm1]]

  #vmSearch is for searching vms,else search forESXi hosts

   details = {

   'name': vm.summary.config.name,

   'instance UUID': vm.summary.config.instanceUuid,

   'bios UUID': vm.summary.config.uuid,

   }

 

   for name,value in details.items():

   print(u" {0:{width}{base}}: {1}".format(name, value, width=25, base='s'))

 

 

   print("\n\n\n")

 

   except AttributeError as e:

   print("vm {} has ".format(str(v[0]))+ str(e))

 

 

"""
MAIN program
"""



csvfile = "vm_names.csv"

vm_properties = csv2list(csvfile)

 

vm_list(vm_properties)

IPSEC VPN MTU Settings

$
0
0

Hi,

 

Currently i have a IPSEC VPN set up on a NSX edge (6.2.8) which is up and working. There are issues with connections dropping when sending large amounts of data.

 

I want to see if changing the MTU size will help, on older versions of NSX edges (or VFM edges) you could edit this setting via the IPSEC config itself. However this option has now gone.

 

I can see when you pull the config via XML that the setting is still there but showing as 'null'

 

"mtu" : null,

 

Does anyone know why this has changed or how the MTU settings now work for VPNs? Is it changeable but only via the API for example?

 

Thanks

VMWare Remote Console 10 preferences.ini file

$
0
0

Been working with the new version of VMWare Remote Console 10. I have worked with a very old version before and they used to have a preferences.ini file that could be used to customize the experience of the remote console. In this preferences file you could do many thing like: hide tool tips, hide the top menu, etc. This link (sanbarrow.com ) provided a ton of useful entries that could be used in the preferences.ini file. My question, does anyone know if this preferences.ini file still works and takes effect with the new version of VMWare Remote Console 10? I have looked around the site but couldn't find anything regarding this file. I've also played around with some old ini files I had and doesn't seem like all the entries are working like they used to. Please advise. Thanks

Reproducible FireFox 60.0.2 Crash after working 1-3 times per session

$
0
0

Hi,

 

we discovered an error in a customer environment which is reproducable in our LAB which is completely fresh installed.

We use a clean Windows7 x64 VM, fully patched with Horizon View 7.4 Agent and AppVolumes 2.14.

Single Appstack, only Firefox 60.0.2 64bit German Version.

Clean User Profile, no Profile Management solution for testing

 

Starting Firefox works fine - open, browse, close.

Open again/browse/close works fine for several times. But if you open some tabs, stop using firefox for some minutes and close it, it won't open again.

Firefox is on the newest Version, so no update in the background.

-Safe-mode :not working

-deleting FireFox Profile :not working

-same behavior with View Agent 7.3.2, AppVolumes Agent 2.13.3, old AppVolumes Template.

-Copying the FireFox program directory to c:\temp and start FireFox from there works fine

 

Any Idea how to find out whats going on here ?

Is there a possibility to debug the AppVolumes driver ?

 

Jens

 

Firefox Crash error:

crash.main.2
1529515938
255c0e7f-d871-4029-a520-81c8c5274a82
ServerURL=https://crash-reports.mozilla.com/submit?id={ec8030f7-c20a-464f-9b0e-13a3a9e97384}&version=60.0.2&buildid=20180605201706
StartupTime=1529515938
SafeMode=0
ProductName=Firefox
Vendor=Mozilla
InstallTime=1529515554
CPUMicrocodeVersion=0x42a
ReleaseChannel=esr
Version=60.0.2
StartupCrash=1
BuildID=20180605201706
ProductID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
CrashTime=1529515938
UptimeTS=7.105649
BlockedDllList=
SystemMemoryUsePercentage=31
TotalVirtualMemory=8796092891136
AvailableVirtualMemory=8794795450368
TotalPageFile=6439596032
AvailablePageFile=5348102144
TotalPhysicalMemory=3220758528
AvailablePhysicalMemory=2209562624
MozCrashReason=MOZ_RELEASE_ASSERT(globalObj)
ThreadIdNameMapping=4112:"Gecko_IOThread",3000:"Timer",3904:"Link Monitor",3568:"Socket Thread",4160:"JS Watchdog",

 

 

minidump Analysis:

Windows 7 Version 7601 (Service Pack 1) MP (2 procs) Free x64
Product: WinNt, suite: SingleUserTS
kernel32.dll version: 6.1.7601.24094 (win7sp1_ldr_escrow.180330-1600)
Machine Name:
Debug session time: Wed Jun 20 13:42:29.000 2018 (UTC - 4:00)
System Uptime: not available
Process Uptime: 0 days 0:00:01.000  Kernel time: 0 days 0:00:00.000  User time: 0 days 0:00:00.000
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\oca.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\winxp\triage.ini, error 2
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\user.ini, error 2
*******************************************************************************
*                                                                             *
*                        Exception Analysis                                   *
*                                                                             *
*******************************************************************************

TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\guids.ini, error 2
*** WARNING: Unable to verify timestamp for firefox.exe
*** ERROR: Module load completed but symbols could not be loaded for firefox.exe
*** WARNING: Unable to verify timestamp for mozglue.dll
*** ERROR: Module load completed but symbols could not be loaded for mozglue.dll
*** WARNING: Unable to verify timestamp for nss3.dll
*** ERROR: Module load completed but symbols could not be loaded for nss3.dll
TRIAGER: Could not open triage file : e:\dump_analysis\program\triage\modclass.ini, error 2
GetUrlPageData2 (WinHttp) failed: 12029.

FAULTING_IP: 
xul+e1439f
000007fe`e957439f cc              int     3

EXCEPTION_RECORD:  ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 000007fee957439f (xul+0x0000000000e1439f)   ExceptionCode: 80000003 (Break instruction exception)  ExceptionFlags: 00000000
NumberParameters: 1   Parameter[0]: 0000000000000000

DEFAULT_BUCKET_ID:  STATUS_BREAKPOINT

PROCESS_NAME:  firefox.exe

ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION}  Breakpoint  A breakpoint has been reached.

EXCEPTION_CODE: (HRESULT) 0x80000003 (2147483651) - One or more arguments are invalid

EXCEPTION_PARAMETER1:  0000000000000000

FAULTING_THREAD:  000000000000035c

PRIMARY_PROBLEM_CLASS:  STATUS_BREAKPOINT

BUGCHECK_STR:  APPLICATION_FAULT_STATUS_BREAKPOINT

IP_ON_HEAP:  00000000008fd500
The fault address in not in any loaded module, please check your build's rebase
log at \bin\build_logs\timebuild\ntrebase.log for module which may contain the address if it were loaded. FRAME_ONE_INVALID: 1 LAST_CONTROL_TRANSFER: from 00000000008fd500 to 000007fee957439f STACK_TEXT: 00000000`0022f160 00000000`008fd500 : 00000000`0022f878 00000000`0afae240 00000000`00000003 00000000`0022f1a0 : xul+0xe1439f 00000000`0022f168 00000000`0022f878 : 00000000`0afae240 00000000`00000003 00000000`0022f1a0 00000000`0080a9a0 : 0x8fd500 00000000`0022f170 00000000`0afae240 : 00000000`00000003 00000000`0022f1a0 00000000`0080a9a0 00000000`0a424020 : 0x22f878 00000000`0022f178 00000000`00000003 : 00000000`0022f1a0 00000000`0080a9a0 00000000`0a424020 00000000`00000000 : 0xafae240 00000000`0022f180 00000000`0022f1a0 : 00000000`0080a9a0 00000000`0a424020 00000000`00000000 00000000`00000000 : 0x3 00000000`0022f188 00000000`0080a9a0 : 00000000`0a424020 00000000`00000000 00000000`00000000 000007fe`eb568f18 : 0x22f1a0 00000000`0022f190 00000000`0a424020 : 00000000`00000000 00000000`00000000 000007fe`eb568f18 00020021`00000011 : 0x80a9a0 00000000`0022f198 00000000`00000000 : 00000000`00000000 000007fe`eb568f18 00020021`00000011 01d408be`0f3a99d3 : 0xa424020 STACK_COMMAND: ~0s; .ecxr ; kb FOLLOWUP_IP: xul+e1439f 000007fe`e957439f cc int 3 SYMBOL_STACK_INDEX: 0 SYMBOL_NAME: xul+e1439f FOLLOWUP_NAME: MachineOwner MODULE_NAME: xul IMAGE_NAME: xul.dll DEBUG_FLR_IMAGE_TIMESTAMP: 5b171132 FAILURE_BUCKET_ID: STATUS_BREAKPOINT_80000003_xul.dll!Unknown BUCKET_ID: X64_APPLICATION_FAULT_STATUS_BREAKPOINT_xul+e1439f WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/firefox_exe/60_0_2_6730/5b170b9f/xul_dll/60_0_2_6730/5b171132/80000003/00e1439f.htm?Retriage=1 Followup: MachineOwner --------- 

Configuring a PowerShell workflow in vRO and then having it as a blueprint in vRA

$
0
0

Hello,

 

I'm currently running vRO/vRA 7.3.1.  I've created a blueprint in vRA which has been nice, but I'd like to do more with it.  I have some PowerShell scripts that I'd like to setup as a workflow in vRO and then have them as a blueprint somehow in vRA (if possible) so anybody on my team or in the company if needed could just click and run a script.  I have created a PowerShell machine (2k12 R2) that has PowerShell 5.1 on it.  I've run the New-VICredentialStoreItem on there for a particular vCenter to test with.  Below is the code I'm using for the script:

 

$creds = Get-VICredentialStoreItem -File C:\vicredentials.xml

Connect-VIServer -Server $creds.Host -User $creds.User -Password $creds.Password

$log = Read-Host "Enter log name i.e. VRM.txt"

$GetVM = Get-VM -location VRM | sort Name

$GuestCredential = Get-Credential #Provide Guest OS credentials

$obj = foreach ($vm in $GetVM)

{

   $string = "query user /server:$vm"

   Invoke-VMScript -vm $vm -ScriptText $string -ScriptType Powershell -GuestCredential $GuestCredential | Format-List | Out-File $log -append

 

Basically I'd like to setup a workflow somehow to just list the particular vCenter this would apply to, then ask the user for the name of the log file they want and then have it pass that into the script.  They would also pass the credentials for the machines (a service account, or maybe that's in the workflow, but hidden somehow).  The script would run and somehow (I'm not sure if this is possible in vRO/vRA) the file is created and the user can access it somehow after vRA has completed it..  Perhaps I create a share they can get to that the script puts it there.  I tried looking around on google for this, but whatever I tried really didn't work, so I'm stuck.  I'm not sure if this is possible or not, but since this is the simplest script I have I want to try it first before moving onto ones that require more input from the user.  Any help is appreciated.

 

Thanks

Receiving a 504 error when attempting to add vcenter - SR#18823955306

vCenter desconexion

$
0
0

I have a vcenter server with windows 2008 and there were some snapshot which were deleted, after removing them I realized that the vcenter connects and disconnects randomly

Can't register vCenter - Http failure response for https://10.80.24.123/api/v1/manage/endpoint?auto=false: 504 Gateway Time-out

$
0
0

Trying to register my vCenter servers with the Skyline systems and I receive the following error:

Http failure response for https://10.80.24.123/api/v1/manage/endpoint?auto=false: 504 Gateway Time-out   

 

10.80.24.123 is the Skyline appliance

 

If I browse to the URL I receive the following JSON message:

{"type":"unknown","message":"HTTP 405 Method Not Allowed"}

 

 

After deleting all end points for a vCenter, now cannot re-add that vCenter.

$
0
0

After deleting all end points for a vCenter, I now cannot re-add that vCenter.

 

Error message is:  An attempt has been made to add an endpoint that has already been added. 

Viewing all 176483 articles
Browse latest View live


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