Quantcast
Channel: VMware Communities: Message List
Viewing all 258290 articles
Browse latest View live

Installing ghettoVCB on ESXi 7.0

$
0
0

Hello,

 

I have been using ghettoVCB for many years which has worked fantastic for my purposes. I recently purchased a new mini-ITX Supermicro lab server. I am in the process of setting up ghettoVCB at this point. I downloaded the latest vib file. When I try to install it, this error occurs:

 

[root@localhost:/tmp] esxcli software vib install -v /tmp/vghetto-ghettoVCB.vib -f

[VibFormatError]  ('/tmp/vghetto-ghettoVCB.vib', "Not a valid ar file (magic=b'\\n\\n\\n\\n\\n<!D')") Please refer to the log file for more details.

 

I tried using the offline bundle as well, however, I am getting this result.

 

[root@localhost:/tmp] esxcli software vib install -d /tmp/vghetto-ghettoVCB-offline-bundle.zip -f

Installation Result

   Message: Host is not changed.

   Reboot Required: false

   VIBs Installed:

   VIBs Removed:

   VIBs Skipped: virtuallyGhetto_bootbank_ghettoVCB_1.0.0-0.0.0

[root@localhost:/tmp]


Re: vCheck keep prompting for credential

$
0
0

Ok LucD,

 

It doesn't throws an error now after using the single quotes between the password.

 

Connect-VIServer <VC Name>  -user Domain\abc  -password 'xyz123'

 

Do i need the set the  credential store same way ? ok i added password in single quotes and it didnt prompted for credential window this time but it throws an error and report generate blank after running batch file.

 

 

 

 

thanks

V

Re: vCheck keep prompting for credential

$
0
0

Ok, that means the credential issue is solved.

Rests the error message.

 

I suspect that your PowerCLI installation might be corrupt.

To confirm that, can you do the following

 

Get-View-ViewType HostSystem


Does that return your ESXi nodes without an error?

If it does, the next step I would like to try is to remove your current PowerCLI version completely.

Is this on the 11.3 station or on the 6.5 R1 station?

Pick one.

Re: Adding 10G dual port adapter

$
0
0

I am using HBA-FC NetApp storage

Re: Windows 10 1809/1903 Printer Mapping/Default Settings

$
0
0

Hi eball1221,

6-12 seconds is ok, but preferable would be to cut down the login times as much as we can for user experience.  All help has been appreciated as user printers complaints have subsided, now I believe further tuning with async mapping and roaming the default printer.  Is there an article that points to the configs for that?

As mentioned earlier in this thread, roaming the user's preferred default printer is a bit tricky when mapping printers asynchronously. We need to make sure that the profile archive containing the user's printing preferences is imported only after the printers have been mapped. That works fine for printers that are mapped synchronously, as that happens before profile archive import, but that's no longer the case once the printer mappings are changed to async.

 

The workaround is as follows:

  1. Configure the printer mappings to be synchronous. (This is necessary to make sure that step 3 works correctly.)
  2. Configure the advanced configuration setting Disable DEM Printer Mappings during logon.
  3. Create a script that "refreshes" the printer mappings (effectively mapping them for the first time in that session, as they were skipped during logon), followed by an import of the user's printer-related profile archive.
    Because the printer mappings were configured as synchronous (as per step 1), we can be sure that they have completed by the time the printer mapping refresh finishes.
  4. Launch that script.

 

Step 1 is simple, as printers are already being mapped synchronously in your current setup.

 

Step 2– Configure the Disable DEM Printer Mappings during logon policy setting (available in the advanced ADMX template), or the NoAD equivalent: UEMActionPrinterMappingDuringLogon="0". Be sure to pick the "during logon" variant:

Otherwise, printer mapping will be disabled completely.

 

Step 3– The script could be something like this:

@echo off
setlocal
set FlexEngine="C:\Program Files\Immidio\Flex Profiles\FlexEngine.exe"
set PrinterArchive="%UEMProfileArchives%\Printers.zip"

%FlexEngine% -UEMRefreshPrinters
if exist %PrinterArchive% %FlexEngine% -r %PrinterArchive%

You would need to make sure that the path to the profile archive mentioned on line 4 is correct for your environment.

 

Step 4– To launch the script, you have a few options. You could run it as a custom command once App Volumes has attached all AppStacks:

Or you could launch it as soon as File Explorer has started, by creating a shortcut in the Startup folder.

Or you could launch it as an After profile archive import Logon Task, although I would suggest adding a delay to the start of the script then, so as not to compete for resources with the logon process.

Re: Removing 'HD Audio' from VM

$
0
0

Thanks, on 6.7u3, I was able to remove the HD audio by connecting to the web gui on host as you suggested. Just had to power down host, remove, and power it back on. 

 

  Did not work from Vcenter.  

Re: vCheck keep prompting for credential

$
0
0

Ok, that means the credential issue is solved. Yes, for only power Cli version 11.3.0 but not for 6.5.0.  it still prompts for credential. I have remove store file also. But i'm either way fine whichever version works for me.

Rests the error message.

 

I suspect that your PowerCLI installation might be corrupt.

To confirm that, can you do the following

 

Get-View-ViewType HostSystem

 


Does that return your ESXi nodes without an error? see above.

If it does, the next step I would like to try is to remove your current PowerCLI version completely. - Can you share completely to remove and re-install new

Is this on the 11.3 station or on the 6.5 R1 station?  It station 11.3

Pick one.

 

Thanks

V

Re: vCheck keep prompting for credential

$
0
0

Ok, since this is on the 11.3 station, you could just install the latest version.

 

Install-Module-Name VMware.PowerCLI -Confirm:$false-Force -AllowClobber

Get-Module-Name VMware*-ListAvailable

 

That last line should show that there are 2 versions installed, 11.3 and 12.0


Re: Move VMs

$
0
0

Yes its possible if you meet the following requirements

  1. vSphere Std. or better licensing
  2. Clusters are using the same EVC level or ESX4 use an older CPU (depening on Spectre/Meltdown this can vary)

 

You have to select the VM, choose Migrate and select the 3rd. Option (Compute and Storage) to perform an enhanced Storage vMotion.

 

If not.... shutdown the VM and perform a Cold Migration.

 

Regards,
Joerg

RVTools is hung at Wait for search Datastores Thread

$
0
0

Hello,

 

Can anyone please tell me why RVTools is stuck at 'Wait for search Datastores Thread'. Its been running for a while and not finishing.

Re: vCheck keep prompting for credential

$
0
0

LucD,

 

I was thinking to close the thread here because i was feeling bad becuase even after installing it throws same error but when i tried to different vcenter it worked smoothly.

 

It seems something with the vCenter. Any idea why its failing for in other vCenter. Tomorrow, i will try to schedule Task scheduler and hope it wil work because my batch job is working.

 

 

Thanks

V

Re: RVTools is hung at Wait for search Datastores Thread

Agendar tarefas pelo terminal com CROND

$
0
0

Olá!

 

Fiz o seguinte procedimento mas não esta funcionando, mas quando executo o arquivo manualmente o backup ocorre com sucesso.

Peguei o tutorial que esta no link a baixo:

Backup de máquina virtual GRATUITO com GhettoVCB - YouTube

 

#Este arquivos ghettoVCB.sh já esta como executável:

chmod +x ghettoVCB.sh

 

#Editei o arquivo:

vi /var/spool/cron/crontabs/root

 

#Adicionando a seguinte linha:

0   19   1/1  *   *   /vmfs/volumes/servidor/ghetto/ghettoVCB.sh -f vms

#também tentei assim:

0   19   1/1  *   *   ./ghettoVCB.sh -f vms

 

#Consultei o numero do processo:

cat /var/run/crond.pid

1234567

 

#Finalizei o processo:

kill 1234567

 

#Inicializei o processo:

crond

 

#Executando manualmente no terminal funcionada:

cd /vmfs/volumes/servidor/ghetto

./ghettoVCB.sh -f vms

 

A pergunta é, Como faço para deixar agendado no crond em vários horários de forma automática?

 

Trabalho com o ESXi 6.7

Re: vCheck keep prompting for credential

$
0
0

I have seen that message being mentioned a couple of times.

Most of the times it was for a specific vCenter (as in your case).


I would suggest to open a SR with VMware.

And yes, PowerCLI is supported.

If GSS comes with the remark that you need a Developer Support contract for PowerCLI, point them to PowerCLI Support Breakdown

Re: RVTools is hung at Wait for search Datastores Thread

$
0
0

I will try to contact them. Thank you


Como habilitar o envio de e-mail de ESXi 6.7 pelo terminal

$
0
0

Olá!

 

Não sei como fazer para habilitar o envio de e-mail pelo terminal.

Para entender a minha necessidade segui o link no qual estou tentando aplicar um procedimento de backup.

Backup de máquina virtual GRATUITO com GhettoVCB - YouTube

No script tem a opção de notificação por e-mail, mas não consegui fazer funcionar devido a seguinte mensagem:

 

ERROR: Please enable firewall rule for email traffic on port 587

 

Trabalho com o ESXi 6.7

Gsuite with Workspace ONE Access

$
0
0

Does anyone have experience with using Workspace ONE Access to lock down access to corporate data through the Gsuite apps?

Problems w/ VMware Workstation 15 Player

$
0
0

Hi! I recently downloaded VMware Worksation 15 Player and on it I created a VM with Kubuntu. Then I downloaded, from arduino.cc, the Arduino IDE. Now I've a problem: After writing the code and checking it, I tried to send it to Arduino Uno, but the software signals an error when loading (Permission denied). I have checked that I have selected the correct port and also the card, so it is a problem of setting the VM. Would anyone explain to me how to send the code to Arduino from VMware, please?

Enviar arquivos de backup para um server FreeNAS

SRM 8.2 showing the wrong protected site in plan

$
0
0

I just pulled out our existing srm install after upgrading vcenter to 6.7 and did a new install of 8.2. Everything is fine except for the ip customization is backwards, it should show the protected site as Production not as DR. Has anyone seen this I've never ran into this

 

Viewing all 258290 articles
Browse latest View live