File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ vim-cmd hostsvc/start_ssh
99vim-cmd hostsvc/enable_esx_shell
1010vim-cmd hostsvc/start_esx_shell
1111
12- # Add ntp settings
13- esxcli system ntp set --enabled=true --server=time.vmware.com
12+ # Uncomment the line below and update the parameter to configure the NTP settings.
13+ # esxcli system ntp set --enabled=true --server=pool.ntp.org
1414
15- # Suppress shell warnings
16- esxcli system settings advanced set -i 1 -o /UserVars/SuppressShellWarning
15+ # Uncomment the line below to suppress shell warnings.
16+ # esxcli system settings advanced set -i 1 -o /UserVars/SuppressShellWarning
1717
18- # Add vlan ID for VM Network
19- esxcli network vswitch standard portgroup set --portgroup-name "VM Network" --vlan-id 3061
18+ # Uncomment the line below and update the parameter to configure the vlan settings for VM Network.
19+ # esxcli network vswitch standard portgroup set --portgroup-name "VM Network" --vlan-id 3061
2020
2121# Generate a self-signed certificate and restart the hostd and vpxa services.
2222/sbin/generate-certificates
You can’t perform that action at this time.
0 commit comments