List of links to download Connect2016 presentations

  • 07 Feb, 2016

Obs: Go to this link(https://blog.winkelmeyer.com/2016/02/how-to-download-all-ibm-connect-2016-presentations-at-once/) for a smarter way to download the presentations :-) Several sessions has the presentation file for download. I created a file above with links to presentations files i found (51 files). I will update it next week. To download all files do the steps bellow. 1 - Install DownThemAll! add-on(https://addons.mozilla.org/en-US/firefox/addon/201/) for Firefox. After installing restart Firefox. 2 - Login on the connect2016 site. Go to Firefox menu and select Tools - DownThemAll! Tools - Manager... Right-click inside DownThemAll! screen. 3 - Select context menu Advanced - Import

List of links to download Connect2016 presentationsRead More

Moving IBM Connections databases to another disk

  • 02 Feb, 2016

On my connections test server i installed everything in one machine. The  home directory for db2inst1 user ends the file space The databases and all containers are under the default of /home/db2inst1. So we can use db2relocatedb to move them. First i tested this here with the sample database, and it worked. Your configuration file should look like the following (This is for FILES DB, you will have to change at least the DB\NAME for the others): DB\NAME=Files DB\PATH=/home/db2inst1,/dados INSTANCE=db2inst1 STORAGE\PATH=/home/db2inst1,/dados/db2inst1 /\ NOTE that I am assuming that all databases are using the default storage path like the FILES DB is. If not, you will need to modify this

Moving IBM Connections databases to another diskRead More

WebSphere Portal 8.5 CF08 Video Series

  • 29 Jan, 2016

This is a video series about the new features of WebSphere Portal 8.5 CF08 Creating a site with Site Builder: AdministratorCreating a site with Site Builder: Content AuthorsExploring the site toolbar and site managerCreating pages Editing options in the site manager

WebSphere Portal 8.5 CF08 Video SeriesRead More

Troubleshooting calendaring & scheduling issues with CalPull database tool

  • 25 Jan, 2016

This tool allows Help Desk / Support personnel to generate automated emails to a user having difficulty with a Calendar event.  The email contains a button for the receiving user to click which will allow them to select the problematic document, automatically extract and email the requested data back to the requestor (or a mail-in database). See this technote(http://www-01.ibm.com/support/docview.wss?uid=swg21607026) from IBM

Troubleshooting calendaring & scheduling issues with CalPull database toolRead More

IBM Champion for Middleware

  • 18 Jan, 2016

For the first time i was nominated IBM Champion for Middleware.  Since the beginning of the program (2011) i was nominated  IBM Champion. Thanks IBM.   New category new opportunities !Screenshot2014-12-0221.53.15(http://www.mysphere.com.br/wp-content/uploads/2015/10/Screenshot2014-12-0221.53.15.png)(http://www.mysphere.com.br/wp-content/uploads/2015/10/Screenshot2014-12-0221.53.15.png) The list(https://www.ibm.com/developerworks/community/blogs/ibmchampion/entry/2016ibmchampionsformiddleware?lang=en) of all IBM Champions for Middleware class 2016

IBM Champion for MiddlewareRead More

The Revolution OS

  • 12 Jan, 2016

I was researchingLinuxandits development.I found thelink to the videoRevolution OSthatshows howbeautifulisthe storybehindthe movementof free software andopen source. Theychanged the world.

The Revolution OSRead More

Backup IBM Connections with IBM TSM 7.1

  • 11 Jan, 2016

In this post i will describe the steps i follow to backup my IBM Connections 5.0.   The TSM Server and Connections Serve are using Linux. Install TSM Client on the IBM Connections Server. Install gskcrypt and gskssl. Normally, these libraries can be found in an archive with the TSM Client. rpm -ivh gskcrypt64-8.0.x.x.linux.x8664.rpm rpm -ivh gskssl64-8.0.x.x.linux.x8664.rpm yum localinstall TIVsm-API64.x8664.rpm yum localinstall TIVsm-BA.x8664.rpm TSM Client Configuration. Add the TSM client service to autostart : chkconfig --add dsmcad chkconfig dsmcad on Create the configuration files dsm.sys and dsm.opt. Copy the files from samples /opt/tivoli/tsm/client/ba/bin/ \ cp dsm.opt.

Backup IBM Connections with IBM TSM 7.1Read More

Effective way to clean up your IBM Portal Server on linux and save disk space.

  • 07 Jan, 2016

Today i receive a disk full alarm from my portal server. As usual i delete some logs and files left behind, but for this time this does not solve the issue. Search for big files or what folder is bigger on linux is hard using du. Googling i found a nice toll and what i found was a big surprise. I setup NCDU (NCurses Disk Usage) is a curses-based version of the well-known "du", and provides a fast way to see what directories are using your disk space. The setup is easy: 1 - yum install ncurses-devel ncurses 2 - download ncdu 3 - untar the file 4- ./configure --prefix=/usr 5 - make && make install To run just type ncdu at / and the tool will scan your entire server. Navigating on the

Effective way to clean up your IBM Portal Server on linux and save disk space.Read More

What i did to get more space on /tmp on linux.

  • 01 Jan, 2016

Yesterday i was installing a TSM Server for our company. The db2 installer complain about the /tmp size. The installer need 2,5GB and my /tmp has only 2 GB. I create a "disk" using dd command with 4GB on a partition with lots of space. dd if=/dev/zero of=/usr/tmpDSK bs=1024k count=4096 mkfs -t ext3 /usr/tmpDSK file /usr/tmpDSK umount /tmp mount -o loop,exec,nosuid,rw /usr/tmpDSK /tmp After the db2 installation i umount the /tmp and mount it back using fstab -a

What i did to get more space on /tmp on linux.Read More

Administration differences between the SmartCloud Notes service and on-premises Domino

  • 30 Dec, 2015

Today i receive an mail with this article(https://www-10.lotus.com/ldd/bhwiki.nsf/dx/AdministrationdifferencesbetweentheLotusLiveNotesserviceandon-premisesDomino). Some administration features that are available in an on-premises Lotus Domino environment are unavailable, are implemented differently, or have limitations within the SmartCloud Notes service. It is very important to know this differences.

Administration differences between the SmartCloud Notes service and on-premises DominoRead More

Common SSL configuration issues and solutions

  • 29 Dec, 2015

This WebSphere Support Technical Exchange will discuss WebSphere Application Server (WSAS) SSL topologies, SSL terminology, messages and config options like dynamic outbound endpoints, show some common problems and solutions with SSL sessions between WSAS and plug-in, LDAP, Dmgr and nodes, remote hosts and clients. Click on this link(http://www-01.ibm.com/support/docview.wss?uid=swg27047042) to open the wecast record

Common SSL configuration issues and solutionsRead More