VNA Start / Stop Procedure
search cancel

VNA Start / Stop Procedure

book

Article ID: 190430

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration DX NetOps CA Virtual Network Assurance

Issue/Introduction

Hello.

We need to gracefully start and stop all VNA services for automatic patching.

We need to know the steps we need to take to safely shut down all VNA services on our server, and following a reboot, start them again in the proper order if applicable.

Also, we need to verify that VNA is set to automatically start on reboot if supported.

Environment

Virtual Network Assurance VNA 21.2.x

Cause

Monthly patching cycles 

Resolution

To stop wildfly you can do the following:

  • service wildfly stop / systemctl stop wildfly
You could also start mysql as well:

  • service mysql stop
mysql is pretty resilient to reboots, but it is of course safer to shut it down

These should both start on reboot without intervention.  If for whatever reason they do not, you should start mysql first, then wildfly

  • service mysql stop
  • service wildfly start / systemctl start wildfly