I was told to check my tuning parameters:
NOTE: This should be done on all nodes in the cluster and they will need to be rebooted for the change to take effect.
1. smitty chgsys
Set the high water mark to 33
Set the low water mark to 24
2. vi...
Your regular expression is unbalanced and does not work as written here. So, I believe what you tried to write says:
at the beginning of the line match 0 or 1 + or - sign
followed by 1 or more digits until the end of line.
If you use something like this:
grep -E...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.