Debian接FC找不到LUN - Linux

Hedy avatar
By Hedy
at 2018-11-15T13:48

Table of Contents

OS:Debian 9

SAN:NETAPP E2812

HBA卡:QLE2562

OS版本:

root@node06:/# cat /etc/*-release
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

--------------------------------------------

查看看HBA卡

root@node06:/# lspci|grep -i Fibre
05:00.0 Fibre Channel: QLogic Corp. ISP2532-based 8Gb Fibre Channel to PCI
Express HBA (rev 02)
05:00.1 Fibre Channel: QLogic Corp. ISP2532-based 8Gb Fibre Channel to PCI
Express HBA (rev 02)
---------------------------------------------

看FC狀態 HOST2是UP狀態的

root@node06:/# cat /sys/class/fc_host/host1/port_state
Linkdown
root@node06:/# cat /sys/class/fc_host/host2/port_state
Online
---------------------------------------------

看HAB的WWN
root@node06:/# cat /sys/class/fc_host/host1/port_name
0x21000024ff34df24
root@node06:/# cat /sys/class/fc_host/host2/port_name
0x21000024ff34df25
---------------------------------------------

BUT 看不到SAN的LUN,sda是伺服器local掛載的raid

我怎找到SAN的LUN把它掛載到Device上?

打電話問廠商說照理應該就自己掛上去了

他們也沒處理過linux的平台,暈

root@node06:/#fdisk -l

Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 2E4B69BF-B567-4FA6-A2FF-B5A2E68B9D98

Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 528383 524288 256M EFI System
/dev/sda3 528384 23437770718 23437242335 10.9T Linux LVM


Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

--
Tags: Linux

All Comments

Anonymous avatar
By Anonymous
at 2018-11-17T23:24
hba卡都有一個cli工具太多,配一下就好了
Brianna avatar
By Brianna
at 2018-11-22T07:04
檢查netapp volume設定,以及san switch zone的設定。
Rae avatar
By Rae
at 2018-11-26T05:54
重開機就認到了

cluster 的使用率

Tristan Cohan avatar
By Tristan Cohan
at 2018-11-14T19:54
各位大大好: 小弟不才,對於各行業使用 cluster 比例深感興趣,也想知道,各行業在認知、追求上是 否善於使用以存在多年的技術。小弟是資訊業,協助處理客戶端的設備,發現大約不到1% 的設備有在使用cluster for application.(HA) 之所以會上來發問,是在與 HR 閒聊之於,談 ...

Samsung 開放 Linux on DeX Beta 註冊

Hardy avatar
By Hardy
at 2018-11-14T14:34
https://www.techbang.com/posts/62585-samsung-open-linux-on-dex-beta-registration-can-run-linux-in-note9-tab-s4-and-other-devices 縮址 https://goo.gl/Neu15j ...

linux sever網路驅動問題

Adele avatar
By Adele
at 2018-11-14T02:24
(原文吃光光...) 我挑重點回好了,給之後有需要的人參考,若有說錯,請糾正 標題:網路卡驅動問題 若要安裝新版的driver: 網卡是Intel I210,1Gbps LAN,適用的Linux Driver 同Intel I350,驅動是igb (這時間點Intel最新版應該是 5.3.5.1 ...

GNU Hello的非官方Snap打包

Oscar avatar
By Oscar
at 2018-11-13T23:54
經過數週的開發與測試,我很高興地宣佈GNU Hello的非官方Snap軟體包的打包工作已經 告一段落。 andlt;https://snapcraft.io/hello-snapcraftersandgt; https://goo.gl/wyYZ1s GNU Hello是一個由Mike Haertel等 ...

[Linux] ubuntu server 掛了

Gilbert avatar
By Gilbert
at 2018-11-13T19:37
剛剛在ubuntu 18.04 OS安裝一些tool的時候,發現sudo apt-get update 會卡在server connect fail ,想說前半小時還可以用, 於是試了其他幾台pc 都顯示一樣問題, 猜應該 是台灣地區ubuntu server掛了, google了一下, 最後server ...