If you have connected to a remote console using the ssh:ssh command or the Karaf client, you can stop the remote instance using the osgi:shutdown command.
![]() | Note |
|---|---|
Pressing Ctrl+D in a remote console simply closes the remote connection and returns you to the local shell. |
You can stop a remote instance without starting up Fuse ESB on your local host by running
the stop(.bat) script in the local
directory.InstallDir/bin
Example 2.6. stop Script Syntax
stop [-a port] {-h hostname} {-u
username} {-p
password}
-aportThe SSH port of the remote instance. Defaults to 8101.
-hhostnameThe hostname of the machine that the remote instance is running on.
-uusernameThe username used to connect to the remote instance. The default is
smx.-ppasswordThe password used to connect to the remote instance. The default is
smx.






![[Note]](imagesdb/note.gif)


