Vertica install fails with error: verticadba is not the primary group
search cancel

Vertica install fails with error: verticadba is not the primary group

book

Article ID: 186255

calendar_today

Updated On:

Products

CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

We are installing vertica and we are getting an error:

verticadba is not the primary group

How can we fix this?

Environment

Release : All Supported Versions

Component : Data Storage - vertica

Cause

Vertica requires the database administrator user to be a member of the verticadba group and that this group be the primary group for the user.

Resolution

Set the primary group for the database admin to verticadba using usermod

usermod -g verticadba dradmin  (this sets group membership to just verticadba)

usermod -G verticadba,dradmin dradmin  (this sets membership to both verticadba and dradmin groups, in that order)

 

Log out and back in to refresh the shell and see the changes.

 

Additional Information

man usermod

For details of the usermod command.


https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/performance-management/23-3/installing/install-the-data-repository.html