I unchecked broadcast option.
I set the client config as below:
Then I perform the steps you mentioned. When I ran ./z1090instcheck, the output was as below:
*******************************************************************************
For more information about this script, issue : z1090instcheck -?
1. REDHAT os level at 7.2 which is
greater the minimum level OK
2. REDHAT kernel.shmmax is 18446744073692774399 which is an
integer overflow making it a negative number BAD
shmmax should be greater than 1.1 times the sum
of z memory (as specified in your devmap) for
ALL your 1090 instances.
3. REDHAT kernel.shmall is 18446744073692774399 which is an
integer overflow making it a negative number BAD
4. REDHAT kernel.msgmni of 32768 is greater than min. OK
5. REDHAT kernel.msgmax of 8192 is less than min which is BAD
6. REDHAT kernel.msgmnb of 16384 is less than min which is BAD
7. REDHAT net.core.rmem_default of 212992 is less than min WARNING
8. REDHAT net.core.rmem_max of 212992 is less than min WARNING
9. REDHAT kernel.core_uses_pid is 1 which is OK
10. REDHAT kernel.core_pattern is |/usr/libexec/abrt-hook-ccpp which is BAD
11. REDHAT ulimit -c is set to unlimited OK
12. REDHAT ulimit -d is set to unlimited OK
13. REDHAT rpm libstdc++-(i686) is installed OK
14. REDHAT sntl-sud-7.5.5-0.i386 rpm is greater than required OK
15. REDHAT zpdt-shk-server-1.3.1.5-0.i386 rpm is equal to required level OK
16. REDHAT dmidecode-2.12-9.el7.x86_64 rpm is greater than required OK
17. REDHAT rpm beagle is not installed which is OK
18. REDHAT rpm zmd is not installed which is OK
Running uimcheck ...
The UIM client is configured in remote mode.
INFO UIMCHECK serial number entry not yet added to local data base.
Local Host Name....... localhost.localdomain
Local machine UUID.... 2DB9BA93-E041-11E1-BC54-DFD102E41692
Remote server......... 192.168.122.164
Remote server port.... 9451
The remote QUERY command executed successfully.
The UUID for this machine does not exist in the remote servers data base.
Local UUID for this machine is 2DB9BA93-E041-11E1-BC54-DFD102E41692
****************************************************************************************
But when I ran ./runzpdt, it still returned the AWSEMI315E error message.
There are two questions.
1. looks like the output of the command z1090instcheck only show the UIM server's ip address and port. It doesn't show the port of license server. so I can't check if the configuration of the license server is correct.
2. There are several check result are BAD. But I have run the aws_sysctl to update file etc/sysctl.conf. and it have been added some records as below:
the value in the output of z1090_instcheck are different from the value in the file 'etc/sysctl.conf'. it is very strange.
Sonic_Yu