Setting up mirror servers
Last updated
Was this helpful?
Last updated
Was this helpful?
A mirror server for application deployment via GLPI is a dedicated server containing replicas of software packages, updates and deployment scripts. This server enables system administrators to deploy applications to client workstations efficiently and redundantly, ensuring that the necessary files are available even if the main server is unavailable.
Prerequisites
The GLPI Inventory plugin must be installed to access this functionality. It is available on the marketplace (Cloud and on-premise).
Availability: Ensures that deployments can continue even if the main server fails.
Performance: Improves response times and deployment speed through load balancing.
Security: Reduces the risk of data loss and ensures that applications are always available for deployment.
From Administration
> GLPI Inventory
> Deploy
> Mirror servers
Click on Add
Fill in the required fields (mandatory fields are the name
and address of the remote mirror server
. Remember to create your server in the correct entity and check the child-entity box if necessary).
Click on Add
Install a web server (such as Apache or Nginx) on the mirror server, which will host the deployment files.
Synchronize the deployment files between the main server and the mirror server.
When the is configured, the agent will be able to receive the list of mirror servers.