User Tools

Site Tools


public:how_to_apply_hotfix_to_ahsayobm_ahsayacb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
public:how_to_apply_hotfix_to_ahsayobm_ahsayacb [2022/07/19 14:55]
kirk.lim
public:how_to_apply_hotfix_to_ahsayobm_ahsayacb [2022/07/25 13:17]
kirk.lim
Line 8: Line 8:
   * [[https://​www.ahsay.com/​partners/​en/​home/​index.jsp?​pageContentKey=ahsay_assets_latest_hotfix|Hotfix for v9]]   * [[https://​www.ahsay.com/​partners/​en/​home/​index.jsp?​pageContentKey=ahsay_assets_latest_hotfix|Hotfix for v9]]
  
 +\\
 +The instructions provided are for default Ahsay branding and default paths. If your software is branded or uses custom paths, you'll need to substitute with your branding or path.
 +\\
  
 ---- ----
Line 41: Line 44:
 <color #​ed1c24>​In case you need to rollback, to undo the hotfix patch, make a full copy of the OBM Installation directory prior to overwriting files. <color #​ed1c24>​In case you need to rollback, to undo the hotfix patch, make a full copy of the OBM Installation directory prior to overwriting files.
 </​color>​ </​color>​
 +\\
 +\\
 +Note: The contents of hotfix ZIP are subject to change and directories may differ than listed in this article.
 </​WRAP>​ </​WRAP>​
  
Line 104: Line 110:
 <color #​ed1c24>​In case you need to rollback, to undo the hotfix patch, make a full copy of the ACB Installation directory prior to overwriting files. <color #​ed1c24>​In case you need to rollback, to undo the hotfix patch, make a full copy of the ACB Installation directory prior to overwriting files.
 </​color>​ </​color>​
 +\\
 +\\
 +Note: The contents of hotfix ZIP are subject to change and directories may differ than listed in this article.
 </​WRAP>​ </​WRAP>​
  
Line 153: Line 162:
 9. Change directory to **/​tmp/​obmhotfix**,​ then Unpack the hofix by calling "​**//​7z x <​hotfix>​.zip//​**"​. 9. Change directory to **/​tmp/​obmhotfix**,​ then Unpack the hofix by calling "​**//​7z x <​hotfix>​.zip//​**"​.
  
-10. Copy the files to the application home, i.e. **/​volume1/​@appstore/​AhsayOBM/​obm/​bin** by calling ​//"**cp -R bin/* /​volume1/​@appstore/​AhsayOBM/​obm/​bin**"//+10. Copy the files to the application home, e.g. **/​volume1/​@appstore/​AhsayOBM/​obm/​bin** by calling ​''​**cp -R bin/* /​volume1/​@appstore/​AhsayOBM/​obm/​bin**''​ 
 +<WRAP INDENT>​ 
 +**Overview** 
 +Extract contents of zip download, keeping the same directory structure, overwrite the contents (existing files) in application home.\\ 
 +Repeat for all files contained in the hotfix, copying it to the application home.\\ 
 +Note: The contents of hotfix ZIP are subject to change and directories may differ than listed in this article. 
 +</WRAP>
  
 11. Remove the temp directory. 11. Remove the temp directory.
  
-12. Set the permissions for the hotfix files, ​i.e. ''​chmod 755 -R /​volume1/​@appstore/​AhsayOBM/​obm/​wui''​+12. Set the permissions for the hotfix files, e.g. ''​chmod 755 -R /​volume1/​@appstore/​AhsayOBM/​obm/​wui''​ 
 +\\ 
 +Repeat for all files copied.
  
 13. Please reboot the NAS for proper restart of the application. 13. Please reboot the NAS for proper restart of the application.
Line 179: Line 196:
 6. Change directory to **/​share/​obmhotfix**,​ then Unpack the hotfix by calling **//​“unzip ​ <​hotfix>​.zip”//​**. 6. Change directory to **/​share/​obmhotfix**,​ then Unpack the hotfix by calling **//​“unzip ​ <​hotfix>​.zip”//​**.
  
-7. Copy the patches to the application home: +7. Copy the patches to the application home.  
-  * **Legacy or Home class NAS**: /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin  (by calling **//“cp -R bin/* /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin)//** +<WRAP INDENT>​ 
-  * **SMB class NAS**: /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin  (by calling **//“cp -R bin/* /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin)//**+**Overview** 
 +Extract contents of zip download, keeping the same directory structure, overwrite the contents (existing files) in application home.\\ 
 +Repeat for all files contained in the hotfix, copying it to the application home.\\ 
 +NoteThe contents of hotfix ZIP are subject to change and directories may differ than listed in this article. 
 +</​WRAP>​ 
 +<WRAP INDENT>​ 
 +**Example**:​\\ 
 +* **Legacy or Home class NAS**, where home is''​/​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​'' ​ \\ 
 +    ​cp -R bin/* /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin 
 +* **SMB class NAS**, where home is''​/​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​'' ​ \\ 
 +    ​cp -R bin/* /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin 
 +</WRAP>
  
-8. Set the permissions for the hotfix files, ​i.e. ''​chmod 755 -R /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​wui'' ​ , or  ''​chmod 755 -R /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​wui''​+8. Set the permissions for the hotfix files, e.g. ''​chmod 755 -R /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​wui'' ​ , or  ''​chmod 755 -R /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​wui''​ 
 +\\ 
 +Repeat for all files copied.\\
  
 9. Start AhsayOBM service in App Center by go to ''​[App Center] > [MyApps] > [AhsayOBM] > [Start]''​ 9. Start AhsayOBM service in App Center by go to ''​[App Center] > [MyApps] > [AhsayOBM] > [Start]''​
public/how_to_apply_hotfix_to_ahsayobm_ahsayacb.txt · Last modified: 2023/05/03 17:12 by clarence.lee

Page Tools