when we run the sysctl -p on our rhel 7.2 server1 we get
sysctl -p
fs.file-max = 500000
vm.swappiness = 10
vm.vfs_cache_pressure = 50
sysctl: cannot stat /proc/sys/pcie_aspm: No such file or directory
net.core.somaxconn = 1024
# ls /proc/sys/pcie_aspm
ls: cannot access /proc/sys/pcie_aspm: No such file or directory
but when we run the sysctl -p on other server2 as
we get good results without error as
sysctl -p
fs.file-max = 500000
vm.swappiness = 10
vm.vfs_cache_pressure = 50
net.core.somaxconn = 1024
the file - /proc/sys/pcie_aspm not exist on this server also ( server2 )
so why sysctl -p failed on server1?