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

Re: Idm client exception: Error trying to join AD, error code 2453

$
0
0

Are you trying to vCenter 6.7 appliance to domain? If yes, Please use below commands to join. Also, make sure using id administrator for join. Before this also check in DNS have both [host and PTR] record.

 

Command> shell

# /opt/likewise/bin/domainjoin-cli join domainname username password

#Reboot

 

Post reboot verify it.

# /opt/likewise/bin/domainjoin-cli query


Re: Bulk Standard port adding

$
0
0

L.

 

as always thank for your help, I was missing my header on my CSV therefore the loop was failing.

 

Thanks a bunch

Re: nfs41client loaded successfully

$
0
0

On ESXI hosts mapped RDM LUNs if this is the case then take long time during LUN rescan. You have to follow this article VMware Knowledge Base  for mark LUNs as perennially reserved on each ESXi host to rescan/starts at normal speed.

Re: Horizon Client 5.4 not connecting

$
0
0

Could you please enable debug log level log, reproduce the issue and send logs to us for analysis? Thanks.

 

Refer VMware Knowledge Base for how to enable debug log and collect log bundle.

Issue allocating IP addresses on vRA8

$
0
0

Unable to allocate an IP address.  Continuously receiving a .169 after customization.  I found a related article about including 'assignment: static' but no luck. 

 

Using below code

formatVersion: 1

inputs:

  os-image:

    type: string

    oneOf:

      - title: Windows Server 2016

        const: Windows Server 2016

      - title: Windows Server 2019

        const: Windows Server 2019

    title: Select Operating System

    description: Specify which OS to be deployed on the machine.

  hardware-config:

    type: string

    oneOf:

      - title: Small

        const: Small

      - title: Medium

        const: Medium

      - title: Large

        const: Large

    title: Machine Size

    description: Specify size of the VM.

resources:

  VM1:

    type: Cloud.vSphere.Machine

    properties:

      image: '${input.os-image}'

      customizationSpec: 1_vRA CS 2016

      flavor: '${input.hardware-config}'

      networks:

        - network: '${resource.DC-01-NP.id}'

          assignment: static

  DC-01-NP:

    type: Cloud.vSphere.Network

    properties:

      networkType: existing

 

 

formatVersion: 1
inputs:
  os-image:
    type: string
    oneOf:
      - title: Windows Server 2016
        const: Windows Server 2016
      - title: Windows Server 2019
        const: Windows Server 2019
    title: Select Operating System
    description: Specify which OS to be deployed on the machine.
  hardware-config:
    type: string
    oneOf:
      - title: Small
        const: Small
      - title: Medium
        const: Medium
      - title: Large
        const: Large
    title: Machine Size
    description: Specify size of the VM.
resources:
  VM-002:
    type: Cloud.vSphere.Machine
    properties:
      image: '${input.os-image}'
      customizationSpec: 1_VRA ECI 2016
      flavor: '${input.hardware-config}'
      networks:
        - network: '${resource.MIT-INF00-VLAN238-NP.id}'
          assignment: static
  MIT-INF00-VLAN238-NP:
    type: Cloud.vSphere.Network
    properties:
      networkType: existing

Issue allocating IP addresses on vRA8

$
0
0

Unable to allocate an IP address.  Continuously receiving a .169 after customization.  I found a related article about including 'assignment: static' but no luck. 

 

Using below code

formatVersion: 1

inputs:

  os-image:

    type: string

    oneOf:

      - title: Windows Server 2016

        const: Windows Server 2016

      - title: Windows Server 2019

        const: Windows Server 2019

    title: Select Operating System

    description: Specify which OS to be deployed on the machine.

  hardware-config:

    type: string

    oneOf:

      - title: Small

        const: Small

      - title: Medium

        const: Medium

      - title: Large

        const: Large

    title: Machine Size

    description: Specify size of the VM.

resources:

  VM1:

    type: Cloud.vSphere.Machine

    properties:

      image: '${input.os-image}'

      customizationSpec: 1_vRA CS 2016

      flavor: '${input.hardware-config}'

      networks:

        - network: '${resource.DC-01-NP.id}'

          assignment: static

  DC-01-NP:

    type: Cloud.vSphere.Network

    properties:

      networkType: existing

 

 

formatVersion: 1
inputs:
  os-image:
    type: string
    oneOf:
      - title: Windows Server 2016
        const: Windows Server 2016
      - title: Windows Server 2019
        const: Windows Server 2019
    title: Select Operating System
    description: Specify which OS to be deployed on the machine.
  hardware-config:
    type: string
    oneOf:
      - title: Small
        const: Small
      - title: Medium
        const: Medium
      - title: Large
        const: Large
    title: Machine Size
    description: Specify size of the VM.
resources:
  VM-002:
    type: Cloud.vSphere.Machine
    properties:
      image: '${input.os-image}'
      customizationSpec: 1_VRA ECI 2016
      flavor: '${input.hardware-config}'
      networks:
        - network: '${resource.MIT-INF00-VLAN238-NP.id}'
          assignment: static
  MIT-INF00-VLAN238-NP:
    type: Cloud.vSphere.Network
    properties:
      networkType: existing

Re: reclaim storage

$
0
0

L.

 

I would like to convert this on a PS1 that can be used on a schedule to run twice a week.

 

Thanks

Embedded esxi storage partitioning

$
0
0

We recently got a server from Dell that had ESXi 6.7 embedded (SD-card) and it's my first time using such a server.

I've always been installing vsphere ESXi manually.

 

The server uses local storage only and there's no shared storage.

 

When I was setting it up, I noticed that the datastore wasn't present so I clicked on "new datastore" and when I got to the "select partitioning options", it showed

1. EFI system

2. Basic Data

 

From the top drop down, if I select "Use full disk" the EFI system would go away.

One would typically use the "use full disk" option right?

 

And I also noticed that the scratch partition didn't exist either.

Can I select "use full disk" and create a scratch partition manually afterwards?

 

Thanks


Re: Embedded esxi storage partitioning

$
0
0

Can You please explain but more about server and how many local disk attached on server except SD card where installed esxi on it.

Set-VMKeystrokes / PutUsbScanCodes support for holding the Print Screen key

$
0
0

Today when calling the PutUsbScanCodes to inject keystrokes, there is a specific set of "modifier" keys referenced here.

It allows to press and hold the control and alt key for example, before sending the keystroke for the delete key.

 

Similarly to Control+Alt+Del, on Linux machines there is the "Magic SysRq" combination that allows to perform some recovery actions such as the REISUB sequence.

For this, one need to hold the Alt+PrintScreen keys, then press one key (like F to trigger the OOM killer on the box, or B to reboot, etc.)

 

Triggering these Magic SysRq commands could be interesting to recover frozen Linux machines, however it is not made possible today as the PrintScreen key is not part of the list of modifiers supported by PutUsbScanCodes. On Linux, changing the magic sysrq to another key requires to recompile your kernel so it's not really an option if you expect vendor support.

 

Can you please support holding PrintScreen as a property of UsbScanCodeSpecModifierType object?

Re: AirWatch Browser and SAP SuccessFactors Learning

Re: grid k2 exsi crash

Re: Set-VMKeystrokes / PutUsbScanCodes support for holding the Print Screen key

$
0
0

This is more an RFC than a question for help in a user forum.
I suggest you contact your TAM to help you create an RFC.

TAO OF BADASS REVIEW

$
0
0

The Tao Of Badass vows to change any man in an alpha male by showing a couple of basic methodologies that can be effectively applied, in actuality. Be that as it may, regardless of whether you may be enticed to buy in to the program immediately, there are a couple of things you ought to consider before getting it.

TAO OF BADASS REVIEW

Re: vCenter - ad authentication with more than 2 domain controllers

$
0
0

In short, in the case those two configured DCs are unavailable, vCenter authentication will fail for that Identity Source.


Prod Discussion mar21 2020

Re: NUMA node confusion

$
0
0

Your welcome, I hope you could figure it out and please share your experience.

You can migrate them to another ESXi host if it is possible for your environment. for example, set some Anti-Affinity DRS rules to separate them from each other and then check the result.

Re: Set-VMKeystrokes / PutUsbScanCodes support for holding the Print Screen key

Re: grid k2 exsi crash

Re: vCenter 6.0.0 patch upgrade

Viewing all 212807 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>