Isilon:如何连接到关闭/拆分的节点并将文件复制到节点/从节点复制文件
Summary: 以下知识库文章介绍了如何在关闭/拆分节点上配置 IP,以便通过 SSH 连接到该节点或使用 SCP 将文件复制到该节点/从该节点复制文件。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
要在拆分/关闭节点上配置 IP,请执行以下作:
杀死isi_mcp:
killall isi_mcp终止 flexnet:
killall isi_flexnet_d手动将 IP 分配给接口:
- 如果没有 VLAN,只需应用 IP:
ifconfig <iface_name> <IP> netmask <subnet_mask>
- 如果 vlan 正在使用中,请先创建 vlan,然后分配 IP:
ifconfig <vlan#> create ifconfig <vlan#> vlan <tag> vlandev <parent iface> ifconfig <vlan#> inet <IP> netmask <subnet_mask>如果从单独子网上的设备连接,则分配路由:
route add default <gateway_ip>
- 例如,要从在子网 192.168.2.0/24 中具有 IP 的另一个节点进行连接,请执行以下作:
ifconfig ix0 192.168.2.2 netmask 255.255.255.0
- 要对 vlan 执行相同的配置,请执行以下作:
ifconfig vlan0 create ifconfig vlan0 vlan 115 vlandev ix0 ifconfig vlan0 inet 192.168.2.2 netmask 255.255.255.0
提醒:确保所选的 IP 未被网络上的任何其他设备使用。可能需要联系网络管理员来验证要使用的 IP。
此时,通过 SSH 连接到节点,以便您可以在没有串行接口的情况下继续工作,或者您可能想要将文件复制到节点/从节点复制文件。
要将文件从节点复制到本地目录,请执行以下作:
scp root@<IP>:/path/to/file /path/to/local/directory
- 如何将消息从 down/split 节点拉取到另一个节点的示例:
scp root@192.168.2.2:/var/log/messages /ifs/data/Isilon_Support/
要将文件复制到节点,请执行以下作:
scp filename root@<IP>:/path/to/remote_dir
- 如何将脚本复制到关闭/拆分节点的示例:
scp test_script.sh root@192.168.2.2:/usr/local/bin
Affected Products
IsilonProducts
IsilonArticle Properties
Article Number: 000019259
Article Type: How To
Last Modified: 17 Dec 2025
Version: 4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.