REST Service not enabled in Bigip 12 - f5

I have BigIP VE 12.1 installed and activated with lab licence. I couldn't access it using Rest API. I researched questions related this and checked "service restjavad it is running fine still rest calls not getting any response. someone please help on enabling the Rest services

What is the response to:
tmsh show sys service icrd
If you get "Service icrd has not been added to big start." Then you need to execute:
modify sys service iced add
'icrd' is the iControl REST daemon.
This will ensure that 'icrd' autoloads during BIG-IP boot-up. Hope that helps.

Related

How do i add Analytics to my existing wso2is? (WSO2 Identity Server)

Have deployed wso2is deployed on my k8s cluster using the Dockerfile mentioned in the https://github.com/wso2/docker-is/blob/5.7.x/dockerfiles/ubuntu/is-analytics/base/Dockerfile, its working fine.
Now the requirement has changed to have login stats (successful/unsuccessful/ failed attempts etc.) discover the Analytics support is the one use. But i am not quite sure how do i add this module into my Dockerfile?
Can someone list the various steps to install wso2is with analytics.
I have download the wso2is-analytics-5.7.0 zip, but i am not sure what else in the Dockerfile(from the link mentioned above) needs to change other than the :
"ARG WSO2_SERVER=wso2is-analytics"
Edited: so going once again the wso2is site : https://docs.wso2.com/display/IS570/Prerequisites+to+Publish+Statistics
Step 03: Configure Event Publishers , is these all optional? if already have wso2is deployed before?
because it says this "In a fresh WSO2 IS pack, you can view all the event publishers related to WSO2 IS Analytics in the /repository/deployment/server/eventpublishers directory."
Expected Result:
Have a working wso2is with analytics dasboard to track the login success/failure attempts.
thanks for your support, appreciate it!
Maurya (novice on wso2is)
The latest IS analytics-5.7.0, has different profiles, here, you need the following profiles,
Worker - Consume events from IS and process (This is consumed from event publishers in IS side, in the documentation, Step 3 and 4 are optional, that is documented for further understanding and not needed for deployment initially )
[1] https://hub.docker.com/r/wso2/wso2is-analytics-worker
Dashboard - This is to view the statistics
[2] https://hub.docker.com/r/wso2/wso2is-analytics-dashboard
[3] https://docs.wso2.com/display/IS570/Accessing+the+Analytics+Dashboard

Bluemix - IBM Containers problems for US South?

Anybody having problems with IBM Containers on US South in Bluemix?
Containers report Data currently available on the dashboard and if I try to list or start a container I get this error:
Catalog Error
×
BXNUI0513E: The attempt to retrieve containers failed because a problem occurred
contacting IBM Containers. Try again later. If the problem continues, go to
Support. For other help options, see the Bluemix Docs.
If I switch to the UK site, I can create and use containers.
I've just recently tried out a Docker container with a sshd and it was running fine for 5-6 hours. However, then it seemed like part of the Container service in Bluemix broke and I've not been able to access it for the past 24 hours.
Regards.
Mikael
For trial accounts you can create containers only in one space and this error sometimes occurs when the user tries to create a container in another region. Unfortunately since you're using 'pay as you go' in this in case you have to open a support request using one of the following methods in order to engage IBM Containers team to investigate your issue:
Use the Support Widget. It is available from the user avatar in the
   upper right corner of the main Bluemix UI.  After opening the support
   widget panel, select Get Help > Get In Touch , select the type of
   assistance you need, and then fill out the support form.
Use the Support Site 'Get Help' form. This form is available on a separate site that is made available for ticket submission when you cannot log into Bluemix and access the Support Widget.  Go to http://ibm.biz/bluemixsupport and fill in the support request form.
EDIT: I saw that you opened a Support ticket and the issue was fixed. It was an issue related to your specific organization.
Just a small note. Hopefully Containers in Dallas are now working well again. In addition, I wanted to note that we strongly discourage the use of sshd in containers for security reasons. The good news is shell access is at your fingertips via the cf ic exec <contianer id> /bin/bash command. (your container may need just bash or /bin/sh YMMV)

NServiceBus Gateway url not accessible in Windows Service

I've setup a demo NSB Gateway pretty much based on the samples. all working fine when running from visual studio. msg send from SiteA being received on SiteB.
However after I host SiteB in my local Windows Service (NServiceBus.Host.exe /install), I've noticed that SiteB's url is no longer accessible (ie. http://localhost:25899/SiteB) hence msg sent from SiteA all went into error queue.
Help would be apprecaited!
I've got it sorted!
when installing on the server i just need to add "NServiceBus.Lite NServiceBus.MultiSite" to the command line.
and it's all working as intended.

Utidev webserver's windows service not running

im trying to host my website developed in ASP.net4.0 in Ultidev's casini webserver 2.0.
bt when i try to host the same or click on http::/localhost:port, im getting following error.
Utidev webserver's windows service not running.
I dont hav clue on the windows service it's expecting.
Do i need to install any other dependencies ?
Please look at the error pic.
Please help me in this regard.
Thanks.
The host process for that application, DefaultSharedHostProcess, is having trouble starting. Look in the Windows Event Log, as well as "UWS.Installer.log.txt", "RegRepairTrace.txt" and "AppRegTrace.txt" files in the "%ProgramFiles%\UltiDev\Web Server" folder.
As there are a variety of circumstances which can lead to this error, you will need to edit your question and add in the relevant error details you discover from the logs, or go start a thread on UltiDev's support forum. For instance, I encountered this error because of a permissions issue to machine.config in a .NET 4 folder.
Ran into this today, and found if I recycle the host process, I was up and running.
In the UltiDev Web Server Explorer window on the left side, click on the Default Shared Host Process.
On the right side, you'll see a button named "Recycle Host Process". Click it, and answer Yes.
After this, the Windows Service started up, and I was able to communicate with my web app.

running and testing ejabberd on localhost?

I have installed ejabberd on my HP pavilion (Entertainment laptop running windows 7), during the installation i was prompted to enter the server domain. Since i wanted to experiment on it, i entered "localhost".When i try starting it, the web admin interface shows that an error has ocurred.checking the 3 log files, i cannot find the error. It seems that some ports have been blocked. But No error i find in the logs. How can i get it up and running so that i can test it on localhost using XMMP client or using jabberlang-XMPP driver.
Speaking of jabberlang XMPP erlang client library....Can someone please show me some examples on how u have used it? Also, which parameters can i uncomment or modify in ejabberd's conf file so as to run it on localhost.Should i have specified the server domain explicitly as "127.0.0.1" instead of "locahost" ?
Something on the "oneTeam XMPP client" embeddable in FirefoxI have got my firefox running this client and once i log in, it provides presence information on the friends i have on Gmail, not on the processOne IM free server i created [username#name.p1.im]. But i could chat with these friends of mine direct in their Gmail accounts. I need to understand how i will be able to use this if i install my own ejabberd server. Please remember to point me to resources about jabberlang XMMP client library. Thanks
/joshmuza#gmail.com
Jabberlang is deprecated. If you need an Erlang XMPP library, you should use exmpp.

Resources