1. Enable SSH on the vROps node if it is not already.
https://kb.vmware.com/s/article/21005152. Set logging to debug if it is not already.
3. SSH to the particular vROps node performing collection on the adapter instance and login as root.
4. cd $ALIVE_BASE/user/log/adapters/<adapter_name>/
5. tail -F <adapter_name_[xxxx].log | tee longrun.log
6. Stop and start adapter collection in vROps.
7. Let the process run for around 30 minutes.
8. Ctrl+c to end the collection.
To gather tailed logs from an older vROps version that is on Windows use the following PowerShell command:
get-content <adapter_name_[xxxx].log -wait -tail 30 | tee longrun.log