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

正文內(nèi)容

lunix_oracle11gr2+asm_安裝手冊(cè)-文庫吧

2024-10-14 20:18 本頁面


【正文】 hard nofile 65536 調(diào)整 tmpfs后 oracle才能突破 調(diào)整 /dev/shm的大小 1)查看大小 df h /dev/shm 2)修改大小 vi /etc/fstab tmpfs /dev/shm tmpfs defaults,size=4096M 0 0 3)重新掛載 umount /dev/shm mount /dev/shm 4)查看修改后的大小 df h /dev/shm vi /etc/: session required 編輯 vi /etc/profile ,添加如下行: if [ $USER = oracle ] || [ $USER = grid ]。 then if [ $SHELL = /bin/ksh ]。 then ulimit p 16384 ulimit n 65536 else ulimit u 16384 n 65536 fi umask 022 fi /etc/ vi /etc/ = 2097152 所有內(nèi)存大小頁 ,表示系統(tǒng)一次可以使用的共享內(nèi)存總量(以頁為單位)。 2097152*4k/頁 /1024/1024=8G,所以 sga無法跨越 8G,除非修改這個(gè)值變大,如果內(nèi)存為 16g,則 :16GB/4KB=16777216KB/4KB=4194304,即 = 4194304 才符合要求 = 2147483648 最大共享內(nèi)存 ,該參數(shù)定義了共享內(nèi)存段的最大尺寸 (以字節(jié)為單位 ),建議是內(nèi)存的 1/2,例如物理內(nèi)存是 1G,則為512*1024*1024=536870912。最好直接設(shè)置為內(nèi)存一樣大 ,例如物理內(nèi)存是 1G:1024*1024*1024=1073741824 = 4096 最小共享內(nèi)存 ,設(shè)置系統(tǒng)范圍內(nèi)共享內(nèi)存段的最大數(shù)量 ,該參 數(shù)的默認(rèn)值是 4096,通常不需要更改。 = 250 32020 100 128 SEMMSL(每個(gè)用戶擁有信號(hào)量最大數(shù) ),SEMMNS(系統(tǒng)信號(hào)量最大數(shù) ),SEMOPM(每次 semopm系統(tǒng)調(diào)用操作數(shù) ),SEMMNI(系統(tǒng)辛苦量集數(shù)最大數(shù) ) = 9000 65500 分別定義了用作 TCP和 UDP本地端口的端口范圍。第一個(gè)參數(shù)是第一個(gè)端口號(hào) ,第二個(gè)參數(shù)是最后一個(gè)本地端口號(hào)。對(duì)于使用率很高的系統(tǒng),可以修改為: 32768到 61000。 =4194304 默認(rèn)的接收窗口大小 =8388608 設(shè)置最大系統(tǒng)接收緩存 8MB =262144 默認(rèn)的發(fā)送窗口大小 =8388608 設(shè)置最大系統(tǒng)發(fā)送緩存 8MB = 6815744 在 linux系統(tǒng)中可以打開的文件數(shù)量 ,每 4M內(nèi)存對(duì)應(yīng)256,例如 :內(nèi)存為 128M的機(jī)器 ,該 值可以設(shè)為 8192(128/4=32 32*256=8192)。文件服務(wù)器或 WEB服務(wù)器需要打開的文件數(shù)目就大 =1048576 是 3到 4倍 ,例如 :內(nèi)存為 128M的機(jī)器 ,該值可以設(shè)為 32768(8192*4=32768)。 = 1 加強(qiáng)抗 SYN Flood能力 執(zhí)行 sysctl –p命令,使設(shè)置生效。 六.安裝 asmlib包: 去l 下載 asmlib相關(guān)的三個(gè)包,并上傳到服務(wù)器上: 注:第一個(gè)包一定要和操作系統(tǒng)內(nèi)核的版本相對(duì)應(yīng) 用 uname –r查看內(nèi)核版本: [root@rhel54 test] uname r asmlib包 rpm Uvh oracleasm*.rpm 注意:更新了系統(tǒng)內(nèi)核,需要重新啟動(dòng)計(jì)算機(jī) ,重新啟動(dòng)后運(yùn)行:/etc/ 安裝完 asmlib包之后,執(zhí)行如下命令: /usr/sbin/oracleasm configure i 輸入用戶 grid,輸入用戶組 asmadmin 執(zhí)行 /usr/sbin/oracleasm init 命令 asm磁盤 ,我創(chuàng)建了兩個(gè) asm磁盤。 fdisk /dev/sdb Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel Building a new DOS disklabel. Changes will remain in memory only, until you decide to write them. After that, of course, the previous content won39。t be recoverable. The number of cylinders for this disk is set to 1305. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (., old versions of LILO) 2) booting and partitioning software from other OSs (., DOS FDISK, OS/2 FDISK) Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite) Command (m for help): n Command action e extended p primary partition (14) p Partition number (14): 1 (注意可能不是從 1開始 ) First cylinder (11305, default 1): Using default value 1 Last cylinder or +size or +sizeM or +sizeK (11305, default 1305): Using default value 1305 Command (m for help): w The partition table has been altered! Calling ioctl() to reread partition table. Syncing disks. 操
點(diǎn)擊復(fù)制文檔內(nèi)容
試題試卷相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1