#Upgraded to 3.3 and now don't see all volumes

1 messages · Page 1 of 1 (latest)

tribal rapids
#

After upgrading to 3.3 it is no longer showing all volumes.

tribal rapids
#

Upgraded to 3.3 and now don't see all volumes

iron coral
hot marten
#

@iron coral harvest is running on version 22.11.1-1

icy breach
#

You should definitely upgrade harvest as well. Also double check the roles created for it, not sure when it was modified last time

sharp vortex
#

Upgrading to 23.05 solved a lot of weird issues like that for us

#

To echo

iron coral
hot marten
#

@iron coral i followed the article, the first command gets hung after I execute it.

#

I will upgrade the harvest

ivory musk
#

@hot marten dc logs -f --tail 10 nabox-api will follow the logs, printing them to the console as they happen. It won't finish until the process dies or you press Ctrl+C. Can you run this instead to collect the logs and tar.gz them?

dc logs nabox-api > nabox-api.log; dc logs nabox-harvest2 > nabox-harvest2.log;
tar -czf nabox-logs-date +%Y-%m-%d_%H:%M:%S.tgz *

hot marten
#

Thank you Chris. I have sent the logs to the above email address provided by Rahul

ivory musk
#

thanks! received, we'll take a look

ivory musk
#

Two more permissions issues I noticed. The security template tries to collect fips, telnet, and rsh protocol information via the security-config-get and security-protocol-get zapi. Both of those are failing due to insufficient privileges: user 'netapp-harvest'

hot marten
#

Ok, checking the permissions.