Isilon:如何連線至向下/分割節點以及將檔案複製到節點/從節點複製檔案
Summary: 下列 KB 說明如何在關閉/分割節點上設定 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
- 如何將消息從向下/拆分節點拉取到另一個節點的範例:
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.