How to Use SSH Servers and what is SSH? | Community
Skip to main content
imadullakhan
Level 3
May 1, 2020
Solved

How to Use SSH Servers and what is SSH?

  • May 1, 2020
  • 1 reply
  • 3436 views

How to use SSH access to the Adobe Managed Services instances.?

And also can anyone tell me about Segments in AEM?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Akash_Kapoor

Hi @imadullakhan ,

 

SSH access is the way to access your server where AEM is deployed. It is a secure shell mechanism to access your hosting server. AMS will give you details of IP and credential and you can connect to the server via SSH to access your logs and repository.

 

And also can anyone tell me about Segments in AEM?

> Kindly go throught the repository structure of AEM from here https://helpx.adobe.com/in/experience-manager/6-3/sites/deploying/using/data-store-config.html

to understand that the repository has 2 components i.e NodeStore and DataStore.Oak Segment Tar is an implementation of NodeStore. It is an Oak storage backend that stores content as various types of records within larger segmentsSegments themselves are collected within tar files along with further auxiliary information. For complete information, kindly refer https://jackrabbit.apache.org/oak/docs/nodestore/segment/overview.html#

1 reply

Akash_Kapoor
Adobe Employee
Akash_KapoorAdobe EmployeeAccepted solution
Adobe Employee
May 1, 2020

Hi @imadullakhan ,

 

SSH access is the way to access your server where AEM is deployed. It is a secure shell mechanism to access your hosting server. AMS will give you details of IP and credential and you can connect to the server via SSH to access your logs and repository.

 

And also can anyone tell me about Segments in AEM?

> Kindly go throught the repository structure of AEM from here https://helpx.adobe.com/in/experience-manager/6-3/sites/deploying/using/data-store-config.html

to understand that the repository has 2 components i.e NodeStore and DataStore.Oak Segment Tar is an implementation of NodeStore. It is an Oak storage backend that stores content as various types of records within larger segmentsSegments themselves are collected within tar files along with further auxiliary information. For complete information, kindly refer https://jackrabbit.apache.org/oak/docs/nodestore/segment/overview.html#