Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Aem - best way to install AEM Service Packs to AEM

Avatar

Level 4

Good morning,

 

What is the best way to install AEM Service Packs to AEM Author and Publish Instanced ?
I have more publish instances.
Is there any official documentation ?

 

Searching on the web there are two different procedures:

 

--- First procedure ---
- Log in to the Author machine
- Go to http://<host>:<port>/crx/packmgr/index.jsp
- Upload the Service Pack
- Install the Service Pack
- Replicate the Service Pack from Author to Publish

 

--- Second procedure ---

Procedure to be performed on the Author machine:
- Log in to the Author machine
- Go to http://<host>:<port>/crx/packmgr/index.jsp
- Upload the Service Pack
- Install the Service Pack

 

Procedure to be performed on each single Publish machine:
- Remove Publish out of load balancer
- Log in to the Publish machine
- Go to http://<host>:<port>/crx/packmgr/index.jsp
- Upload the Service Pack
- Install the Service Pack

 

Which is the best of the two procedures or is there a better one?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Please take a look into Solved: Re: Log files - Adobe Experience League Community - 448527 , already we had a discussion on it.

View solution in original post

3 Replies

Avatar

Employee Advisor

SP are heavy bundles, and needs to perform many dependency resolutions, and update and restart many services. I do not recommend installing SPs via the package manager, rather put SP in the install folder of your repository and restart the AEM instance. See the below articles for details.

 

[1] https://helpx.adobe.com/in/experience-manager/kb/HowToInstallPackagesUsingRepositoryInstall.html

[2] https://aem4beginner.blogspot.com/install-packages-bundles-automatically  

Avatar

Correct answer by
Employee Advisor

Please take a look into Solved: Re: Log files - Adobe Experience League Community - 448527 , already we had a discussion on it.