Default style (Cherry Eve). Switch styles (Capricorn). XML Feed Calendar
All | Personal | Portal | Software | Sun
20070601 Friday June 01, 2007

Taking a break from SUN

It's time to move on... The journey was short, but not short of excitement. This is an emotional day for me. SUN being my dream company, it's hard to believe that I am quiting so early. I would definitly like to come back some day and enjoy life at SUN. But  for now, not ready to try my luck during this RIF season at SUN. I am moving on to join the R&D division of an asset management company. I will continue blogging at my personal blog.

Posted by unnisworld Jun 01 2007, 06:53:56 PM IST Permalink Comments [1]

20060720 Thursday July 20, 2006

How to connect to external cvs from SWAN

Steps for installing socks proxy.

[Read More] Posted by unnisworld Jul 20 2006, 03:36:11 PM IST Permalink Comments [0]

20060404 Tuesday April 04, 2006

Portlet Open Source Trading Site

A workspace for open source developers to develop a variety of JSR168 compliant open source portlets.

[Read More] Posted by unnisworld Apr 04 2006, 05:21:16 PM IST Permalink Comments [0]

Installing PS7 on Weblogic 8.1

Steps for installing Portal Server 7.1 on Weblogic 8.1 SP5 Solaris platform with AM on Weblogic Admin server and Portal on Managed server.


I am using port 7001 for admin server and 7003 for managed server.

Step 1:- Install Weblogic with admin server listening on 7001 and one managed server "managed1" listening on 7003.

Step 2:- Install Directory Server and Web Server 7 in "Configure Now" mode.
Start the DS using, /opt/SUNWdsee/ds6/bin/dsadm start /var/opt/sun/dsins1
If DS starts successfully, you will get a message like this on screen, "Server started: pid=3700"

Step 3:- Install Access Manager in configure later mode.

Step 4:- Start Weblogic admin server.

Step 5:- Configure AM using amsampleslilent file.

/opt/SUNWam/bin/amconfig -s amsamplesilent

An amsamplesilent file is present at /opt/SUNWam/bin/ directory.


Sample configuration values are given below,

<*** amsamplesilentfile ***>
SERVER_NAME=nicp85
SERVER_HOST=nicp85.india.sun.com
SERVER_PORT=7001
ADMIN_PORT=7001
DS_HOST=nicp85.india.sun.com
DS_DIRMGRPASSWD=11111111 --- this is the password given during DS installation
ROOT_SUFFIX="dc=india,dc=sun,dc=com"
ADMINPASSWD=11111111 --- password to be set for AM administration.
AMLDAPUSERPASSWD=00000000 --- password to be set for AM LDAP user.
COOKIE_DOMAIN=.sun.com
AM_ENC_PWD=""
NEW_OWNER=root
NEW_GROUP=other
PAM_SERVICE_NAME=other
WEB_CONTAINER=WL8

DEBUG_DIR=/var/opt/SUNWam/logs

BASEDIR=/opt

AM_REALM=disabled

WL8_HOME=/usr/local/bea
WL8_PROJECT_DIR=user_projects
WL8_DOMAIN=mydomain
WL8_CONFIG_LOCATION=$WL8_HOME/$WL8_PROJECT_DIR/domains
WL8_SERVER=myserver
WL8_INSTANCE=$WL8_HOME/weblogic81
WL8_PROTOCOL=$SERVER_PROTOCOL
WL8_HOST=$SERVER_HOST
WL8_PORT=$SERVER_PORT
WL8_SSLPORT=$ADMIN_PORT
WL8_ADMIN="weblogic"
WL8_PASSWORD="weblogic"
WL8_JDK_HOME=$WL8_HOME/jdk142_05
<*** amsamplesilentfile ***>

Step 5:- Restart Weblogic and check whether amconsole is coming up.
AM url must be http://:7001/amconsole
User is : amadmin
Password : the one we supplied in amsamplesilent file.

Step 6:- Start Weblogic managed server instance.

Step 7:- Install Portal using configure now option.

Step 8:- Restart the managed server. Try to access portal using,
http://:7003/portal

Posted by unnisworld Apr 04 2006, 02:29:02 PM IST Permalink Comments [0]