freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

在ibm集成虛擬化管理器上進(jìn)行l(wèi)inux分區(qū)的dlpar操-資料下載頁

2025-04-17 08:30本頁面
  

【正文】 ,與 LMB 大小相同。這樣在 DLPAR 前,內(nèi)存的大小為 128MB * 1 + 32MB * 28 = 1GB。在 DLPAR 后,設(shè)備樹中增加了一個(gè)大小為 32MB 的內(nèi)存區(qū)域 memory@4e000000,顯然,這符合我們的預(yù)期?!癿emory@0”用于系統(tǒng)啟動(dòng)過程中的實(shí)模式,通常由若干個(gè)連續(xù)的 LMB 組成(見參考資料5《Logical Partitions on IBM PowerPC》),因此該區(qū)域通常大于其它內(nèi)存區(qū)域。注意:不同的固件版本可能以不同方式組織設(shè)備樹,因此在其它環(huán)境下 Linux 所導(dǎo)出的 open firmware 設(shè)備樹可能與讀者在本文中見到的不一樣。 sysfs 文件系統(tǒng):sysfs 也記錄了一些跟內(nèi)存相關(guān)的信息,在 SLES10 SP2 中,這些信息存放在目錄 /sys/devices/system/memory/ 下(其它 Linux 版本可能用不同的方式記錄內(nèi)存信息,用戶可以針對(duì)具體的版本在 /sys/ 目錄下搜索與內(nèi)存相關(guān)的文件)。該目錄下有若干以“memory”為開頭的子目錄名稱,每個(gè)子目錄也代表了一個(gè)特定的內(nèi)存區(qū)域。與上述 open firmware 設(shè)備樹所描述的內(nèi)存區(qū)域不同,這里的區(qū)域是 Linux 對(duì)內(nèi)存的邏輯劃分。每個(gè)內(nèi)存區(qū)域大小相等,文件 block_size_bytes 存儲(chǔ)了該大小的值。在 uli13lp2 上該值是 16MB,因此 DLPAR 前內(nèi)存的大小為 16MB * 64 = 1GB;DLPAR 后增加的 memory64 和 memory65 表明內(nèi)存增量為 32MB,也就是說上述內(nèi)存 DLPAR 是成功的。 清單 5:內(nèi)存 DLPAR 前查看 proc 文件系統(tǒng)中的 lparcfg 文件:uli13lp2:~ cat /proc/ppc64/lparcfg | grep DesMemDesMem=1024查看 proc 文件系統(tǒng)中的 meminfo 文件或用 free 命令:uli13lp2:~ cat /proc/meminfo | grep MemTotalMemTotal: 1011732 kBuli13lp2:~ free k total used free shared buffers cachedMem: 1011732 248672 763060 0 43556 144660/+ buffers/cache: 60456 951276Swap: 0 0 0查看 proc 文件系統(tǒng)中的 open firmware 設(shè)備樹:uli13lp2:~ ls /proc/devicetree/addresscells ibm,drctypes ibm,migratablepartitionmemory@0 memory@28000000 memory@a000000aliases ibm,eehdefault ibm,modelclass memory@10000000 memory@2a000000 memory@c000000chosen ibm,enableci64capable ibm,partitionname memory@12000000 memory@2c000000 memory@e000000clockfrequency ibm,extendedaddress ibm,partitionno memory@14000000 memory@2e000000 modelpatible ibm,extendedclockfrequency ibm,partitionperformanceparameterslevelmemory@16000000 memory@30000000 namecpus ibm,faultbehavior ibm,pcifullcfg memory@18000000 memory@32000000 openpromdevice_type ibm,fru9006deactivate ibm,phandle memory@1a000000 memory@34000000 optionseventsources ibm,fwbytesperbootdevice ibm,platformhardwarenotificationmemory@1c000000 memory@36000000 packagesibm,aixdiagnostics ibm,fwnetpatibility ibm,platresintpriorities memory@1e000000 memory@38000000 rtasibm,convergedloccodes ibm,fwnetversion ibm,preconfigureusbkvm memory@20000000 memory@3a000000 sizecellsibm,drcindexes ibm,lparcapable ibm,serial memory@22000000 memory@3c000000 systemidibm,drcnames ibm,maxbootdevices interruptcontroller@0 memory@24000000 memory@3e000000 vdeviceibm,drcpowerdomains ibm,maxviosfunctionlevel linux,phandle memory@26000000 memory@8000000uli13lp2:~ ls /proc/devicetree/memory@0addresscells available device_type ibm,associativity ibm,phandle linux,phandle name reg sizecellsuli13lp2:~ xxd /proc/devicetree/memory@0/reg0000000: 0000 0000 0000 0000 0000 0000 0800 0000 ................uli13lp2:~ ls /proc/devicetree/memory@8000000device_type ibm,associativity ibm,mydrcindex ibm,phandle linux,phandle name reguli13lp2:~ xxd /proc/devicetree/memory@8000000/reg0000000: 0000 0000 0800 0000 0000 0000 0200 0000 ................查看 sysfs 文件系統(tǒng):uli13lp2:~ ls /sys/devices/system/memory/block_size_bytes memory17 memory26 memory35 memory44 memory53 memory62memory0 memory18 memory27 memory36 memory45 memory54 memory63memory1 memory19 memory28 memory37 memory46 memory55 memory7memory10 memory2 memory29 memory38 memory47 memory56 memory8memory11 memory20 memory3 memory39 memory48 memory57 memory9memory12 memory21 memory30 memory4 memory49 memory58 probememory13 memory22 memory31 memory40 memory5 memory59memory14 memory23 memory32 memory41 memory50 memory6memory15 memory24 memory33 memory42 memory51 memory60memory16 memory25 memory34 memory43 memory52 memory61uli13lp2:~ cat /sys/devices/system/memory/block_size_bytes1000000清單 6:內(nèi)存 DLPAR 后查看 proc 文件系統(tǒng)中的 lparcfg 文件:uli13lp2:~ cat /proc/ppc64/lparcfg | grep DesMemDesMem=1056查看 proc 文件系統(tǒng)中的 meminfo 文件或用 free 命令:uli13lp2:~ cat /proc/meminfo | grep MemTotalMemTotal: 1044500 kBuli13lp2:~ free k total used free shared buffers cachedMem: 1044500 276140 768360 0 43560 144656/+ buffers/cache: 60692 983808Swap: 0 0 0查看 proc 文件系統(tǒng)中的 open firmware 設(shè)備樹:uli13lp2:~ ls /proc/devicetree/addresscells ibm,drctypes ibm,migratablepartitionmemory@0 memory@28000000 memory@8000000aliases ibm,eehdefault ibm,modelclass memory@10000000 memory@2a000000 memory@a000000chosen ibm,enableci64capable ibm,partitionname memory@12000000 memory@2c000000 memory@c000000clockfrequency ibm,extendedaddress ibm,partitionno memory@14000000 memory@2e000000 memory@e000000patible ibm,extendedclockfrequency ibm,partitionperformanceparameterslevelmemory@16000000 memory@30000000 modelcpus ibm,faultbehavior ibm,pcifullcfg memory@18000000 memory@32000000 namedevice_type ibm,fru9006deactivate ibm,phandle memory@1a000000 memory@34000000 openpromeventsources ibm,fwbytesperbootdevice ibm,platformhardwarenotification memory@1c000000 memory@36000000 optionsibm,aixdiagnostics ibm,fwnetpatibility ibm,platresintpri
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1