使用 CLI 还原备份
您可以使用 CLI 或通过 Tenable Core 界面来还原 OT Security。有关通过 Tenable Core 用户界面还原备份的更多信息,请参阅《Tenable Core + Tenable OT Security 用户指南》中的“还原备份”。要使用 CLI 进行还原,请执行以下步骤。
注意:只能还原使用 Tenable Core 备份实用工具进行的备份。不兼容 OT Security 3.18 之前版本执行的较早备份。如果您想尝试还原 OT Security 3.18 之前较旧版本捕获的备份,请联系支持人员获取必要的说明和命令。
开始之前
-
确保具有要还原的备份 .tar 文件。
注意:您可以从 Tenable Core 中的“备份/还原”页面下载 OT Security 备份文件。有关更多信息,请参阅《Tenable Core + Tenable OT Security 用户指南》中的“还原备份”。
OT Security 备份文件示例:tenable-ot-tenable-s2cc78kg-2024-03-21T135648.tar。
要使用 CLI 还原您的 OT Security 备份,请执行以下操作:
- 执行以下操作之一,以访问 ICP 系统:
- 在终端中运行以下命令:复制
sudo systemctl start tenablecore.restorelocal@$(systemd-escape /home/admin/my-tc-ot-backup.tar)
其中:
-
/home/admin/my-tc-ot-backup.tar 是备份文件的位置。
注意:此过程需要很长时间才能完成,因为它会在命令完成之前还原备份。您可以通过以下方式查看还原进度:
在 Tenable Core 用户界面中单击“备份/还原”>“备份/还原日志”>“还原日志”或运行以下命令:
journalctl -xf tenablecore.restorelocal@$(systemd-escape /home/admin/my-tc-ot-backup.tar)
在 Tenable Core 用户界面中单击“备份/还原”>“备份/还原日志”>“还原日志”或运行以下命令:
journalctl -xf tenablecore.restorelocal@$(systemd-escape /home/admin/my-tc-ot-backup.tar)
其中:/home/admin/my-tc-ot-backup.tar 是备份文件的位置。
OT Security 完成还原,您可以开始访问该应用程序。要验证 OT Security 是否正在运行,请使用浏览器通过端口 443 (HTTPS) 登录 OT Security 用户界面。