Archive for: ‘März 2013’

Configure Domino to ignore whitespace during quota check.

31. März 2013 Posted by Ralf Petter

When you have set quotas for your mail files on a server with transaction logging enabled (I really hope everyone has logging enabled.) your users have the problem, that after they have deleted some mails there is no possibility to remove  the whitespace from the database, because the option to compact is not available for databases which are transaction log enabled*. So many admins run "compact -c" regulary on all mail files to remove whitespace. But from a performance point of view copy style compacts are a really bad idea (I will provide more infos on this in a future blog post).

So the much better way to solve the problem is to change the "quota enforcement" setting on the "Transaction Logging" tab in your server document from the default "Check file size when extending the file" to "Check space used in file when adding a note". With this setting the white space is ignored on quota calculation and your users are happy again.


* The compact for user is disabled, because a copy style compact will generate a new DBIID and a change of the DBIID of a database make a new full backup of this database necessary.  

IBM Connections 4.5 veröffentlicht

29. März 2013 Posted by Thomas Bahn

IBM Connections
Heute hat IBM wie angekündigt die neue Version 4.5 von IBM Connections veröffentlicht.

"IBM® Connections Content Manager V4.5 adds content management capabilities to Communities in IBM Connections V4.5. Together, IBM Connections V4.5 and IBM Connections Content Manager V4.5 add document management capabilities to the foundational capabilities of IBM Connections, the enterprise social software solution. Integrated social content management features include:
  • Community Content Libraries with rich content management capabilities
  • Social capabilities such as likes, tags, comments, and download counts integrated with Community Content Libraries
  • Access to content management functions through an embedded experience in the activity stream
The mobile applications updated for IBM Connections V4.5 provide anytime, anywhere access to your social network.

...

IBM Connections V4.5, social software for business, provides an exceptional social software solution that is designed to help enable users to access the right people and internal and external content in your professional networks and communities. IBM Connections is designed to help users engage with networks of expertise in the context of critical business processes in order to act with confidence and anticipate and respond to emerging opportunities.
IBM Connections V4.5 adds new features:
  • Includes like of status updates and comments directly from the activity stream in your community
  • Uses the @mention feature to mention colleagues in private communities
  • Has faster way to follow conversations where a user has been @mentioned
  • Can harvest and execute new ideas faster with improvements in ideation blogs
  • Has ability to like discussion topics to increase the visibility of the content
  • Includes deeper integration into Microsoft™ Outlook to bring social into the inbox
IBM Connections V4.5 adds platform support for IBM WebSphere® Application Server V8 and DB2® 10. IBM Connections V4.5 adds support for the IBM i operating system."

Ich habe eben die fast 50 GB für die gesamten Windows- und Linux-Versionen von IBM Connections 4.5, von den vorausgesetzten Produkten IBM DB2 10.1, IBM Tivoli Directory Integrator 7.1 (TDI), den IBM WebSphere Application Server 8.0 (WAS), IBM Cognos Business Intelligence 10.1.1 und den IBM Connections Content Manager 4.5 (also eigentlich IBM FileNet) in rund 6 Stunden herunter geladen (Ich liebe meinen neuen VDSL-Anschluss ).

A picture named M2

Als nach ca. 40 GB die Internet-Verbindung weg war, dachte ich schon, mein Provider hätte mich ausgesperrt... In diesem Monat waren ja schon IBM Notes und Domino 9.0 Social Edition, CentOS 5.9 (kam eigentlich schon im Januar) und CentOS 6.4 dran. Ich möchte gar nicht zusammen rechnen, wie viel ich im März insgesamt herunter geladen habe.

Using contig.exe to analyze and remove fragmentation

29. März 2013 Posted by Ralf Petter

The split of files in fragments can have serious impact on the performance of the Notes client or the Domino server. So it is very important to control the framgentation of the installation directory of Notes Domino and the data directories. The on board defrag tool of Windows is often not much help, because it can only defrag the whole harddisk and it cannot generate a report to show which file are fragmented and which are not. But Microsoft provides a tool which can analyze single files, directories or whole directory trees. It is called contig.exe. Contig.exe can be downloaded from http://technet.microsoft.com/en-us/sysinternals/bb897428.aspx.

The download contains one file (contig.exe) which should be extracted to a directory contained in the Windows path for example "c:\windows\system32". To analyze the fragmentation of the notesinstall directory you can use the following command line:

contig -a -v -s "c:\Program Files (x86)\ibm\Notes" > c:\temp\analyze.txt

-a only make an anaylze and do not defrag the files.
-v Verbose
-s Recursive subdirectorys
">c:\temp\anaylze.txt" write the report in the specified file.

The report contains for every file a entry with the count of fragments and a summary at the end:


....
Processing c:\Program Files (x86)\ibm\Notes\nlnotes.exe:
Scanning file...

[Cluster] Runlength
  [0] 247

  [2140] 150
  [3400] 250 
File size: 2759272 bytes
c:\Program Files (x86)\ibm\Notes\nlnotes.exe is in 3 fragments
------------------------
Summary:
     Number of files processed   : 22382
     Average fragmentation       : 10 frags/file


When you want to really defrag this files then remove the -a option and run the command again.

Contig.exe allows the use of wildcards to select files for defragmentation. So when you want to defrag all your nsf's in the Domino Data directory you can use:

contig -s "c:\Program Files (x86)\ibm\Domino\data\*.nsf"

IBM Domino 9 und IBM Sametime 8.5.2 unter Linux

29. März 2013 Posted by Michael Siegrist

Nach dem Domino und Travler update auf Version 9, welches schnell und problemlos verlief, wollte nur der Sametime 8.5.2 Server nicht mitstarten. Auf der Serverkonsole gab es beim Init eine Fehlermeldung:
HTTP JVM: java.lang.UnsatisfiedLinkError: STConfiguration (Not found in java.library.path): STConfiguration (Not found in java.library.path)
Erste Idee, einfach Sametime "drüberinstallieren", scheiterte an dem Check der Installationsroutine auf die Domino Version. Dieser ist mit
export STSkipAllChecks=true
leicht zu umgehen. Jedoch brachte die Neuinstallation keine Besserung.
Ein Prüfung der Softlinks im Domino Data Verzeichnis führte auf die richtige Spur: Die Links verweisen alle noch auf das alte 85030 Verzeichniss
.... 
activation.jar -> /opt/ibm/domino/notes/85030/linux/activation.jar
AdminpUpdate.jar -> /opt/ibm/domino/notes/85030/linux/AdminpUpdate.jar
BLBackwardCompatibilitySA.jar -> /opt/ibm/domino/notes/85030/linux/BLBackwardCompatibilitySA.jar
BLFrontEndSubscriptionSA.jar -> /opt/ibm/domino/notes/85030/linux/BLFrontEndSubscriptionSA.jar
BLPresenceServicePublishSA.jar -> /opt/ibm/domino/notes/85030/linux/BLPresenceServicePublishSA.jar
mail.jar -> /opt/ibm/domino/notes/85030/linux/mail.jar
STCore.jar -> /opt/ibm/domino/notes/85030/linux/STCore.jar
STLinksSA.jar -> /opt/ibm/domino/notes/85030/linux/STLinksSA.jar
STMtgManagement.jar -> /opt/ibm/domino/notes/85030/linux/STMtgManagement.jar
stnamechange.jar -> /opt/ibm/domino/notes/85030/linux/stnamechange.jar
STNotesCalendar.jar -> /opt/ibm/domino/notes/85030/linux/STNotesCalendar.jar
StOfflineMessages.jar -> /opt/ibm/domino/notes/85030/linux/StOfflineMessages.jar
STPolicy.jar -> /opt/ibm/domino/notes/85030/linux/STPolicy.jar
streflectorsa.jar -> /opt/ibm/domino/notes/85030/linux/streflectorsa.jar
STRunTimeDebugTool.jar -> /opt/ibm/domino/notes/85030/linux/STRunTimeDebugTool.jar
TelephonyActivity.jar -> /opt/ibm/domino/notes/85030/linux/TelephonyActivity.jar
UserInfo.jar -> /opt/ibm/domino/notes/85030/linux/UserInfo.jar
....

Ein
find . -maxdepth 1 -type l -print0 | xargs -0 ls -ld
im Domino Data Verzeichnis listete jede Menge an falschen Softlinks auf, sodass die "schnelle" Problemlösung ein
 cd /opt/ibm/domino/notes 
ln -s latest 85030
war. Somit zeigten die links wieder auf die korekten Ziele. Durch das Neuinstallieren von Sametime musste allerdings die sametime.ini für die 9er Notes Clients wieder angepasst werden, wie im Beitrag IBM Notes 9 und Sametime Server 8.5.2 beschrieben.

IBM Domino 9 und IBM Sametime 8.5.2 unter Linux

29. März 2013 Posted by Michael Siegrist

Nach dem Domino und Traveler update auf Version 9, welches schnell und problemlos verlief, wollte nur der Sametime 8.5.2 Server nicht mitstarten. Auf der Serverkonsole gab es beim Init eine Fehlermeldung:
HTTP JVM: java.lang.UnsatisfiedLinkError: STConfiguration (Not found in java.library.path): STConfiguration (Not found in java.library.path)
Erste Idee, einfach Sametime "drĂĽberinstallieren", scheiterte an dem Check der Installationsroutine auf die Domino Version. Dieser ist mit
export STSkipAllChecks=true
leicht zu umgehen. Jedoch brachte die Neuinstallation keine Besserung.
Ein PrĂĽfung der Softlinks im Domino Data Verzeichnis fĂĽhrte auf die richtige Spur: Die Links verweisen alle noch auf das alte 85030 Verzeichniss
.... 
activation.jar -> /opt/ibm/domino/notes/85030/linux/activation.jar
AdminpUpdate.jar -> /opt/ibm/domino/notes/85030/linux/AdminpUpdate.jar
BLBackwardCompatibilitySA.jar -> /opt/ibm/domino/notes/85030/linux/BLBackwardCompatibilitySA.jar
BLFrontEndSubscriptionSA.jar -> /opt/ibm/domino/notes/85030/linux/BLFrontEndSubscriptionSA.jar
BLPresenceServicePublishSA.jar -> /opt/ibm/domino/notes/85030/linux/BLPresenceServicePublishSA.jar
mail.jar -> /opt/ibm/domino/notes/85030/linux/mail.jar
STCore.jar -> /opt/ibm/domino/notes/85030/linux/STCore.jar
STLinksSA.jar -> /opt/ibm/domino/notes/85030/linux/STLinksSA.jar
STMtgManagement.jar -> /opt/ibm/domino/notes/85030/linux/STMtgManagement.jar
stnamechange.jar -> /opt/ibm/domino/notes/85030/linux/stnamechange.jar
STNotesCalendar.jar -> /opt/ibm/domino/notes/85030/linux/STNotesCalendar.jar
StOfflineMessages.jar -> /opt/ibm/domino/notes/85030/linux/StOfflineMessages.jar
STPolicy.jar -> /opt/ibm/domino/notes/85030/linux/STPolicy.jar
streflectorsa.jar -> /opt/ibm/domino/notes/85030/linux/streflectorsa.jar
STRunTimeDebugTool.jar -> /opt/ibm/domino/notes/85030/linux/STRunTimeDebugTool.jar
TelephonyActivity.jar -> /opt/ibm/domino/notes/85030/linux/TelephonyActivity.jar
UserInfo.jar -> /opt/ibm/domino/notes/85030/linux/UserInfo.jar
....

Ein
find . -maxdepth 1 -type l -print0 | xargs -0 ls -ld
im Domino Data Verzeichnis listete jede Menge an falschen Softlinks auf, sodass die "schnelle" Problemlösung ein
 cd /opt/ibm/domino/notes 
ln -s latest 85030
war. Somit zeigten die links wieder auf die korekten Ziele. Durch das Neuinstallieren von Sametime musste allerdings die sametime.ini fĂĽr die 9er Notes Clients wieder angepasst werden, wie im Beitrag IBM Notes 9 und Sametime Server 8.5.2 beschrieben.

IBM Domino 9 und IBM Sametime 8.5.2 unter Linux

29. März 2013 Posted by Michael Siegrist

Nach dem Domino und Traveler update auf Version 9, welches schnell und problemlos verlief, wollte nur der Sametime 8.5.2 Server nicht mitstarten. Auf der Serverkonsole gab es beim Init eine Fehlermeldung:
HTTP JVM: java.lang.UnsatisfiedLinkError: STConfiguration (Not found in java.library.path): STConfiguration (Not found in java.library.path)
Erste Idee, einfach Sametime "drüberinstallieren", scheiterte an dem Check der Installationsroutine auf die Domino Version. Dieser ist mit
export STSkipAllChecks=true
leicht zu umgehen. Jedoch brachte die Neuinstallation keine Besserung.
Ein Prüfung der Softlinks im Domino Data Verzeichnis führte auf die richtige Spur: Die Links verweisen alle noch auf das alte 85030 Verzeichniss
.... 
activation.jar -> /opt/ibm/domino/notes/85030/linux/activation.jar
AdminpUpdate.jar -> /opt/ibm/domino/notes/85030/linux/AdminpUpdate.jar
BLBackwardCompatibilitySA.jar -> /opt/ibm/domino/notes/85030/linux/BLBackwardCompatibilitySA.jar
BLFrontEndSubscriptionSA.jar -> /opt/ibm/domino/notes/85030/linux/BLFrontEndSubscriptionSA.jar
BLPresenceServicePublishSA.jar -> /opt/ibm/domino/notes/85030/linux/BLPresenceServicePublishSA.jar
mail.jar -> /opt/ibm/domino/notes/85030/linux/mail.jar
STCore.jar -> /opt/ibm/domino/notes/85030/linux/STCore.jar
STLinksSA.jar -> /opt/ibm/domino/notes/85030/linux/STLinksSA.jar
STMtgManagement.jar -> /opt/ibm/domino/notes/85030/linux/STMtgManagement.jar
stnamechange.jar -> /opt/ibm/domino/notes/85030/linux/stnamechange.jar
STNotesCalendar.jar -> /opt/ibm/domino/notes/85030/linux/STNotesCalendar.jar
StOfflineMessages.jar -> /opt/ibm/domino/notes/85030/linux/StOfflineMessages.jar
STPolicy.jar -> /opt/ibm/domino/notes/85030/linux/STPolicy.jar
streflectorsa.jar -> /opt/ibm/domino/notes/85030/linux/streflectorsa.jar
STRunTimeDebugTool.jar -> /opt/ibm/domino/notes/85030/linux/STRunTimeDebugTool.jar
TelephonyActivity.jar -> /opt/ibm/domino/notes/85030/linux/TelephonyActivity.jar
UserInfo.jar -> /opt/ibm/domino/notes/85030/linux/UserInfo.jar
....

Ein
find . -maxdepth 1 -type l -print0 | xargs -0 ls -ld
im Domino Data Verzeichnis listete jede Menge an falschen Softlinks auf, sodass die "schnelle" Problemlösung ein
 cd /opt/ibm/domino/notes 
ln -s latest 85030
war. Somit zeigten die links wieder auf die korekten Ziele. Durch das Neuinstallieren von Sametime musste allerdings die sametime.ini für die 9er Notes Clients wieder angepasst werden, wie im Beitrag IBM Notes 9 und Sametime Server 8.5.2 beschrieben.

IBM Domino 9 und IBM Sametime 8.5.2 unter Linux

29. März 2013 Posted by Michael Siegrist

Nach dem Domino und Traveler update auf Version 9, welches schnell und problemlos verlief, wollte nur der Sametime 8.5.2 Server nicht mitstarten. Auf der Serverkonsole gab es beim Init eine Fehlermeldung:
HTTP JVM: java.lang.UnsatisfiedLinkError: STConfiguration (Not found in java.library.path): STConfiguration (Not found in java.library.path)
Erste Idee, einfach Sametime "drüberinstallieren", scheiterte an dem Check der Installationsroutine auf die Domino Version. Dieser ist mit
export STSkipAllChecks=true
leicht zu umgehen. Jedoch brachte die Neuinstallation keine Besserung.
Ein Prüfung der Softlinks im Domino Data Verzeichnis führte auf die richtige Spur: Die Links verweisen alle noch auf das alte 85030 Verzeichniss
.... 
activation.jar -> /opt/ibm/domino/notes/85030/linux/activation.jar
AdminpUpdate.jar -> /opt/ibm/domino/notes/85030/linux/AdminpUpdate.jar
BLBackwardCompatibilitySA.jar -> /opt/ibm/domino/notes/85030/linux/BLBackwardCompatibilitySA.jar
BLFrontEndSubscriptionSA.jar -> /opt/ibm/domino/notes/85030/linux/BLFrontEndSubscriptionSA.jar
BLPresenceServicePublishSA.jar -> /opt/ibm/domino/notes/85030/linux/BLPresenceServicePublishSA.jar
mail.jar -> /opt/ibm/domino/notes/85030/linux/mail.jar
STCore.jar -> /opt/ibm/domino/notes/85030/linux/STCore.jar
STLinksSA.jar -> /opt/ibm/domino/notes/85030/linux/STLinksSA.jar
STMtgManagement.jar -> /opt/ibm/domino/notes/85030/linux/STMtgManagement.jar
stnamechange.jar -> /opt/ibm/domino/notes/85030/linux/stnamechange.jar
STNotesCalendar.jar -> /opt/ibm/domino/notes/85030/linux/STNotesCalendar.jar
StOfflineMessages.jar -> /opt/ibm/domino/notes/85030/linux/StOfflineMessages.jar
STPolicy.jar -> /opt/ibm/domino/notes/85030/linux/STPolicy.jar
streflectorsa.jar -> /opt/ibm/domino/notes/85030/linux/streflectorsa.jar
STRunTimeDebugTool.jar -> /opt/ibm/domino/notes/85030/linux/STRunTimeDebugTool.jar
TelephonyActivity.jar -> /opt/ibm/domino/notes/85030/linux/TelephonyActivity.jar
UserInfo.jar -> /opt/ibm/domino/notes/85030/linux/UserInfo.jar
....

Ein
find . -maxdepth 1 -type l -print0 | xargs -0 ls -ld
im Domino Data Verzeichnis listete jede Menge an falschen Softlinks auf, sodass die "schnelle" Problemlösung ein
 cd /opt/ibm/domino/notes 
ln -s latest 85030
war. Somit zeigten die links wieder auf die korekten Ziele. Durch das Neuinstallieren von Sametime musste allerdings die sametime.ini für die 9er Notes Clients wieder angepasst werden, wie im Beitrag IBM Notes 9 und Sametime Server 8.5.2 beschrieben.

IBM Connections 4.5

29. März 2013 Posted by Gerd

IBM Connections 4.5 steht zum Download bereit

IBM Connections 4.5 documentation

IBM Connections 4.5

29. März 2013 Posted by Gerd

IBM Connections 4.5 steht zum Download bereit

IBM Connections 4.5 documentation

warum ich dem E-Postbrief den Ruecken kehren werde

28. März 2013 Posted by .:. netzgoetter.net .:.

Der E-Postbrief der Deutschen Post AG wird und wurde massiv beworben und sollte die Lösung für die sichere E-Mail-Kommunikation sein. Ich selbst habe mir vor fast drei Jahren angemeldet und mir einen ...

Ohne Lotus – nicht mehr vorstellbar

28. März 2013 Posted by Roberto Mazzoni

Letzte Woche wurden Roman Meng und ich gebeten, ein kurzes Resumé zu Lotus und der Groupware-Einführung an der UZH zu geben. Wir haben dabei in einer Kurzdemo gezeigt, was wir alles bekommen haben und ...

Evolution of the networked enterprise: McKinsey Global Survey results on Social Business

28. März 2013 Posted by Stefan Pfeiffer

Interesting result out of a McKinsey survey confirming that Social is on the rise and merging with Cloud, Mobile and Big Data. Beyond technology it is obvious, that organizational barriers and change seems to be the most challenging issue:

With respect to productivity benefits in particular, the results indicate that companies must invest time and effort to enable greater productivity (particularly among knowledge workers) and competitive advantage. The likely need for significant organizational change is a challenging problem—and one that must be met by doing far more than changing the tools in a company’s portfolio. Companies can realize potential advantages more quickly by getting started early on the organizational transformations that will facilitate better use of technologies.

One way to facilitate and encourage more employee use of social technologies—and thus enhance their related benefits—is equipping workers with mobile access to these tools. Companies can also deploy cloud-based solutions when appropriate to make these solutions more scalable and decrease time to value.

via Evolution of the networked enterprise: Survey results – McKinsey Quarterly – High Tech – Strategy & Analysis.

Two graphs out of the study (you should read online or download). Which technologies are being used and which risks are being seen:

Technologien-2

Risks

[EN] Evolution of the networked enterprise: McKinsey Global Survey results on Social Business

28. März 2013 Posted by StefanP.

Interesting result out of a McKinsey survey confirming that Social is on the rise and merging with Cloud, Mobile and Big Data. Beyond technology it is obvious, that organizational barriers and change seems to be the most challenging issue:

With respect to productivity benefits in particular, the results indicate that companies must invest time and effort to enable greater productivity (particularly among knowledge workers) and competitive advantage. The likely need for significant organizational change is a challenging problem—and one that must be met by doing far more than changing the tools in a company’s portfolio. Companies can realize potential advantages more quickly by getting started early on the organizational transformations that will facilitate better use of technologies.

One way to facilitate and encourage more employee use of social technologies—and thus enhance their related benefits—is equipping workers with mobile access to these tools. Companies can also deploy cloud-based solutions when appropriate to make these solutions more scalable and decrease time to value.

via Evolution of the networked enterprise: Survey results – McKinsey Quarterly – High Tech – Strategy & Analysis.

Two graphs out of the study (you should read online or download). Which technologies are being used and which risks are being seen:

Technologien-2

Risks


Filed under: English Tagged: Analysts, Analytics, ChangeManagement, Cloud, Mobile, SocBoz

Das Notes Learning Widget

27. März 2013 Posted by Oliver Regelmann

Für Notes 9 gibt es ein neues Learning Widget. Das kann man sich als Notes-Benutzer in die Sidebar setzen und sich darüber Videos und Tipps zu verschiedenen Themen rund um die Notes-Benutzung anschauen. Allerdings stehen die Informationen nur auf Englisch zur Verfügung.

Der Einfachheit halber kann man das aber auch einfach im Browser aufrufen.

Domino Fix Pack lässt sich nicht installieren

27. März 2013 Posted by Oliver Regelmann

Windows 2008ff machen uns schon manchmal “Spaß”. Ein beliebter Fehler ist ein

Lotus Notes/Domino or a Notes/Domino related process is still running. Please close it before pressing OK to continue.

beim Versuch, ein Domino Fix Pack zu installieren. Das kommt typischerweise auch dann, wenn kein Domino-Dienst oder –Prozess mehr läuft.

Es gibt wohl drei Lösungen, zwei davon bei IBM dokumentiert:

  1. Installation als Administrator ausführen und Benutzerkontensteuerung deaktivieren (Technote)
  2. nnotes.dll und nstrings.dll wegkopieren, löschen und zurückkopieren. (Technote)
  3. Den Dienst "Windows-Verwaltungsinstrumentation" beenden.