public:kb:synology
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
public:kb:synology [2014/02/26 22:38] – créée laurent.joly | public:kb:synology [2020/09/17 17:43] (Version actuelle) – [Redémarrer les services] laurent.joly | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | <WRAP tabs> | ||
+ | * [[: | ||
+ | * [[: | ||
+ | </ | ||
====== Synology ====== | ====== Synology ====== | ||
+ | Quelques informations techniques concernant les NAS Synology | ||
- | ===== Redémarrer | + | ===== Redémarrer |
+ | **General Command Line commands for handling DSM Services:** | ||
+ | < | ||
+ | synoservicecfg --list | ||
+ | synoservice --status | ||
+ | synoservicecfg --stop < | ||
+ | synoservicecfg --hard-stop < | ||
+ | synoservicecfg --start < | ||
+ | synoservicecfg --hard-start < | ||
+ | synoservice --restart < | ||
+ | synoservicectl --restart < | ||
+ | |||
+ | </ | ||
+ | |||
+ | pour Stopper la tache ActiveBackup ce serait donc | ||
+ | < | ||
+ | sudo synoservicecfg --stop pkgctl-ActiveBackup | ||
+ | </ | ||
+ | |||
+ | FIXME ce qui suit sur les services semblre obsolete FIXME | ||
+ | |||
+ | ==== Service cron ==== | ||
< | < | ||
/ | / | ||
/ | / | ||
+ | </ | ||
+ | |||
+ | ==== Service Thumbnails ==== | ||
+ | |||
+ | C'est le service qui gère la création des miniatures des photos : | ||
+ | |||
+ | < | ||
+ | / | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Service SSH ==== | ||
+ | |||
+ | Ilest possible de redémarrer le service SSH via l' | ||
+ | < | ||
+ | synoservicectl --reload sshd | ||
+ | ou | ||
+ | synoservicectl --restart sshd | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Fichiers de configuration ===== | ||
+ | |||
+ | ==== SSH ==== | ||
+ | |||
+ | === Activer service SSH === | ||
+ | Pour activer le service SSH utiliser l' | ||
+ | * Panneau de configuration | ||
+ | * Terminal et SNMP | ||
+ | * Activer SSH | ||
+ | |||
+ | |||
+ | === Utiliser clefs === | ||
+ | Pour pouvoir utiliser des clefs SSH, il faut procéder à quelques ajustements : | ||
+ | |||
+ | * Panneau de configuration | ||
+ | * Users | ||
+ | * Advanced | ||
+ | * User home | ||
+ | * cocher Enable user home service | ||
+ | |||
+ | S' | ||
+ | |||
+ | donc pour toto : | ||
+ | <code bash> | ||
+ | chmod -R go-rwx / | ||
</ | </ |
public/kb/synology.1393450726.txt.gz · Dernière modification : 2014/02/26 22:38 de laurent.joly