Parallel ssh : Différence entre versions

De troyesGEII
Aller à : navigation, rechercher
 
Ligne 8 : Ligne 8 :
 
parallel-ssh -t 0 -h salleg007ip  -P "echo coucou"
 
parallel-ssh -t 0 -h salleg007ip  -P "echo coucou"
 
parallel-ssh -t 0 -h salleg007ip  -P "apt install --yes --force-yes gnuradio"
 
parallel-ssh -t 0 -h salleg007ip  -P "apt install --yes --force-yes gnuradio"
 +
 +
// pas de paquets copier en utilisant un montage
 +
parallel-ssh -t 0 -h salleg007ip -P "mount 10.98.35.244:/etudiant /opt/mountNas/"
 
</source>
 
</source>

Version actuelle datée du 15 février 2023 à 11:02


su
cd /usr/local/iut
./wakeSalle G 007
cd /usr/local/iut/scripts/
parallel-ssh -t 0 -h salleg007ip  -P "echo coucou"
parallel-ssh -t 0 -h salleg007ip  -P "apt install --yes --force-yes gnuradio"

// pas de paquets copier en utilisant un montage
parallel-ssh -t 0 -h salleg007ip -P "mount 10.98.35.244:/etudiant /opt/mountNas/"