Saturday, January 14, 2012

Sametime 8.5.3 backward compatible setting

sametime.ini on 8.5.3 server

VP_SECURITY_LEVEL=0

sametime.ini on older server
VPS_PREFERRED_LOGIN_TYPES=130D,130C,130B,130A,1308,1306,1304,143B,143A,1439,1438,1437,1436,1435,1434,1433,1432,1431,1430,14AD,14AB,14A3,14A2,14A1,14A0

Monday, January 9, 2012

Chrome For Roaming Profile Users

Install your business version of chrome first as which it will be installed in Program File not AppData

http://www.google.com/apps/intl/en/business/chromebrowser.html

Below Registry file will change the default data path as this. You change change it if necessary by yourself after importing.

"C:\Program Files\Google\Chrome\Application\chrome.exe" --user-data-dir="%AppData%\Google\Chrome\User Data"


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
  00,46,00,69,00,6c,00,65,00,73,00,5c,00,47,00,6f,00,6f,00,67,00,6c,00,65,00,\
  5c,00,43,00,68,00,72,00,6f,00,6d,00,65,00,5c,00,41,00,70,00,70,00,6c,00,69,\
  00,63,00,61,00,74,00,69,00,6f,00,6e,00,5c,00,63,00,68,00,72,00,6f,00,6d,00,\
  65,00,2e,00,65,00,78,00,65,00,22,00,20,00,2d,00,2d,00,75,00,73,00,65,00,72,\
  00,2d,00,64,00,61,00,74,00,61,00,2d,00,64,00,69,00,72,00,3d,00,22,00,25,00,\
  41,00,70,00,70,00,44,00,61,00,74,00,61,00,25,00,5c,00,47,00,6f,00,6f,00,67,\
  00,6c,00,65,00,5c,00,43,00,68,00,72,00,6f,00,6d,00,65,00,5c,00,55,00,73,00,\
  65,00,72,00,20,00,44,00,61,00,74,00,61,00,22,00,20,00,22,00,25,00,31,00,22,\
  00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome\shell\open\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
  00,46,00,69,00,6c,00,65,00,73,00,5c,00,47,00,6f,00,6f,00,67,00,6c,00,65,00,\
  5c,00,43,00,68,00,72,00,6f,00,6d,00,65,00,5c,00,41,00,70,00,70,00,6c,00,69,\
  00,63,00,61,00,74,00,69,00,6f,00,6e,00,5c,00,63,00,68,00,72,00,6f,00,6d,00,\
  65,00,2e,00,65,00,78,00,65,00,22,00,20,00,2d,00,2d,00,75,00,73,00,65,00,72,\
  00,2d,00,64,00,61,00,74,00,61,00,2d,00,64,00,69,00,72,00,3d,00,22,00,25,00,\
  41,00,70,00,70,00,44,00,61,00,74,00,61,00,25,00,5c,00,47,00,6f,00,6f,00,67,\
  00,6c,00,65,00,5c,00,43,00,68,00,72,00,6f,00,6d,00,65,00,5c,00,55,00,73,00,\
  65,00,72,00,20,00,44,00,61,00,74,00,61,00,22,00,20,00,22,00,25,00,31,00,22,\
  00,00,00

Tuesday, January 3, 2012

Copied from  http://djmitsch.com/SupportRef.nsf/b49d69a888845c8085256d220011d77b/ff57e5952af1ebda8525753e005a5b85!OpenDocument

Domino 8 Pre & Post Upgrade Tasks When Upgrading from 6.5 and 7.x
Mindwatering Incorporated
Tripp W Black on 01/14/2009 at 11:26 AM


Category: Domino Upgrades / Installations
Software Upgrade
Before Upgrading:
http://www-01.ibm.com/support/docview.wss?rs=475&uid=swg21303385
Run fixup, updall, and compact to verify applications' integrity.
Fixup -f -j -v -l
or
nfixup -f -j -v -l (MS Windows)

NOTE:
-f Exhaustive fixup, all documents are checked.
-j Include transaction logged databases. Without this option, fixup does not check logged databases.
-v Exclude database views (faster) for all views that will be rebuilt by updall later, no need to check view at this moment.
-l Log all processed databases (optional).

Updall -R -X
or
nupdall -R -X (MS Windows)

NOTE:
-R (Completely rebuilds the view indexes)
-X (Completely rebuilds the full text index, if the index exist)

Compact -c -i
or
ncompact -c -i (MS Windows)

NOTE:
-c Use copy-style compaction and recover unused white space
-i Ignore errors and allow compact to run anyway (only for copy-style)
If you are running transaction logging, be sure to use the -b switch. This is different than the upper case -B switch as -B will change the DBIID of any transactionally logged databases.

Update the notes.ini:
http://www-10.lotus.com/ldd/dominowiki.nsf/dx/database-ods-version-should-be-upgraded-to-the-latest-

Remove the following lines:
SERVER_SESSION_TIMEOUT
SERVER_MAXSESSIONS
SERVER_MAXUSERS

If you want your Domino 8 server to use the new ODS add the following:
CREATE_R8_DATABASES=1

If you want your Domino 8.5 server to use the new ODS add the following:
CREATE_R85_DATABASES=1
(remove the CREATE_R8_DATABASES=1 entry)

Upgrade the Server:

1. Upgrade an Admin Client
2. Upgrade your administrative server. (The one that is the administration server of the Domino - names.nsf.)
3. Do the immediate post upgrade tasks:
design -f names.nsf
design -f admin4.nsf
or
ndesign -f names.nsf
ndesign -f admin4.nsf

Note: the server will automatically rebuild the $Users and the $ServerAccess views. This can take quite a while on a large directory (15,000 users = approx 30 mins). You can do this off-line and then put your directory back into place right before you reboot it.
http://www.ibm.com/developerworks/lotus/documentation/releasenotes/?S_TACT=105AGX13&S_CMP=LPLOTUS

fixup names.nsf -f -j -v -l
fixup admin4.nsf -f -j -v -l
or
nfixup names.nsf -f -j -v -l
nfixup admin4.nsf -f -j -v -l

compact names.nsf -c -i
compact admin4.nsf -c -i
or
ncompact names.nsf -c -i
ncompact admin4.nsf -c -i

updall names.nsf -RX
updall admin4.nsf -RX
or
nupdall names.nsf -RX
nupdall admin4.nsf -RX

3. Replicate the directory.
Note: The 8.x design is safe back to 7.x and 8.x servers. Previous design servers should not be replicating the design. (We clicked the property to Update on Admin Server. We also don't have design task running nightly on the secondary servers.

Install Domino Server on RHEL using Graphic Mode

Search this RPM on the web, install on RHEL and you will able to start installation using Graphic Mode.


glibc-2.12-1.7.el6.i686
libgcc-4.4.4-13.el6.i686
libstdc++-4.4.4-13.el6.i686

libXtst-1.0.99.2-3.el6.i686
libXmu-1.0.5-1.el6.i686
libXp-1.0.0-15.1.el6.i686

libXft-2.1.13-4.1.el6.i686.rpm
libXi-1.3-3.el6.i686.rpm