Debian接FC找不到LUN - Linux

Carol avatar
By Carol
at 2018-11-28T09:31

Table of Contents

現在看的到NETAPP 但沒掛載點 這是怎回事 囧

root@node06:/# lsscsi -s
[0:2:0:0] disk DELL PERC H710P 3.13 /dev/sda 12.0TB
[2:0:0:0] disk NETAPP INF-01-00 0841 - -
[2:0:0:7] disk NETAPP Universal Xport 0841 - -
[2:0:1:0] disk NETAPP INF-01-00 0841 - -
[2:0:1:7] disk NETAPP Universal Xport 0841 - -



※ 引述《LaughPoint (腳步)》之銘言:
: 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的平台,暈

--
Tags: Linux

All Comments

Eden avatar
By Eden
at 2018-11-29T08:33
netapp volume 需要map給host,不然你會看不到<
Gary avatar
By Gary
at 2018-12-02T01:08
廠商應該跟你要wwpn就是你顯示的那個,如果沒有跟你要,那他
肯定沒有幫你做mapping
Linda avatar
By Linda
at 2018-12-02T05:13
那我該如何做 囧 廠商就擺爛阿
Damian avatar
By Damian
at 2018-12-04T23:57
廠商擺爛,你可以不驗收阿,其實會的人,mapping一下就好

shell 變數在作執行指令

Hedda avatar
By Hedda
at 2018-11-26T16:38
object=$(ls /etc/sysconfig/network-scripts/ifcfg-* | grep -v [*.*] | cut -d and#34;/and#34; -f 5 | cut -d and#34;-and#34; -f 2) for tmp in $object do ...

紅帽釋出RHEL 8 Beta版本,提供原生容器開發包

Anthony avatar
By Anthony
at 2018-11-21T22:41
https://www.ithome.com.tw/news/127092 紅帽釋出RHEL 8 Beta版本,提供原生容器開發包 不久前紅帽才釋出RHEL 7.6版,除了瞄準混合雲應用外,也加強了該產品的維運機能,如 改善資管管控以及自動化維運等功能。而在近期,紅帽也釋出了RHEL 8 Beta版本。遵 ...

在Apache上啟動VirtualHost使用HTTP和HTTPS

Ula avatar
By Ula
at 2018-11-21T09:36
怎樣在Apache上啟動VirtualHost使用HTTP和HTTPS同時運作 還沒使用VirtualHost的時候 A網頁已經設定好SSL Https 也可以正常使用https://server.a.com 如今要加入ㄧ個B網頁http ( 沒有用SSL ) http://server.b.com ...

Secure Boot的疑問

Iris avatar
By Iris
at 2018-11-20T14:28
各位版上大大好, 小弟目前正在嘗試建立可以在secure boot要求下開機的開機USB碟 有蠻多關於這方面的問題想要來請教版上大大們, 以Ubuntu系統的測試結果, x86似乎是不支援uefi的secure boot, 僅x64系統有支援, 這方面不知道是否有理解錯誤? 第1步驟似乎是先要有 ...

debian使用NFSv4失敗

Brianna avatar
By Brianna
at 2018-11-19T00:19
OS: Debian GNU/Linux 9.6 (stretch) x86_64 想用win10來存取linux上的檔案 但我的win10之前不知道動了什麼,不能開samba也不能用samba 所以只能用NFS了 win10的NFS Client不能用UTF-8,會亂碼 但聽說用NFSv4能用UTF-8, ...