Re: Problems with Storage DRS
I am working with Martin in this issue.This is now also happening with manual Storage vMotion. Regards,Pablo.-
View ArticleRe: make vm start only if another is shut down
Well, you don't describe your environment but vmrun (in a script) should do the job:>>vmrun -T ws listwill list the running VM's. If VM1 is not running,>>vmrun -T ws start <path to .vmx...
View ArticleRe: Does ESXi Link Aggregation require configuration on the physical switch?
Hi weinstein5 and yezdi, Thank you for such swift responses and for clearing up that question. I guess I now have to study up on load balancing options :-)
View ArticleRe: Remove and add new array manager - SRM 4.1
The protection groups will be temporarily invalid while the SE information updates. As long as you have your new SE server properly configured though once the process is done the groups should be fine...
View ArticleRe: where to download ESXi 5 update2 package for Update Manager
The vCenter Server package - which includes the Update Manager binaries - can be downloaded from VMware vSphere (login required). If you need to manually download patches, you can find them at Download...
View ArticleRe: Problems with Storage DRS
Yes, this is View 5.1.1 and vSphere 5.1 almost last updates.
View ArticleRe: Trying to import vSphere template into vCD: Cannot Import Template
I tried configruing vCD to send syslog to a remote syslog server and am trying to login via SSH to vCD Appliance and cannot. I can use the vSphere console to view the logs, but that is not a useful...
View ArticleRe: Problems with Storage DRS
Ok, that explains it. Storage vMotion and Storage DRS is not supported with VMware View.Use the rebalance-funtionality in View instead to redistribute the linked clones. // Linjo
View ArticleRe: Problems with Storage DRS
As stated in the View Documentation, http://pubs.vmware.com/view-52/topic/com.vmware.view.administration.doc/GUID-B498C846-C7FE-4D37-9899-7857BA7C706B.html, Storage vMotion is not supported for moving...
View ArticleChecking /etc for files that have been modified
In a typical 'NIX environment, if I wanted to find any file modified in the last 3 days, I'd use: find /etc -mtime 3 Does anyone know if the find command on ESXi5.0 supports this find "option"? Thx in...
View ArticleRe: Problems with Storage DRS
Hi, thanks for the quick response, this is not working with View Composer, all the VMs are full VMs.
View ArticleRe: Timing Out Pings / Dropping Packets
@Virtualinfra: correct, we do not see any drops withing our LAN. But the funny thing is that we have a UCSCluster in the same LAN and do not see any drops. Do you know how to ding the current version...
View ArticleRe: CloudCred Team?
Earn rewards for the things you know about the cloud and learn the things you don’t. io faccio parte della seconda categoria...avete ancora inviti ?
View ArticleHow to map vmdk files with respective /dev/sd* in linux Guest OS
Hi, I am using Linux Guest OS, and I have total 5 disks of 100 GB which has been mapped to corresponding 5 different vmdk files. Now I would like to map the each /dev/sda, /dev/sdb..... to respective...
View ArticleRe: vCloud Appliance Web/SSH failing
From the vCloud Appliance console login as root/vmware. cd /etc/ssh cp sshd_config sshd_config_orig vi sshd_config Change the PermitRootLogin from no to yes Save changes service sshd restart That will...
View ArticleRe: Trying to import vSphere template into vCD: Cannot Import Template
I have figured out how to login with root via SSH. Changed permitrootlogin to yes. -MattG
View ArticleRe: Filtering items from tasks & events
I just learned that you can export the events section to CSV file by gong to File->Export->Export Events That does work, however I would like to be able to just filter out all of the Orion logons...
View Article