How to ensure a successful OS update for DPC versions 19.9.x and 19.10.x.

Summary: These steps will ensure a successful OS update for DPC versions 19.9.x and 19.10.x., before applying the update.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

1. Navigate to the directory where the Docker Compose file is located:
   cd /usr/local/dpc/lib/iam/bin (Verify this path once)
 
2. Open the `docker-compose.yml` file in `vi` editor:
   vi docker-compose.yml
 
3. For `iam-provider`:
   - Find the `ports` section under the `iam-provider` service.
   - Modify the ports to enclose the IPv6 address in square brackets:
     ports:
       - "127.0.0.1:8143:8443"
       - "[::1]:8143:8443"
 
4. For `iam-service`:
   - Find the `ports` section under the `iam-service` service.
   - Modify the ports to enclose the IPv6 address in square brackets:
     ports:
       - "127.0.0.1:8870:8870"
       - "[::1]:8870:8870"
 
5. Save and exit the editor by pressing `Esc`, then typing `:wq!` and pressing `Enter`.
 
6. Restart the Docker Compose services:
   docker-compose down
   docker-compose up -d
 

Affected Products

Data Protection Central
Article Properties
Article Number: 000228487
Article Type: How To
Last Modified: 20 Nov 2024
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.