Administrator Guide

Table Of Contents
Invoking ansible command to perform sync operation to all other nodes ['10.226.81.190']
Download operation completed successfully on node 10.226.81.189
2. 运行以下命令以使用 --source 选项从系统中的其他节点拷贝所有文件。
service@director-1-1-b:~> /opt/dell/vplex/bin/supportassist_mft --source 10.226.81.189
Process to copy MFT file(s) from node [10.226.81.189] to node [10.226.81.190] initiated...
File softwareWeekly.tar.gz copied to /home/service/mft/ directory
File log.txt copied to /home/service/mft/ directory
File MFT_API_TEST/DummyFIle_test.docx copied to /home/service/mft/ directory
Copy operation completed successfully on node 10.226.81.190
3. 运行以下命令以使用 --source --files 选项从系统中的其他节点拷贝特定文件。
service@director-1-1-b:~> /opt/dell/vplex/bin/supportassist_mft --source 10.226.81.189 --files
8KC5Z23_MFT/voyager_local.yaml 8KC5Z23_MFT/scif.yaml log.txt DummyFIle.docx
Process to copy MFT file(s) from node [10.226.81.189] to node [10.226.81.190] initiated...
File 8KC5Z23_MFT/scif.yml copied to /home/service/mft/ directory
File 8KC5Z23_MFT/voyager_local.yaml copied to /home/service/mft/ directory
File DummyFIle.docx copied to /home/service/mft/ directory
File log.txt copied to /home/service/mft/ directory
Copy operation completed successfully on node 10.226.81.190
同步命令
将所有节点同步到当前发出命令的节点上的文件集。要运行同步命令,必须指定元数据文件的位置。下载应用场景将生成元数据文
件。如果未在发出同步命令的节点上执行下载命令,则元数据文件不可用。
1. 运行以下命令以使用元数据文件信息将本地节点上的文件推送到所有其他节点:
service@director-1-1-a:~> /opt/dell/vplex/bin/supportassist_mft sync --metadata-file /home/service/mft/
metadata.json
File 'softwareWeekly.tar.gz' with checksum
47a08c12d4dddc30039fd0a86642b64c435e14f1d6a0c9ccfd83eff03ee7dfbd copied to /home/
service/mft/ directory
File 'log.txt' with checksum
0a9ee4b41f72f67c2abff8dce7a087e9ff270bd0ef0b1bb79b7c5e4855b6d8a3 copied to /home/
service/mft/ directory
File 'MFT_API_TEST/DummyFIle_test.docx' with checksum
8605cdc9caff613128c26d5500374089da63953b353efcf8a6aa66c11135c949 copied to /home/
service/mft/ directory
Copying all the MFT file(s) present under the directory /data/mft/ from the node
[10.226.81.189] to node(s) ['10.226.81.190']
SCP command invoked to copy all the files from node [10.226.81.189] to node [10.226.81.190]
Sync operation completed successfully on node 10.226.81.190
2. 运行以下命令以使用元数据文件信息将本地节点上的文件推送到特定节点:
service@director-1-1-a:~> /opt/dell/vplex/bin/supportassist_mft sync --metadata-file /home/service/mft/
metadata.json --nodes 10.226.81.190
File 'softwareWeekly.tar.gz' with checksum
47a08c12d4dddc30039fd0a86642b64c435e14f1d6a0c9ccfd83eff03ee7dfbd copied to /home/
service/mft/ directory
File 'log.txt' with checksum
0a9ee4b41f72f67c2abff8dce7a087e9ff270bd0ef0b1bb79b7c5e4855b6d8a3 copied to /home/
service/mft/ directory
File 'MFT_API_TEST/DummyFIle_test.docx' with checksum
8605cdc9caff613128c26d5500374089da63953b353efcf8a6aa66c11135c949 copied to /home/
service/mft/ directory
Copying all the MFT file(s) present under the directory /data/mft/ from the node
[10.226.81.189] to node(s) ['10.226.81.190']
SCP command invoked to copy all the files from node [10.226.81.189] to node [10.226.81.190]
Sync operation completed successfully on node 10.226.81.190
18 系统管理