Managing CSS11500 loadbalancers in cluster mode

Hello All,
This is a newbie question regarding CSS11500 series loadbalancers as I trying to get up to speed with managing them as part of my job.  I noticed that there are a couple of CSS "clustered together" since I see they are managed using a single ip address.
My question is around how to establish a session to each individual device in this cluster, if at all possible?  If is not possible, how do manage the secondary device in this cluster to perform tasks such as copying new software to it, backing it up, etc.?
Adil        

Hi Adil,
what i understood from "cluster" here is Box-to-box redundancy option in CSS where two CSS boxes share a common circuit IP's. If that is the case then we manage the CSS boxes using out of band mgmt interface available on SCM (can see the config in show run boot).

Similar Messages

  • Error while starting managed servers in a cluster

    Hi,
              I have Weblogic 8.1.3 deployed on my system. We've have a Ant script that set's up the project domain etc. We have an admin server and two other managed servers which are part of a cluster. I am able to start the admin server and access the admin console without any errors. However when I start any of the managed servers in the cluster, using the following command (startManagedWebLogic.cmd Reactor-1 http://localhost:80 OR startManagedWebLogic.cmd Reactor-2 http://localhost:80)
              I get the error listed below. The same Ant script was used to setup the project on another system and it worked but I haven't been able to set it up on my system.
              The error says that it could be due to servers having duplicate names in the cluster but thats not the case here, the managed servers are named Reactor-1 and 2.
              Also, the IP address being accessed, 192.168.141.50:81 is not my system, its another system on the network. I've done a full text search for the IP address but I've not been able to find it in ANY file under c:\bea.
              Can someone please tell me if I've missed something? I'd appreciated any help with this.
              Thanks
              Ameeth
              <Mar 21, 2005 4:52:43 PM GMT+05:30> <Notice> <Cluster> <BEA-000142> <Trying to download cluster JNDI tree from server Reactor-1
              .>
              <Mar 21, 2005 4:52:44 PM GMT+05:30> <Warning> <Net> <BEA-000905> <Could not open connection with host: 127.0.0.1 and port: 81.>
              <Mar 21, 2005 4:52:44 PM GMT+05:30> <Error> <Cluster> <BEA-000141> <TCP/IP socket failure occurred while fetching statedump ove
              r HTTP from Reactor-1.
              java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: '127.0.0.1', port: '81'
              at weblogic.net.http.HttpClient.openServer(Ljava.lang.String;I)V(HttpClient.java:275)
              at weblogic.net.http.HttpClient.openServer()V(HttpClient.java:329)
              at weblogic.net.http.HttpClient.<init>(Ljava.net.URL;Lweblogic.security.SSL.SSLClientInfo;Lweblogic.security.SSL.SSLSoc
              ketFactory;I)V(HttpClient.java:128)
              at weblogic.net.http.HttpClient.New(Ljava.net.URL;Lweblogic.security.SSL.SSLClientInfo;Lweblogic.security.SSL.SSLSocket
              Factory;I)Lweblogic.net.http.HttpClient;(HttpClient.java:196)
              at weblogic.net.http.HttpURLConnection.connect()V(HttpURLConnection.java:119)
              at weblogic.cluster.MemberManager.waitForSync(J)V(MemberManager.java:213)
              at weblogic.cluster.MemberManager.waitToSyncWithCurrentMembers()V(MemberManager.java:160)
              at weblogic.cluster.ClusterCommunicationService.initialize()V(ClusterCommunicationService.java:58)
              at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:924)
              at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
              at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String)I(T3Srvr.java:344)
              at weblogic.Server.main([Ljava.lang.String)V(Server.java:32)
              >
              <Mar 21, 2005 4:52:47 PM GMT+05:30> <Notice> <Security> <BEA-090170> <Loading the private key stored under the alias DemoIdenti
              ty from the jks keystore file C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
              <Mar 21, 2005 4:52:47 PM GMT+05:30> <Notice> <Security> <BEA-090171> <Loading the identity certificate stored under the alias D
              emoIdentity from the jks keystore file C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
              <Mar 21, 2005 4:52:47 PM GMT+05:30> <Warning> <WebLogicServer> <BEA-000311> <Attempting to use low strength (exportable) certif
              icates with a full strength (domestic) license.>
              <Mar 21, 2005 4:52:47 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C
              :\bea\weblogic81\server\lib\DemoTrust.jks.>
              <Mar 21, 2005 4:52:47 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C
              :\bea\JROCKI~1\jre\lib\security\cacerts.>
              <Mar 21, 2005 4:52:48 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000355> <Thread "SSLListenThread.Default" listening on port
              7002, ip address 127.0.0.1>
              <Mar 21, 2005 4:52:48 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 81,
              ip address 127.0.0.1>
              <Mar 21, 2005 4:52:48 PM GMT+05:30> <Notice> <Cluster> <BEA-000102> <Joining cluster ReactorCluster on 237.0.0.1:7001>
              <Mar 21, 2005 4:52:48 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000332> <Started WebLogic Managed Server "Reactor-1" for dom
              ain "ReactorAdminServer" running in Development Mode>
              <Mar 21, 2005 4:52:48 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
              <Mar 21, 2005 4:52:51 PM GMT+05:30> <Warning> <Net> <BEA-000905> <Could not open connection with host: 127.0.0.1 and port: 82.>
              <Mar 21, 2005 4:52:52 PM GMT+05:30> <Error> <Cluster> <BEA-000141> <TCP/IP socket failure occurred while fetching statedump ove
              r HTTP from 8288749592481618145S:localhost:[81,81,-1,-1,81,-1,-1,0,0]:192.168.141.50:81,192.168.141.50:82:ReactorAdminServer:Re
              actor-1.
              java.io.IOException: Reference to server no longer exists.
              Possible reasons for failure include having servers with duplicate names running on a cluster. Please check your configuratio
              n for this error.
              at weblogic.rmi.cluster.ServerInfoManager.updateServerInfo(Lweblogic.rmi.cluster.ServerInfo)V(ServerInfoManager.java:1
              11)
              at weblogic.rmi.cluster.ServerInfoManager.readUpdate(Ljava.lang.Object)V(ServerInfoManager.java:95)
              at weblogic.cluster.MemberAttributes.readExternal(Ljava.io.ObjectInput)V(MemberAttributes.java:103)
              at java.io.ObjectInputStream.readExternalData(Ljava.io.Externalizable;Ljava.io.ObjectStreamClass)V(Unknown Source)
              at java.io.ObjectInputStream.readOrdinaryObject(Z)Ljava.lang.Object;(Unknown Source)
              at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
              at java.io.ObjectInputStream.readObject()Ljava.lang.Object;(Unknown Source)
              at weblogic.cluster.HTTPExecuteRequest.execute(Lweblogic.kernel.ExecuteThread)V(HTTPExecuteRequest.java:91)
              at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest)V(ExecuteThread.java:219)
              at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
              at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread)V(Unknown Source)

    make sure you use a unique cluster multicast ip address. are you sure that your etc/hosts file has proper entries for localhost?

  • Weblogic Portal in Cluster-Mode : Synchronization Instance problem

    I've got 2 different servers running Portal with Avitek example
    On the first server, I've got The Admin Server and the first Managed Server of my cluster.
    On the second server, I've got my second Managed Server of my cluster and the Synchronisation Server.
    Question 1 : Should the Synchronization Server be a managed server or not ?
    Question 2 : As Admin Server should not respond to any customer requests, can I deploy all applications only on my Managed and Sync servers (except p13nConsole of course)?
    [att1.html]

    Laurent,
    ADMIN
    DataSync WebApp
    | |
    | |
    Managed 1 Managed 2
    Data Sync WebApp DataSync WebApp
    [ all three machines share a database ]
    So you configure your admin machine to not have any of the EJBs deployed, just an instance of the DataSync WebApp. You configure the DataSync WebApp (through Servlet context parameters) and give it the URLs which the other two managed machines Data Sync WebApps are listening on.
    Once you are in production you can disable the DataSync WebApps on the managed machines to ensure no one can send data to them directly.
    You can places the sync server on either a managed node or the admin machine. It doesn't matter too much from a technical standpoint which - it depends on your licensing requirements etc.
    By default the Master DR on an admin machine will use the RDBMS in read/write mode, while the Master DRs on the managed machines will use read-only mode (so you don't get redundant writes). If you move the sync server onto one of the managed machines you will have to explicilty put it into read/write mode by setting the System properties: data.sync.jdbc.master.dr (read/write RDBC) or (data.sync.jdbc.read.only.master.dr read-only JDBC).
    You can check your configuration from the Data Sync management pages:
    http://localhost:7051/p13nAppDataSync/index.html (example)
    Sincerely,
    Daniel Selman
    "Laurent PAILLARD" <[email protected]> wrote in message news:[email protected]..
    I've got 2 different servers running Portal with Avitek example
    On the first server, I've got The Admin Server and the first Managed Server of my cluster.
    On the second server, I've got my second Managed Server of my cluster and the Synchronisation Server.
    Question 1 : Should the Synchronization Server be a managed server or not ?
    Question 2 : As Admin Server should not respond to any customer requests, can I deploy all applications only on my Managed and Sync servers (except p13nConsole of course)?
    [att1.html]

  • Weblogic managed instance started in "admin" mode.

    Hi,
    I tried to startup a managed instance for my cluster and it was started in "admin" mode and not "running" mode. I am using WLS 9.2.
    Saw some error messages in the weblogic logs related to Database. Could it be the reason for that?
    Thanks.
    Vincent
    ####<Mar 18, 2013 9:39:02 AM SGT> <Info> <JDBC> [ACTIVE] ExecuteThread: '2' for
    queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1363570742322> <BEA-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLException: ORA-01033: ORACLE initialization or shutdown in progress
            at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
            at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOsesskey(T4CTTIoauthenticate.java:293)
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:357)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:420)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
            at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:300)
            at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:204)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1076)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1000)
            at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:1870)
            at weblogic.common.resourcepool.ResourcePoolImpl.access$800(ResourcePoolImpl.java:37)
            at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePo
    olImpl.java:1984)
            at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:265)
            at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    Sri Mud <> wrote:
    Hi,
    I am trying to start a Managed server running on WLS9.2 when the Admin
    server is down. I am using the following:
    ./startManagedWebLogic.sh <Managed server name> <Admin URL>
    I am getting the following error:
    weblogic.security.spi.ProviderInitializationException:
    [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: failed to connect to server ldap://<Admin
    URL> (91)Hi,
    Did you activate the managed server independent mode? (msi replication)
    If you, did you find those files on the managed server?
    rgrds,
    Bart
    Schelstraete Bart
    [email protected]
    http://www.schelstraete.org
    http://www.linkedin.com/in/bschelst

  • How to do throttling in cluster mode alsb?

    Hi ,
    In our project we are evaluating BEA alsb. Can any body suggest us how do we achieve throttling in cluster mode alsb..

    In ALSB 2.6 you can achieve throttling by controlling the work manager (thread pool) on the proxy and business service. In a cluster environment you can still use the same mechanism.
    In ALSB 3.0 we are improving the throttling capabilities and do smart load balancing, message prioritization and thread management accross the cluster. e.g. you want to make sure a back-end service is not called more than 10 times by ALSB no matter how many ALSB nodes are present.
    Gregory Haardt
    ALSB Prg. Manager
    [email protected]

  • OIM9.1.0.1 in Cluster mode installation issue

    Hello,
    I am facing some issues to setup OIM9.1.0.1 with JBoss Application Server (Cluster mode). After installation of OIM, when I try to start application server, then it is not getting stated. Below are the some initial JBoss AS errors
    2008-12-18 12:14:59,625 ERROR [org.apache.commons.digester.Digester] Begin event threw exception
    java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn
         at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
         at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:521)
    2008-12-18 12:15:00,656 ERROR [org.jboss.deployment.MainDeployer] Could not start deployment: file:/C:/thcOIMSetup/jboss-4.2.3.GA/server/all/deploy/jboss-web.deployer/ROOT.war/
    org.jboss.deployment.DeploymentException: URL file:/C:/thcOIMSetup/jboss-4.2.3.GA/server/all/deploy/jboss-web.deployer/ROOT.war/ deployment failed at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:386)
    2008-12-18 12:15:00,703 ERROR [org.jboss.deployment.MainDeployer] DeploymentException while trying to deploy a package with a new deployer
    org.jboss.deployment.DeploymentException: URL file:/C:/thcOIMSetup/jboss-4.2.3.GA/server/all/deploy/jboss-web.deployer/ROOT.war/ deployment failed
    The environment details are
    •     OIM 9.1.0.1
    •     jdk1.6.0
    •     JBoss-4.2.3.GA
    •     Apache Web Server 2.2
    •     Oracle11g
    I am referring OIM 9.1.0 documentation; “Deploying in a Clustered JBoss Application Server Configuration“. I am not able to figure out the root cause of the problem. Please provide me some pointer to handle this problem.
    Any help would be greatly appreciated!
    Regards,
    Hardew

    Hi,
    I was able to resolve this issue, it looked like the main Tomcat deployer wasn't working i.e. the xlWebApp wasn't getting loaded, infact none of the webapps were getting loaded, i checked it out and found the classloader was trying to load the classes which jboss 4.2.3GA version doesn't even recognize at first place and hence the root.war deployment was failing and which triggered the failure for all the other deployment.
    I changed the classloader to load the classes which were right for jboss 4.2.3GA, for e.g.
    "org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn" to "org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn"
    "org.jboss.web.tomcat.tc5.jca.CachedConnectionValve" to "org.jboss.web.tomcat.service.jca.CachedConnectionValve"
    after changing this the main tomcat deployer worked and deployed Root.war and after that everything else got deployed.
    You can change this by changing these values in the jboss-web.deployer/server.xml or do the custom classloading using a separate custom classloader if you don't want to touch the jboss 4.2.3GA setup after OIM 9101 install.
    Thanks
    Shivam
    Edited by: Blue Divided on Jan 9, 2009 1:05 PM

  • Installing Oracle 10g Forms and Reports in Cluster Mode

    Dear All,
    My OS version is RHEL 4
    In our current setup we have oracle 10g database two node  cluster and Application Server 10g to node cluster.
    Currently our report server has been configured to run in standalone mode
    I have been asked to configure oracle 10g forms and report server in cluster mode.
    Please provide me with the documentation link to configure oracle 10g reports server in cluster mode.
    Thanks and Regards
    Monoj Das

    my main goal is load balancing only
    Then what I've done in 2007 might be what you need. In that thread there is a link to Web Cache Administrator's Guide : there you'll find everything you need to configure the web cache as a load balancer, particularly chapter 8 Setup and Configuration.
    Anyway, here briefly some configurations : we have two machines, say MachineA and MachineB. The DNS resolves MachineA to a virtual address, which is normally assigned to MachineA; if MachineA crashes, it gets assigned to MachineB.
    Users URL looks like this : http://MachineA:<port>/forms/frmservlet?config=<some config>
    MachineA's web cache distributes connection requests between MachineA and MachineB.
    Of course we're now using 11g as well, but that's another thing.

  • When will BRE [Backup restartable Extensions] be available in Ontap Cluster mode ?

    Hi Folks, When will BRE [Backup restartable Extensions] be available in Ontap Cluster mode. With 7-mode there is no issue, we can suspend and restart backup from the checkpoint, however with Ontap cluster mode version 8.3 I am currently running, this is not possible [I guess all versions]. If the Job is suspended in cluster mode, session ID is lost and new session  ID is generated when the backup is resumed, in other words data backup starts from begining. Is this something will be available in Onap 8.4 cluster mode ? Thanks,
    -Ashwin 

    Hi, Yeah, you are right - 8.3RC1 is older than 8.3P1.
     8.3 Releases:
     8.3RC1 ----> old release [I already tested - dump restart does not work]
     8.3RC2
     8.3
     8.3P1 -----> Customer already is on higher update and it still dosent work
     8.3P2
     8.3.1RC1 ---> Latest release
    My confusion has only increased now as far as when this BUG is fixed Or if at all fixed?
    http://mysupport.netapp.com/NOW/cgi-bin/bol?Type=Detail&Display=1472 According to this BUG, this is already fixed in all versions of 8.3. I am currently running 8.3RC1 Simulator and suspending a Job is causing NDMP session ID to end. In 7-mode: When we suspend a Job from Backup Software, NDMP session ID is not lost and when you run Backup status command, it shows -> State : RESTARTABLEThe key word is 'RESTARTABLE' which dosent seem to work in cluster mode.
    The NDMP Backup Restart Extension (BRE) interface is a proprietary extension defined in class 0x2050
    According to NDMP.org:
    NDMP_BRE_RESTART_BACKUP:
    This request is used by the backup application (DMA) to instruct the Data Server to restart a previous backup operation at a specific point in the backup stream.  Request arguments include a handle to a previously created backup context, the restart point specified as an absolute offset within the backup stream, and a file history entry corresponding to the restart point.The backup restart mechanism requires that the Data Server generate file history information and that the Data Server implementation of file history generate fh_info values as absolute byte offsets within the backup stream. The backup application determines restart points by accessing the Tape Server NDMP_MOVER_GET_STATE bytes_moved value at appropriate ‘checkpoints’ during the original backup operation. A checkpoint represents a known good point in the backup operation. BRE extensions are bydefault disabled, I enabled by setting it 'true' yet its not working. CMODE83RC1::*> ndmp extensions show
      (vserver services ndmp extensions show)Is Extension 0x2050 Enabled: true Thanks,
    -Ashwin

  • 2xC350 in High Availability Mode (Cluster Mode)

    Hello all,
    first of all, i`m a newbie in ironport. So Sorry for my basic questions, but i can`t find anything in the manuals.
    I want to configure the two boxes in High Availability Mode (Cluster Mode) but i don`t understand the ironport cluster architecture.
    1) in machine mode i can configure IP-Adresses -> OK
    2) in Clustermode i can configure listeners and bind them to a IP-Address -> OK
    But how works the HA?
    A) Should i configure on both boxes the same IP to use one MX Record? And if one box is down the other takes over?
    B) Or should i configure different IPs and configure two MX Records?
    And if one box is down the second MX will be used.
    Thanks in advance
    Michael

    The ironport clustering is for policy distribution only - not for smtp load mgmt.
    A) Should i configure on both boxes the same IP to use one MX Record? And if one box is down the other takes over?
    Could do - using NAT'ing on the f/w but few large business take this approach today.
    Many/most large businesses use a HW loadbalancer like an F5, Foundry ServerIron, etc. The appliances themselves would be set up on seperate IP addresses. Depending on the implementation requirements, the internal IP address could be a public IP or a private IP.
    B) Or should i configure different IPs and configure two MX Records?
    And if one box is down the second MX will be used.
    If you set up two boxes, even with a different MX preference, mail will be delivered to both MX records. There are broken SMTP implementations that get the priority backwards, and many spammers will intentionally attempt to exploit less-restrictive accept rules on secondary MX recievers and will send to them first.

  • Getting a  BEA-000802   java.lang.ClassCastException: in cluster mode only

    Guys ,
              I get a <BEA-000802> java.lang.ClassCastException in cluster mode , but works fine on a local instance. Please take a look at the stack trace below .
              <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
              java.lang.ClassCastException: cannot assign instance of com.ibm.ie.web.presentation.IEPresentationCommandProcessor_814_WLStub to field com.ibm.web.servlet.Environment.presentationCommandProcessor of type com.ibm.web.presentation.PresentationCommandProcessor in instance of com.ibm.ie.web.servlet.IEEnvironment.
              java.lang.ClassCastException: cannot assign instance of com.ibm.ie.web.presentation.IEPresentationCommandProcessor_814_WLStub to field com.ibm.web.servlet.Environment.presentationCommandProcessor of type com.ibm.web.presentation.PresentationCommandProcessor in instance of com.ibm.ie.web.servlet.IEEnvironment
                   at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
                   at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137)
                   at weblogic.cluster.replication.ReplicationManager_814_WLStub.update(Unknown Source)
                   at weblogic.cluster.replication.ReplicationManager.updateSecondary(ReplicationManager.java:775)
                   at weblogic.servlet.internal.session.ReplicatedSessionData.syncSession(ReplicatedSessionData.java:490)
                   at weblogic.servlet.internal.session.ReplicatedSessionContext.sync(ReplicatedSessionContext.java:183)
                   at weblogic.servlet.internal.ServletRequestImpl.syncSession(ServletRequestImpl.java:2484)
                   at weblogic.servlet.internal.ServletRequestImpl.syncSession(ServletRequestImpl.java:2469)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3782)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
              Caused by: java.lang.ClassCastException: cannot assign instance of com.ibm.ie.web.presentation.IEPresentationCommandProcessor_814_WLStub to field com.ibm.web.servlet.Environment.presentationCommandProcessor of type com.ibm.web.presentation.PresentationCommandProcessor in instance of com.ibm.ie.web.servlet.IEEnvironment
                   at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:1885)
                   at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1076)
                   at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1851)
                   at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
                   at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
                   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
                   at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
                   at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
                   at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
                   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
                   at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1603)
                   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1271)
                   at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
                   at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
                   at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
                   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
                   at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
                   at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
                   at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
                   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
                   at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
                   at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
                   at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
                   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
                   at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
                   at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
                   at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
                   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
                   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
                   at java.util.HashMap.readObject(HashMap.java:1006)
                   at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                   at java.lang.reflect.Method.invoke(Method.java:324)
                   at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
                   at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1746)
                   at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
                   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
                   at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
                   at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
                   at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
                   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
                   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
                   at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:120)
                   at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:120)
                   at weblogic.cluster.replication.ReplicationManager_WLSkel.invoke(Unknown Source)
                   at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
                   at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
                   at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
                   at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
              Please advise , would be of help ..
              thanks a lot for taking a look
              s

    ####<Jan 19, 2007 2:55:00 AM CST> <Error> <Kernel> <bocephus.aus.lab.vignette.com> <Preview2DPMSrv> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000802> <ExecuteRequest failed
              java.lang.ClassCastException.
              java.lang.Throwable
                   at weblogic.servlet.internal.session.ReplicatedSessionContext.sync(ReplicatedSessionContext.java:175)
                   at weblogic.servlet.internal.ServletRequestImpl.syncSession(ServletRequestImpl.java:2581)
                   at weblogic.servlet.internal.ServletRequestImpl.syncSession(ServletRequestImpl.java:2566)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3920)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
              >
              ####<Jan 19, 2007 2:55:12 AM CST> <Error> <Kernel> <bocephus.aus.lab.vignette.com> <Preview2DPMSrv> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-000802> <ExecuteRequest failed
              java.lang.ClassCastException.
              java.lang.Throwable
                   at weblogic.servlet.internal.session.ReplicatedSessionContext.sync(ReplicatedSessionContext.java:175)
                   at weblogic.servlet.internal.ServletRequestImpl.syncSession(ServletRequestImpl.java:2581)
                   at weblogic.servlet.internal.ServletRequestImpl.syncSession(ServletRequestImpl.java:2566)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3920)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
              I am getting these logs in domain.
              How to solve this problem.
              Thanks
              Somashekar

  • SAP ERP 2005 installation in Cluster mode on Solaris Platform using LDoms

    Hello Gurus,
    We want to install SAP ERP 2005 (ECC 6.0 SR3) on Solaris 10, (Solaris cluster 3.2). Please let me know the procedure.
    What would be the basic steps or difference while performing installation. Also if anybody can give the mount point details in cluster mode will be the great help.
    The installation will active-passive like CI and DB will be in the different system.
    Also i would like to address that we will be using SUN's Logical domain i.e. we will install DB + Application 1 on one server and CI + Application 2 on second server.
    In that case DB + CI will be in cluster mode, and App 1 and App 2 will act as load balancing.
    Db is Oracle 10g and OS is Solaris 10.
    If any other details you guys want, i will be glad to put here.
    Thanks & Regards,
    Kshitiz Goyal

    > We want to install SAP ERP 2005 (ECC 6.0 SR3) on Solaris 10, (Solaris cluster 3.2). Please let me know the procedure.
    > What would be the basic steps or difference while performing installation. Also if anybody can give the mount point details in cluster mode will be the great help.
    I suggest you get a good Sun consultant on-site and discuss that with him. It would be a LOT to write here and there are always at least two possibilities of doing such an installation.
    The normal installation guides cover the differences between a normal installation and an HA installation, on top there is a lot of documentation available at Sun (http://docs.sun.com/app/docs/doc/820-2562) and also http://wikis.sun.com/display/BluePrints/UsingSolarisClusterandSunClusterGeographic+Edition
    Markus

  • Status of managed servers in a cluster

    i have an environment with multiple clusters . I want to deploy code using WLST to a specific cluster. Before deploying i want to check if the managed servers in that cluster are running ...
    how to check only managed servers in a specific cluster ... and not all managed servers in that domain ..
    connect("weblogic","xyz",admin:port)
    deploy ("abc","xyz.war","mycluster")
    where mycluster has 2 managed servers. My domain has several clusters
    thanks

    import sys
    import time
    url = sys.argv[ 1 ]
    username = sys.argv[ 2 ]
    password = sys.argv[ 3 ]
    try:
         connect( username, password, url )
    except WLSTException:
         print 'Administration server not running.'
         exit()
    print 'Shutting down servers for domain at url ' + url + '...'
    adminServer = cmo.getAdminServerName()
    cd( 'Servers' )
    servers = cmo.getServers()
    domainRuntime()
    for s in servers:
         serverName = s.getName()
         if serverName != adminServer:
              try:
                   serverRuntime = getMBean( '/ServerRuntimes/' + serverName )
                   serverState = serverRuntime.getState()
                   if serverState == 'RUNNING':
                        shutdown( name = serverName, entityType = 'Server', force = 'true', block = 'true', timeOut = 60000 )
                        print 'Server ' + serverName + ' shut down.'
              except AttributeError:
                   print 'Server ' + serverName + ' is not currently running.'
                   continue
    try:
         shutdown( name = adminServer, entityType = 'Server', force = 'true', block = 'false', timeOut = 60000)
    except WLSTException:
         print 'WARNING: Error occurred while attempting to shut down server ' + adminServer + ' .'
    print 'Server ' + adminServer + ' shutting down.'
    exit()

  • Not able to install Access Manager 7.1 in Legacy Mode with amsamplesilent

    HI All,
    I am building test setup on Solaris Zones.Recently it was patched to following level *5.10 Generic_138888-03*
    I am trying to install Access Manager in Legacy mode with amsamplesilent file.
    SERVER_NAME=sesamesso1
    SERVER_HOST=$SERVER_NAME.example.com
    SERVER_PORT=80
    ADMIN_PORT=8989
    DS_HOST=ssoldap1.example.com
    DS_DIRMGRPASSWD=l0cuz123
    ROOT_SUFFIX="dc=example,dc=com"
    SM_CONFIG_BASEDN=$ROOT_SUFFIX
    ADMINPASSWD=l0cuz123
    AMLDAPUSERPASSWD=l0cuz123am
    DEBUG_LEVEL=error
    DEBUG_DIR=/logs/sso/debug
    COOKIE_DOMAIN=.example.com
    AM_ENC_PWD=""
    NEW_OWNER=wbsrv
    NEW_GROUP=javaes
    PAM_SERVICE_NAME=other
    WEB_CONTAINER=WS
    AM_REALM=disabledBut AM is getting installed in Realm Mode. I need to install portal server with this Access Manager.
    please confirm,I am doing any mistake in my installation and please let me know whether portal server supports access manager realm mode or not.
    Thanks in Advance
    Madhu

    Thanks for the reply.
    I will give a try to install sun portal server 7.2 with accessmanager 7.1 in realm mode.Before patch updation my solaris sparc OS level was *5.10 Generic_118833-36* and I was able to install access manager 7.1 in legacy mode
    Is there any thing to be done for new patch level(*5.10 Generic_138888-03*) to install access manager 7.1 in legacy mode.
    Please let me know
    Thanks
    Madhu

  • X86 sc3.1-0805 sol10-0606 - Doesn't boot in cluster mode

    Hi,
    i'm at my first experience with Sun Cluster on x86.
    I've already tried at home with two p4 whiteboxes and now repeating the experiment here at work with a similar conf.( i happily run 6 v490 in 3 clustered pair with 3510Fc and a test 2 u10 clustered pair with Multipack).
    no matter what i try i ever end up with the same results:
    nodes boot up outside of the cluster. Interconnects doesn't start and (i think maybe cause of that) global devices don't get initialized.
    I already tried many reinstall, already tried to add etc/cluster/nodeid to the filelist.ramdisk and update boot archive e reconfigure, like described in an infodoc to workaround a well known problem, but nothing changed
    This is the situation as i start either one of the nodes:
    mordor-nodo2 # svcs -x
    svc:/system/cluster/mountgfsys:default (Suncluster mountgfsys service)
    State: maintenance since Tue Aug 08 15:37:51 2006
    Reason: Restarter svc:/system/svc/restarter:default gave no explanation.
    See: http://sun.com/msg/SMF-8000-9C
    See: /var/svc/log/system-cluster-mountgfsys:default.log
    Impact: 13 dependent services are not running. (Use -v for list.)
    svc:/system/cluster/gdevsync:default (Suncluster gdevsync service)
    State: maintenance since Tue Aug 08 15:37:51 2006
    Reason: Restarter svc:/system/svc/restarter:default gave no explanation.
    See: http://sun.com/msg/SMF-8000-9C
    See: /var/svc/log/system-cluster-gdevsync:default.log
    Impact: 13 dependent services are not running. (Use -v for list.)
    svc:/network/multipath:cluster (Network Monitor Daemon)
    State: maintenance since Tue Aug 08 15:37:39 2006
    Reason: Maintenance requested by an administrator.
    See: http://sun.com/msg/SMF-8000-63
    See: in.mpathd(1M)
    See: /etc/svc/volatile/network-multipath:cluster.log
    Impact: This service is not running.
    Only the public interface is up in sc_ipmp0 group
    Cluster interconnects are 3com elxl interface in all two nodes and are connected with cross-cables elxl0->>elxl0 elxl1-->elxl1 (verified that it works)
    I've removed switches and put cross-cables while troubleshooting to have a simpler setup.
    /etc/vfstab - every fs is mirrored - metadb are in s7 , globalfs in s3
    /dev/md/dsk/d0 - - swap - no -
    /dev/md/dsk/d10 /dev/md/rdsk/d10 / ufs 1 no -
    /devices - /devices devfs - no -
    ctfs - /system/contract ctfs - no -
    objfs - /system/object objfs - no -
    swap - /tmp tmpfs - yes -
    #/dev/md/dsk/d20 /dev/md/rdsk/d20 /globaldevices ufs 2 yes -
    /dev/md/dsk/d20 /dev/md/rdsk/d20 /global/.devices/node@1 ufs 2 no global
    Planning to add a multipack for the multihost disks. But i'd like to solve this problem before
    Nothing useful appears on the logs.
    I only got the initial
    Not booting in cluster mode
    and nothing more
    Maybe missing something about versions of the software/hardware am using that for any reason can't work togheter?
    or some fix is needed?
    Any hint would be appreciated
    I stay at disposal for any kind of info
    thanks

    Hi,
    you should elaborate a bit on your hardware.
    Is it x64 or x32, what is your shared storage.
    The "not booting in cluster mode" appears in example if you want to install SC 3.1 and SC3.2 on x32 hardware. If this your goal, you should start with Solaris Express and Solaris Cluster express.
    Kind regards
    Detlef

  • Remove quorum in non-cluster mode

    Hello everybody!
    How can I remove the quorum device in non-cluster mode?
    Becouse I can't do this in cluster mode...
    Booting as part of a cluster
    NOTICE: CMM: Node nfl-node3 (nodeid = 1) with votecount = 1 added.
    NOTICE: CMM: Node nfl-node4 (nodeid = 2) with votecount = 1 added.
    NOTICE: CMM: Node nfl-node1 (nodeid = 3) with votecount = 1 added.
    NOTICE: CMM: Node nfl-node2 (nodeid = 4) with votecount = 1 added.
    NOTICE: CMM: Quorum device 1 (/dev/did/rdsk/d9s2) added; votecount = 3, bitmask of nodes with configured paths = 0xf.
    NOTICE: CMM: Quorum device 2 (/dev/did/rdsk/d12s2) added; votecount = 1, bitmask of nodes with configured paths = 0xf.
    NOTICE: clcomm: Adapter e1000g3 constructed
    NOTICE: CMM: Node nfl-node3: attempting to join cluster.
    NOTICE: CMM: Node nfl-node1 (nodeid: 3, incarnation #: 1234208626) has become reachable.
    NOTICE: clcomm: Path nfl-node3:e1000g3 - nfl-node1:ce1 online
    NOTICE: CMM: Node nfl-node2 (nodeid: 4, incarnation #: 1234208578) has become reachable.
    NOTICE: clcomm: Path nfl-node3:e1000g3 - nfl-node2:ce1 online
    NOTICE: CMM: Cluster doesn't have operational quorum yet; waiting for quorum.
    NOTICE: CMM: Node nfl-node4 (nodeid: 2, incarnation #: 1234260318) has become reachable.
    NOTICE: clcomm: Path nfl-node3:e1000g3 - nfl-node4:e1000g3 online
    NOTICE: CMM: Cluster doesn't have operational quorum yet; waiting for quorum.Thanks a lot.

    Solve:
    0) reboot -- -x (reboot node in non-cluster mode)
    1) cp /etc/cluster/ccr/global/infrastructure /etc/cluster/ccr/global/infrastructure.backup.`date +%d_%m`
    2) vi /etc/cluster/ccr/global/infrastructure
    remove second quorum cluster.quorum_devices.2
    change cluster.quorum_devices.1.properties.access_mode scsi3 to cluster.quorum_devices.1.properties.access_mode scsi2
    3) /usr/cluster/lib/sc/ccradm -o -i /etc/cluster/ccr/global/infrastructure (create checksums)
    4) reboot
    Our admin ( EMS SYMMETRIX ) can't set scsi3 bit reservation... :-(
    I don't know why. >:-( I hate him, very lazy man!
    P.S. Tim thank for you again! You man!

Maybe you are looking for