As part of security hardening VMware removed bash shell history in SDDC Manager from VCF 4.3 onwards. You can simply enable history for an open session by issuing the following cmd from within the SDDC Mgr shell:

set -o history

Or if you permanently wish to enable the bash shell history:

mv /etc/profile.d/disable.history.sh /etc/profile.d/disable.history.sh.bak

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s