The server was built from a mksysb NIM image of another server by another tech who is out.
Our monitoring software needs to be able to pull the OS type ( AIX, Linux, etc ) and it uses the uname command to get this.
Normal uname -a shows:
AIX server01 6 00C000000C00
But on this server, it shows:
server03 server03 1 6 000000AACC00
Running uname by itself shows the hostname as well, not just AIX.
Our monitoring software needs to be able to pull the OS type ( AIX, Linux, etc ) and it uses the uname command to get this.
Normal uname -a shows:
AIX server01 6 00C000000C00
But on this server, it shows:
server03 server03 1 6 000000AACC00
Running uname by itself shows the hostname as well, not just AIX.