<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WebSphere Portal</title>
	<atom:link href="http://wplinux.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wplinux.wordpress.com</link>
	<description>It&#039;s all about WebSphere Portal and it&#039;s supported products/plateforms</description>
	<lastBuildDate>Fri, 27 Jan 2012 01:21:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wplinux.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WebSphere Portal</title>
		<link>http://wplinux.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wplinux.wordpress.com/osd.xml" title="WebSphere Portal" />
	<atom:link rel='hub' href='http://wplinux.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Export URL Mappings in WebSphere Portal using xmlaccess</title>
		<link>http://wplinux.wordpress.com/2012/01/06/export-url-mappings-in-websphere-portal-using-xmlaccess/</link>
		<comments>http://wplinux.wordpress.com/2012/01/06/export-url-mappings-in-websphere-portal-using-xmlaccess/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 07:15:38 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=365</guid>
		<description><![CDATA[1. Following samples shows to export url mapping inside base portal: script1.xml: &#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&#62; &#60;request type=&#8221;export&#8221; xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:noNamespaceSchemaLocation=&#8221;PortalConfig_1.4.xsd&#8221;&#62; &#60;portal action=&#8221;locate&#8221;&#62; &#60;url-mapping-context action=&#8221;export&#8221; objectid=&#8221;*&#8221; /&#62; &#60;/portal&#62; &#60;/request&#62; Script2.xml Following script will export page2 which is nested inside page1 urlmpping: &#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&#62; &#60;request type=&#8221;export&#8221; xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; build=&#8221;wp6014_010_01&#8243; version=&#8221;6.0.1.4&#8243; xsi:noNamespaceSchemaLocation=&#8221;PortalConfig_6.0.1_2.xsd&#8221;&#62; &#60;portal action=&#8221;locate&#8221;&#62; &#60;url-mapping-context action=&#8221;locate&#8221; label=&#8221;page1urlmappingcontext&#8221;&#62; &#60;url-mapping-context action=&#8221;export&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=365&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Following samples shows to export url mapping inside base portal:</p>
<p><strong>script1.xml:</strong></p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;request <strong><em>type=&#8221;export&#8221;</em></strong> xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:noNamespaceSchemaLocation=&#8221;PortalConfig_1.4.xsd&#8221;&gt;<br />
&lt;portal action=&#8221;locate&#8221;&gt;<br />
&lt;url-mapping-context <strong><em>action=&#8221;export&#8221; objectid=&#8221;*&#8221; </em></strong>/&gt;<br />
&lt;/portal&gt;<br />
&lt;/request&gt;</p>
<p><strong>Script2.xml</strong></p>
<p>Following script will export page2 which is nested inside page1 urlmpping:</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;request <em>type=&#8221;export</em>&#8221; xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; build=&#8221;wp6014_010_01&#8243; version=&#8221;6.0.1.4&#8243; xsi:noNamespaceSchemaLocation=&#8221;PortalConfig_6.0.1_2.xsd&#8221;&gt;<br />
&lt;portal action=&#8221;locate&#8221;&gt;<br />
&lt;url-mapping-context <strong>action=&#8221;locate&#8221;</strong> label=&#8221;page1urlmappingcontext&#8221;&gt;<br />
&lt;url-mapping-context <strong>action=&#8221;export&#8221;</strong> label=&#8221;page2urlmappingcontext&#8221; /&gt;<br />
&lt;/url-mapping-context&gt;<br />
&lt;/portal&gt;<br />
&lt;/request&gt;</p>
<p>xmlaccess -in D:\Temp\export\urlmapping.xml -user wpsadmin -password wpsadmin -url http://localhost:10038/wps/config -out D:\Temp\script1_out.xml</p>
<p>2. Following scripts shows to export urlmapping inside a virtual portal:</p>
<p><strong>Script3.xml</strong></p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;request <strong><em>type=&#8221;export</em>&#8220;</strong> xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; build=&#8221;wp6014_010_01&#8243; version=&#8221;6.0.1.4&#8243; xsi:noNamespaceSchemaLocation=&#8221;PortalConfig_6.0.1_2.xsd&#8221;&gt;<br />
&lt;portal action=&#8221;locate&#8221;&gt;<br />
&lt;url-mapping-context <strong><em>action=&#8221;export&#8221;</em></strong> label=&#8221;vp1&#8243; /&gt;<br />
&lt;/portal&gt;<br />
&lt;/request&gt;</p>
<p><strong>Script4.xml</strong></p>
<p>Following script will export page2 which is nested inside page1 urlmpping under a virtual poratl:</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;request <strong><em>type=&#8221;export</em>&#8220;</strong> xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; build=&#8221;wp6014_010_01&#8243; version=&#8221;6.0.1.4&#8243; xsi:noNamespaceSchemaLocation=&#8221;PortalConfig_6.0.1_2.xsd&#8221;&gt;<br />
&lt;portal action=&#8221;locate&#8221;&gt;</p>
<p>&lt;url-mapping-context <strong>action=&#8221;locate&#8221;</strong> label=&#8221;vp1&#8243;&gt;<br />
&lt;url-mapping-context <strong>action=&#8221;locate&#8221;</strong> label=&#8221;page1urlmappingcontext&#8221;&gt;<br />
&lt;url-mapping-context <strong>action=&#8221;export&#8221;</strong> label=&#8221;page2urlmappingcontext&#8221; /&gt;<br />
&lt;/url-mapping-context&gt;<br />
&lt;/portal&gt;<br />
&lt;/request&gt;</p>
<p>xmlaccess -in D:\Temp\export\scrip3.xml -user wpsadmin -password wpsadmin -url http://localhost:10038/wps/config/vp1 -out D:\Temp\script3_out.xml</p>
<p>Note: By default all the child urlmapping contexts if exist would be exported along with parent.</p>
<p><strong>Rerferences:</strong></p>
<p>https://www-304.ibm.com/support/docview.wss?uid=swg21267262</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/365/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=365&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2012/01/06/export-url-mappings-in-websphere-portal-using-xmlaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>1.352083 103.819836</georss:point>
		<geo:lat>1.352083</geo:lat>
		<geo:long>103.819836</geo:long>
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
		<item>
		<title>cluster-setup taks failed with error code EJPCA3004E: ERROR: /CacheInstance:strategy/ not there in WebSphere Portal V6.0</title>
		<link>http://wplinux.wordpress.com/2012/01/04/cluster-setup-taks-failed-with-error-code-ejpca3004e-error-no-there-in-websphere-portal-v6-0/</link>
		<comments>http://wplinux.wordpress.com/2012/01/04/cluster-setup-taks-failed-with-error-code-ejpca3004e-error-no-there-in-websphere-portal-v6-0/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 02:09:43 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[Web Content Management]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=360</guid>
		<description><![CDATA[If Dmgr and nodes are running on version 6.0.2.17 or higher, then adding new member into cluster will fail during the WPSconfig cluster-setup task due to WAS version 6.0.2.17 introduced changes to the scoping behavior of the application server. Portal scripts previously looked at the server scope for certain resources. This results in failures during [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=360&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If Dmgr and nodes are running on version 6.0.2.17 or higher, then adding new member into cluster will fail during the WPSconfig cluster-setup task due to WAS version 6.0.2.17 introduced changes to the scoping behavior of the application server. Portal scripts previously looked at the server scope for certain resources. This results in failures during WPSconfig cluster-setup for both the primary and the secondary node.</p>
<p>This error was resolved by following steps:</p>
<p>1. Downgrading WAS version onto Dmgr and all nodes by uninstall WAS fixpack which was installed after fresh installation.</p>
<p>2. Install the portal fix PK38907 and PK68347 onto the new member.</p>
<p>3. Run WPSconfig cluster-setup task.</p>
<p>References:</p>
<p>http://www-01.ibm.com/support/docview.wss?uid=swg24015073</p>
<p>https://www-304.ibm.com/support/docview.wss?uid=swg1PK68347</p>
<p>http://groups.google.com/group/ibm.software.websphere.portal-server/browse_thread/thread/56c61658a417ddf3</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/360/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=360&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2012/01/04/cluster-setup-taks-failed-with-error-code-ejpca3004e-error-no-there-in-websphere-portal-v6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>1.352083 103.819836</georss:point>
		<geo:lat>1.352083</geo:lat>
		<geo:long>103.819836</geo:long>
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
		<item>
		<title>JVM max heap size on 32-bit platform for WebSphere Portal</title>
		<link>http://wplinux.wordpress.com/2011/12/01/jvm-max-heap-size-on-32-bit-platform-for-websphere-portal/</link>
		<comments>http://wplinux.wordpress.com/2011/12/01/jvm-max-heap-size-on-32-bit-platform-for-websphere-portal/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 02:37:25 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[WebSphere Portal]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=357</guid>
		<description><![CDATA[Maximum JVM heap size for 32-bit platform can be set from 1.5-2 GB. But mostly the optimum value is about 1280 MB. It turns out that memory locations in a 32-bit system are referenced by 32-bit unsigned integers. This allows up to 2^32 possible memory locations. Since each location stores 1 byte you get 2^32 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=357&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Maximum JVM heap size for 32-bit platform can be set from 1.5-2 GB. But mostly the optimum value is about 1280 MB.</p>
<p>It turns out that memory locations in a 32-bit system are referenced by 32-bit unsigned integers. This allows up to 2^32 possible memory locations. Since each location stores 1 byte you get 2^32 bytes or 4 GB if you prefer. On a 64 bit system there are 2^64 locations, or 16 exabytes.</p>
<p>Now, in Windows, the contiguous part becomes a big issue, but that is just how Windows does things. The idea is that you need to have an entire &#8220;uninterrupted&#8221; range for your heap. Sadly, Windows allocates some memory somewhere in the middle. This basically leaves you with about half the left side or half the right side, about 1.5-2GB chunks, to allocate your heap.</p>
<p>References:</p>
<p>http://stackoverflow.com/questions/2457514/understanding-max-jvm-heap-size-32bit-vs-64bit</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/357/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=357&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2011/12/01/jvm-max-heap-size-on-32-bit-platform-for-websphere-portal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>1.352083 103.819836</georss:point>
		<geo:lat>1.352083</geo:lat>
		<geo:long>103.819836</geo:long>
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
		<item>
		<title>EJPXA0049E error when running XmlAccess to import xml</title>
		<link>http://wplinux.wordpress.com/2011/10/28/ejpxa0049e-error-when-running-xmlaccess-to-import-xml/</link>
		<comments>http://wplinux.wordpress.com/2011/10/28/ejpxa0049e-error-when-running-xmlaccess-to-import-xml/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 03:45:20 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=354</guid>
		<description><![CDATA[Here&#8217;s the error that usually shown in output xml file: &#60;status element="unknown" result="failed"&#62; &#60;message id="EJPXA0049E"&#62;com.ibm.wps.command.xml.XmlFormatException: EJPXA0049E: Input syntax error in line 1 column 1: the XML input does not conform to the XML schema.&#60;/message&#62; &#60;message&#62;org.xml.sax.SAXParseException: Content is not allowed in prolog.&#60;/message&#62; &#60;/status&#62; It&#8217;s usually because of some garbage characters added in the xml which was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=354&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the error that usually shown in output xml file:</p>
<p><tt>&lt;status element="unknown" result="failed"&gt;<br />
&lt;message id="EJPXA0049E"&gt;com.ibm.wps.command.xml.XmlFormatException: EJPXA0049E: Input syntax error in line 1 column 1: the XML input does not conform to the XML schema.&lt;/message&gt;<br />
&lt;message&gt;org.xml.sax.SAXParseException: Content is not allowed in prolog.&lt;/message&gt;<br />
&lt;/status&gt;</tt></p>
<p>It&#8217;s usually because of some garbage characters added in the xml which was first exported by xmlaccess command.</p>
<p>If the garbage characters are not visible in the initial input file, then do the following:</p>
<p>1. Copy the contents starting at line 2 to last line from the input file<br />
2. Paste the contents in the notepad and save it as xml file<br />
3. Retry the XmlAccess import using the new xml file.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=354&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2011/10/28/ejpxa0049e-error-when-running-xmlaccess-to-import-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>1.352083 103.819836</georss:point>
		<geo:lat>1.352083</geo:lat>
		<geo:long>103.819836</geo:long>
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
		<item>
		<title>Add a user in WAS v6.0 admin console</title>
		<link>http://wplinux.wordpress.com/2011/10/12/grant-role-to-a-user-in-was-admin-console/</link>
		<comments>http://wplinux.wordpress.com/2011/10/12/grant-role-to-a-user-in-was-admin-console/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 10:16:47 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=350</guid>
		<description><![CDATA[1. Add the user first inside WAS admin console &#62; System administration &#62; Console 2. Run the following command to encrypt the password \PortalServer\config\wpsconfig.bat wmm-encrypt –Dpassword=password 2.1 If it&#8217;s &#8220;Clustered environment&#8221;, then checkout wmm files from Dmgr by running the following command but before that make sure you have take backup of existing wmm directory: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=350&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Add the user first inside WAS admin console &gt; System administration &gt; Console</p>
<p>2. Run the following command to encrypt the password</p>
<p>\PortalServer\config\wpsconfig.bat wmm-encrypt –Dpassword=password</p>
<p>2.1 If it&#8217;s &#8220;Clustered environment&#8221;, then checkout wmm files from Dmgr by running the following command but before that make sure you have take backup of existing wmm directory:</p>
<p>wpsconfig.bat check-out-wmm-cfg-files-from-dmgr –DWasPassword=&lt;waspassword&gt;</p>
<p>3. Add the following entry into the file PortalServer\wmm\wmmWASAdmin.xml, use  and use encypted password return by config task in step-2</p>
<p>&lt;admin logonId=&#8221;test&#8221; logonPassword=&#8221;<em>encrypted password return in step-2</em>&#8221; uniqueUserId=&#8221;uid=test,o=Default Organization&#8221;/&gt;</p>
<p>3.1 If clustered environment then checkin wmm files into Dmgr by running the following command</p>
<p>wpsconfig.bat check-in-wmm-cfg-files-to-dmgr –DWasPassword=&lt;waspassword&gt;</p>
<p>OR alternatively you can skip step-2 and step-3 above and follow the step below:</p>
<p>2. Run the following command to add the user inside wmmWASAdmin.xml file:</p>
<p><tt>\PortalServer\config\work\wmm\bin\updateWmmWASAdminRegistry.bat -action 1 -logonId test -logonPassword test -uniqueUserId "uid=test,cn=users,ou=software,o=ibm"<br />
</tt></p>
<p>Actions can be:</p>
<p>1 &#8211; add a user<br />
2 &#8211; modify a user<br />
3 &#8211; delete a user</p>
<p>References:</p>
<p>https://www-304.ibm.com/support/docview.wss?uid=swg21246919</p>
<p>http://fernandokarnagi.wordpress.com/page/4/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/350/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=350&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2011/10/12/grant-role-to-a-user-in-was-admin-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>1.352083 103.819836</georss:point>
		<geo:lat>1.352083</geo:lat>
		<geo:long>103.819836</geo:long>
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
		<item>
		<title>Usefull blogs</title>
		<link>http://wplinux.wordpress.com/2011/09/15/usefull-blogs-2/</link>
		<comments>http://wplinux.wordpress.com/2011/09/15/usefull-blogs-2/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 02:50:46 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=347</guid>
		<description><![CDATA[Lessly Johnson: http://lesslyblog.blogspot.com/2010/11/list-of-useful-blogs-on-wcm-and-portal.html Siva R Vaka: http://sivavaka.blogspot.com/2011/08/deleting-all-versions-and-draft-items.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=347&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>Lessly Johnson: http://lesslyblog.blogspot.com/2010/11/list-of-useful-blogs-on-wcm-and-portal.html</li>
<li>Siva R Vaka: http://sivavaka.blogspot.com/2011/08/deleting-all-versions-and-draft-items.html</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/347/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=347&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2011/09/15/usefull-blogs-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating from WPv6.1.5 to WPv7</title>
		<link>http://wplinux.wordpress.com/2011/08/24/migrating-from-wpv6-1-5-to-wpv7/</link>
		<comments>http://wplinux.wordpress.com/2011/08/24/migrating-from-wpv6-1-5-to-wpv7/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 13:32:24 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=344</guid>
		<description><![CDATA[1. manageprofiles -create -defaultPorts -enableAdminSecurity false -profileName wp_profile7 -profilePath C:\Users\WebSphere7\wp_profile7 -templatePath C:\Users\WebSphere7\AppServer\profileTemplates\default -nodeName DefaultNode -cellName DefaultNode -hostName 277930-hlthap32.arahlthcare.com -isDefault -omitAction samplesInstallAndConfig defaultAppDeployAndConfig 2. WASPreUpgrade C:\Users\WebSphere7\waspreupgradebk C:\IBM\WebSphere\AppServer -oldProfile wp_profile 3. WASPostUpgrade C:\Users\WebSphere7\waspreupgradebk -profileName wp_profile7 -oldProfile wp_profile -username wpsadmin  -password wpsadmin -includeApps true -backupConfig false 4. In admin guide it&#8217;s suggested to change WPv7 ports after the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=344&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. manageprofiles -create -defaultPorts -enableAdminSecurity false -profileName wp_profile7 -profilePath C:\Users\WebSphere7\wp_profile7 -templatePath C:\Users\WebSphere7\AppServer\profileTemplates\default -nodeName DefaultNode -cellName DefaultNode -hostName 277930-hlthap32.arahlthcare.com -isDefault -omitAction samplesInstallAndConfig defaultAppDeployAndConfig</p>
<p>2. WASPreUpgrade C:\Users\WebSphere7\waspreupgradebk C:\IBM\WebSphere\AppServer -oldProfile wp_profile</p>
<p>3. WASPostUpgrade C:\Users\WebSphere7\waspreupgradebk -profileName wp_profile7 -oldProfile wp_profile -username wpsadmin  -password wpsadmin -includeApps true -backupConfig false</p>
<p>4. In admin guide it&#8217;s suggested to change WPv7 ports after the upgradeConfigEnigne task but as both portal servers are listening on same ports so it may update WPv6.1 configenigne tool. That&#8217;s why it&#8217;s suggested to do either remote migration or change the ports before running the upgradeConfigEngine task.</p>
<p>In my environment I guess it updated the WPv6.1 configenigne tool because it was not able to run successfully and it was pointing to WPv7 installation location during run time.<br />
5. upgradeConfigEngine wp_profile7 -conntype SOAP -hostname  277930-hlthap32.arahlthcare.com -port 16040 -user wpsadmin -password wpsadmin</p>
<p>&nbsp;</p>
<p>References:</p>
<p>https://www-304.ibm.com/support/docview.wss?uid=swg27021370&#038;aid=1</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=344&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2011/08/24/migrating-from-wpv6-1-5-to-wpv7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
		<item>
		<title>Change WebSphere Portal ports</title>
		<link>http://wplinux.wordpress.com/2011/08/23/change-websphere-portal-ports/</link>
		<comments>http://wplinux.wordpress.com/2011/08/23/change-websphere-portal-ports/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 13:10:13 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[WebSphere Application Server]]></category>
		<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=342</guid>
		<description><![CDATA[Run the following commands: 1. ConfigEngine.bat list-server-ports -DWasPassword=password OR ConfigEngine.bat list-server-ports-by-name -DServerName=server1 -DwasPassword=password 2. ConfigEngine.bat modify-ports-by-startport -DModifyPortsServer=servername -DStartPort=starting port number OR ConfigEngine.bat modify-ports-by-portsfile -DModifyPortsServer=servername -DPortsFile=full path to ports file Here are the contents of sample ports file: BOOTSTRAP_ADDRESS=10031 SOAP_CONNECTOR_ADDRESS=10033 SAS_SSL_SERVERAUTH_LISTENER_ADDRESS=10032 CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS=10025 CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS=10036 WC_adminhost=10027 WC_defaulthost=33344 DCS_UNICAST_ADDRESS=10029 WC_adminhost_secure=10039 WC_defaulthost_secure=10035 SIB_ENDPOINT_ADDRESS=10026 SIB_ENDPOINT_SECURE_ADDRESS=10037 SIB_MQ_ENDPOINT_ADDRESS=10030 SIB_MQ_ENDPOINT_SECURE_ADDRESS=10028 ORB_LISTENER_ADDRESS=10034 References: http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1/index.jsp?topic=/com.ibm.wp.ent.doc_v6101/install/stdalone_win_inst_wp.html http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1/index.jsp?topic=/com.ibm.wp.ent.doc_v6101/install/stdalone_win_inst_wp.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=342&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Run the following commands:</p>
<p><strong>1.</strong> ConfigEngine.bat list-server-ports -DWasPassword=password OR</p>
<p>ConfigEngine.bat list-server-ports-by-name -DServerName=server1 -DwasPassword=password</p>
<p><strong>2.</strong> ConfigEngine.bat modify-ports-by-startport -DModifyPortsServer=servername -DStartPort=starting port number OR</p>
<p>ConfigEngine.bat modify-ports-by-portsfile -DModifyPortsServer=servername -DPortsFile=full path to ports file</p>
<p>Here are the contents of sample ports file:</p>
<pre class="pre codeblock">BOOTSTRAP_ADDRESS=10031
SOAP_CONNECTOR_ADDRESS=10033
SAS_SSL_SERVERAUTH_LISTENER_ADDRESS=10032
CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS=10025
CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS=10036
WC_adminhost=10027
WC_defaulthost=33344
DCS_UNICAST_ADDRESS=10029
WC_adminhost_secure=10039
WC_defaulthost_secure=10035
SIB_ENDPOINT_ADDRESS=10026
SIB_ENDPOINT_SECURE_ADDRESS=10037
SIB_MQ_ENDPOINT_ADDRESS=10030
SIB_MQ_ENDPOINT_SECURE_ADDRESS=10028
ORB_LISTENER_ADDRESS=10034</pre>
<p>References: http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1/index.jsp?topic=/com.ibm.wp.ent.doc_v6101/install/stdalone_win_inst_wp.html</p>
<p>http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1/index.jsp?topic=/com.ibm.wp.ent.doc_v6101/install/stdalone_win_inst_wp.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=342&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2011/08/23/change-websphere-portal-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
		<item>
		<title>Verify your WebSphere portal installation contains WCM</title>
		<link>http://wplinux.wordpress.com/2011/08/11/verify-your-websphere-portal-installation-contains-wcm/</link>
		<comments>http://wplinux.wordpress.com/2011/08/11/verify-your-websphere-portal-installation-contains-wcm/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 12:58:42 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[Web Content Management]]></category>
		<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=340</guid>
		<description><![CDATA[There are 2 versions of Portal. One is Content and the other is Server. The &#8220;Server&#8221; version does not contain WCM. You can check in your C:\IBM\WebSphere\wp_profile\PortalServer\wps.properties, whether you have installed the server version which does not contain WCM. Following is Server installation which does not contains WCM: WPFamilyName=server WPInstallType=full Following is Content installation which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=340&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are 2 versions of Portal. One is <strong>Content</strong> and the other is <strong>Server</strong>. The &#8220;Server&#8221; version does not contain WCM.</p>
<p>You can check in your C:\IBM\WebSphere\wp_profile\PortalServer\<strong>wps.properties</strong>, whether you have installed the server version which does not contain WCM.</p>
<p>Following is <strong>Server</strong> installation which does not contains WCM:<br />
WPFamilyName=server<br />
WPInstallType=full</p>
<p>Following is <strong>Content</strong> installation which does contain WCM:</p>
<p>WPFamilyName=content<br />
WPInstallType=full</p>
<p><strong>References:</strong></p>
<p>https://www-304.ibm.com/support/docview.wss?uid=swg21320888</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=340&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2011/08/11/verify-your-websphere-portal-installation-contains-wcm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure WebSphere Portal with Active Directory over SSL as Federated Repository</title>
		<link>http://wplinux.wordpress.com/2011/08/02/configure-websphere-portal-with-active-directory-over-ssl-as-federated-repository/</link>
		<comments>http://wplinux.wordpress.com/2011/08/02/configure-websphere-portal-with-active-directory-over-ssl-as-federated-repository/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 12:46:47 +0000</pubDate>
		<dc:creator>Ishtiaque Daudpota</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://wplinux.wordpress.com/?p=333</guid>
		<description><![CDATA[1. Update the following parameteres in the template file wp_profile_root/ConfigEngine/config/helpers/wp_security_federated.properties federated.ldap.id=fedAD1 federated.ldap.host=ad.ibm.com federated.ldap.port=636 federated.ldap.bindDN=cn=wpsadmin,cn=users,dc=ibm,dc=com federated.ldap.bindPassword=wpsadmin federated.ldap.ldapServerType=AD2003 federated.ldap.baseDN=dc=ibm,dc=com federated.ldap.sslEnabled=true federated.ldap.sslConfiguration=NodeDefaultSSLSettings Run the following command to update parent property file wkplc.properties and validate the connection to LDAP: -&#62; ConfigEngine validate-federated-ldap -DparentProperties=C:\IBM\WebSphere\wp_profile\ConfigEngine\config\helpers\wp_add_federated_ad.properties -DSaveParentProperties=true -DWasPassword=wpsadmin -DPortalAdminPwd=wpsadmin 2. Run the following command to add a federated ldap and then restart [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=333&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Update the following parameteres in the template file wp_profile_root/ConfigEngine/config/helpers/wp_security_federated.properties<br />
federated.ldap.id=fedAD1<br />
federated.ldap.host=ad.ibm.com<br />
federated.ldap.port=636<br />
federated.ldap.bindDN=cn=wpsadmin,cn=users,dc=ibm,dc=com<br />
federated.ldap.bindPassword=wpsadmin<br />
federated.ldap.ldapServerType=AD2003<br />
federated.ldap.baseDN=dc=ibm,dc=com<br />
federated.ldap.sslEnabled=true<br />
federated.ldap.sslConfiguration=NodeDefaultSSLSettings</p>
<p>Run the following command to update parent property file wkplc.properties and validate the connection to LDAP:<br />
-&gt; ConfigEngine validate-federated-ldap -DparentProperties=C:\IBM\WebSphere\wp_profile\ConfigEngine\config\helpers\wp_add_federated_ad.properties -DSaveParentProperties=true -DWasPassword=wpsadmin -DPortalAdminPwd=wpsadmin</p>
<p>2. Run the following command to add a federated ldap and then restart WebSphere_Portal server:<br />
-&gt; ConfigEngine.bat wp-create-ldap -DWasPassword=wpsadmin</p>
<p>3. Check that all defined attributes are available in the configured LDAP user registry.Run the following task :<br />
NOTE: After running the following task, check the ConfigEngine/log/ConfigTrace.log file for missing attributes in portal. Then proceed to the following steps.<br />
-&gt; ConfigEngine wp-validate-federated-ldap-attribute-config -DWasPassword=password</p>
<p>4. Run the following task : The task will create “availableAttributes.html” file in wp_profile_root/ConfigEngine/log dir.<br />
-&gt; ConfigEngine.bat wp-query-attribute-config -DWasPassword=password</p>
<p>5. Enter a value for one of the following sets of parameters in the wkplc.properties file found under the VMM Federated repository properties heading to correct any issues found in the config trace file:<br />
federated.ldap.attributes.nonSupported<br />
federated.ldap.attributes.nonSupported.delete<br />
federated.ldap.attributes.mapping.ldapName<br />
federated.ldap.attributes.mapping.portalName<br />
federated.ldap.attributes.mapping.entityTypes</p>
<p>Run the following task to update the LDAP user registry configuration and then restart WebSphere_Portal:<br />
-&gt; ConfigEngine.bat wp-update-federated-ldap-attribute-config -DWasPassword=wpsadmin</p>
<p>6. Update the values for the following required parameters in the wkplc.properties file under the VMM supported entity types configuration heading:<br />
personAccountParent=cn=users,dc=ibm,dc=com<br />
groupParent=cn=groups,dc=ibm,dc=com<br />
personAccountRdnProperties=uid<br />
groupRdnProperties=cn</p>
<p>Run the following command to update Group and PersonAccount entity types and then restart WebSphere_Portal:<br />
-&gt; ConfigEngine wp-update-entitytypes -DWasPassword=wpsadmin</p>
<p>7. Update the following parameters in the property file wkplc.properties:<br />
newAdminId=<br />
newAdminPw=<br />
newAdminGroupId=</p>
<p>Change WAS admin Id by running the command and then restart WebSphere_Portal:<br />
-&gt; ConfigEngine.bat wp-change-was-admin-user -DWasPassword=wpsadmin -Dskip.ldap.validation=true</p>
<p>Change Portal admin Id by running the command and then restart WebSphere_Portal:<br />
-&gt; configEngine.bat wp-change-portal-admin-user -DWasPassword=wpsadmin -Dskip.ldap.validation=true</p>
<p>8. Enter a value for the following required parameters in the wkplc.properties file under the VMM realm configuration section:<br />
realmName=ADrealm1<br />
addBaseEntry=dc=us,dc=ibm,dc=com<br />
securityUse=active<br />
delimiter=/</p>
<p>Run the following command to create realm:<br />
-&gt; ConfigEngine.bat wp-create-realm -DWasPassword=password</p>
<p>9. To update the default parents per entity type and realm<br />
realmName=IDSRealm1<br />
realm.personAccountParent=cn=users,dc=us,dc=ibm,dc=com<br />
realm.groupParent=cn=groups,cn=groups,dc=us,dc=ibm,dc=com<br />
realm.orgContainerParent=dc=us,dc=ibm,dc=com</p>
<p>To update the default parents per entity type and realm.Run the following task and then restart WebSphere_Portal<br />
-&gt; ConfigEngine.bat wp-modify-realm-defaultparents -DWasPassword=password</p>
<p><strong>References:</strong></p>
<p>http://www-10.lotus.com/ldd/portalwiki.nsf/dx/MultipleRealms.pdf/$file/MultipleRealms.pdf</p>
<p>http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1/topic/com.ibm.wp.ent.doc_v615/install/win_add_ldap_ureg_ssl.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wplinux.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wplinux.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wplinux.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wplinux.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wplinux.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wplinux.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wplinux.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wplinux.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wplinux.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wplinux.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wplinux.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wplinux.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wplinux.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wplinux.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wplinux.wordpress.com&amp;blog=11934367&amp;post=333&amp;subd=wplinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wplinux.wordpress.com/2011/08/02/configure-websphere-portal-with-active-directory-over-ssl-as-federated-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ac95a65f22a8d2bd4058438199ffa83?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ishtiaque</media:title>
		</media:content>
	</item>
	</channel>
</rss>
