In order for a company to meet regulatory requirements, all ESXi 6.x Hosts must be configured to direct logs to a syslog server. What are two ways ESXi hosts can configured for this action? (Choose two)
A. Use the esxcli system syslog command.
B. Edit them in the ESXi host Advanced System Settings.
C. From the Syslog collector user interface of the Web Client.
D. Syslog logging is not available for ESXi Hosts.
Answer:
A. Use the esxcli system syslog command.
B. Edit them in the ESXi host Advanced System Settings.
You might also like to view...
This provides the most flexibility when creating a query:
A) Query Macro Dialog Box. B) Query Wizard icon. C) Query SQL Dialog Box. D) Query Design icon.
Which of the following statements about the continue statement is true?
a. The continue statement is used to exit a repetition structure early and continue execution after the loop. b. The continue statement is used to continue after a switch statement. c. The continue statement does not alter the flow of control. d. A continue statement proceeds with the next iteration of the immediately enclosing while, for, do…while statement.