I am following the document to install DOCA by using sdkmanager.
I am using a r7525 type of machine from cloudlab.
The hardware settings are:
CPU: two 32-core AMD 7542 at 2.9GHz
RAM: 512GB ECC Memory(16 X 32 GB 3200MHz DDR4)
DISK: One 2TB 7200 RPM 6G SATA HDD
NIC: Dual-port Mellanox ConnectX-5 25 Gb NIC (PCIe v4.0)
NIC:Dual-port Mellanox BlueField2 100 Gb SmartNIC
GPU:Two NVIDIA GV100GL (Tesla V100S PCIe 32GB)
The software settings are:
Ubuntu 20.04 LTS
Linux 5.4.0-100-generic
sdkmanager version: 1.9.0.10816 / 1.9.3.10904
I tried with both old/new version of sdkmanager. None of them can work.
The command to install DOCA:
sdkmanager --cli install --logintype devzone --product DOCA --host --target BLUEFIELD2_DPU_TARGETS --targetos Linux --version 1.5 --flash all
Error Message:
No such product ‘DOCA’. Please select one of the following products: Jetson
I wonder whether there are some updates to sdkmanager and whether it does not support DOCA installation any more.
It then updated itself to the version listed above.
Though we run Rocky mostly here, I did install all of this on Ubuntu while troubleshooting an unrelated issue to ensure that using Rocky wasnt the cause of my issue (it wasn’t). The install on Ubuntu worked fine using the same command line I posted earlier.
@IamAries do you have early access or something like that? because I got the same error, only jetson is available. I tried using gui and cli but I see only the one platform and can’t choose DOCA
sdkmanager --cli downloadonly --staylogin true --logintype devzone --product DOCA --targetos Linux --host --target BLUEFIELD2_DPU_TARGETS --flash all --version 2.0.2
Authenticating with NVIDIA server…
Login succeeded.
Loading user information…
User information loaded successfully.
Loading server data…
Server data loaded successfully.
No such product ‘DOCA’. Please select one of the following products: Jetson
We do have early access. I had assumed you and original poster as well as I thought I saw in other messages you are on DOCA 2.0.2? How did you install your current setup - manually?
I think the early access is the reason. I installed it manually.
sdkmanager --cli --product DOCA --showallversions --version 2.0.2 --targetos linux --host
Authenticating with NVIDIA server…
Login succeeded.
Loading user information…
User information loaded successfully.
Loading server data…
Server data loaded successfully.
No ‘DOCA’ product is installed on your host.
That is curious indeed. I would think that if you didn’t have access, it would not let you download the DOCA sdk by any method (not just block sdkmanager).
Anyway, shall be interesting to know what the answer is.