2013年1月23日 星期三
安裝 oracle 11.2.0.3 找不到 WFMLRSVCApp.ear
因只解壓 p10404530_112030_Linux-x86-64_1of7.zip
不會自動解壓 p10404530_112030_Linux-x86-64_2of7.zip
在 ./database的空間佔 2,639,787,887 bytes
Linux 作業系統(OS)版本
[root@ebao352 ~]# uname -a Linux ebao352 2.6.18-339.el5 #1 SMP Mon Aug 27 15:42:17 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux [root@ebao352 ~]# cat /etc/issue Red Hat Enterprise Linux Server release 5.9 Beta (Tikanga) Kernel \r on an \m [root@ebao352 ~]#
2013年1月16日 星期三
git 中文檔名問題
git config --global core.quotepath falseWarning: Your console font probably doesn't support Unicode. If you experience strange characters in the output, consider switching to a TrueType font such as Lucida Console!
git config --global core.autocrlf true命令行中不能输入中文:修改 /etc/inputrc:
set output-meta on set convert-meta off
2013年1月8日 星期二
Oracle RAC
Oracle Clusterware Network
Interconnect網卡注意事項
透過 OS init daemon
1 server 只能在一個 server pool
- 至少要二張網卡
- intra網段與 inter網段要分開(
Interconnect網卡注意事項
- 愈快愈好
- NIC網卡要求命名要一致(否則可能會安裝失敗)
- florcontrol: receive=on, transmit=off
- 要支援 802.3ad
- MTU要一致
- UDP socket buffer
- Jumbo frame:不是IEEE標準協定, 可能不同的網卡設定方式不同,主要是用在 NAS/iSCSI storage.
透過 OS init daemon
- /etc/init.d/init.ohasd
- ohasd.bin(啟動 ora root agent, cssd agent, ora agent)
- /etc/inittab to restart ohasd
1 server 只能在一個 server pool
2013年1月7日 星期一
EA SVN設定
svn checkout/ C:\Program Files (x86)\WANdisco\Subversion>svn checkout svn://localhost:701/EA d :\svn\ea Checked out revision 4. C:\Program Files (x86)\WANdisco\Subversion>
2013年1月6日 星期日
SVN
svnadmin create --fs-type fsfs "c:\Users\well\Documents\My Dropbox\svn\701" svnserve.exe --listen-port 701 --listen-host localhost -d -r "c:\Users\well\Documents\My Dropbox\svn\701" svn://localhost:701/ 另一種啟動方式 svnserve.exe --service --listen-port 80 --listen-host 10.144.82.147 -r D:\repositories\repos1\" displayname= "SVN Service" depend=Tcpip start= autoc:\Users\well\Documents\My Dropbox\svn\701\conf\svnserve.conf
anon-access = none auth-access = write password-db = passwdc:\Users\well\Documents\My Dropbox\svn\701\conf\passwd
[users] admin=adminpwd
訂閱:
意見 (Atom)