We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For default, the new mininal installation in RHEL 7x and CentOS 7x, not installed the netstat command.
When you run the 'tuning-primer.sh', the script show this error message:
./tuning-primer.sh: line 1482: netstat: command not found ./tuning-primer.sh: line 1483: netstat: command not found
In most cases, you can not install the package "net-tools" in your system (as my case). So, I changed the script with the bellow code:
get_system_info-code.txt
After this changes, I will can run the 'tuning-primer.sh' in RHEL 7x, CentOS 7x and earlier linux distributions versions without problems.
In attached, I send the modified script and prints.
Best regards, Jocalinux.
tuning-primer-for-rhel7x-centos7x.sh.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For default, the new mininal installation in RHEL 7x and CentOS 7x, not installed the netstat command.
When you run the 'tuning-primer.sh', the script show this error message:
./tuning-primer.sh: line 1482: netstat: command not found ./tuning-primer.sh: line 1483: netstat: command not found
In most cases, you can not install the package "net-tools" in your system (as my case). So, I changed the script with the bellow code:
get_system_info-code.txt
After this changes, I will can run the 'tuning-primer.sh' in RHEL 7x, CentOS 7x and earlier linux distributions versions without problems.
In attached, I send the modified script and prints.
Best regards,
Jocalinux.
tuning-primer-for-rhel7x-centos7x.sh.gz
The text was updated successfully, but these errors were encountered: