Overview
You may need to reset an FWL node; for example, after running a Health Check and finding it has been up and running for a long time (e.g., more than a year), which is not recommended. This article details the steps to create a backup and reboot an FWL node.
Requirements
- VPN Access to the End-User System
- Release 12.4.1
Hardware Check
Before any reboot, the hardware needs to be checked to make sure no hardware issue might affect the reboot. To do so, run the following commands as root (the command could also be hpssacli
):
# hpacucli ctrl all show config
# hpacucli ctrl all show config detail
For any failure found, inform the end-user about it so they can check it before planning a reboot.
You can access the iLO GUI to check the status of all the hardware and any alarm in iLO and IML logs. If you cannot access the iLO GUI or SSH to the iLO IP, it will need to be verified with the hardware support and network teams. The iLO access will be required in case there are any issues with the reboot because the server can still be accessed via console.
Process
FWL Backup and Reboot
Reboot one FWL node at a time since it is handling traffic. Do not proceed to the next FWL node if the reboot is not finished yet for the first FWL or if there is an issue after the reboot.
-
Copy important files to another server or external PC.
-
As a TextPass user, copy the content of the directories below. There are hidden files, so please use the
a
option in thels
command to see the content.-
/usr/TextPass/etc/
-
/usr/TextPass/.store/
-
-
As root user, copy the
route
andifcfg
files in/etc/sysconfig/network-scripts/
.
-
-
As TextPass user, save the output of the commands below.
-
$ tp_status
-
$ m3ua_link
-
$ tp_walk –tp_pbc pbcDiamTransportGroupTable
-
$ tp_walk –tp_pbc pbcDiamTransportTable
-
$ netstat -rn
-
$ ifconfig -a
-
$ cat /etc/fstab
-
$ cat /etc/mtab
-
-
As TextPass user, stop the NMM process.
-
$ tp_status
-
$ tp_stop
-
$ tp_status
-
$ stv_poller --status
-
$ stv_poller --stop
-
- As root user, reboot the server.
# init 6
- After reboot, check the status of the NMM node as TextPass user.
-
$ tp_status
-
$ stv_poller --status
-
- Check system logs for any persistent error.
# tail -f /var/log/messages
-
Check the command output of step 2.
For PBC, the admin state should be active.
Confirmation
-
Check system logs for any persistent error.
-
Check if LGP is running the collector.
# tail -f /var/log/messages
-
Check the MySQL process as a root user.
-
# service mysql status
-
# ps -ef | grep -i sql
-