Procedure to mount remote windows partition (NAS share)

1) Make sure you have following information:
==> Windows username and password to access share name
==> Sharename (such as //server/share) or IP address
==> root level access on Linux

2) Login to Linux as a root user (or use su command)

3) Create the required mount point:
# mkdir -p /mnt/ntserver
4) Use the mount command as follows:
# mount -t cifs //ntserver/download -o username=vivek,password=myPassword /mnt/ntserver

Use following command if you are using Old version such as RHEL <=4 or Debian <= 3:


史特林 發表在 痞客邦 留言(0) 人氣()

1. modify /etc/security/limits.con

add the following record

*   soft   noproc   11000

*   hard   noproc   11000

*   soft   nofile   4100

*   hard   nofile   4100

then restart sshd service

/etc/init.d/sshd restart

2. apply package libaio-devel-0.3.106


史特林 發表在 痞客邦 留言(0) 人氣()

Solution

1. A complete re-installation (including Weblogic Server and all FMW components installed) should be done since the WebLogic Server was not installed using the right arguments.

2. Once re-installation is completed check if the value of JAVA_USE_64BIT is now 'true'.

3. Run the 'opatch' command again


Important:
The following workaround could be used just for testing purposes but it must be known that any manual change to commEnv.sh script is not supported or certified.

史特林 發表在 痞客邦 留言(0) 人氣()


1. fat client: delete 6 files (dddict.ddb、dddict.xdb、ddtext.ddb、ddtext.xdb、glbltbl.ddb、glbltbl.xdb) in \DV900\SPEC for 3 environment
2. clear all web cache
3. enterprise server: delete 6 files (dddict.ddb、dddict.xdb、ddtext.ddb、ddtext.xdb、glbltbl.ddb、glbltbl.xdb) in \DV900\SPEC for 3 environment
4. truncate table F989998, F989999


文章標籤

史特林 發表在 痞客邦 留言(0) 人氣()

 

Redhat 5.6 安裝 oracle client 11gR2 時出現以下錯誤訊息:

[INS-20802] Oracle Net Configuration Assistant failed

 Cause-The plug-in failed in its perform method

 查看log file,信息如下:

 INFO: Oracle Net Services Configuration:

INFO: #

INFO: # An unexpected error has been detected by HotSpot Virtual Machine:

INFO: #

INFO: #  SIGSEGV (0xb) at pc=0xa446a45c, pid=9476, tid=3084384464

史特林 發表在 痞客邦 留言(0) 人氣()

ORA-00257: archiver error. Connect internal only, until freed (這問題是日誌檔滿了)

Solution:

SQL> select * from V$FLASH_RECOVERY_AREA_USAGE;

FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
------------ ------------------ ------------------------- ---------------
CONTROLFILE                   0                         0               0
ONLINELOG                     0                         0               0

史特林 發表在 痞客邦 留言(0) 人氣()

修改 /etc/sysconfig/i18n 文件,如
LANG="en_US.UTF-8",xwindow 會顯示英文界面,
LANG="zh_TW.UTF-8",xwindow 會顯示中文界面。


还有一种方法 cp /etc/sysconfig/i18n $HOME/.i18n
修改 $HOME/.i18n 文件,如
LANG="en_US.UTF-8",xwindow 會顯示英文界面,
LANG="zh_TW.UTF-8",xwindow 會顯示中文界面。
這樣就可以改變個人的界面語言, 而不影響到別的帳號

史特林 發表在 痞客邦 留言(0) 人氣()

1. 檢查作業系統是否存在IO的問題?使用的工具有sar,這是一個比較通用的工具。(加上-u參數為看CPU狀態,,每3秒更新一次,,共顯示5)

sar.jpg 

%
usr指的是用戶process使用的CPU資源的百分比
%
system指的是系統process使用CPU資源的百分比
%
iowait指的是等待I/O完成的百分比,這是值得我們觀注 的一項
%
idle即閒置的百分比。如果%wio列的值很大,如在30以上,說明你的系統的I/O存在瓶頸,你的CPU花費了很大的時間去等待I/O的完成。 %idle很小說明系統CPU很忙。

 
當你的系統存在IO的問題,可以從以下幾個方面解決

史特林 發表在 痞客邦 留言(0) 人氣()

1、切換伺服器歸檔模式,如果已經是歸檔模式可跳過此步:
sqlplus /nolog (啟動sqlplus)
SQL> conn / as sysdba (以DBA身份連接資料庫)
SQL> shutdown immediate; (立即關閉資料庫)
SQL> startup mount (啟動實例並載入資料庫,但不打開)
SQL> alter database archivelog; (更改資料庫為歸檔模式)
SQL> alter database open; (打開資料庫)
SQL> alter system archive log start; (啟用自動歸檔)
SQL> exit (退出)
2、連接:

史特林 發表在 痞客邦 留言(0) 人氣()

以下資訊來自http://www.ivan.com.tw/forum_detail.asp?fid=33&page=3&scate=&scate2=1

1. 檢視主機硬碟空間是否足夠(視您的OS為何,範例為Linux) 

#df –h

 df.jpg  

2. 檢視Oracle Alert Log檔案

開啟$ORACLE_BASE/admin/<SID>/adump/alert_<SID>.log檔案,檢視有無異常之ORA-訊息

 adump.jpg  

3. 檢查備份,如果你是利用rman備份,那請先登入rman之後用

RMAN>list backup

如果是用OS指令進行備份,那請自行檢查OS備份位置

史特林 發表在 痞客邦 留言(0) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼