How to change max lun value (For Emulex)
Emulex's max lun value is 255.
If you do expand 255 over, you will get the following error in / var / log / message.
Now Lun value is 256 is max value
step 1 : check ipfc_max_luns value ( now 255)
Step 2: add scsi_mod.max_luns=32768 scsi_mod.max_report_luns=32768
# grub-makconfig –o /boot/grub2.cfg or
# grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg (if use efi)
Step 3: make a file /etc/modprobe.d/lpfc.conf and
Add options lpfx ipfc_max_luns=32768
Step 4: add fs.inotify.max_user_watches=16384
Step 5: reboot
Step 6: check lpfc_max_luns value
If qlogic , no need any aother setup because qlogic max lun value is 65535
사업자 정보 표시
(주)블루원 | 김홍태 | 서울특별시 용산구 원효로 4가 135 금홍 2빌딩 | 사업자 등록번호 : 106-86-76684 | TEL : 02-3272-7200 | Mail : support_ora@blueone.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기
'OS - LINUX' 카테고리의 다른 글
[TD - LINUX] 리눅스 Multi default gateway 구성하기 (0) | 2019.08.08 |
---|---|
[TD - LINUX] ASH 로그 업로드 방법 (0) | 2019.08.05 |
[TD - LINUX] How to update or patch rpm using YUM on Linux (0) | 2019.07.23 |
[TD-LINUX] How to collect vm core dump.docx (0) | 2018.07.17 |
[TD-LINUX] Cent / Redhat 7 Install and Initial setting (0) | 2017.11.17 |