One question is larking in my mind what actually happens at the background when we restart the AEM server from remote server access SSH tool like Putty or Gitbash and from OSGi console.
To restart AEM from OSGi console we use following path.
OSGi Console -------> Web Console Tab -----> System Information ------> We get options to restart and stop the server.
or
we can use following path to directly reach the page
Path ------> http://localhost:4502/system/console/vmstat
To restart from remote server access SSH tool, we can use following command.
sudo /bin/systemctl restart httpd
Can anyone please let me know what is the significance of each type of restart and what are the Ideal use cases for these types of operations.
Thank You.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Restarting AEM from OSGi Console vs Remote Server Access SSH Tool
Restarting AEM from the OSGi Console and from a remote server access SSH tool like Putty or Gitbash are two different approaches with distinct implications. Let's dive into the details:
Restarting from OSGi Console
When you restart AEM from the OSGi Console, you are essentially restarting the AEM instance itself. This restart is specific to the AEM application and only affects the AEM process.
Here's what happens in the background:
Restarting from Remote Server Access SSH Tool
When you restart AEM using a remote server access SSH tool like Putty or Gitbash, you are restarting the underlying HTTP server process (e.g., Apache HTTP Server) that hosts the AEM instance.
Here's what happens in the background:
Key differences and ideal use cases
Here are the key differences and ideal use cases for each type of restart:
OSGi Console Restart
Remote Server Access SSH Tool Restart
In summary, restarting AEM from the OSGi Console is a more targeted approach that only affects the AEM instance, while restarting from a remote server access SSH tool is a more comprehensive approach that restarts the entire HTTP server and associated processes. Choose the approach that best fits your use case and environment.
Please refer to this thread on https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/system-console-vmstat-can-...
Views
Replies
Total Likes
Restarting AEM from OSGi Console vs Remote Server Access SSH Tool
Restarting AEM from the OSGi Console and from a remote server access SSH tool like Putty or Gitbash are two different approaches with distinct implications. Let's dive into the details:
Restarting from OSGi Console
When you restart AEM from the OSGi Console, you are essentially restarting the AEM instance itself. This restart is specific to the AEM application and only affects the AEM process.
Here's what happens in the background:
Restarting from Remote Server Access SSH Tool
When you restart AEM using a remote server access SSH tool like Putty or Gitbash, you are restarting the underlying HTTP server process (e.g., Apache HTTP Server) that hosts the AEM instance.
Here's what happens in the background:
Key differences and ideal use cases
Here are the key differences and ideal use cases for each type of restart:
OSGi Console Restart
Remote Server Access SSH Tool Restart
In summary, restarting AEM from the OSGi Console is a more targeted approach that only affects the AEM instance, while restarting from a remote server access SSH tool is a more comprehensive approach that restarts the entire HTTP server and associated processes. Choose the approach that best fits your use case and environment.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies