List of Drives Blank During Windows Installation under VMWare Player under...
I'm trying to install Windows 7 in a VM under VMWare Player under Ubuntu Linux 12.04 LTS 64 Bit. However, when I get to the portion of the screen to select the drive to install Windows on, the list of...
View ArticleRe: Host Isolation Response setting for FC SAN Storage
Something we've experienced (not very likely) is that there was brocade failures within the chassis losing both fabrics. Ports were up but no data coming in or going out - like it's lost its "routing"...
View ArticleCreate and update alarms
Hi Any idea why I am getting the errors? if($deleteOriginal){ $alarmObj.RemoveAlarm() } else{ $updateAlarm = New-Object VMware.Vim.AlarmSpec $updateAlarm = $alarmObj.Info $oldName =...
View ArticleRe: SSO Domain ID do not match when joining linked mode
1) Is the firewall configured properly to allow communications between the two ADAM instances on VCs?2) Was the first SSO installed as primary node and not using "Basic" mode?3) On the first VC, run...
View ArticleRe: Concerns over upgrading vCenter Server from 4.1 to 5.1
I believe VMware also recommends backing up the DB before an upgrade. RegardsGirish
View Articlecollect storage target info
HiIs it possible to collect the target wwn info for example 10:11:01:60:c7:20:0b:11 of the datastores attached to the host?
View ArticleVCA
I have configured a nested lab and and that part is working. I just tried to install VCA and it did install. When I open up the console and connect to the vm, I am not seeing "Configure Network". I...
View ArticleRe: Share Virtual or Physical RDMs between VM,s for Orcale RAC
SCSI Controller type is VMware Paravirtual.RDM selected Physical (Share the Lun between virtual Machines in any esxi server)RDM selected independent persistent.
View ArticleRe: Cannot compile Workstation 9.0.2 modules on kernel 3.9.2
Simply remove the relative code. vmblcok and vmci is unused in kernel v3.9.2.vmblock is needless because 9.0.2 use w/ vmblock-fuse instead in-kernel vmblock.ko.vmci is upstreamed. you can enable kernel...
View ArticleRe: vCenter license requirement
Hi, Thanks for the response. With your answer I understand that I'll have to purchase two Essential Plus licenses in order to perform the replication. Secondly, what if we I do not purchase the 2nd...
View ArticleESXi 5.0 crashing weekly
Hi, i have a problem with esxi 5.0, it keeps crashing weekly and it's getting worser. Picture of console:
View ArticleRe: Setup issues
So I have followed the steps listed in "Applying an SSL Certificate from a Private Certificate Authority" and appears to have completed OK. As advised in that doco I then follow the steps listed in...
View ArticleRe: collect storage target info
Try something like this foreach($esxinGet-VMHost){ foreach($lunin (Get-ScsiLun-VmHost$esx-LunTypedisk)){ Get-ScsiLunPath-ScsiLun$lun| Select@{N="RuntimeName";E={$lun.RuntimeName}},...
View ArticleRe: Onyx doesn't display anything
Hey VK, Yes, i did push the Start button on the onyx window after connecting to vcenter server.One more issue that i am facing is that on the Connect window, the option to Launch client is greyed...
View ArticleRe: VCA
VCA can be managed via browser. On the VM console you should be seeing the steps on what to do. 1) Open a browser to <ip address>:54802) Accept the EULA.. RegardsGirish
View ArticleRe: Setup issues
In your case, the connector is being invoked via the gateway (IDP URL is the FQDN).. the URL in the browser has not changed (it has remained the FQDN, right?). So, the cert on the connector doesn't...
View ArticleRe: Setup issues
Yes, that is correct the browser URL has not changed. At the moment functionally internally is OK. No, the browser is not prompting to accept a cert. Via Chrome I see the "green pad lock icon" . Yes...
View ArticleRe: ESX/ESXi licensing information using Power CLI
Did you already try this Powershell Query license assignments in vSphere / ESX4 ?
View ArticleRe: Delay balancing FC paths
Hello LucD. Yes, I'm using Set-ScsiLunPath_ $Servidor=Get-VMHost "esxhostname" $EsESX3 = $false$versio = $servidor | % { $server = $_ |get-view; $server.Config.Product | Select-Object Version }if...
View Article