Este contenido no está disponible en el idioma seleccionado.

2.4. Installing and Starting the Service


Overview

The operating system determines the exact steps to complete the installation of Red Hat JBoss Fuse as a service. The wrapper:install command contains basic instructions for your operating system.

Windows

Installing the service
Run the following command:
InstallDir\bin\ServiceName-service.bat install
Copy to Clipboard Toggle word wrap
By default, the service to start when Windows starts. If you specified the DEMAND_START option, you need to start the service manually.
Uninstalling the service
Run the following command:
InstallDir\bin\ServiceName-service.bat remove
Copy to Clipboard Toggle word wrap
Starting the service
Run the following command:
net start "ServiceName"
Copy to Clipboard Toggle word wrap
You can also start the service from the Windows Service dialog box.
Stopping the service
Run the following command:
net stop "ServiceName"
Copy to Clipboard Toggle word wrap
You can also stop the service from the Windows Service dialog box.

Red Hat Enterprise Linux

Installing the service
Run the following commands:
# ln -s InstallDir/bin/ServiceName-service /etc/init.d/
# chkconfig ServiceName-service --add
# chkconfig ServiceName-service on
Copy to Clipboard Toggle word wrap
By default, the service to start when Red Hat Enterprise Linux starts.
Uninstalling the service
Run the following command:
#service ServiceName-service stop
# chkconfig ServiceName-service --del
# rm /etc/init.d/ServiceName-service
Copy to Clipboard Toggle word wrap
Starting the service
Run the following command:
service ServiceName-service start
Copy to Clipboard Toggle word wrap
Stopping the service
Run the following command:
service ServiceName-service stop
Copy to Clipboard Toggle word wrap

Ubuntu Linux

Installing the service
Run the following commands:
# ln -s InstallDir/bin/ServiceName-service /etc/init.d/
# update-rc.d ServiceName-service defaults
Copy to Clipboard Toggle word wrap
By default, the service to start when Red Hat Enterprise Linux starts.
Uninstalling the service
Run the following command:
#/etc/init.d/ServiceName-service stop
# rm /etc/init.d/ServiceName-service
Copy to Clipboard Toggle word wrap
Starting the service
Run the following command:
/etc/init.d/ServiceName-service startservice ServiceName-service start
Copy to Clipboard Toggle word wrap
Stopping the service
Run the following command:
/etc/init.d/ServiceName-service stop
Copy to Clipboard Toggle word wrap
Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat