IBM ACE: Running On Premise Independent Integration Server as Windows Service - ibm-integration-bus

Is there any way to run the On Premise Independent Integration Servers in IBM ACE as a Windows Service.

Integration server when deployed on an independent VM or laptop or bare metal is managed by Integration node. Integration node can be run as a windows service. You can check your services.msc on windows platform to verify.

Related

How to find all web services running on my system?

Is there a way to find all the web services running in my system?specifically rest services if possible?I am using windows 7 system 64 bit.
Well, I think you are thinking in two different things...
The first is "services" running on your operating system (Windows 7), and a service could be more than a web service, for example your database or your application server.
The second, a web service is running (when it works fine) through a application server (JBoss, Weblogic, Glassfish), not in a operating system, so if you want to know your web services you must to log in into your application server and search them, or check in the folder of deployments to know about it.

TeamCity services are running but I can't access the web interface. Any ideas for troubleshooting?

I have TeamCity installed on a Windows Server 2012 machine. I installed teamCity default installation as service.
Later I added the Application Role and Web Server Role features to the Windows Server.
Now I can't access TeamCity's web interface (I got 404 error) although the TeamCity Server service is running, and the agents' service are running too.
Any ideas/directions on troubleshooting this ?
Credit to Ebeid Soliman El Sayed:
Ensure the following services are disabled as they conflict with port 80:
IIS / SQL Server Reporting Services (ReportServer)
Web Deployment Agent Service (MsDepSvc)
BranchCache (PeerDistSvc)
Sync Share Service (SyncShareSvc)
World Wide Web Publishing Service (W3SVC)
Internet Information Server (WAS, IISADMIN)

starting Websphere portal

I have installed WebSphere portal in my local machine , it was running fine till now.Today i installed IBM HTTP server and suddenly my web sphere portal is not starting .
I have a WAS profile, web sphere portal server and ibm http server in my local machine which is running windows xp. All these are configured to run as windows service , now when i attempt to start the portal server i get below message:
WASService running at the same time for 'IBMWAS70Service -WebSphere_Portal_V$AIN' Service not started
Any input on this will be appreciated.
I restarted my machine and things worked fine :). Mostly likely there was some services created in windows services with same name or something of that sought which was rectified once i restarted my machine.

What is Windows Fabric and how to host services in it?

I recently installed Windows Server Service Bus 1.0 (on a Windows Server 2008 R2 machine).
That also installs "Windows Fabric" (not AppFabric).
Could not find much information on it, and googleing it I stumbled on a Lync server post (Windows Fabric is also installed by Lync Server 2013).
Definition:
"Windows Fabric is a Microsoft technology used for creating highly reliable, distributable, and scalable applications."
From the Service Bus architecture intro,it looks like Fabric is what allows for services replication, high availabilty, and fault tolerance.
Anyone knows if that can be used to host custom .NET services? Or any kind of direction would be greatly appreciated.
Thanks in advance.
Cos
I went to a talk by Mark Eisenberg on May 28th at the Microsoft NERD Center near MIT in Boston MA. The talk was mostly about the Azure Service Fabric. General consensus was that if you're using Azure from the infrastructure as a service perspective you aren't really using it.
The next step up is to use Azure naively as a platform meaning that rather than create VMs and hosting them there you're creating cloud services and web jobs and web apps and using the new Logic Api's etc...
But if you really want to build a stateful, resilient service enterprise class you'll want to go underneath the PaaS and write against the Service Fabric directly for greater control.
That's where the money is.
I did a write up on the talk and what the Azure Service Fabric is a few days ago and posted it here.
I don't actually think that Windows Fabric is open product. It is used for infrastructure purposes, and not for deploying custom services. For your custom services you have to use platform built on top of Windows Fabric, like Service Bus, Windows Server App Fabric.
I think Windows Fabric is for internal use by Windows Azure and Private Cloud for clustering, load balancing and so on.
UPDATE:
I've started developing Windows Azure application and here is what I've found.
I've added a Service role to Azure application and started it on local development machine (under Azure emulator). And my service was published in and started under Windows Fabric!
So the conclusion is: Windows Fabric is a platform for running YOUR Cloud Services.
Fabric which the name suggests in itself, is back-end.
It is no different than iSCSI or EIGRP. The main difference is that it is generic in form rather than specific like the aforementioned services/protocols.
IIS is a server service specific to web hosting.
SQL the same but database only..
fabric, applied to host fabric aware services and software.
Windows Fabric is used internal by Microsoft to building highly available, resilient and scalable services. It has been used for Service Bus, SQL Database, Document DB etc. according to this video: Building Resilient, Scalable Services with Microsoft Azure Service Fabric
Until now it has not been available for external parties but has now been announced as Service Fabric which will be available on Windows Azure and Window Server 2016.
Read more here: http://azure.microsoft.com/en-us/campaigns/service-fabric/

Running the mongos Route Server as a Windows Service on 2008R2?

I want to run mongos (that's the mongo route server named mongos, not a malformed plural, but I digress) on the server that's hosting our application layer. I need to run as a Windows service and I have poured over the directions on 10Gen's website. However, the tool set they recommend (Windows Resource Kit) is for Server 2003 (and prior) and is not recommended for use on 64-bit platforms. All my application servers are 64-bit 2008r2.
The documentation implies that mongos as a Windows service may be supported beyond v1.8.1. Has anyone had success deploying mongos as a Windows service on a 2008 server? If there is no native support, is there another version of the resource kit, or did you roll your own service wrapper?
Thanks for any information you may have.
-Seth
The request to add built-in support for running mongos.exe as a Windows service (the way you can run mongod.exe as a service) is outstanding as https://jira.mongodb.org/browse/SERVER-1589 -- you can vote for it to show your support.
srvany.exe does work in Windows Server 2008 R2 using the directions you referenced: I just tested it with MongoDB 2.0.2. The srvany.exe process is 32-bits, but it runs a 64-bit mongos.exe just fine.

Resources