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
Kill 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

Isilon

Products

Isilon
Article 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.