FortiAnalyzer
FortiAnalyzer can receive logs and Windows host events directly from endpoints connected to EMS, and you can use FortiAnalyzer to analyze the logs and run reports.
heng
Staff
Staff
Article Id 270322
Description

 

This article describes how to verify the role of the blades in FortiAnalyzer BigData via both GUI and CLI.

Generally, the blades are divided into the following roles. The blades are running with a consul agent which runs in one of two modes: Server or Client.

Consul is a tool to discover, maintain, and configure various services in the distributed systems infrastructure. Examples of the core functions of the consul are service discovery, health check, etc.

 

Role Type Consul Mode or Type Total blade #
Master Node    Server 3
Data Node Client 2
MetaStore Node Client 8

 

Scope

 

FortiAnalyzer BigData 4500F

 

Solution

 

Method 1: GUI.

 

Login into the controller IP address via  Cluster Manager -> Hosts -> Look at the column: Role Type.

 

image.png

 

Method 2: CLI.

 

Login into the controller IP address via SSH, then run CLI: consul members The command will list the current members' DC name, node name, status, type and etc. The state of a node can only be 'alive', 'left', or 'failed'. The type of a node can be 'server' and 'client'.

 

[root@blade-10-0-1-3 ~]$ consul members
Node            Address        Status Type   Build   Protocol DC    Partition Segment
blade-10-0-1-2  10.0.1.2:8301  alive  server x.xx.xx 2        fazbd default   <all>
blade-10-0-1-3  10.0.1.3:8301  alive  server x.xx.xx 2        fazbd default   <all>
blade-10-0-1-4  10.0.1.4:8301  alive  server x.xx.xx 2        fazbd default   <all>
blade-10-0-1-10 10.0.1.10:8301 alive  client x.xx.xx 2        fazbd default   <default>
blade-10-0-1-11 10.0.1.11:8301 alive  client x.xx.xx 2        fazbd default   <default>
blade-10-0-1-12 10.0.1.12:8301 alive  client x.xx.xx 2        fazbd default   <default>
blade-10-0-1-13 10.0.1.13:8301 alive  client x.xx.xx 2        fazbd default   <default>
blade-10-0-1-14 10.0.1.14:8301 alive  client x.xx.xx 2        fazbd default   <default>
blade-10-0-1-5  10.0.1.5:8301  alive  client x.xx.xx 2        fazbd default   <default>
blade-10-0-1-6  10.0.1.6:8301  alive  client x.xx.xx 2        fazbd default   <default>
blade-10-0-1-7  10.0.1.7:8301  alive  client x.xx.xx 2        fazbd default   <default>
blade-10-0-1-8  10.0.1.8:8301  alive  client x.xx.xx 2        fazbd default   <default>
blade-10-0-1-9  10.0.1.9:8301  alive  client x.xx.xx 2        fazbd default   <default>

Contributors