Use this procedure if you are using an application server installed locally on any of the primary or auxiliary POM servers.
Procedure
On POM system where application server is installed and is being used, verify whether the appserver.service file exists. Use the command ls -l /etc/systemd/system/appserver.service.
If the file exists, you do not need to take any further action.
If the file is not present, ensure the following environment variables are set:
echo $APPSERVER_HOME
echo $VP_HOME
Ensure that each command mentioned in step 2 returns a valid path.
If the paths are valid, run the command: sed "s@%%APPSERVER_HOME%%@$APPSERVER_HOME@" $VP_HOME/Support/AppServer/appserver.service > /etc/systemd/system/appserver.service