|
Post by sabbirislam258 on Feb 14, 2024 8:39:31 GMT
Package update process Package update process Software update on the server is complete. Client Let's update the software on the client node. To do this, type in the terminal: $ sudo apt update Update on the client node $ sudo apt upgrade Software update on the client node We confirm the allocation of additional 65.1 Mb on the disk to activate the package update process. Software update process Software update process . Installation of systemd subsystem components To be able to implement the process of "communication" between clients and the server, in particular, forwarding copies of system log records to the server, it is necessary to install the appropriate components of the Systemd service initialization subsystem on all machines of the cluster . Server First, we will install a daemon on the Armenia Telemarketing Data server for downloading and receiving information from clients. To do this, enter in the terminal: $ sudo apt install systemd-journal-remote Installation of daemons for downloading and receiving information We agree to allocate an additional 599 Kb and activate the installation process. Installation process So, the component is installed - "Setting up systemd-journal-remote (249.11-0ubuntu3.11)" . After that, activate the services necessary to receive logs. First, activate the first service using the following command: $ sudo systemctl enable --now systemd-journal-remote.socket activation of log retrieval service Here the --now option is required to start the process immediately. Now we activate the service that ensures receiving messages from clients: $ sudo systemctl enable systemd-journal-remote.service Activation of the service for receiving messages from customers This service has not yet been launched, as it requires SSL / TLS certificates, which we will receive later. Client First, install the systemd-journal-remote daemon . To do this, type the following command: $ sudo apt install systemd-journal-remote Installing the systemd-journal-remote daemon We agree to allocate 599 Kb. Installation process The daemon is successfully installed - "Setting up systemd-journal-remote (249.11-0ubuntu3.11)" . We activate the service that ensures the sending of log entries to the server. For this, we will use the following command: $ sudo systemctl enable systemd-journal-upload.
|
|