Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeRDark
 /app/scripts/configure_cell_manager.sh -a 172.18.100.3436 -g 172.17.100.3335

2018-10-0122_0016-3113-5616 INFO Cell Configuration
2018-10-0122_0016-3113-5616 INFO ===============================
2018-10-0122_0016-3113-5818 INFO 
2018-10-0122_0016-3113-5818 INFO Log file is : /installs/logs/cell_manager_configuration-2018-10-0122_0016-3113-5616.log
2018-10-0122_0016-3113-5818 INFO 
2018-10-0122_0016-3113-5818 INFO Adding new cell member with the following configuration :
2018-10-0122_0016-3113-5818 INFO Cell member internal address 172.18.100.3436
2018-10-0122_0016-3113-5818 INFO Cell member external address 172.17.100.3335
2018-10-0122_0016-3113-5818 INFO Syslog agents using TCP ports starting with 60000
2018-10-0122_0016-3113-5818 INFO Syslog agents using TCP ports starting with 60000
2018-10-01_00-31-58 INFO Wsm agents using TCP ports starting with 60020 
2018-10-0122_0016-3113-5918 INFO 
2018-10-0122_0016-3113-5918 INFO Please choose the IP address for the cell manager server internal address followed by [ENTER]:
2018-10-01_00-31-59 INFO 1.) During the configuration process the system will be shut down, which means that new data will not be collected and the Web Console will be unavailable for users.
2018-10-22_16-13-18 INFO Please make sure the required network connectivity (e.g. firewall rules) is available between all cell components (manager and members) according to the documentation.
2018-10-22_16-13-18 INFO 
2018-10-22_16-13-20 INFO Please choose the IP address for the cell manager server internal address followed by [ENTER]:
2018-10-22_16-13-20 INFO 1.) 172.18.100.32
2018-10-0122_0016-3113-5920 INFO 2.) 172.17.100.31
1
2018-10-0122_0016-3214-3130 INFO Stopping application ...
2018-10-0122_0016-3315-2216 INFO Application stopped successfully. 
root@172.18.100.3436's password: 
2018-10-0122_0016-3721-2441 INFO Cell member configuration ended successfully.
2018-10-0122_0016-3721-2945 INFO Stopping application ...
2018-10-0122_0016-3822-1731 INFO Application stopped successfully. 
2018-10-0122_0016-3822-1731 INFO Starting application ...
2018-10-01_00-40-14
INFO
Application started successfully.

Note that the script writes two log file, one in the cell manager and one in the cell member. The log file names are mentioned in the script's output.

...

Code Block
themeRDark
 /app/scripts/configure_cell_manager.sh -a 172.18.100.3436 -g 172.17.100.3335

2018-10-0122_0016-1105-4303 INFO Cell Configuration
2018-10-0122_0016-1105-4303 INFO ===============================
2018-10-22_16-05-05 INFO 
2018-10-22_16-05-05 INFO Log file is : /installs/logs/cell_manager_configuration-2018-10-22_16-05-03.log
2018-10-0122_0016-1105-4505 INFO 
2018-10-0122_0016-1105-4505 INFO Log file is : /installs/logs/cell_manager_configuration- Adding new cell member with the following configuration :
2018-10-22_16-05-05 INFO Cell member internal address 172.18.100.36
2018-10-0122_0016-11-43.log05-05 INFO Cell member external address 172.17.100.35
2018-10-0122_0016-1105-4505 INFO Syslog agents using TCP ports starting with 60000
2018-10-0122_0016-1105-4505 INFO AddingWsm newagents cellusing memberTCP withports thestarting followingwith configuration60020 :
2018-10-0122_0016-1105-4505 INFO Cell member internal address 172.18.100.34
2018-10-0122_0016-1105-4505 INFO Cell member external address 172.17.100.33
2018-10-01_00-11-45 INFO Syslog agents using TCP ports starting with 60000During the configuration process the system will be shut down, which means that new data will not be collected and the Web Console will be unavailable for users.
2018-10-0122_0016-1105-4505 INFO Syslog agents using TCP ports starting with 60000
2018-10-01_00-11-45 INFO Wsm agents using TCP ports starting with 60020  Please make sure the required network connectivity (e.g. firewall rules) is available between all cell components (manager and members) according to the documentation.
2018-10-0122_0016-1105-4505 INFO 
2018-10-0122_0016-1105-4506 INFO Please choose the IP address for the cell manager server internal address followed by [ENTER]:
2018-10-0122_0016-1105-4606 INFO 1.) 172.18.100.32
2018-10-0122_0016-1105-4606 INFO 2.) 172.17.100.31
1
2018-10-0122_0016-1205-1709 INFO Stopping application ...
2018-10-0122_0016-1305-0958 INFO Application stopped successfully. 
root@172.18.100.3436's password: 
2018-10-0122_0016-1406-1546 ERROR Starting rollback
2018-10-0122_0016-1406-1949 WARN Issues found that may need attention !!
2018-10-0122_0016-1406-2049 INFO StartingStopping application ...
2018-10-0122_0016-1707-36 INFO Application startedstopped successfully. 
2018-10-22_16-07-36 INFO Starting application ...

In case of a failure, the script will try to rollback the configuration changes it made, so the problem can be fixed before rerunning it again.

...