JavaScript is required to for searching.
탐색 링크 건너뛰기
인쇄 보기 종료
Oracle Solaris 관리: SAN 구성 및 다중 경로     Oracle Solaris 11 Information Library (한국어)
search filter icon
search icon

문서 정보

머리말

1.  Solaris I/0 다중 경로 개요

2.  광섬유 채널 다중 경로 구성 개요

3.  Solaris I/O 다중 경로 기능 구성

다중 경로 I/O 기능 구성

다중 경로 고려 사항

다중 경로를 사용 및 사용 안함으로 설정

다중 경로를 사용으로 설정하는 방법

다중 경로를 사용 안함으로 설정하는 방법

포트별로 다중 경로를 사용 또는 사용 안함으로 설정

포트 구성 고려 사항

포트별로 다중 경로를 구성하는 방법

타사 저장 장치 구성

타사 장치 구성 고려 사항

타사 저장 장치 구성: 새 장치

타사 장치 구성 방법

타사 저장 장치 구성: 장치를 사용 안함으로 설정

타사 장치를 사용 안함으로 설정하는 방법

장치 이름 변경 사항 표시

자동 페일백 구성

자동 페일백 구성 방법

4.  다중 경로 장치 관리(mpathadm)

5.  SAN 장치 구성

6.  가상 광섬유 채널 포트 구성

7.  FCoE 포트 구성

8.  SAS 도메인 구성

9.  IPFC SAN 장치 구성

10.  x86 시스템의 광섬유 채널 장치에서 Solaris OS 부트

11.  테이프 장치 지속 바인딩

A.  패브릭 연결 장치 수동 구성

B.  지원되는 FC-HBA API

C.  다중 경로가 지정된 장치의 문제 해결

색인

다중 경로를 사용 및 사용 안함으로 설정

stmsboot 명령을 사용하여 FC(광섬유 채널) 및 SAS 장치에 대한 다중 경로를 사용 또는 사용 안함으로 설정할 수 있습니다. stmsboot 명령은 다음 번 재부트 시 장치 이름 변경 사항이 반영되도록 /etc/vfstab 파일 및 덤프 구성을 업데이트합니다. fp.conf 또는 mpt.conf 파일을 수동으로 편집하지 않아도 됩니다.

다음 고려 사항은 stmsboot -e, -d-u 옵션에 적용됩니다.


주 - 이전 Oracle Solaris 릴리스에서 stmsboot 명령은 SPARC 기반 호스트에 대해서만 부트 장치에서 다중 경로를 사용 또는 사용 안함으로 설정하는 데 사용되었습니다. 현재 Oracle Solaris 릴리스에서 이 명령은 직렬 연결 SCSI 장치와 FC 장치에서 다중 경로를 사용 또는 사용 안함으로 설정하는 데 사용됩니다.


다중 경로를 사용으로 설정하는 방법

SPARC 또는 x86 기반 시스템의 모든 다중 경로 지원 장치에서 다중 경로를 사용으로 설정하려면 다음 단계를 수행하십시오. 특정 FC 또는 SAS HBA 포트에서만 다중 경로를 사용으로 설정하려면 포트별로 다중 경로를 사용 또는 사용 안함으로 설정을 참조하십시오.

다중 경로 소프트웨어는 Oracle에서 지원하는 장치를 자동으로 인식합니다. 타사 장치에서 다중 경로를 사용으로 설정하려면 /kernel/drv/scsi_vhci.conf 파일을 /etc/driver/drv에 복사하고 다중 경로 고려 사항장치 이름 변경 고려 사항에 설명된 대로 항목을 추가하십시오.

  1. 관리자로 전환합니다.
  2. 다중 경로 소프트웨어 패키지가 설치되었는지 확인합니다.
    # pkg info system/storage/multipath-utilities
              Name: system/storage/multipath-utilities
           Summary: Solaris Multipathing CLI
       Description: Path Administration Utility for a Solaris Multipathing device
          Category: Applications/System Utilities
             State: Installed
         Publisher: solaris
           Version: 0.5.11
     Build Release: 5.11
            Branch: 0.175.0.0.0.0.0
    Packaging Date: Tue Sep 27 01:40:01 2011
              Size: 77.29 kB
              FMRI: pkg://solaris/system/storage/multipath-utilities@
    0.5.11,5.11-0.175.0.0.0.0.0:20110927T014001Z

    설치되지 않은 경우 설치합니다.

    # pkg install system/storage/multipath-utilities
  3. 장치 다중 경로를 사용으로 설정합니다.
    # stmsboot -e
    WARNING: stmsboot operates on each supported multipath-capable controller
                 detected in a host. In your system, these controllers are
    
        /devices/pci@780/pci@0/pci@8/SUNW,qlc@0/fp@0,0
        /devices/pci@780/pci@0/pci@8/SUNW,qlc@0,1/fp@0,0
        /devices/pci@7c0/pci@0/pci@1/pci@0,2/LSILogic,sas@1
        /devices/pci@7c0/pci@0/pci@1/pci@0,2/LSILogic,sas@1
        /devices/pci@7c0/pci@0/pci@1/pci@0,2/LSILogic,sas@2
        /devices/pci@7c0/pci@0/pci@9/LSILogic,sas@0
        /devices/pci@7c0/pci@0/pci@9/LSILogic,sas@0
    
        If you do NOT wish to operate on these controllers, please quit stmsboot
        and re-invoke with -D { fp | mpt } to specify which controllers you wish
        to modify your multipathing configuration for.
    
        Do you wish to continue? [y/n] (default: y) y
        Checking mpxio status for driver fp
        Checking mpxio status for driver mpt
        WARNING: This operation will require a reboot.
        Do you want to continue ? [y/n] (default: y) y
        The changes will come into effect after rebooting the system.
        Reboot the system now ? [y/n] (default: y) y

    주 - 장치 이름 변경 사항이 반영되도록 재부트 시 /etc/vfstab 및 덤프 구성이 업데이트됩니다.


  4. (옵션) 필요한 경우 재부트 후 다중 경로 고려 사항장치 이름 변경 고려 사항에 설명된 대로 새 장치 이름을 사용하도록 응용 프로그램을 구성합니다.

다중 경로를 사용 안함으로 설정하는 방법

SPARC 또는 x86 기반 시스템의 모든 다중 경로 지원 장치에서 다중 경로를 사용 안함으로 설정하려면 다음 단계를 수행하십시오. 특정 FC 또는 SAS HBA 포트에서만 다중 경로를 사용 안함으로 설정하려면 포트별로 다중 경로를 사용 또는 사용 안함으로 설정을 참조하십시오.

  1. 장치 다중 경로를 사용 안함으로 설정합니다.
    # stmsboot -d
    WARNING: stmsboot operates on each supported multipath-capable controller
                 detected in a host. In your system, these controllers are
    
        /devices/pci@780/pci@0/pci@8/SUNW,qlc@0/fp@0,0
        /devices/pci@780/pci@0/pci@8/SUNW,qlc@0,1/fp@0,0
        /devices/pci@7c0/pci@0/pci@1/pci@0,2/LSILogic,sas@1
        /devices/pci@7c0/pci@0/pci@1/pci@0,2/LSILogic,sas@1
        /devices/pci@7c0/pci@0/pci@1/pci@0,2/LSILogic,sas@2
        /devices/pci@7c0/pci@0/pci@9/LSILogic,sas@0
        /devices/pci@7c0/pci@0/pci@9/LSILogic,sas@0
    
        If you do NOT wish to operate on these controllers, please quit stmsboot
        and re-invoke with -D { fp | mpt } to specify which controllers you wish
        to modify your multipathing configuration for.
    
        Do you wish to continue? [y/n] (default: y) y
        Checking mpxio status for driver fp
        Checking mpxio status for driver mpt
        WARNING: This operation will require a reboot.
        Do you want to continue ? [y/n] (default: y) y
        The changes will come into effect after rebooting the system.
        Reboot the system now ? [y/n] (default: y) y

    주 - 장치 이름 변경 사항이 반영되도록 재부트 시 /etc/vfstab 및 덤프 구성이 업데이트됩니다.


  2. (옵션) 필요한 경우 재부트 후 다중 경로 고려 사항장치 이름 변경 고려 사항에 설명된 대로 새 장치 이름을 사용하도록 응용 프로그램을 구성합니다.