sota程式所需空間及環境(章節:4.1-4.2)

來源:互聯網
上載者:User

4 系統安裝4.1 空間準備

Sota所需要的空間:sota程式大小加上記錄檔的大小,推薦至少60M以上磁碟空間。

sotaData所需的空間:按照作業量分配大小,為作業INIT資料加上日誌增量,如:每天產生資料200M,運行一年,則磁碟大小至少200*365M 

4.2 環境準備

 

4.2.1 檢查源庫和備庫的TNS資訊

1.找到存放tnsnames.ora的路徑

****/network/admin/tnsnames.ora

2.編輯更改tnsnames.ora檔案

EBS =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.8.88)(PORT = 10010))

<!----描述配置用戶端資訊,PROTOCOL是協議,HOST主機IP地址,PORT連接埠號碼—oracle 預設1521,EBS系統server端設定的是10010,連接埠號碼必須與服務端設定相同------->

<!----用戶端名由使用者自訂命名----->

(CONNECT_DATA =

(SERVER = DEDICATED)         <!----串連模式:DEDICATED專用伺服器串連,shared共用伺服器串連---->

(SERVICE_NAME = PORCLI)   <!---服務端資料庫名字-----必須是安裝資料庫起的名字一致>

)

)

 

 


4.2.2 檢查到源庫和備庫的網路是否聯通

開啟終端,利用ping+IP地址,查看網路是否連通。例如,“ping 192.168.8.8 ”,返回結果:


PING 192.168.8.8 (192.168.8.8) 56(84) bytes of data. 

64 bytes from 192.168.8.8: icmp_req=1 ttl=64 time=44.9 ms 

64 bytes from 192.168.8.8: icmp_req=2 ttl=64 time=44.9 ms 

64 bytes from 192.168.8.8: icmp_req=3 ttl=64 time=43.0 ms

則連通,否則未連通。


 

4.2.3 檢查SQLPLUS程式是否存在

     查看是否有sqlplus,並且能串連資料庫。用“which sqlplus”命令顯示:

/.../sqlplus ,則有sqlplus。

4.2.4 檢測源庫和備庫是否可以串連

然後用“tnsping  odb10g ”或者“sqlplus  scott/tiger@odb10g”得到結果: 

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Mar 21 17:03:04 2013 

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Connected to: 

Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production 

With the Partitioning, OLAP and Data Mining options  

則連上資料庫,反之,則沒連上。

4.2.5 檢查SOTA需要的SSL共用庫

     在終端中輸入“locate libcrypt | grep crypt.so”查看ssl庫是否在。

例如,”locate libcrypt | grep crypt.so”,返回結果: 

/home/buddi/ora10g_l/lib/stubs/libcrypt.so 

/home/buddi/ora10g_l/lib/stubs/libcrypt.so.1 

/lib/i386-linux-gnu/libcrypt.so.1 

/usr/lib/i386-linux-gnu/libcrypt.so 

 

則存在,反之則不存在。

4.2.6 檢查是否有dmidecode檔案

查看是否有dmidecode.用“whereis  dmidecode”查看返回結果dmidecode: /usr/sbin/dmidecode/usr/share/man/man8/dmidecode.8.gz.則有該檔案,反之,則無。

 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.