Isilon:ダウン/分割ノードに接続し、ノードとの間でファイルをコピーする方法
Summary: 次のKBでは、ダウン/スプリット ノードにSSHで接続するために、またはSCPを使用してIPとの間でファイルをコピーするために、そのIPを構成する方法について説明します。
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_mcpflexnetの強制終了:
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.