我有这个由两个 WD Elements 外置 USB 驱动器构建的全新软件 RAID-1,我可以看到 Linux 重复了以下消息:
...
[302148.036912] usb 1-3.1: reset high-speed USB device number 19 using ehci_hcd
[302153.052029] usb 1-3.3: reset high-speed USB device number 20 using ehci_hcd
[302186.031481] usb 1-3.3: reset high-speed USB device number 20 using ehci_hcd
[302217.050210] usb 1-3.3: reset high-speed USB device number 20 using ehci_hcd
[302281.043543] usb 1-3.3: reset high-speed USB device number 20 using ehci_hcd
[302312.090158] usb 1-3.3: reset high-speed USB device number 20 using ehci_hcd
[302351.076851] usb 1-3.1: reset …Run Code Online (Sandbox Code Playgroud) 所以,我有十几台 CentOS Linux 服务器。总的来说,它们的配置基本相同。
有时我需要添加额外的 cron 作业(/etc/cron.d/ 中的单独 crontab 文件),和/或将新的 BASH/Perl 脚本复制到 10 多个服务器,或运行 sed 表达式以在脚本中进行细微更改基本上是在每一个 10+ 服务器上。
我真的厌倦了在每个主机的基础上快速完成。那么,你们是如何应对这个挑战的呢?你的袖子有什么技巧吗?我应该知道的任何软件(免费且经证明可以可靠运行)?
我正在寻找一种通过 SSH 执行此操作的方法,但我也对其他方法感到好奇。