[an error occurred while processing this directive]
How do I increase the number of ptys > 64?
From: mick@oahu.cern.ch (Mickey Coggins)
SMIT only allows 64. Try this:
odmget -q"attribute=num and uniquetype=pty/pty/pty" PdAt |
sed "s/0-64/0-512/" |
odmchange -q"attribute=num and uniquetype=pty/pty/pty" -o PdAt
chdev -l pty0 -anum=256 -P
reboot
[an error occurred while processing this directive]