Recently we got a request from one of our visitor to post article related to hostname change in Linux operating systems. I am going to cover this now.
There are two general way to do this
1) Temporary
2) Permanent
First we go and learn about how to check host name (system name) of the server.
Use "hostname"...
Monday, 29 September 2014
Friday, 5 September 2014
Getting "Server refused to allocate pty" upon login attempt
Problem(Abstract)
You are unable to log into AIX because the maximum number of pseudo-terminals have already been allocated.
Symptom
An attempt to log into AIX via telnet or ssh results in this error:
"Server refused to allocate pty"
- You have increased the maximum number of ptys but you still see the problem.
- Each time you log in, the pty...