Bug 1919973 - [DOC][DWH] Migration to a external server fails with package dependencies
Summary: [DOC][DWH] Migration to a external server fails with package dependencies
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: Documentation
Version: 4.4.3
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ovirt-4.4.7
: ---
Assignee: Steve Goodman
QA Contact: Pavel Novotny
URL:
Whiteboard:
Depends On:
Blocks: 1874904
TreeView+ depends on / blocked
 
Reported: 2021-01-25 13:49 UTC by Miguel Martin
Modified: 2021-07-11 14:15 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-11 14:15:02 UTC
oVirt Team: Docs
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Miguel Martin 2021-01-25 13:49:08 UTC
Description of problem:

Following the documentation at [1] to migrate the DWH service to an external server.

Version-Release number of selected component (if applicable):
4.4

How reproducible:
Always

Steps to Reproduce:
1. Follow the steps at [1]


Actual results:
The installation on step 3 from section "B.2.2.1. Setting up the New Data Warehouse Machine" fails with dependency errors on the 'apache-commons-collections' RPM package

Expected results:
The installation finishes successfully


Additional info:
Just before the installation step the 'pki-deps' module must be enabled.


[1] https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html/installing_red_hat_virtualization_as_a_self-hosted_engine_using_the_command_line/migrating_to_remote_servers_she_cli_deploy#Migrating_the_Data_Warehouse_Service_to_a_Separate_Machine_migrate_DWH

Comment 2 Steve Goodman 2021-05-25 09:54:10 UTC
(In reply to Miguel Martin from comment #0)
 
> Actual results:
> The installation on step 3 from section "Setting up the New Data
> Warehouse Machine" [1]
> 
> Additional info:
> Just before the installation step the 'pki-deps' module must be enabled.
> 
> [1]
> https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/
> html/installing_red_hat_virtualization_as_a_self-
> hosted_engine_using_the_command_line/
> migrating_to_remote_servers_she_cli_deploy#Migrating_the_Data_Warehouse_Servi
> ce_to_a_Separate_Machine_migrate_DWH

Is this correct:

Step 1-iv:

 Configure the repositories:

# subscription-manager repos \
    --disable='*' \
    --enable=rhel-8-for-x86_64-baseos-rpms \
    --enable=rhel-8-for-x86_64-appstream-rpms \
    --enable=rhv-4.4-manager-for-rhel-8-x86_64-rpms \
    --enable=fast-datapath-for-rhel-8-x86_64-rpms \
    --enable=jb-eap-7.3-for-rhel-8-x86_64-rpms

=== BEGIN NEW STEP ====
2. Enable the pki-deps module.

# dnf module -y enable pki-deps

=== END NEW STEP ====

3. Ensure that all packages currently installed are up to date:

# dnf upgrade --nobest

4. Install the ovirt-engine-dwh-setup package:

# dnf install ovirt-engine-dwh-setup

Comment 3 Miguel Martin 2021-05-25 10:19:45 UTC
(In reply to Steve Goodman from comment #2)
> (In reply to Miguel Martin from comment #0)
>  
> > Actual results:
> > The installation on step 3 from section "Setting up the New Data
> > Warehouse Machine" [1]
> > 
> > Additional info:
> > Just before the installation step the 'pki-deps' module must be enabled.
> > 
> > [1]
> > https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/
> > html/installing_red_hat_virtualization_as_a_self-
> > hosted_engine_using_the_command_line/
> > migrating_to_remote_servers_she_cli_deploy#Migrating_the_Data_Warehouse_Servi
> > ce_to_a_Separate_Machine_migrate_DWH
> 
> Is this correct:
> 
> Step 1-iv:
> 
>  Configure the repositories:
> 
> # subscription-manager repos \
>     --disable='*' \
>     --enable=rhel-8-for-x86_64-baseos-rpms \
>     --enable=rhel-8-for-x86_64-appstream-rpms \
>     --enable=rhv-4.4-manager-for-rhel-8-x86_64-rpms \
>     --enable=fast-datapath-for-rhel-8-x86_64-rpms \
>     --enable=jb-eap-7.3-for-rhel-8-x86_64-rpms
> 
> === BEGIN NEW STEP ====
> 2. Enable the pki-deps module.
> 
> # dnf module -y enable pki-deps
> 
> === END NEW STEP ====
> 
> 3. Ensure that all packages currently installed are up to date:
> 
> # dnf upgrade --nobest
> 
> 4. Install the ovirt-engine-dwh-setup package:
> 
> # dnf install ovirt-engine-dwh-setup

Yes, that's correct

Comment 5 Steve Goodman 2021-06-17 15:21:45 UTC
Lucie,

I think that this can already go into the queue for QE. I just added the one step, as shown in comment 2.

Comment 7 Steve Goodman 2021-06-21 13:59:15 UTC
Pavel, do you have an eta on when you'll get to this?

Comment 8 Steve Goodman 2021-06-21 14:02:50 UTC
Eli,

Can you do peer review of this? It's XS.

Comment 9 Eli Marcus 2021-06-27 12:51:38 UTC
(In reply to Steve Goodman from comment #8)
> Eli,
> 
> Can you do peer review of this? It's XS.

Looks good to me.

Comment 10 Pavel Novotny 2021-07-09 22:55:26 UTC
Verified with ovirt-engine-4.4.7.6-0.11.el8ev.

Enabling the pki-deps module (dnf module -y enable pki-deps) solves the package dependency issue.

Comment 11 Steve Goodman 2021-07-11 13:28:07 UTC
Merged!

Comment 12 Steve Goodman 2021-07-11 14:15:02 UTC
Published.


Note You need to log in before you can comment on or make changes to this bug.