When running the name of operating system
command on 2 almost identical servers, I get varying results from BF10 and BF9 but can’t seem to work out where it’s taking the name of the operating system from as /etc/release doesn’t seem to have text that matches the output for the endpoints.
/etc/release shows identical information on both endpoints
server1:~ # /opt/BESClient/bin/qna
Default masthead location, using /etc/opt/BESClient/actionsite.afxm
Q: name of operating system
A: Linux Red Hat Enterprise 8.6
T: 4115
server1:~ # rpm -q BESAgent
BESAgent-10.0.4.32-rhe6.x86_64
server2:~ # /opt/BESClient/bin/qna
Default masthead location, using /etc/opt/BESClient/actionsite.afxm
Q: name of operating system
A: Linux Red Hat Enterprise Linux 8.6
T: 4254
server2:~ # rpm -q BESAgent
BESAgent-9.5.14.73-rhe6.x86_64
Any ideas?