Re: Number of Linux servers

Geoff Puterbaugh wrote:
Madhu Epari wrote:
As per my knowledge goes 60-65 % web servers run on Apache and very few on
Linux.Perhaps we should clarify the terms:
Linux is an operating system which comes bundled with Apache.
Apache is an HTTP server, which is being ported to NT (another
operating system).
As further clarification, Apache is an HTTP server which is bundled with many
Linux distributions. Linux, however, is not bundled with Apache.
Apache runs on many Unixes. Recently, it has been modified to run more
efficiently on NT. There is a version for the Macintosh, as well.
The number of Apache web servers on the net is probably greater than the number
of Linux web servers. Nevertheless, there are a lot of Linux servers out
there--not "very few".
FWIW, I think Forte should consider/do a Linux port. I don't think it would be a
big effort, and, at the very least, it would garner lots of PR. I know I'd love
to be able to use Linux for development rather than NT.
- Coty
>
>
>
Madhu Epari also wrote;
But what are u trying to figure out by this statistics?I'm trying to figure out how many web servers are Linux.
All my best,
Geoff
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

At 11:03 PM 8/23/98 -0700, Geoff Puterbaugh wrote:
Madhu Epari wrote:
As per my knowledge goes 60-65 % web servers run on Apache and very few on
Linux. Perhaps we should clarify the terms:
Linux is an operating system which comes bundled with Apache.
Apache is an HTTP server, which is being ported to NT (another
operating system).
Madhu Epari also wrote;
But what are u trying to figure out by this statistics?I'm trying to figure out how many web servers are Linux.Well, I don't know how many of them are on Linux, but the 80% number
(actually, I think it was slightly higher) is the number that comes to mind
from my days with the AltaVista folks. Needless to say, as they crawl the
web, they just need to keep track (and they did).
I can see it being a reasonably high number, though. We did some statistics
and figured out that a 486/33 w/16 MB of main memory (yup! you read that
right!) could serve up over 100K pages per day. And, as sites go, that's
starting to get to the high end of medium. Now, you can't even buy hardware
like that anymore - you just have to find it laying around gathering dust.
If you go for a Pentium 133 or 166 - it's downright peppy - even when it's
doing a bunch of other stuff as well (mail, ftp, etc.). Plus, all admin can
be done remotely via telnet. Don't try that on NT. (Bill, eat your heart
out!! Yeah, like he listens to me!)
I don't know if the folks at AltaVista or Yahoo keep OS statistics on
servers (I know they do on browsers), but you might contact them, if you're
really curious.
Stephen
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Similar Messages

  • Find out listener port number in linux?

    hi, can anyone tell me how i find out the listener port number in linux?

    sti..l getting the same error (please see below)
    oracle@matt-desktop:~$ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 19-JUL-2010 16:39:19
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/matt-desktop/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 19-JUL-2010 16:39:21
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/matt-desktop/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    oracle@matt-desktop:~$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 19-JUL-2010 16:39:38
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 19-JUL-2010 16:39:21
    Uptime 0 days 0 hr. 0 min. 32 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/matt-desktop/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    oracle@matt-desktop:~$ cd $ORACLE_HOME/bin
    oracle@matt-desktop:/u01/app/oracle/product/11.2.0/dbhome_1/bin$ ./emca -config dbcontrol db -repos create
    STARTED EMCA at 19-Jul-2010 16:40:32
    EM Configuration Assistant, Version 11.2.0.0.2 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: orcl
    Listener port number: 1521
    Listener ORACLE_HOME [ /u01/app/oracle/product/11.2.0/dbhome_1 ]:
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /u01/app/oracle/product/11.2.0/dbhome_1
    Local hostname ................ matt-desktop
    Listener ORACLE_HOME ................ /u01/app/oracle/product/11.2.0/dbhome_1
    Listener port number ................ 1521
    Database SID ................ orcl
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: y
    19-Jul-2010 16:40:56 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u01/app/oracle/cfgtoollogs/emca/orcl/emca_2010_07_19_16_40_32.log.
    19-Jul-2010 16:40:57 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    19-Jul-2010 16:40:57 oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    19-Jul-2010 16:40:57 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /u01/app/oracle/cfgtoollogs/emca/orcl/emca_repos_create_<date>.log for more details.
    19-Jul-2010 16:40:57 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /u01/app/oracle/cfgtoollogs/emca/orcl/emca_2010_07_19_16_40_32.log for more details.
    Could not complete the configuration. Refer to the log file at /u01/app/oracle/cfgtoollogs/emca/orcl/emca_2010_07_19_16_40_32.log for more details.
    oracle@matt-desktop:/u01/app/oracle/product/11.2.0/dbhome_1/bin$
    =========================================================
    ========================================================
    The log file is 571 lines...
    is it anything to do with this stage: --->
    Listener ORACLE_HOME [ /u01/app/oracle/product/11.2.0/dbhome_1 ]:
    im not actually entrering anything, im just clicking enter??
    Edited by: user9200169 on 19-Jul-2010 08:45

  • Maximum number of Real Servers and Server Farms in ACE30 Module

    Hi All,
    Need help for below queries.
    What are the maximum number of real servers, server farms and virtual servers i can configure on ACE30 module?
    Is there any documentation available on cisco site where i can check this?
    Does it depend on the hardware or does it depend on the software version?
    Quick response would be really appreciated.
    Regards,
    Rachit.

    Hello Rachit,
    On the ACE module 30 you can have a maximum of: 16,383 rservers and 16,384 serverfarms
    This is not the same exact version which you have but here you have some addtional details:
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA5_1_0/configuration/slb/guide/rsfarms.html#wp1014522
    The ACE supports a system-wide maximum of 8192 class maps, here you have the reference about it:
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA5_1_0/command/reference/classmap.html
    Jorge

  • Limit on number of Managed Servers in a cluster

              Hi All,
              Do you know if there is any limit on number of managed servers I can have in a
              cluster.
              If there is a limit then how many?
              If not, is there a recommended limit from BEA?
              We are using Weblogic 6.1 SP2 and we have 16 managed servers running in the cluster.
              Under heavy load (through put about 600-800) the console is not responding fast.
              Also when we try to monitor the Weblogic Servers from the console under Monitoring->performance
              , the screen is not getting refreshed faster(which makes me think the monitoring
              info I see on the console is not completely correct).
              I have a heap size of 96m for admin and 768m for Managed Servers.
              Did anyone see this problem before.
              Are there any command line arguments that I can add to make my console respond
              faster?
              If not, do we have any patch from BEA that makes console work faster?
              Please suggest.
              Thanks for your attention,
              Kiran
              

    Hi Vineet,
    In Latest version of SAP MDM which is 7.1 we have the liberty to use multiple Main tables so answer to your question is yes we can use 20-30 main tables, now the question is that what type of data model you are prepairing this question is just to understand your entire structure and may be suggest some thing at higher level on which you can think and then take corrective action as per your thoughts.
    Generally even if you are integrating Customer/Products in single repository and then designing the main table you wont have to prepare such huge number of main tables you can have these two main tables and then rest of then as sub tables and refer it to each other also you need to know what imapct it will have on system performance becuase they would be referring to each other and also if you are creating some thousands of records in each repository then it is more advisable to use limited number of main tables and use MDM to it's fullest capability by designing such model that we have best utlisation of server performance.
    Hope it helped a bit.
    Let me know if you need any further information on same.
    Thanks and Regards
    Praful.

  • Authentication Failure traps from node 0.0.0.0 on Linux Servers

    We have installed ZFS server and agents on windows/Netware and Linux
    servers.
    On the Linux SUSE 9 Servers we installed the Management agent and Advnaced
    trending Agent and set the snmp server IP and community name
    but we are getting the above errors?
    Where exactly is the setting to disable Authentication traps
    we cannot locate ii in snmpd.conf.
    Can we configure the above snmp parameters with YAST
    Tks

    Hi,
    depending on VMware software this might be a problem of VMware. E.g. VMware Workstation only provides shared storage correctly in some version, not in most.
    So getting to the root cause of this problem might be difficult.
    Furthermore if this is a test environment, I recommend taking the latest software version (11.2). Oracle does not support 10.2.0.1 anymore, so not a good version anymore to learn/test on that.
    There is a good guide with virtual box on 11gR2:
    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-oel5-using-virtualbox.php
    Regards
    Sebastian

  • Monitor certificates expiry in linux servers

    Hi,
    Can anyone let me know if we can monitor certificate expiry on Linux servers in SCOM 2012 R2
    Thanks in Advance
    Bharath

    Bharath,
    Not sure what certificates you are wanting to monitor on your Linux servers but if openssl can read them you can run something like this in a UNIX/Linux Shell Command Rule.
    This will get the dates of the certificate the SCOM UNIX/Linux agent uses.
    openssl x509 -noout -in /etc/opt/microsoft/scx/ssl/scx.pem -dates
    notBefore=Sep 19 18:11:48 2013 GMT
    notAfter=Sep 19 18:21:36 2024 GMT
    From here you would need to parse out exactly what you need but should be easy to configure and trigger the rule if the date is expired. Of course if the date is expired on the SCOM agent this will not work as SCOM will fail to communicate with the
    agent. :)
    Regards,
    -Steve

  • Linux servers uptime monitoring

    Hi,
    Our Linux Team had a requirement that they get information alerts from SCOM about the servers uptime everyday.
    I tried to create a Unix/Linux shell command monitor but these alerts are based on the threshold. For eg: I will get the alerts if the server uptime is below the specified value. But the requirement is that everyday one information alert shoots to our linux
    team stating the server uptime information. If anyone has gone through this requirement, please share.
    Regards,
    Daya Ram

    Hi D.R
    Have you tried creating a SCOM Agent task? Basically you can run the command and get the out put from the Linux server through SCOM console.
    http://technet.microsoft.com/en-us/library/hh563486.aspx
    In SCOM console when you select Unix/Linux computers can you see something called Report Tasks that includes Availability report? If it is there that means you have reporting installed for SCOM. There are many reports you can use and customize for this purpose
    (i.e Microsoft Genereic Report - Availability)
    If you looking for uptime specifically I suggest you create an Agent task which can then be executed on the Linux servers.
    Thanks,
    Janaka
    Janaka Rangama MCT MIEEE MBCS (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable.)

  • Lync 2013 - Number of FE servers in paired pools

    Hi,
    We have an Ent. Edition Lync 2013 pool with 4 FE servers, we would like to implement a second pool at a different location for disater recovery.
    Does the DR pool which will be paired with production one need to have exactly the same number of FE servers or can it have less (i.e. 3) ?
    Thanks for your help,
    Luca

    You can have 1, or 3, or whatever number, it just has to be Enterprise to match Enterprise, you can't use Standard Edition with Enterprise for example.
    Per: http://technet.microsoft.com/en-us/library/jj204697.aspx
    "Each pool in a pair should have the capacity to serve all users from both pools in the event of a disaster."
    That's not a statement on the number of servers, just the capacity to do what you need to do if you fail.  It's sort of an obvious statement that speaks to load sharing among pools.  Don't max out two pools and expect to be able to fail over to
    one and run at full capacity.
    In a DR situation, you may not need full capacity, so the amount of resources you'll be giving it will be based upon your own internal best practices.
    Edit: And finally, yes I've done exactly what you're asking, it's fine.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Are Linux servers also vullnerable to apsb 11-14?

    Are Linux servers also vulnerable to apsb 11-14?  Only Windows, Mac's, and UNIX systems are listed in the alert.  We are running CF 9.0

    We are running CF 9 on Linux. To remediate vulnerability (APSB11-14), we were given below link for fix:
    http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb11-14.html
    We followed the steps and finally when we started CF Admin, it was throwing error. It was looking for path in as in Windows like
    'C:/{ColdFusionHome}/wwwroot ..........now the question is if the CFIDE or CF9 provided on this link also applicable for Linux too?If so, do we need to do any customization?
    Moreover if you look at step 9 for this:
    Go to {ColdFusion-Home}/wwwroot/WEB-INF directory and make a backup of WEB-INF folder.
    above path is using wwwroot which I guess comes in Windows.
    If somebody knows a separate link for APSB11-14 for Linux or can guide us if we are missing something on above link, please let me know.
    Thanks

  • Failover using SLM2008 and 2 linux servers

    I am wondering if LACP 802.3ad can work in this scenario where I have a single SLM2008 switch and 2 linux servers (not 2 nics in a single server)... is it possible to configure the switch to send packets to the alternate server if the primary one no longer responds?

    lacp is a method to control the bundling of several physical ports together to form a single logical channel. it may act as failover when link fails between 2 devices but they should have multiple links. if there is only one link between the 2 devices then it will not act as failover. on your case, i believed that it is not possible. lacp works by sending frames down all the link that have protocol enabled. if lacp is enabled on both server, both server will receive the frames from the switch.

  • Maximum number of Edge servers within a Pool for Lync 2013

    I see no reference as to the maximum number of Lync Edge servers within a pool. Does it follow the same as that of the Front End, and so, no more than 12 per pool?
    Also, can you have more than one edge pool within the same data center? I don't see why not, though validation is needed.
    Thanks,
    Christian
    Christian Frank

    Maximum no. Edge Servers 12,000 concurrent remote session
    You can refer below link for more info. about capacity
    http://technet.microsoft.com/en-us/library/gg615015.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • How to pull application names & version numbes  from  weblogic servers ??

    Hi Friends,
    I have situation that I need to display the application names and version number of ear/war/jar files that got deployed on weblogic servers using WLST or any simple way to do that.
    Scenario: I have 2 manged servers MNG1 & MNG2 and I had deployed google.1.4.5.ear, web.4.514.war & xxx.jar files and targeted to MSG1 & MSG2.
    ++++++
    Now I want to pull the applications names and the version numbers associated with it and display to some kind of dashboard page like below.
    | Application Name | Dev Environment | TEST Environment | PROD Environmnet |
    google 1.4.5 1.4.5 1.4.5
    web 4.514 4.514 4.514
    Like this .....
    can any one tell me the best way for achieving this task
    Thanks in advance,
    newbee
    Edited by: user11140631 on Dec 23, 2009 11:18 PM

    HI,
    Here i have developed a Simple JMX Code which displays the Application Name, It's Current Status and The Application Version. Please let me know this is what u wanted?
    import java.util.*;
    import java.util.Enumeration;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.management.ObjectName;
    import weblogic.jndi.Environment;
    import weblogic.management.*;
    import weblogic.management.runtime.*;
    import javax.management.*;
    public class ApplicationStatusChecker
    MBeanServer server = null; // MBeanServer
    MBeanHome mbeanHome=null;
    Hashtable inStart = new Hashtable();
    public ApplicationStatusChecker()
    try {
    Environment env = new Environment();
    env.setProviderUrl("t3://localhost:7001");
    env.setSecurityPrincipal("weblogic"); // username
    env.setSecurityCredentials("weblogic"); // password
    Context myCtx = env.getInitialContext();
    mbeanHome =(MBeanHome)myCtx.lookup("weblogic.management.home.localhome");
    server = mbeanHome.getMBeanServer();
    catch (Exception ex)
    System.err.println("\n\n\tCannot get MBeanServer: "+ex);
    public void getAllMBeans()
    Set set=mbeanHome.getAllMBeans();
    Iterator it=set.iterator();
    while(it.hasNext())
    System.out.println("\n\t "+it.next());
    public void getMBeanByType(String type)
    Set set=mbeanHome.getMBeansByType(type);
    Iterator it=set.iterator();
    while(it.hasNext())
    ApplicationRuntimeMBean appRun=(ApplicationRuntimeMBean)it.next();
    int n=appRun.getActiveVersionState();
    String status="";
    if(n==0) status="UNPREPARED";
    if(n==1) status="PREPARED";
    if(n==2) status="ACTIVATED";
    System.out.println("Application Name : "+appRun.getApplicationName());
    System.out.println("Application Status : "+status);
    System.out.println("Application Version : "+appRun.getApplicationVersion());
    System.out.println("---------------------------------------");
    public static void main(String ar[]) throws Exception
    ApplicationStatusChecker sm=new ApplicationStatusChecker();
    sm.getMBeanByType("ApplicationRuntime");
    OUTPUT
    C:\DELETE>java ApplicationStatusChecker
    Application Name : UsernameTokenEar
    Application Status : ACTIVATED
    Application Version : null
    Application Name : consoleapp
    Application Status : ACTIVATED
    Application Version : null
    Application Name : bea_wls_internal
    Application Status : ACTIVATED
    Application Version : null
    Application Name      : complexServiceEar+
    Application Status    : ACTIVATED+
    Application Version   : VesionB+
    Application Name : bea_wls9_async_response
    Application Status : ACTIVATED
    Application Version : null
    Application Name : mejb
    Application Status : ACTIVATED
    Application Version : null
    Application Name : SystemModuleA
    Application Status : ACTIVATED
    Application Version : null
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic JMX And Wonders Are Here)

  • Oracle 11.1.0.6 RDBMS Upgrade to 11.2  What Patch Number for Linux?

    I have Oracle RDBMS 11.1.0.6 on 64bit Linux two node RAC and trying to find out what is the patch number to upgrade the database to R2. Thanks

    yakub21 wrote:
    I have Oracle RDBMS 11.1.0.6 on 64bit Linux two node RAC and trying to find out what is the patch number to upgrade the database to R2. ThanksYakub,
    Patches are only used within a release. 11.2 is '11g Release 2' - a new release. This is no longer a patch, it is an upgrade.
    You perform the upgrade as per the Upgrade manual in the doc set. PLEASE read that manual before you attempt te upgrade. There are a few steps and concepts that are significantly different from a patch.
    The starting point for an upgrade is the freely downloaded s/w. The software is a completely fresh install, but the database gets upgraded.
    By the way, I would not recommend jumping on 11.2 for an existing production environment until a careful evaluation has been made - upgrades always introduce significant changes and they could adversely affect an existing application is not properly tested and understood. Budget a few weeks (at least) to understand the differences.

  • Weblogic 9.2 cluster install across 2 linux servers - authentication errors

    Hello all,
                        I am currently trying to install a 9.2 cluster across two Linux machines, but am having a few problems that I was hoping someone here could help with. I?ve been reading the documentation, but feel as though it?s getting me nowhere.
                        I have two servers, on which I have installed weblogic portal 9.2. On the first I have then used the configuration wizard to great an admin server and cluster members 1, 2 and 3.
                        A cluster is created and the three cluster members are assigned to it.
                        Then I configure two unix machines, for the servers 1 and 2.
                        I assign the admin server and cluster member 1 to the first server. Cluster members 2 and 3 are assigned to the second server.
                        The connection pools and JMS stores I left as the default values.
                        The configuration completes and a domain is created on the first server.
                        I have copied the complete user_projects directory to the second server. I didn?t want to go through the configuration steps on each server that weblogic was to be installed on, so this looked like the easiest way to get the startManagedWeblogic scripts onto the second server. Also I didn?t find anything in the documentation that mentioned how to set up a cluster across multiple machines in any detail, only how to install multiple instances on a single server and run them as a cluster.
                        I manage to start the admin server ok and can connect through the web based admin console.
                        The first cluster member also starts up on the first server.
                        Now I go to the second server again, and when I try to start the cluster members here I get Authentication errors:
                        <Jan 31, 2007 2:56:22 PM CET> <Error> <Security> <BEA-090854> <SAMLCredentialMapper provider initialization failed: Could not retrieve credentials for AssertionSigningKey.>
              <Jan 31, 2007 2:56:23 PM CET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
              <Jan 31, 2007 2:56:23 PM CET> <Error> <com.bea.weblogic.kernel> <000000> <[Security:090735]The DBMS connection was not usable>
              <Jan 31, 2007 2:56:23 PM CET> <Critical> <Security> <BEA-090403> <Authentication for user weblogic denied>
              <Jan 31, 2007 2:56:23 PM CET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
              weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
                      at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:947)
                      at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
                      at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
                      at weblogic.security.SecurityService.start(SecurityService.java:141)
                      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
                      Truncated. see log file for complete stacktrace
              >
              <Jan 31, 2007 2:56:24 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
              <Jan 31, 2007 2:56:24 PM CET> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
              <Jan 31, 2007 2:56:24 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
              Autonomy engine processes stopped
                                  What am I doing wrong / forgetting to do.
                        Any help or suggestions are most helpful
                        Regards
                                  IV

    Hello ,
              I can help you in this regard, (let me see).
              Let me start from the beginning.
              Assumptions:
              M1 is hosting 1-Admin server(AdminServer), 2-Managed Server(ms1,ms2),
              M2 is hosting 1 -managed server (ms3)
              1. Install WebLogic Server/Portal product on M1 and M2 say /home/user1/bea1 - on M1
              /home/user1/bea1 - on M2
              2. Create Cluster Domain using ConfigWiz/WLST.
                   [ here I will talk abt Config Wiz)
                   - Open config Wiz
              - Create domain in Production Mode.(ideally Cluster is not supported in Dev mode )
                   - Create 1 Admin server, 3 Managed server Host = <M1> and config SSL port
                        AdminServer ? Host_M1
                        Ms1     ? Host_M1
                        Ms2     ? Host_M1
                        Ms3     ? Host_M2
              NOTE: *** Don't use IP addresses - use hostnames. The hostnames need to be specified in the correct format. When specifying a hostname, use the receiving server side's rules for SSL certificate hostname format when specifying the server address. The address that a client uses needs to match up with the server's SSL certificate host identity field ((example: pint21.bea.com on both server/client side, not just pint21 and other pint21.bea.com)
              Using the 'keytool' Java utility, verify the content of hostname identity embedded in the demo SSL certificate
              $ keytool -list -v -alias demoidentity -keystore DemoIdentity.jks
              Owner: CN=pisol18, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
              -     Config Data Source (conn pool) to Any DB Type you like, test them and run the DB scripts if applicable (Run DB).
              3. Create Managed Server template Using Pack/Unpack tool
              3.1     Using <WL_HOME>\common\bin\pack.cmd with ?managed option create managed server template.
              3.2     Using <WL_HOME>\common\bin\unpack.cmd on M2 to create the domain on Host2
              4. Starting the Admin Server
              5. Start the Managed server in many way. As given on edocs.
              http://edocs.bea.com/wls/docs92/ConsoleHelp/taskhelp/clusters/StartOrStopAServer.html
              I hope this helps you,
              Thanks
              Viswa
              ------------

  • Load Balancing Linux servers with CSS 11050 series

    We would like to load balance Linux FTP and Web servers with a CSS 11050 series device. Does the content switch use SNMP to load balance the servers? If so, which MIBs need to be loaded on the servers?

    I dont believe that the CSS supports any SNMP load balancing mechanism.
    There is basically two factors involved in load balancing. One: the state of the servers which can be done via a range of mechanisms including ping, TCP connection, Application request, etc. Two: the way a server is chosen when a request comes in including round-robin, least connections, ACA etc.
    Checkout these links:-
    http://www.cisco.com/warp/customer/117/basic_css_lb_config.html
    http://www.cisco.com/warp/customer/117/methods_load_bal.html

Maybe you are looking for

  • Makepkg fails on custom kernel.

    Hi. I'm trying to compile the arch kernel with a few added patches to increase battery life. What I have done is: Installed abs, and ran ABS as root. Then I made a directory called kernel, copied the kernel26 from ABS to that directory (so kernel had

  • USing Compressor I am encoding ProRes 422 to MP4 file

    I am using Compressor (3.5)to create a MP4 file from a Final Cut Pro 7.0 three min sequence(H 264 Mov converted to ProRes 422) on a 3gb IMAC. When the file finally converts I play the MP4 file in QT and the sound is out of sequence with the video. Wh

  • SCCM report query that displays count of cpus per host and if host is physical or virtual

    Hello, I have this query that displays the count of CPUs per host.  How can I add a column to show if the host a physical or virtual? SELECT DISTINCT(CPU.SystemName0) AS [System Name], CPU.Manufacturer0 AS Manufacturer, CPU.Name0 AS Name, COUNT(CPU.R

  • RV082 UPnP not working with Back To My Mac

    I have several Mac based applications that are not working with UPnP on my RV082 router. It's not listed as a compatible router on Apple's MobileMe Back To My Mac hardware compatibility list. Is there a way to manually configure port forwarding for t

  • Need to create OAF new Button Item with Destination URI with dynamic value

    Would like to add a personalization to a OAF page, with adding a new button Item. Behind the button item, one of the properties we would like to set is Destination URI, and we would like to have this with a dynamic value from the Page we are on. Let'