User`s guide

3
IBM Lotus Notes, Domino, Domino Designer 8 Release Notes
There are two XML Access scripts. One XML Access script adds a Domino server into the Portal
administration UI; one XML Access script removes a Domino server from the Portal administration UI.
Each XML Access script is a single XML-based configuration file used as input for the Portal XML
configuration interface tool.
Run the XML Access script once for each Domino Web administration server to be integrated into or
removed from the Portal administration UI. For example, if two servers (ServerA and ServerB) should be
integrated into the Portal Administration UI, point the browser to each of the two servers, obtain the
addfederation.xml file from each server, and then run each file against the Portal Server. The Portal
Administrator UI would then be configured to include the two Domino servers.
Prerequisite
z
A successful SSO configuration must exist between the Portal 6.0 or 6.0.0.1 Server and the
Domino 8 server.
Preparing the portal server
You need to perform this procedure only one time for the Portal Server 6 or 6.0.0.1.
1.
If you have not already done so, download the Portal 6 Update Installer (PUI) tool. You can download
the PUI from
http://www.ibm.com/software/genservers/portal/support
2.
Download the file iFix.zip from any Domino 8 server by pointing to this URL which triggers the
download
http://<dominoserver>/webadmin.nsf/iFix.zip
Save the file, iFix.ZIP, locally on the Portal server.
3. Unzip the file, and then install it. For information about installing the file, see the Portal Information
Center at
http://publib.boulder.ibm.com/infocenter/wpdoc/v510/index.
j
sp?topic=/com.ibm.wp.ent.doc/wpf/portalupdat
einstaller.html
4. Access the directory <PortalServerRootDirectory>\config\ subdirectory, and then run this command:
WPSconfig.bat init deploy-transformation-federation
-DPortalAdminId=<wpsadminid> -DPortalAdminPwd=<wpsadminpwd>
On Unix systems, use WPSConfig.sh instead of WPSConfig.bat.
Setting up Domino and Portal Server Federated Administration
1.
From the Portal Server, download the configuration script from this URL
http://<dominoserver>/webadmin.nsf/addfederation.xml
2. Save the file locally on the Portal server.
.Access the directory <PortalServerRootDirectory>\bin subdirectory, and then run this command:
xmlaccess.bat -in c:\addfederation.xml -user <wpsadminid> -password
<wpsadminpwd> -url localhost:10038/wps/config
Port 10038 is the default port. If you configured the portal server to use a different port, specify the port
number that you used when you configured the Portal Server.
Note On UNIX systems, use xmlaccess.sh instead of xmlaccess.bat.
4. Log out and then log in.
81