2015年4月30日 星期四

轉帖-安裝Notes 9.0.1 FP3時提示版本不匹配

在运行901FP3安装程序时,先解压到指定路径,如:C:\901FP3
然后修改deploy\hotfix\fix.ini中的ForVersion参数,
将初始值=20131022.0932
改为 =20131015.0605
保存并关闭。

再运行c:\901FP3\setup.exe 即可顺利安装。 

轉自安装Notes 9.0.1 FP3时提示版本不匹配




可以解決IBM Notes 9.0.1 java 處理上的一些問題

Edit your jvm.properties file
Open the {Notes}/framework/rcp/deploy/jvm.properties file in a text editor and add the following lines:
 
vmarg.Djmxremoteport=-Dcom.sun.management.jmxremote.port=8123
vmarg.Djmxremotessl=-Dcom.sun.management.jmxremote.ssl=false
vmarg.Djmxremoteauth=-Dcom.sun.management.jmxremote.authenticate=false
 
The first line tells the Notes client JVM to listen on port 8123 for JMX clients like JConsole (feel free to use a different port if you’d like). 
 
The second line tells it not to use SSL for the connection (which it would do by default).
 
 And the third line tells it not to require a username and password for the connection.
 
 

2015年4月13日 星期一

Full Text Index on separate Drive

Since 8.5.3 (available as of today) we have the option to put the Full Text Index on another drive. We have asked about it many times for many years and finally got this functionality.
The notes.ini parameter e.g. FTBasePath=d:\full_text can be used to switch the starting directory for the full text index from data directory to a different directory or drive.

It makes a lot of sense to separate the FT Index from the NSF data in larger environments.
There are a couple of reasons

- FT Index causes a lot of file-system fragmentation
- At some point even with DAOS on larger environments the file-system for NSF data can be quite big and separating FT and NSF would make sense.
- When using snap-shot backup reducing the size of the file-system containing NSF would make a lot of sense
- From I/O point of view on larger servers with a lot of FT data this can also improve performance

This setting does only make sense for larger environments

To migrate your FT index to a separate drive you need the following steps:

- Set the notes.ini FTBasePath=d:\full_text
- Run updall -f to rebuild all FT indexes.

This will automatically delete the old FT index and re-create it on the new drive.


轉載自:http://blog.nashcom.de/nashcomblog.nsf/dx/full-text-index-on-separate-drive.htm?opendocument&comments