- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-30-2022 07:26 AM
Hello ,
We are using Cortex XDR Prevent 3.2 with 2 Broker VMs for Proxy access .
I guess Broker VMs are Linux appliance . So is there any way to find the Linux kernel version which these VMs are running ?
Thanks in advance for response
03-30-2022 08:49 AM
Hi @Balaraju,
you can open a terminal on the Broker VM and type
# uname -a
This will give you the kernel version
If you want to check the OS release
# cat /etc/os-release
KR,
Luis
03-30-2022 08:49 AM
Hi @Balaraju,
you can open a terminal on the Broker VM and type
# uname -a
This will give you the kernel version
If you want to check the OS release
# cat /etc/os-release
KR,
Luis
03-30-2022 08:55 AM
Thanks a lot for quick response . Thanks again .
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!