Bug 1722443 - Include the known traps with RHVH installation as a guideline
Summary: Include the known traps with RHVH installation as a guideline
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: doc-Deploying_RHHI
Version: rhhiv-1.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: RHHI-V 1.6.z Async Update
Assignee: Laura Bailey
QA Contact: bipin
URL:
Whiteboard:
Depends On:
Blocks: 1723361
TreeView+ depends on / blocked
 
Reported: 2019-06-20 11:37 UTC by SATHEESARAN
Modified: 2019-08-05 06:17 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-05 06:17:02 UTC
Embargoed:


Attachments (Terms of Use)

Description SATHEESARAN 2019-06-20 11:37:35 UTC
Description of problem:
------------------------
RHVH ISO installation has certain known_issues, which is commonly repeated across customers and SAs. Documenting this will help them know, the problems and much ahead and reduce the chances of repeating such mistakes.

1. Reinstall on RHVH node with Gluster bricks ( XFS )
XFS metadata & signature is not cleaned up fully and so during the reinstallation, anaconda failure will be seen. To avoid this, remove all the PVs and zero down all the disks
for disk in $(ls /dev/{sd*,nv*}); do wipefs -a -f $disk; done 
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1506680

2. Network Configuration
Networks are not enabled by default. On the anaconda screen, select 'NETWORK & HOSTNAME' -> Select the Ethernet & click on 'configure' -> Click on 'General' tab, select 'Automatically connect to this network when it is available' -> save -> Done

This will make sure that the network is available across reboots

Refer: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/installation_guide/index#sect-network-hostname-configuration-x86

3. Storage Configuration
By default, anaconda chooses all the disks as the installation destination.
Deselect all the other disks, except for the chosen installation destination disk.

4. Important notes:
a. Red Hat strongly recommends using the Automatically configure partitioning option. 
b. Red Hat strongly recommends not creating untrusted users on RHVH, as this can lead to exploitation of local security vulnerabilities.

Comment 12 bipin 2019-07-18 12:54:58 UTC
The contents are added to the new doc mentioned above. So moving to verified


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