Server starting problem after upgrading to aerospike community version 3.11 to 3.14

Hello

sudo service aerospike start

sudo service aerospike status

● aerospike.service - Aerospike Server
   Loaded: loaded (/usr/lib/systemd/system/aerospike.service; enabled; vendor preset: enabled)
  Drop-In: /etc/systemd/system/aerospike.service.d
           └─aerospike.conf
   
**Active: inactive (dead)** since Thu 2017-07-13 16:21:19 IST; 1s ago
  Process: 4732 ExecStopPost=/bin/systemctl stop aerospike_telemetry (code=exited, status=0/SUCCESS)
  Process: 4729 ExecStart=/usr/bin/asd $ASD_OPTIONS --config-file $ASD_CONFIG_FILE --fgdaemon (code=exited, status=0/SUCCESS)
  Process: 4723 ExecStartPre=/bin/systemctl start aerospike_telemetry (code=exited, status=0/SUCCESS)
  Process: 4715 ExecStartPre=/usr/bin/asd-systemd-helper (code=exited, status=0/SUCCESS)
 Main PID: 4729 (code=exited, status=0/SUCCESS)

It is showing like this.

Did you upgrade through 3.13?

3.13 is a jump version, prior releases are required to upgrade to 3.13 and perform a jump procedure before moving forward.

See server release notes:

http://www.aerospike.com/download/server/notes.html#3.14.1.1

Thank You @kporter