Install - Java Linux Static Agent on Host with Sudo / Root Access
Installation Wizard
To help with the installation process, vFunction offers an Installation Wizard. This Wizard provides additional information about the Prerequisites as well as the Required and Optional Settings for installing the vFunction Server and Agents. This Wizard also walks you through each step in the Installation process.
Please contact support@vfunction.com or your vFunction Contact(s) for the password to start using this Wizard.
Installation Workflow
- Ensure Prerequisites are met
- Download the vFunction Sudo Controller Installation TGZ
- SSH to the Linux VM as the root user or a user with Sudo access
- Move the Installation TGZ to the Linux VM
- Extract the vFunction Installation Package
### Replace VERSION with the actual value
tar -Pxvzf vfunction-controller-installation.vVERSION.tgz
- Create the Viper vFunction instance
bash /opt/vfunction/controller-installation/create-instance.sh -i viperinst -t java -v
- Add Environment Variables for the vFunction Static Agent
# See description in https://kb.vfunction.com/installations/configurable-settings/mono-static-agent/java/linux/#controller_name
export VF_CONTROLLER_VIPERINST_CONTROLLER_NAME="CHANGE_ME"
# See description in https://kb.vfunction.com/installations/configurable-settings/mono-static-agent/java/linux/#controller_host
export VF_CONTROLLER_VIPERINST_CONTROLLER_HOST="CHANGE_ME"
# See description in https://kb.vfunction.com/installations/configurable-settings/mono-static-agent/java/linux/#controller_org_id
export VF_CONTROLLER_VIPERINST_CONTROLLER_ORG_ID="CHANGE_ME"
export VF_CONTROLLER_VIPERINST_CONTROLLER_APP_ID="CHANGE_ME"
export VF_CONTROLLER_VIPERINST_CONTROLLER_CLIENT_ID="CHANGE_ME"
export VF_CONTROLLER_VIPERINST_CONTROLLER_CIENT_SECRET="CHANGE_ME"
# See description in https://kb.vfunction.com/installations/configurable-settings/mono-static-agent/java/linux/#instance_id
export VF_CONTROLLER_VIPERINST_CONTROLLER_INSTANCE_ID="CHANGE_ME"
# See description in https://kb.vfunction.com/installations/configurable-settings/mono-static-agent/java/linux/#controller_tags
export VF_CONTROLLER_VIPERINST_CONTROLLER_TAGS="CHANGE_ME"
# See description in https://kb.vfunction.com/installations/configurable-settings/mono-static-agent/java/linux/#jvm_memory_params
export VF_CONTROLLER_VIPERINST_VIPER_JVM_MEMORY_PARAMS="CHANGE_ME"
# See description in https://kb.vfunction.com/installations/configurable-settings/mono-static-agent/java/linux/#viper_archives
export VF_CONTROLLER_VIPERINST_VIPER_ARCHIVES="CHANGE_ME"
- Run the installation script
bash /opt/vfunction/controller-installation/install.sh -i viperinst
- Confirm that the Viper comes up as expected in the vFunction Server UI