I too am getting the error message "Sorry a service is unavailable to complete this action" when trying to log in. I have been receiving the error message since Friday, now it's Sunday and I still cant access the mylearn website. This is hurting my study time as I wanted to take the test soon. VMWARE please fix this! Thanks.
Re: Is anyone having trouble logging onto mylearn?
Re: add local user
In order to access the SSO settings you need to follow step one and two from the description you posted, i.e. use the mentioned account (which - by default - is the only SSO administrator). Logging in as administrator@vsphere.local will show you the required options in the left navigation pane.
André
"Network connectivity lost" alert - how to find which NIC is this ?
Hi, We have HA cluster with VCenter 5.5 and 2 X ESXi servers.
Each host has 4 NIC.
One of the host has "Network connectivity lost" alert that was triggered 02:00am in the morning. Is there anyway to check which NIC is this ?
The Events tab dont says which NIC is that.
Any help would be much appreciated, thank you.
Re: ESXI - vsphere 5.5 lost datastore after power failure, need help to recover it?
It is already marked as SSD in storage config, its just lost the path.
Below is capture from the client. Ive highlighted the drive,
https://www.dropbox.com/s/rlb6ofxh4fz2amg/Capture.JPG?dl=0
Below is the datastore list, there should be one called datastore ssd
https://www.dropbox.com/s/gcogxycnvi633w0/Capture2.JPG?dl=0
Thanks
Re: Is anyone having trouble logging onto mylearn?
I can still login from Germany without any issues.
Running nslookup for mylearn.vmware.com returns:
Name: e751.dscx.akamaiedge.net
Addresses: 2a02:26f0:6a:285::2ef
2a02:26f0:6a:288::2ef
2.16.195.51
Aliases: mylearn.vmware.com
ta751.vmware.com.ds.edgekey.net
I'm not sure how exactly Akamai works, but it might be worth a try to temporarily add
2.16.195.51 mylearn.vmware.com
to the local hosts file!?
André
Re: add local user
howto change the passwordforadministrator@vsphere.localI only haveroot access
Re: "Network connectivity lost" alert - how to find which NIC is this ?
Unless I'm mistaken, the ESXi host's vmkernel log should have entries regarding such issues.
André
Re: add local user
The password was either manually entered during setup, or - in case of a simple install - may still be on its default value "vmware". If you need to reset the password, take a look at VMware KB: Unlocking and resetting the vCenter Single Sign-On administrator password.
André
Re: Is anyone having trouble logging onto mylearn?
Still down for me! Now it is v annoying! Probably weekend shut-down, and thus will not be fixed until tomorrow! It recognises my ID becuase when I put in an incorrect p/w it acknowledges this, and when I put my correct p/w it comes back with that error...
Btw, i know people in the UK it is working for, so not everyone is affected! All the fresh study is disappearing from my head!!
p.s. I have a heavy cold too
automated power on of a vm
sometimes my vm locks and goes in power off... so i have to power on the vm and all goes good.
i have installed vsphere powercli to automate this operation, i need a script that looks to the vm and if it find the vm in power off automaticallly power on the vm.
the problem is that i am newbie! who can help me realizing this script ?
Re: add local user
thank youhelped!
Re: analog headphone/mic - mic not working. headphone is
Re: analog headphone/mic - mic not working. headphone is
I do see VMware virtual microphone installed so rtav is enabled? I went to
microphone and tried to test the mic via the analog input but the volume
did not move so it did detect any sound input
On Sunday, March 8, 2015, peterbrown05 <communities-emailer@vmware.com>
folder migration
Hi,
i'm looking for a script to migrate all the vm folders from one vc to new vc.
i also need to copy the permission to the new folders.
thanks,
Itay
HA Automation script
Hi,
i'm looking for a script that will run automatically after host HA.
the script should email the virtual machines name.
thanks,
Itay
Re: When was the last time ESXi 5.5 Host re-booted and total no of times re-booted in last 1 month.
Try like this
$start= (Get-Date).AddMonths(-1)
Get-VIEvent-MaxSamples ([int]::MaxValue) -Start$start|
Where-Object {$_-is[VMware.Vim.ExtendedEvent]-and$_.EventTypeId -match'^com.vmware.vcIntegrity.RebootHostComplete'} |
Group-Object-Property {$_.Host.Name} |
Select @{N='ESXi';E={$_.Name}},
@{N='NumberOfReboot';E={$_.group.Count}},
@{N='Last Reboot';E={$_.Group |Sort-Object-PropertyCreatedTime-Descending|
Select-First1-ExpandPropertyCreatedTime}}
Trouble getting shared folders to work (vmhgfs module)
Hello forum,
I'd like your help with an issue that has me perplexed.
I'm running Elementary OS 0.2.1 "Luna" 32-bit (built on Ubuntu 12.04 "Precise") guest on a Windows 8.1 Pro 64-bit host.
I have enabled shared folders in the virtual machine settings and installed vmware tools in the guest OS, however there seems to be errors in compiling the vmhgfs module so shared folders don't work (/mnt/hgfs/ is empty), though everything else does (like auto changing resolution, dragging and dropping files).
Entering "vmware-hgfsclient" in terminal lists the shared folder that I want to use. I tried mounting it manually by editing /etc/fstab but that didn't work (or I'm doing it wrong).
I've pasted below a segment of the output of vmware-config-tools.pl for clarity.
...
The VMware Host-Guest Filesystem allows for shared folders between the host OS
and the guest OS in a Fusion or Workstation virtual environment. Do you wish
to enable this feature? [yes]
Using kernel build system.
make: Entering directory `/tmp/modconfig-W4uHLf/vmci-only'
/usr/bin/make -C /lib/modules/3.2.0-77-generic-pae/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-77-generic-pae'
CC [M] /tmp/modconfig-W4uHLf/vmci-only/linux/driver.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/linux/vmciKernelIf.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciContext.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciDatagram.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciDoorbell.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciDriver.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciEvent.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciHashtable.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciQPair.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciQueuePair.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciResource.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/common/vmciRoute.o
CC [M] /tmp/modconfig-W4uHLf/vmci-only/driverLog.o
LD [M] /tmp/modconfig-W4uHLf/vmci-only/vmci.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/modconfig-W4uHLf/vmci-only/vmci.mod.o
LD [M] /tmp/modconfig-W4uHLf/vmci-only/vmci.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-77-generic-pae'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-W4uHLf/vmci-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-W4uHLf/vmci-only'
cp -f vmci.ko ./../vmci.o
make: Leaving directory `/tmp/modconfig-W4uHLf/vmci-only'
Using kernel build system.
make: Entering directory `/tmp/modconfig-W4uHLf/vmhgfs-only'
/usr/bin/make -C /lib/modules/3.2.0-77-generic-pae/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-77-generic-pae'
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/backdoorGcc32.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/backdoor.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/bdhandler.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/cpName.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/cpNameLinux.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/cpNameLite.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/dentry.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/dir.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/file.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/filesystem.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/fsutil.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/hgfsBd.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/hgfsEscape.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/hgfsUtil.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/inode.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/link.o
CC [M] /tmp/modconfig-W4uHLf/vmhgfs-only/message.o
/tmp/modconfig-W4uHLf/vmhgfs-only/inode.c: In function ‘HgfsPermission’:
/tmp/modconfig-W4uHLf/vmhgfs-only/inode.c:1978:34: error: ‘struct dentry’ has no member named ‘d_alias’
/tmp/modconfig-W4uHLf/vmhgfs-only/inode.c:1978:34: warning: initialization from incompatible pointer type [enabled by default]
/tmp/modconfig-W4uHLf/vmhgfs-only/inode.c:1978:34: warning: (near initialization for ‘dentry’) [enabled by default]
/tmp/modconfig-W4uHLf/vmhgfs-only/inode.c:1978:34: error: ‘struct dentry’ has no member named ‘d_alias’
make[2]: *** [/tmp/modconfig-W4uHLf/vmhgfs-only/inode.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [_module_/tmp/modconfig-W4uHLf/vmhgfs-only] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-77-generic-pae'
make: *** [vmhgfs.ko] Error 2
make: Leaving directory `/tmp/modconfig-W4uHLf/vmhgfs-only'
The filesystem driver (vmhgfs module) is used only for the shared folder
feature. The rest of the software provided by VMware Tools is designed to work
independently of this feature.
If you wish to have the shared folders feature, you can install the driver by
running vmware-config-tools.pl again after making sure that gcc, binutils, make
and the kernel sources for your running kernel are installed on your machine.
These packages are available on your distribution's installation CD.
[ Press Enter key to continue ]
...
Feel free to ask me for any information I may have missed out. I'd greatly appreciate any help I can receive.
Regards,
Menon
Re: automated power on of a vm
When the VM powers off, is there an event under Tasks and Events ?
The reason for asking, instead of continuously polling the VM, you could define an alarm that fires when the VM is powered off.
Re: .vmx file is not a valid virtual machine configuration file
help needed to get the corrupt VMX file corrected, files attached below
Re: folder migration
The migration script in
contains a part that migrates the folder structure and the permissions.Did you already see that one ?