Re: DAOS server start failed(NVMe Scan Failed: privileged binary execution failed)
Murrell, Brian
On Thu, 2023-01-19 at 15:55 +0530, Krishnalal K K wrote:
Are you creating the /etc/yum.repos.d/daos-packages.repo file with $ pdsh -w $ALL_NODES 'sudo wget -O /etc/yum.repos.d/daos-packages.repo https://packages.daos.io/v2.2/EL8/packages/x86_64/daos_packages.repo' as directed by https://docs.daos.io/v2.2/QSG/setup_rhel/#rpm-installation before you try to install any daos-* packages? Likely the missing dependencies are in that repo, if you have all of the other standard Rocky 8 repos installed, including EPEL (which is also described in the above URL): $ pdsh -w $ALL_NODES 'sudo yum install -y epel-release' If you have done all of that, your full command-line and *all* of the output from it would be most useful in helping you to try and diagnose the issue. Cheers, b.
|
|