Weblogic server: get all settings - weblogic

I am looking for a command-line script which can give me an overview of all settings which are set in Weblogic server. For Glassfish the following command exists asadmin get '*'.
Anybody an idea how to do this?

There is a scripting framework for WebLogic called WLST that can assist you with this.

Related

Are there any tools to export weblogic statistics to prometheus?

Wanted to know if there are any libraries/tools/APIs to export weblogic statistics to prometheus and further to grafana for monitoring purpose.
weblogic-monitoring-exporter from Oracle's GitHub Repository
With the older version of the weblogic wlst does provide the metrics. WLST is weblogic scripting tool.
Following things you can do:
Connect to wls server with wlst and write data into the file. Could be the log.
Use MTAIL tool to get the data (time-series)etc from parsing the log file.
References:
https://github.com/google/mtail
https://www.middlewareinventory.com/blog/monitor-weblogic-stuck-threads-wlst-script/

IBM Mobilefirst server configuration tool without GUI

I'm trying to install IBM Mobilefirst 7.0 server on production Ubuntu server in Amazon. The server has no GUI. I installed Websphere Application Server and IBM Mobilefirst server using silent installation of IBM Installation Manager and response file created on server with GUI. But now I'm stuck at a point where I have to configure MobileFirst server using server configuration tool. But I'm not able to find out how to do this without GUI since server configuration tool is GUI based. Any pointers or help would be highly appreciated!
You can use ant tasks to proceed with the configuration without the GUI.
Detailed steps for this can be found in the link below.
http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.deploy.doc/devref/t_transporting_apps_and_adapters.html
What I was asking for is way to implement MobileFirst Server administration without using GUI as given in step number 6 in this link: http://www-01.ibm.com/support/knowledgecenter/#!/SSHSCD_6.3.0/com.ibm.worklight.installconfig.doc/install_config/t_ov_server_install.html. Since the server I was working on does not have a GUI, I was stuck at step 6. But I found the way out now and for someone who is looking for this, the way to do is using ant scripts. Steps are listed at this link : http://www-01.ibm.com/support/knowledgecenter/#!/SSHS8R_7.0.0/com.ibm.worklight.installconfig.doc/devref/t_ant_tasks_configure_dbs_wlconsole.html

How do I connect JProfiler on a JBoss 7.x server in Domain mode?

I want to profile a server (JVM) that is part of a JBoss 7.1.3 domain. The Server Integration wizard of JProfiler only modifies standalone.sh, which is of no use in domain mode. Does anyone know how to accomplish this?
For application servers that don't have an integration wizard, use the [Generic] integration wizard. It will give you a VM parameter that has to be added to the java invocation of the application server.

Attach and Configure JACOCO agent on Weblogic Server

My Application is deployed on weblogic server. I want to attach jacoco agent to the weblogic server.
Is there any way to attach it in weblogic server using startWeblogic or setDomainEnv.
OR
is there any other way to implement this?
I tested this with Weblogic 12.1.3 on Linux and it worked.
setenv JAVA_OPTIONS -javaagent:$JACOCO_HOME/lib/jacocoagent.jar\=includes\=ccdemo.\*,output\=tcpserver,address\=\*
There were no changes to startWeblogic.sh or other files needed.

Adding Websphere portal server 6.1 in RAD 8

I am facing a problem in adding portal server 6.1 in RAD 8. it says "Could not create an RMI connector to connect to host at port 10031". I even tried to change the RMI port but still doesnt help. It seems the application server hasnt started. I cant start it from cmd and not even from RAD. Am I going wrong anywhere? Plz help.. Its urgent... Thanks..
What do you see as errors in the logs when you start the server from the command line? If it does not start in the command line i wouldn't bother trying to connect it from RAD.