iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 13
1

這其實在其他兩朵雲分別有A牌EFS-->支援NFS以及M牌是File Blob走CIFS但同時都能給Linux / Windows來做檔案共用,廢話不多說..我們直接就來實測用用吧!
最下面就是fileStore了,給他點下去
https://ithelp.ithome.com.tw/upload/images/20181013/200254819H2uFCQ10y.png

直接執行它
https://ithelp.ithome.com.tw/upload/images/20181013/200254812YyNNUhypL.png

個體ID就是自訂的名稱啦!!我還以為要甚麼指定ID呢@@,預設是標準層級旁邊都直接有IOPS計算讓你看,空間越大我認為是因為磁碟數量也分配越多所以當空間往上加IOPS也等比例成長,另外就選擇地區喽!不限就隨機挑一個AZ建立
https://ithelp.ithome.com.tw/upload/images/20181013/20025481Netup9MJNr.png

授權的網路就是這FileStore共享空間服務所被配置的網路IP範圍啦
https://ithelp.ithome.com.tw/upload/images/20181013/200254810u7LrmbCzy.png

在保留IP內CIDR只允許/29而已,可能怕你切太大給他浪費
https://ithelp.ithome.com.tw/upload/images/20181013/20025481y4STMq1TAL.png

我故意設定超過/29真的就提示了..不給過
https://ithelp.ithome.com.tw/upload/images/20181013/20025481x1amWDryOs.png

我設定了跟..原來既有網段相同
https://ithelp.ithome.com.tw/upload/images/20181013/200254818owSqyjTZ2.png

設定存取共用名稱以及指定的空間量...我又很故意的設定小於TB看看果然最小就是1TB(旁邊都有預估金額非常貼心)
https://ithelp.ithome.com.tw/upload/images/20181013/20025481jmq7ptPvCM.png

設定好了就按下建立
https://ithelp.ithome.com.tw/upload/images/20181013/20025481P34TasYurJ.png

補充一下我設定是標準但如果是進階的預估IOPS顯示(差距極高...不過費用單價相對就還好)
https://ithelp.ithome.com.tw/upload/images/20181013/2002548169LalC9M3X.png

果然不詳的預感....IP不能用既有的,要改用其他沒用過的網段
https://ithelp.ithome.com.tw/upload/images/20181013/200254815qgTnFdHHf.png

改成172.16.10.x/29再試試
https://ithelp.ithome.com.tw/upload/images/20181013/20025481iqF1kBkKIL.png

有了已經開始建立
https://ithelp.ithome.com.tw/upload/images/20181013/20025481FACrVS6X3x.png

花了幾分鐘的等待時間建立好了
https://ithelp.ithome.com.tw/upload/images/20181013/200254810m04mcxVKu.png

在回顧一下之前讓彼此不同網路做Peering打通吧!
https://ithelp.ithome.com.tw/upload/images/20181013/20025481wKLJJSVdhN.png

沒錯!我想試試除了原本允許的網段外是否能透過Peering與fileStore互通
https://ithelp.ithome.com.tw/upload/images/20181013/20025481UW1wW7jroO.png

不過這FileStore並非走CIFS而是NFS,故Windows環境要安裝NFS Client服務(Win2016)
https://ithelp.ithome.com.tw/upload/images/20181013/20025481jVAKjFeZwu.png

這是Win2008R2的NFS client服務安裝
https://ithelp.ithome.com.tw/upload/images/20181013/20025481lM3C8E62tB.png

先從2008R2開始確認一下mountshare是否有此檔案共用,沒錯就是它!
https://ithelp.ithome.com.tw/upload/images/20181013/20025481lwnFLZvIKV.png

用windows指令格式掛載看起來是成功
https://ithelp.ithome.com.tw/upload/images/20181013/20025481GwarJ77lsx.png

用GUI來試試(不要設定驗證)
https://ithelp.ithome.com.tw/upload/images/20181013/200254814qfhW1gZof.png

一樣也行..已經看到掛載
https://ithelp.ithome.com.tw/upload/images/20181013/200254819dA43ZM8Oe.png

回到Win2016試試,還真的不行..並無法透過Peering來存取互通...RDP只是證明這真的兩邊是打通的狀態
https://ithelp.ithome.com.tw/upload/images/20181013/20025481ZiMpLJd9Dt.png

回頭剛剛Windows 2008R2嘗試丟個檔案進去..慘案出現...竟然沒有權限可以寫入
https://ithelp.ithome.com.tw/upload/images/20181013/20025481ZpwgHYyVbP.png

看一下原生的chmod...擁有者是有權限可以寫入的阿@@
https://ithelp.ithome.com.tw/upload/images/20181013/200254811xzVYnPtO7.png

嘗試依照此Access Deny狀況新增Dword機碼後重開一樣不行
https://ithelp.ithome.com.tw/upload/images/20181013/20025481fYGrJweIhf.png

不信邪立馬安裝一台Linux出來並登入進去..與FileStore網路相同
https://ithelp.ithome.com.tw/upload/images/20181013/200254812tHBcsGaCE.png

不過一樣也是要安裝NFS Client服務
記得安裝要切換至root權限....sudo su - (這樣就直接切過去不用問密碼)
sudo apt-get update
https://ithelp.ithome.com.tw/upload/images/20181013/20025481PcxduO05rv.png

安裝一堆更新進行中
https://ithelp.ithome.com.tw/upload/images/20181013/20025481bPBRxjQuZG.png

sudo apt-get install nfs-common
https://ithelp.ithome.com.tw/upload/images/20181013/20025481OXEJkf51Ve.png

安裝NFS進行中(Client)
https://ithelp.ithome.com.tw/upload/images/20181013/20025481sUdsg21lto.png

服務安裝完成啦!
https://ithelp.ithome.com.tw/upload/images/20181013/20025481NfO4dAi2ex.png

sudo mkdir -p /nfs/home
sudo mount 172.16.10.2:/fileshare /nfs/home (當filestore建立好就有此字串直接複製)
https://ithelp.ithome.com.tw/upload/images/20181013/20025481xYfdKUVTQX.png

df-h看整個的掛載空間的確已經有掛起來了
https://ithelp.ithome.com.tw/upload/images/20181013/200254819ao1qaSrG8.png

在此itb fileStore建立一個txt檔案OK..看起來這樣是可以寫入的
https://ithelp.ithome.com.tw/upload/images/20181013/20025481f0Fhna9DPl.png

最後我還是不死心...想確認Window新舊版本是否支援上有差異,我在建立了一組filestore但網路走10.140.x.x跟Windows 2016相同
https://ithelp.ithome.com.tw/upload/images/20181013/20025481je7x5aHiV0.png

建立完第二組檔案共用服務
https://ithelp.ithome.com.tw/upload/images/20181013/20025481YwDw45NKly.png

一樣方式做掛載成功
https://ithelp.ithome.com.tw/upload/images/20181013/20025481cn1zEPF5kH.png

GG還是不行...
https://ithelp.ithome.com.tw/upload/images/20181013/200254819v3jI67gUt.png

我看過這fileStore都沒有權限可以設置....也沒法透過SSH登入來變更權限@@..目前看來只有對Linux友善而已

先這樣!!小弟就告一段落...明天再會


上一篇
GCP 常用的 GCS 空間知多少?
下一篇
GCP 之 Cloud SQL 一窺究竟
系列文
谷哥 Google Cloud Platform 勇者的試煉30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言