Re: List custom DNS suffixes using PowerCLI
Hi, Try this : Get-VMhost [ESX] | Get-VMHostNetwork or Get-VMhost [ESX] | Get-VMHostNetwork | Select SearchDomain Regards,Julien
View ArticleRe: Mailserver Abort: Loadgen Process Terminated Unexpectedly
Thank you for the quick response! #1: looks like I had a stale etc\hosts file from a previous config#2: doh! - I knew that. I'm moving it back to the appropriate host, and will reboot, re-sync time,...
View ArticleRe: What is Best practice for expanding Hard disk for VM?
1) Yes you can use the same disk - and it will expand to 500 GB - you will have to use Disk Manager in 2008 to expand the disk so the space is available 2&3) yes you can create a new HDD and add it...
View ArticleSwitch vCenter
Hi@all did anybody switched the vCenter Server underneath a View Environment bevor? I do have a vCenter Server 5.0 with View 5.x and i have to move the vCenter onto a new Windows Server. What are the...
View ArticlevCenter SRM - vSphere Replication Stuck at Initial Full Sync
We installed SRM with vSphere Replication. Our first single VM replication job has been stuck at 0% - Initial Full Sync for over 24 hours. How should I troubleshoot? Thanks,Sang
View ArticleRe: Cannot connect to VM after migration from vmware server 1.6
172.16.10.9 is the adress of the physical NIC, which shall be used to communicate with the CAG from the DMZ. I can ping that address. The CAG itself has the IP 172.16.0.101 and that address does not...
View ArticleRe: What is Best practice for expanding Hard disk for VM?
Does it required reboot for disk expansion?
View ArticleRe: Listing host information
Actually, I think this line: $vmhost_authentication = [string]::Join(", ",(Get-VMHostAuthentication -VMHost (Get-VMHost -Name $esxi.Name) | %{$_.Domain})) is reporting on the Active Directory domain...
View ArticleRe: List ssh settings with PowerCLI
Hi, You can try this : Get-VMHost [ESX] | Get-VMHostService | Where {$_.Key -eq "TSM-SSH" -or $_.Key -eq "ntpd"} Regards,Julien
View ArticleRe: ESXi 5.1 - duplicate IP address detected (but there isn't one)
hi natadevi got the same problem with you in the SAN configuration. I’d love to ask you if you got this solved? thanks!
View ArticleRe: Latency to be available to execute commands
Hi LucD,Thank you very much for your time and Input. Sorry, for my late reply, I got caught with something else today. I played with the variable yesterday night and the only way I managed to get...
View ArticleRe: Static IP with Linux vSphere blueprint ?
Are you using the guest customization spec in the blueprint? If not, try that and see if that injects the IP information in the guest OS.
View ArticleCreating first datatore on ESXi 5 host (local disk)
2 new Dell R620s, ESXi 5 U2 (build 914586), installed to internal SD card (2GB) Also present in the server are 2 x 600GB Disks for test VMs, etc. When the hosts are added to vCenter, (5.0U2 build...
View ArticleRe: Security Server Red and states Unknown
The services that are running are as follows: VMware View Security ServerVMware View PCoIP Secure GatewayVMware View Framework Component I have one service that can't start thats VMware view Blast...
View ArticleRe: VMRC plugin and Thinapp Factory
I have the same issue. I have used Web vSphere and can get the console to work there with no issues. I submitted ticket to VMWare... but since Thinapp Factory is not 'supported'... they were not...
View ArticleRe: How to script deploying from template or making Clones
How many NICs do you have in the "master" VM ?
View ArticleRe: ESX deployment appliance v1.05
burgh do you know when 1.0.6 will be available for download.
View ArticleRe: Open pdfs in Acrobat for Mac?
LarsGJ wrote: Is it possible to open pdfs in Acrobat for Mac?Yes, or you could use Adobe Reader for Mac, which is free. Or you could use Apple's Preview. But I don't think that's what you're asking.
View ArticleRe: Mailserver Abort: Loadgen Process Terminated Unexpectedly
In looking at your mailserverclient_error-0.txt I see the following:Microsoft Exchange Load Generator Configuring LoadGen task engine...Loading settings... ERROR -- Caught exception...
View Article