Managed Server Monitoring tools for WLS 8.1 on linux

Our organization uses a set of locally written shell scripts to monitor the status of the managed servers in a WLS 8.1 domain installed on RedHat Linux 4, update4.
The main monitoring script uses the output of the "ps" and "netstat" commands to determine the process-id, server name, and tcp ports used by each managed server.
It is able to determine the name of the managed server by parsing the value of the "-Dweblogic.Name" parameter from the command line of the java command that launches the jvm that represents the managed server.
When a managed server is started, the command line resembles the following:
java \
-DLotsofVariables \
-classpath LotsofCpElements \
-Djava.security.policy==PolicyFile \
-Dweblogic.Name=NameOfMgdServer
The maximum number of characters displayed by the "ps" command with the wide (-w) option is 4096.
A recent addition to the class path has increased the length of the command line, resulting in the "NameOfMgdServer" being truncated.
It now appears similar to the following:
java \
-DLotsofVariables \
-classpath LotsofCpElements \
-Djava.security.policy==PolicyFile \
-Dweblogic.Name=NameO
This breaks our monitoring script because it is looking for a managed server named "NameOfMgdServer", not "NameO".
Each managed server is monitored by the WLS administration server and the local node manager.
Is there a way to restructure or rewrite the command line used to launch the managed server java jvm such that the "-Dweblogic.Name=NameOfMgdServer" appears before the specification of the classpath?
I can find no mention of the "-Dweblogic.Name" parameter on the "Remote Start" tab corresponding to each managed server, so it appears that WLS is building the java command line internally based on the contents of the config.xml file, before launching the managed server process.
I've considered adding an additional parameter to the java command line preceding the specification of the classpath, simply to identify the identity of the managed server, but I don't like this type of hack.
Perhaps someone else has developed a similar monitoring tool, and could provide some advice?
Any feedback is appreciated

Our organization uses a set of locally written shell scripts to monitor the status of the managed servers in a WLS 8.1 domain installed on RedHat Linux 4, update4.
The main monitoring script uses the output of the "ps" and "netstat" commands to determine the process-id, server name, and tcp ports used by each managed server.
It is able to determine the name of the managed server by parsing the value of the "-Dweblogic.Name" parameter from the command line of the java command that launches the jvm that represents the managed server.
When a managed server is started, the command line resembles the following:
java \
-DLotsofVariables \
-classpath LotsofCpElements \
-Djava.security.policy==PolicyFile \
-Dweblogic.Name=NameOfMgdServer
The maximum number of characters displayed by the "ps" command with the wide (-w) option is 4096.
A recent addition to the class path has increased the length of the command line, resulting in the "NameOfMgdServer" being truncated.
It now appears similar to the following:
java \
-DLotsofVariables \
-classpath LotsofCpElements \
-Djava.security.policy==PolicyFile \
-Dweblogic.Name=NameO
This breaks our monitoring script because it is looking for a managed server named "NameOfMgdServer", not "NameO".
Each managed server is monitored by the WLS administration server and the local node manager.
Is there a way to restructure or rewrite the command line used to launch the managed server java jvm such that the "-Dweblogic.Name=NameOfMgdServer" appears before the specification of the classpath?
I can find no mention of the "-Dweblogic.Name" parameter on the "Remote Start" tab corresponding to each managed server, so it appears that WLS is building the java command line internally based on the contents of the config.xml file, before launching the managed server process.
I've considered adding an additional parameter to the java command line preceding the specification of the classpath, simply to identify the identity of the managed server, but I don't like this type of hack.
Perhaps someone else has developed a similar monitoring tool, and could provide some advice?
Any feedback is appreciated

Similar Messages

  • Is there any monitoring tool for web server and application server ?

    experts,
    I just want to know that is there any monitoring utility which being used to monitor the web server activities like threads web console session tracking and so on..
    I am using Jboss as my application server.If you suggest any monitoring tool for Jboss It would be helpful for me,

    You may use jConsole

  • Server monitor tools to use on OS 10.8 for monitoring 10.5 server?

    Hi,
    Are there Apple server monitor tools that I can use on OS 10.8 to monitor my OS 10.5 server?
    I used to have tools on my 10.6 machine, but now I upgraded to 10.8 and can't find the tools anywhere.
    Please help.
    Thanks.

    i got a way to open the Server Monitor App on 10.8.4
    take the version from Server Admin Tool 10.7.5
    then open the app with ctrl-klick > watch package content > go to the folder MacOS
    here is the main application drag & drop this on the terminal or symply doubleklick
    now make an alias to your desktop
    it really works :-) i don't know why apple this has discontinued
    hope this help all xserve users
    edit:
    i don't check with a 10.5 server, but it works from a 10.8 to a 10.7.5 server

  • Unable to install Remote Server Administration Tools for Windows 8 Release Preview on RTM 8 Enterprise

    Unable to install Remote Server Administration Tools for Windows 8 Release Preview on RTM 8 Enterprise 
    Standalone installer available here
    http://www.microsoft.com/en-us/download/details.aspx?id=28972
    fails with error code 0x80004005
    Is this because my installation has issues, or would the admin pack files be updated for RTM?
    Thank you in advance for any insight

    Found the solution here:
    http://social.technet.microsoft.com/Forums/en-US/w8itprogeneral/thread/6d8745e0-c4c1-463a-b4bb-09f6c9c22527
    Workaround:
    Download the RSAT package intended for Windows 8 Release Preview: http://www.microsoft.com/en-us/download/details.aspx?id=28972
    Extract the .msu file with a tool such as 7-Zip.
    Open an Admin command prompt and change directory to where you extracted the .msu.
    Run the following command to install (if x86 you probably have a different .xml filename): pkgmgr /n:Windows6.2-KB2693643-x64.xml
    Wait a while. You can look in task manager for pkgmgr. When it disappears, the installation is done.
    Use the tools as per usual.

  • SQL Server Data Tools for SQL 2014 setup

    Hello,
    I have been using SQL server 2008 with Visual Studio 2008 to perform the ETL processes.
    I have recently got SQL 2014 and realized that Business Intelligence Development Studio does not come with it so I have to download SQL Server Data Tools for Visual Basics 2012 or 2013 from:
    https://msdn.microsoft.com/en-us/data/hh297027
    Can someone advise what exactly I have to do if I want to start using SQL  2014 with SSDT? I still have VB 2008 installed and all my packages were created with that version.
    Do I need to download VB 2012 or 2013 plus SSDT and then SSDT? Do I also uninstall VB2008?
    Thanks in advnce

    Hello,
    If you want to keep developing packages for SQL Server 2008 then you need to use BIDS 2008, you cannot use SSDT.
    If you want to upgrade BIDS projects to SSDT, then you can use Integration Services Project Conversion Wizard from Visual
    Studio or SSIS Package Upgrade Wizard from SQL Server Management Studio (SSMS).
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Server Monitor tool

    Why cant i login to the server monitor tool on the server, also tryed from a remote machine.

    Use the local path provided in Server Monitor. To add the entry for Server Monitor running directly on the box that is being monitored, [you can use the localhost/127.0.0.1 path|http://support.apple.com/kb/TA24514] or the local system option within the Server Monitor menus.
    I'd encourage setting up a VPN solution here on your firewall, and not opening up the IPMI path through any firewall. Low-level console and similar hardware-level access can be a powerful attack vector, whether for a remote user that guesses right or for a currently- or formerly-authorized user that goes rogue. VPNs have various advantages, not the least of which is that you don't have to punch gazillions of protocol-specific holes through a firewall to get work done. And you can more centrally and more easily authorize (or de-authorize) specific remote access, given a decent firewall.
    If you do want to expose your IPMI to the wilds, here's the [Apple Well-Known Ports List|http://support.apple.com/kb/TS1629], and you'll find the IMPI LOM stuff and Server Admin listed in there.
    And for completeness, here is the general [LOM configuration sequence|http://support.apple.com/kb/HT2773]. Remember to physically pull the plug to power-cycle the LOM itself; the LOM stays powered when the box itself is shut off. Pulling the mains for some seconds forces the LOM to reload its configuration and its network settings when power is restored.
    Why localhost? NICs can serve multiple network addresses, and you can't get an IP packet out from one address on the box on the NIC, and back in the same NIC on a different address. Ethernet just doesn't work that way. And the host and the LOM can use the same NIC, though with different addresses.

  • Monitoring tools for db

    Hi
    Would like to get suggestions from everyone for the best monitoring tool for oracle db

    Oracle Enterprise Manager
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • DataGuard monitoring tool for NOC

    Hi,
    I'm looking for a dataguard monitoring tool for use in our NOC, I mean something operator/user friendly...

    If you have data guard broker license then your enterprise manager have all this informations to give !
    If you don't have the license then enterprise manager will not have that.
    edit:
    on enterprise manager: database -> choose oyur databse -> availability -> data guard (menu) -> Setup and manage -> ask you to use data guard broker (or not if you database is registered into data guard broker)

  • Monitoring tool for SunFire V210

    Hello,
    We are running a couple of SunFire V210. These servers are doing their job and we never have to touch them, this is the main reason why we have no expertise on these servers.
    One of the servers indicators is actually yellow, so I reckon I must have some Hardware issue with it. Is there any monitoring tool available on Solaris to perform a diagnostic (equivalent od Dell OpenManage on Dell server)?
    Thanks a lot for your time.
    Fred

    There is no "best" monitoring tool for AS. It all depends on what your shop is using currently for monitoring of other servers / services. You could monitor your AS using AS Control, but it doesn't send you any alerts etc. OEM might be a good choice, but not if you have to install (and but) it for one server etc. etc.

  • Monitoring tool for 10gAS

    Hi ,
    As my setup is running oracle 10g application server on Red hat Linux , iam looking for a monitoring tool to monitor my applications server, please suggest me which tool is best for monitoring and administrating
    regards
    Syed

    There is no "best" monitoring tool for AS. It all depends on what your shop is using currently for monitoring of other servers / services. You could monitor your AS using AS Control, but it doesn't send you any alerts etc. OEM might be a good choice, but not if you have to install (and but) it for one server etc. etc.

  • SQL Server Data Tools - for visual studio 2013

    Hi
    I have recently installed Visual Studio 2013 and need to install the SQL Server Data Tools too, as I have done in Visual Studio 2012, but I can not find the software, where can I get it?
    thanks
    MsdnMezzo

    Hi,
    I hope you serve.Regards
    SQL Server Data Tools for Visual Studio 2013 - 12.0.40403.0
    Portuguese (Brazil) 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/BR/SSDTSetup.exe
    Chinese (PRC) 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/CN/SSDTSetup.exe
    German 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/DE/SSDTSetup.exe
    English (United States) 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/EN/SSDTSetup.exe
    Spanish 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/ES/SSDTSetup.exe
    French 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/FR/SSDTSetup.exe
    Italian 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/IT/SSDTSetup.exe
    Japanese 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/JA/SSDTSetup.exe
    Korean 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/KO/SSDTSetup.exe
    Russian 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/RU/SSDTSetup.exe
    Chinese (Taiwan) 
    http://download.microsoft.com/download/2/A/4/2A4211D0-AA9B-4496-A9D4-48CDBED5C25C/TW/SSDTSetup.exe

  • Remote Server Administration Tools for Windows 10 Technical Preview Not installing

    When i try and install the remote server administration tools for windows 10 on my windows 10 technical preview install i get this error
    Any ideas why this is happening? when i'm installing the correct version for windows 10
    http://www.microsoft.com/en-us/download/details.aspx?id=44280

    On Thu, 12 Feb 2015 07:33:29 +0000, samfty wrote:
    Any ideas why this is happening? when i'm installing the correct version for windows 10
    If you're running 9926 then you're not installing the correct version. If
    you expand the Details section you'll see that version was published last
    October. You'll need this one, which was published in at the end of
    January:
    http://www.microsoft.com/en-us/download/details.aspx?id=45520
    Paul Adare - FIM CM MVP
    Q. How do you solve bus problems?
    A. Shoot the driver.

  • Server Administration Tools for Windows 8

    I've been trying to download/install Server Administration Tools for Windows 8 on my Win8 RTM box. regardless of what version of Server Admin tools I try to install I get the same error:
    I've been getting the download from
    http://www.microsoft.com/en-us/download/details.aspx?id=28972
    I've also tried
    http://www.microsoft.com/en-us/download/details.aspx?id=7887
    Any suggestions? I know this is quite vague, which is why I don't know how to go about figuring it out, so if you have any leading questions please feel free to ask!
    Thank you.

    Nope, I'm afraid the link on the blog you posted is broken, get the 'page not found' message
    We
    are sorry, the page you requested cannot be found.
    The
    URL may be misspelled or the page you're looking for is no longer available.
    We
    are sorry, the page you requested cannot be found.
    The
    URL may be misspelled or the page you're looking for is no longer available.

  • Wi-Fi Network Monitoring Tool for Palm OS 5.x

    Hi there..
    I'm trying to develop a 802.11b/g monitor tool for a Palm device (Tungsten C) using J2ME and it turns out to be pretty difficult or maybe even impossible.. meaning, I'm stuck. Since the J2ME VM is optimized for CLDC/MIDP enabled devices, it can't execute parts of the bytecode I used from jpcap. Same while trying to use libpcap with Java (using wrapper classes), it needs some of the J2SE classes which are not or partly supported by J2ME. So I was wondering whether you guys might have some suggestions to solve my problem (using Java)?
    Thanx & Greets from Switzerland, Mike.

    Any particular bytecode? Like maybe to do with doubles/floats? Or is java classes required by libpcap that are missing? I'm guessing you need deeper access to the 802.11 libraries to do monitoring. All you'll have in MIDP is the 'http' connector protocol.

  • Security monitoring tool for Cisco ASA

    Please suggest a checp and best security monitoring tool for Cisco ASA devices.

    You can use ossec, open source tool installed on linux:
    http://www.ossec.net/

Maybe you are looking for

  • Charging icon only show the icon or not charging.

    Since updating to snow leopard my battery icon even though being set to percentage only show the icon or not charging. Any suggestions

  • Controller DMRW1000 is not recognized with my 5GHz network

    I have the following items: Director DMC250, DMP100 and Controller DMRW1000. I decided to move all of them from the 2.4GHz to the 5GHz network, but the Controller is not recognized by LELA and when I try to set the network manually on the controller

  • XSD to create Message interface

    Hi, Is is possible to use the XSD imported from the data type and create the external definition to create the message interface directly without creating the message type. shree

  • TEST BPM

    Hi All: Is it possible to test the BPM during design time. Like we test the Mapping. Thankd in advace. Regd's Farooq.

  • How can I pass objects across neywork?

    How can I pass a ObjectOutputStream to a ObjectInputStream, across a socket? Thanks in advance for your posts!