CA Service Management

Expand all | Collapse all

Instructions for Setting up Attachment repository with Advanced Availability and Load Balancer

  • 1.  Instructions for Setting up Attachment repository with Advanced Availability and Load Balancer

    Posted Oct 28, 2017 05:38 AM

    I could not find any documentation on how to make attachments "advanced available" same as the app servers, so I went ahead and set it up myself and thought I would share how I got it to work. We used F5 Load Balancer, and below is the setup I did in Service Desk Manager.

     

    Servers:

    Background Server name: BKG

    Standby Server Name: SBY1

    Application Server Name: APP1

    Application Server Name: APP2

    Application Server Name: APP3

     

    F5 Load Balancer Name:  f5loadbalancer.name

     

    DFS Server to host the files for attachments on a UNC path available to the App servers.

     

    Setup:

     

    Login to Background Server Web GUI for CA Service Desk Manager
       Administration Tab -> System -> Servers

       Create New

       Host Name: f5loadbalancer.name

       Server Type: Application Server

       Attachment Servlet Path: http://f5loadbalancer.name:8080/CAisd/UploadServlet

     

    Note:

    In our instance we actually used https://f5loadbalancer.name/CAisd/UploadServlet  and redirected the traffic from external / internal to the correct place ie port 8080 etc. on the F5 side

     

    Continued Instructions..

    Administration Tab -> Attachments Library -> Repositories
       Edit Repository that will use the UNC Path / AA Availability server configuration ie. Service Desk / Images etc..
       Upload Path:\\dfsname\$sharepath

       Click on UNC Credentials

       Create New:

       Symbol: Provide a friendly name here

       Userid: domain\username

       Password: Domain Password goes here

       Click Save

       Background Services: Daemon Only

    This is where the important part is:

       Servlet Server: f5loadbalancer.name

       Click Save - repeat for all Attachment Repositories needed

    The above are the important items - the rest can be configured as needed

     

    This allows the attachments to be available in the same manner as the application servers. We also setup cookie stickiness across the servers so that it goes to the same server for attachments / exports / CA SDM GUI. 

     

    Happy AA :-)



  • 2.  Re: Instructions for Setting up Attachment repository with Advanced Availability and Load Balancer

     
    Posted Oct 28, 2017 01:48 PM