nerdexam
Broadcom-VMware

2V0-622 · Question #78

An administrator is writing a kickstart script to upgrade an ESXi 6.x host. In which three locations can the script reside? (Choose three.)

The correct answer is A. NFS B. USB C. HTTP. ESXi kickstart scripts used for scripted installs or upgrades can be hosted on NFS shares, USB drives, or HTTP/HTTPS servers.

Section 4 – Upgrade vSphere 6.x to vSphere 6.5

Question

An administrator is writing a kickstart script to upgrade an ESXi 6.x host. In which three locations can the script reside? (Choose three.)

Options

  • ANFS
  • BUSB
  • CHTTP
  • DTFTP
  • EPXE

How the community answered

(34 responses)
  • A
    88% (30)
  • D
    9% (3)
  • E
    3% (1)

Why each option

ESXi kickstart scripts used for scripted installs or upgrades can be hosted on NFS shares, USB drives, or HTTP/HTTPS servers.

ANFSCorrect

NFS is a supported network location for hosting kickstart scripts, referenced via 'ks=nfs://...' in boot.cfg.

BUSBCorrect

USB media is a valid local source for a kickstart script, useful for offline or isolated environments.

CHTTPCorrect

HTTP and HTTPS are supported network protocols for hosting kickstart scripts, referenced via 'ks=http://...' in boot.cfg.

DTFTP

TFTP is used as a transport protocol for PXE booting the installer, not as a supported location for hosting the kickstart script itself.

EPXE

PXE is a network boot method for initiating the install process, not a file storage location where a kickstart script can reside.

Concept tested: ESXi scripted install kickstart script hosting locations

Source: https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.esxi.install.doc/GUID-61A14EBB-5CF3-43EE-87EF-DB8EC6D83698.html

Topics

#kickstart script#scripted upgrade#script locations#NFS USB HTTP

Community Discussion

No community discussion yet for this question.

Full 2V0-622 Practice