1) Create logical file system /IBM (or other name)
2) Download the following installation files from IBM WebSite - C1G2NML.tar.gz (WebSphere Supplements installation media)
3) Download the following FixPack files from IBM website.
Fixpacks
7.0.0-WS-IHS-AixPPC32-FP0000017.pak
7.0.0-WS-PLG-AixPPC32-FP0000017.pak
4) install IHS silently with root user
- Log on the server as root
- In /IBM/IHS7
gunzip C1G2NML.tar.gz
tar –xvf C1G2NML.tar
- Go to directory /IBM/IHS7/IHS
- Run command “cp responsefile.txt responsefile.txt.bak”
- Edit responsefile.nd.txt and set the following value
-OPT silentInstallLicenseAcceptance=”true”
-OPT allowNonRootSilentInstall=false
-OPT installLocation=”/IBM/HTTPServer”
-OPT createAdminAuth=”true”
-OPT adminAuthUser=”ihsadmin”
-OPT adminAuthPassword=”ihsadmin”
-OPT adminAuthPasswordConfirm=”ihsadmin”
-OPT runSetupAdmin=”true”
-OPT createAdminUserGroup=true
-OPT setupAdminUser=”ihsadmin”
-OPT setupAdminGroup=”ihsgroup”
-OPT washostname=”remote_was_host”
Uncomment the following options
-OPT disableOSPrereqChecking=”true”
And comment all others options
- Run the following command to install IHS7.0 server :
./install -options “responsefile.txt” -silent
See the log files in "/ihslogs/" for the installation status.
- After installation, go to directory /IBM/HTTPServer/bin,
and check IHS version using “versionInfo.sh”, we will see the version of
HTTP Server is 7.0.0.0, go to directory /IBM/HTTPServer/Plugins/bin,
and check WebSphere Plugins version using “versionInfo.sh”, we will see
the version of WebSphere Plugins version is 7.0.0.0
5) Install Update Installer 7.0.0.17 on the server
- Go to Directory /IBM/UPDI/
- Run the command “gunzip 7.0.0.17-WS-UPDI-AixPPC32.tar.gz” and “tar –xvf 7.0.0.17-WS-UPDI-AixPPC32.tar”
- Go to Directory /IBM/cd_software/UPDI/UpdateInstaller
- Run the command “cp responsefile.updiinstaller.txt responsefile.updiinstaller.txt.bak”
- Edit the file “responsefile.updiinstaller.txt” and set the following value
-OPT silentInstallLicenseAcceptance=”true”
-OPT installLocation=”/IBM/WebSphere/UpdateInstaller”
Uncomment the following options
-OPT disableOSPrereqChecking=”true”
-OPT disableEarlyPrereqChecking=”true”
Comment all other options
- Run the command “./install -options “responsefile.updiinstaller.txt” –silent” to install update installer
- Go to Directory /IBM/WebSpehre/UpdateInstaller to check Update Installer version, it should be “7.0.0.17
6) Install IHS and WebSphere Plugins fixpacks using Update Installer
- Go to Directory /IBM/WebSphere/UpdateInstaller/responsefiles
- Run the command “cp install.txt installIHS.txt” and “cp install.txt installPLG.txt”
- Edit installIHS.txt as the following:
-W maintenance.package=”/IBM/fixpack/7.0.0-WS-IHS-AixPPC32-FP0000017.pak”
-W product.location=”/IBM/HTTPServer”
- Edit installPLG.txt as the following:
-W maintenance.package=”/IBM/fixpack/7.0.0-WS-PLG-AixPPC32-FP0000017.pak”
-W product.location=”/IBM/HTTPServer/Plugins”
- Go to Directory /IBM/WebSphere/UpdateInstaller/bin, run the following command to apply the fixpacks
./update.sh -options responsefiles/installIHS.txt –silent
./update.sh -options responsefiles/installPLG.txt –silent
Monitor /IBM/WebSphere/UpdateInstaller/logs/tmp/updatelog.txt for updating status.
- Go to Directory /IBM/HTTPServer/bin and
/IBM/HTTPServer/Plugins/bin, run the command “versionInfo.sh” to check
that both version should be 7.0.0.17.
- After installation, go to /IBM, run the following command to grant the permission
“chmod –fR 755 /IBM/HTTPServer”, “chown –fR wasuser:wasgroup /IBM/HTTPServer”
- Go to /IBM/HTTPServer/conf, edit httpd.conf and update the following values
User wasuser
Group wasgroup
- Go to /IBM/HTTPServer/bin, and run “adminctl start” and “apachectl –k start” to start IHS server.
Showing posts with label Installation. Show all posts
Showing posts with label Installation. Show all posts
Monday, November 4, 2013
Friday, July 19, 2013
IBM WebSphere Portal ConfigEngine Tasks
action-deploy-portlets-prereq.pzn
If you install Portal or WCM using the administration option, or base install, the Personalization features, including the Personalization Navigator and Personalization Editor, are not installed. However, you can add these features manually after installation by deploying the Personalization portlets and adding the Personalization Navigator and Personalization Editor to a page. This task deploys the personalization portlets.Examples:
UNIX:
./ConfigEngine.sh action-deploy-portlets-prereq.pzn -DPortalAdminPwd=password -DWasPassword=password |
Windows:
ConfigEngine.bat action-deploy-portlets-prereq.pzn -DPortalAdminPwd=password -DWasPassword=password |
i5/OS:
ConfigEngine.sh action-deploy-portlets-prereq.pzn -DPortalAdminPwd=password -DWasPassword=password |
activate-portlets
Auto-synchronization of the Web modules to each node in the cluster might not happen immediately, or at all, depending on how the administrator has auto-synchronization configured in the deployment manager. For this reason, WebSphere Portal cannot guarantee that the portlet has been successfully synchronized to each node in the cluster and thus cannot automatically activate the portlet during deployment.Perform the following steps to manage your portlets:
Deploy your portlets using either the WebSphere Portal Administration page or the XML configuration interface utility (xmlaccess command).
Run this task to activate the deployed portlets and to synchronize the changes across all cluster members.
Example:
ConfigEngine.bat activate-portlets -DWasPassword=password task from the wp_profile_rootConfigEngine directory |
add-wcm-la-attributes
Adds the look-aside (property extension) database attributes necessary for WCM. You have to create the look-aside database first. See: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Configuring_a_property_extension_database_on_Windows_wp7. Example command:ConfigEngine.bat
add-wcm-la-attributes -DWasPassword=password -DparentProperties=full
path to
wp_profile_root\\ConfigEngine\\config\\helpers\\wp_add_LA.properties |
checkin-wp-proxy-config
This task activates changes made to the WebSphere Portal Ajax proxy configuration (wp.proxy.config.xml) file.Example:
ConfigEngine.sh|bat checkin-wp-proxy-config -DProxyConfigFileName=dir_path/your_updated_proxy_file.name |
cluster-node-config-cluster-setup
Example:ConfigEngine.bat cluster-node-config-cluster-setup -DWasPassword=wpsadmin |
create-jcr-jms-resources-post-dbxfer
The Java Content Repository (JCR) TextSearch functions are used for searching for content in the Lotus Web Content Management (WCM) Authoring user interface.As part of the install of IBM WebSphere Portal V7.0, all environments should be running the JMS task, "create-jcr-jms-resources-post-dbxfer," to move the JCR TextSearch resources from an Apache Derby Datasource/database configuration to the Datasouce/database that is used for the JCR repository. Failure to run this task can leave the datasource definitions pointing to Derby or cause the JCR TextSearch to not function properly.Example:
create-jcr-jms-resources-post-dbxfer -DWasPassword=replaceWithWasPassword |
configure-wcm-authoring
Installs the Web Content Management Authoring Portlet, Local Rendering Portlet and Web Content Manager Portal pages. This task can be run, for example, to install WCM atop a base portal install if the licensed edition allows for use of WCM.Example:
ConfigEngine.bat configure-wcm-authoring -DPortalAdminPwd=xxx -DWasPassword=xxx |
create-virtual-portal
Use this task to create a virtual portal. Additional parameters can be passed to the task, so please refer to the Virtual portals reference for details.create-jcr-jmstopics
Recreates the bus and bus member used for JCR text search functionality.database-transfer
Transfers the portal database from one to another depending on the settings in your configuration files (typically from the default Derby database to another such as DB2). You typically want to run the validate-database-driver and validate-database-connection tasks before this one.delete-virtual-portal
Use this task to delete a virtual portal by using its object ID. To determine the correct object ID of the virtual portal, use the task list-all-virtual-portals.deploy-full-profile-7002-theme
This config task applies the full profile to the WebSphere Portal7.0.0.2 theme.deploy-lightweight-profile-7002-theme
This config task applies the lightweight profile to the WebSphere Portal7.0.0.2 themedeploy-deferred-profile-7002-theme
This config task applies the deferred profile to the WebSphere Portal7.0.0.2 theme.enable-identityprovider-tai
Enables a Trust Association Interceptor (TAI) for allowing OpenID authentication with an identity provider such as Google, Yahoo, or Facebook.AIX:
./ConfigEngine.sh enable-identityprovider-tai -DWasUserId=username -DWasPassword=password |
IBM® i:
ConfigEngine.sh enable-identityprovider-tai -DWasUserId=username -DWasPassword=password |
Linux:
./ConfigEngine.sh enable-identityprovider-tai -DWasUserId=username -DWasPassword=password |
Solaris:
./ConfigEngine.sh enable-identityprovider-tai -DWasUserId=username -DWasPassword=password |
Windows:
ConfigEngine.bat enable-identityprovider-tai -DWasUserId=username -DWasPassword=password |
enable-profiles
This command creates a configuration archive (CAR) file that is used to create additional WebSphere Portal profiles. The Portal.car file is saved to the PortalServer_rootprofileTemplates
default.portal
configArchives directory. This is typically done as a step in the process of creating the WebSphere Portal profile template in a clustered environment.
enable-wcm
Installs Web Content Manager into an existing Server installation. In a clustered environment, this must be executed on each node.See: Installing Web Content Manager into an existing Server installation on Windows
export-library-copy
Exports a copy of a web content library. See: Exporting and importing a web content library copyexport-wcm-data
Exports a web content library. Several things need to be in place for this task to be executed properly, so please refer to: Exporting and importing web content librariesimport-library-copy
Imports a copy of a web content library. See: Exporting and importing a web content library copyimport-wcm-data
Imports a web content library. Several things need to be in place for this task to be executed properly, so please refer to: Exporting and importing web content librarieslist-all-virtual-portals
This tasks lists all your virtual portals, together with the following information:- The title of the virtual portal
- The description of the virtual portal
- The realm of the virtual portal
- The object ID of the virtual portal.
list-server-ports
Example:ConfigEngine.bat list-server-ports -DWasPassword=password |
list-server-ports-by-name
Examples:ConfigEngine.bat list-server-ports-by-name -DServerName=server1 -DWasPassword=password |
ConfigEngine.bat list-server-ports-by-name -DServerName=WebSphere_Portal -DWasPassword=password |
modify-servlet-path
Changes the default portal Uniform Resource Identifier (URI) after installation.Example:
./ConfigEngine.sh modify-servlet-path -DPortalAdminPwd=password -DWasPassword=password |
Note that additional steps are typically required. See the topic, Changing the portal URI, in the appropriate product documentation for your software version.
modify-virtual-portal
Use this task to modify a virtual portal by using its object ID. To determine the correct object ID of the virtual portal, use the task list-all-virtual-portals .package-profiles
Zips the profileTemplates directory and creates a profileTemplates.zip file in the PortalServer_root/profileTemplates directory. This is typically done after the enable-profiles task as a step in the process of creating the WebSphere Portal profile template in a clustered environment.remove-wcm-authoring
Uninstalls the Web Content Management Authoring Portlet, Local Rendering Portlet and Web Content Manager Portal pages.run-wcm-admin-task-member-fixer
Creates a report of users or groups referenced in Web Content Manager items that need fixing. See product documentation: Using the web content member fixer taskExample:
ConfigEngine.bat
run-wcm-admin-task-member-fixer -DPortalAdminId=username
-DPortalAdminPwd=password -DWasUserId=username -DWasPassword=password
-Dlibrary="MyLibrary" |
ConfigEngine.bat
run-wcm-admin-task-member-fixer -DPortalAdminId=username
-DPortalAdminPwd=password -DWasUserId=username -DWasPassword=password
-Dlibrary="MyLibrary" -Dfix=true |
si-remove-setup
Removes the Solution Installer PAAs and their registrations as part of the uninstallation procedure for the IBM WebSphere Portal Solution Installer. For more information, refer to the official documentation for the Solution Installer, which is a PDF file contained within the application that can be obtained from the IBM Lotus and WebSphere Portal Business Solutions Catalog. See also: si-setup.si-setup
This task is executed as a part of the installation procedure for the IBM WebSphere Portal Solution Installer. After the SolutionInstaller.zip has extracted on a node, and the install script has been run, this task is then executed to set up and register the PAA offering directory that the Solution Installer uses. For more information, refer to the official documentation for the Solution Installer, which is a PDF file contained within the application that can be obtained from the IBM Lotus and WebSphere Portal Business Solutions Catalog. See also: si-remove-setup.start-portal-server
Starts the portal server. Note that the portal admin user id and password should be set in wkplc.properties before executing this task.Example:
./ConfigEngine.sh start-portal-server |
stop-portal-server
Stops the portal server. Note that the portal admin user id and password should be set in wkplc.properties before executing this task.Example:
./ConfigEngine.sh stop-portal-server |
validate-database-connection
Typically ran after the validate-database-driver task and before the database-transfer task to validate successful connection to database.Example:
ConfigEngine.bat validate-database-connection -DTransferDomainList=release,customization,community,jcr,feedback,likeminds |
validate-database-driver
Typically ran before the database-transfer task to validate your database driver configuration.Example:
ConfigEngine.bat validate-database-driver -DTransferDomainList=release,customization,community,jcr,feedback,likeminds |
Example:
ConfigEngine.bat validate-standalone-ldap -DWasPassword=wpsadmin -DparentProperties=Z:\helpers\wp_security_ids.properties |
webdav-deploy-zip-file
Use this configuration task to manage theme artifacts and to deploy iWidgets. This task uploads archive or compressed files to portal WebDAV folders.This task has parameters; please see IBM documentation: Task webdav-deploy-zip-file
wp-node-prep-vmm-db-secured-environment
wp-prep-vmm-db-secured-environment
wp-query-attribute-config
Run the ConfigEngine.bat wp-query-attribute-config -DWasPassword=password task, from the wp_profile_root/ConfigEngine directory, any time during the configuration process or at runtime to query an overview of the currently defined LDAP attributes. This task creates the availableAttributes.html report, located in the wp_profile_root/ConfigEngine/log directory. The report contains one table that lists the available attributes for Users (PersonAccount) and one table that lists the available attributes for Groups. For each configured repository there is a column that indicates if the attribute is flagged as unsupported or if the attribute is mapped to a different LDAP attribute.wp-query-repository
Lists the names and types of configured user repositories.wp-update-standalone-ldap-attribute-config
Applies the settings from wkplc.properties related to marking LDAP attributes as unsupported or mapping the portal attributes to attributes in your LDAP. For example, you might need to map the "ibm-primaryEmail" attribute that portal uses to the "mail" attribute in your own LDAP.See: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Mapping_attributes_on_Windows_in_a_clustered_environment_wp7. This task may do more, but at the time I wrote this, it was documented in this particular context.
wp-validate-federated-ldap-attribute-config
Validates that all defined attributes are available in the configured LDAP user registry.Source : https://wiki.base22.com/
Wednesday, October 31, 2012
IBM Customer Experience Suite, IBM WebSphere Portal, and IBM Web Content Manager V8.0
Hey WebSpherians!
So I have decided to venture into the WCM and Portal 8 Realm.Don't forget that I will still be responding to all the WCM/Portal 6 and 7 questions that get submitted.
I decided to add this article plus the source as it does provide some interesting information about my next adventure.
Source :https://www.ibm.com/developerworks/mydeveloperworks/blogs/WebSpherePortal/?lang=en
Take a look at the latest updates available with the IBM Customer Experience Suite, WebSphere Portal and Web Content Manager Beta Two release.
This beta release operates on WebSphere
Application Server Version 8, and includes updates that can provide your
users with a more social, mobile and integrated experience.
Version 8.0 Beta two highlights include
Access the details, Beta software, documentation and support forum here: http ://t inyu rl.c om/y bmsq kz
We look forward to your impressions and experiences with the latest updates.
So I have decided to venture into the WCM and Portal 8 Realm.Don't forget that I will still be responding to all the WCM/Portal 6 and 7 questions that get submitted.
I decided to add this article plus the source as it does provide some interesting information about my next adventure.
Source :https://www.ibm.com/developerworks/mydeveloperworks/blogs/WebSpherePortal/?lang=en
Take a look at the latest updates available with the IBM Customer Experience Suite, WebSphere Portal and Web Content Manager Beta Two release.
Managed Pages A simplified way to create and manage portal pages and web content using a new integrated toolbar. New page draft and approval process lets you preview and approve changes to pages before publishing them.
Site Area Templates Create site area templates that define the authoring settings, such as the design of the form, elements and fields on a form, and default values. Restrict authoring templates usage. For example, use site area templates to only allow " news" items to be created within a " news" site area of a website.
Enhanced Projects Add users as approvers for a project and send a project through a review state before publishing.
Simplified Business Process Management Users access relevant tasks and activities for multiple Business Process Management solutions from a single user interface, the Unified Task List portlet. Integrate your site with several Process Management solutions.
Enhanced SAP integration Support for the new IBM WebSphere Portal Integrator for SAP lets you expose elements from SAP Netweaver Portal directly into WebSphere Portal.
IBM Installation Manager Manage the software life cycle with a single tool: Install, Update, Rollback, Modify, and Uninstall. Faster installation performance and better integration with other IBM products.
Social Business in Context New Community Page support lets you more readily scope and place IBM Connections portlets in the right Portal and WCM context. IBM Connections Community Pages portlets are available for Profiles and Blogs with Beta 2.
A consistent tagging and rating experience between WebSphere Portal, Web Content Manager, and IBM Connections. OpenID Authentication lets portal users authenticate with public social network credentials, such as a Facebook ID, Google ID or Yahoo ID.
Subscribe to:
Posts (Atom)
Generate reports from Opportunities using a Visualforce Page in Salesforce
Step 1: Create a Visualforce Page Go to the Setup menu in Salesforce. Search for "Visualforce Pages" in the Quick Find box and c...
-
Soooo..... I refreshed my sandbox environment to create a partial copy of production. Added my new components and merrily attempted to de...
-
Inline Editing So now I have tested the inline editing jsp done by David De Vos.Simply brilliant! Really offers you the ability to offe...