meta data for this page
  •  

Különbségek

A kiválasztott változat és az aktuális verzió közötti különbségek a következők.

Összehasonlító nézet linkje

Előző változat mindkét oldalonElőző változat
shell:replikacio:smart_replicator [2017/05/18 15:29] – ↷ Page moved from shell:smart_replicator to shell:replikacio:smart_replicator adminshell:replikacio:smart_replicator [2019/07/25 17:07] (aktuális) admin
Sor 77: Sor 77:
 </file> </file>
  
 +Systemd .service fájl:
 +
 +<file service /etc/systemd/system/tsm_smart_replicator.service>
 +[Unit]
 +Description=IBM Tivoli Storage Manager Smart Replicator
 +After=local-fs.target network-online.target
 +
 +[Service]
 +Type=simple
 +GuessMainPID=no
 +ExecStart=/scripts/tsm_smart_replicator.sh >/dev/null 2>&1 &
 +Restart=on-failure
 +
 +[Install]
 +WantedBy=multi-user.target
 +</file>
 +
 +  # systemctl daemon-reload
 +  # systemctl enable tsm_smart_replicator
 +  # systemctl start tsm_smart_replicator
 +  # systemctl status tsm_smart_replicator