Skip to Content

sunchiahome 的部落格

PCI-SIG I/O Virtualization (IOV)

上星期去參加了 Intel 的 Cloud Data Center Design Seminar,在 Q&A 時間有人提出為什麼 Intel 採用了 Single Root IOV 而不採用 Multi-Root IOV.咦!!!這是什麼先來看看 PCI SIG 官方網站的說明.
http://www.pcisig.com/specifications/iov/

I/O Virtualization
PCI-SIG I/O Virtualization (IOV) Specifications, in conjunction with system virtualization technologies, allow multiple operating systems running simultaneously within a single computer to natively share PCI Express® devices. These specifications are grouped into three areas:

  • Address Translation Services (ATS): this specification provides a set of transactions for PCI Express components to exchange and use translated addresses in support of native I/O Virtualization.

RHEL 4 hugemem Kernel

同事在安裝 RHEL4 i386 (32 bits) 的時候發現,雖然系統上有 24G 的記憶體但是預設安裝的核心卻不是 hugemem 的核心. RHEL4 預設安裝的是 smp 的核心,上 Redhat 官方網站查詢, RHEL 4 的 smp 核心最多只支援到 16G 的記憶體. 所以我們必須在安裝完 RHEL4 後在手動安裝上光碟目錄中的 /RedHat/RPMS/kernel-hugemem ,但慘的是 我們系統上的 RAID 不被 RHEL4 所支援,所以在安裝時就預先使用了 RAID 廠商所提供的 Driver disk , 但卻造成 hugemem 的核心開機 panic 的結果. 最後用了 source RPM 更新了系統最後才解決這問題.

不過讓我一直不解的是,長久以來我一直以為再安裝 RHEL 時系統會自動偵測記憶體大小來決定核心. 在 redhat 的官方網站上提到記憶體大小的支援,下次安裝 RHEL 時可以做為參考.
http://www.redhat.com/rhel/compare/

RHEL-4 kernels:

  • i686 - no PAE, no hugemem patches, can address up to 4GB memory
  • i686-smp - PAE, no hugemem patches, can reliably run with around 16GB

lsattr & getfattr

昨天遇到了一個檔案問題當我使用 rm 某檔案時系統卻告訴我 "Operation not permitted" ,什麼叫做 not permitted 我使用的是 root 的權限登入還有檔案會無法刪除,想說會不會是用了 ext2(3) 磁區檔案特殊屬性 http://benjr.tw/?q=node/52 ,所以導致檔案無法刪除.
不過我記錯指令了要看 ext2(3) 磁區檔案特殊屬性使用的是 # lsattr filename 以及 # chattr +/-attribute [option] filename 我卻把它記成 SELinux 的  # getfattr 指令.

[root@benjr ~]# rm anaconda-ks.cfg
rm: remove write-protected regular file `anaconda-ks.cfg'? y

TP 特別推出 VMware 虛擬化架構基礎概論 ”免費課程”

Training Partner VMware 虛擬化架構基礎概論(VMware vSphere Overview Networks Overview) 免費課程

  • 2010/08/13
  • 2010/09/20
  • 2010/10/15
  • 2010/11/19

http://www.training-partners.com.tw/edm/overview/register.html

benjr.tw - 回應

不知道是不是之前更新模組後造成非登入使用者無法使用 "回應" 這功能.當初為了避免廣告信所以非登入會員需要輸入認證字串才能進行留言,這個功能需要使用 CAPTCHA 這模組,不過在更新後其設定值部分不見了,所以非登入會員的認證字串出不來,難怪最近都沒有任何留言,目前已經做修正非登入會員一樣可以留言.

不過管理員和其他登入的會員一開始都是不受影響的.這邊還修改了一下 CAPTCHA 的內容.
http://benjr.tw/?q=node/420

RSS feed