Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 189307

Re: create host profile failed

$
0
0

FIX :-

If you have to login into the ESXi 5.0 Shell and the keyboard layout is not the one you are used to this post will show how to quickly change it.

As always in vSphere 5 we are going to use esxcli command to get the job done.

Get current keyboard layout :- #esxcli system settings keyboard layout get

As you can see we are using system settings keyboard layout namespaces and the command get.

Change keyboard layout:- #esxcli system settings keyboard layout set -l "US Default"

Now change the layout to “US Default”.

NOTE :- Keep in mind that this will change the layout permanently, as it can be seen in the command help the layout can also be changed only for the current boot and it will be reset to its original value during next reboot of the host.

#esxcli system settings keyboard layout set -l "US Default" --no-persist

 

With the --no-persist option the host will report its original layout.


I Hope this helps


Viewing all articles
Browse latest Browse all 189307

Trending Articles



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