Open Virtual Appliance (OVA) is an OVF
file packaged with a base image Ubuntu image and installed with EFA.
See Deploy the OVA for EFA for a list of prerequisites.
-
Log in to the OVA as
admin.
-
Change to the root.
-
Copy the new tar file to
/opt/godcapp/
.
-
Extract the tar.
# tar –xvf efa-2.2.0.tar.gz
# cd efa
-
Run the deployment script.
-
Select the Upgrade option.
-
When the upgrade is complete, set the environment variable.
# source /etc/profile.d/efa_env.sh
At this point, EFA commands can be run only by the root user. A user
must be assigned the SystemAdmin role to run commands as an admin
user.
-
To assign the SystemAdmin role to a user, take the following steps.
-
Log in to the OVA as admin.
-
Change to the root.
-
Assign the SystemAdmin role to an admin user.
# efa auth rolemapping add --name admin --type user
--role SystemAdmin
-
Validate the role.
# efa auth rolemapping show