1830730 Members
2123 Online
110015 Solutions
New Discussion

Re: /dev/pts/tb

 
SOLVED
Go to solution
castro_2
Regular Advisor

/dev/pts/tb

I need to re-create /dev/pts/tb. How can I do this?.
Thanks
2 REPLIES 2
steven Burgess_2
Honored Contributor
Solution

Re: /dev/pts/tb

Hi

insf -e

Should do the trick

HTH

Steve
take your time and think things through
Cheryl Griffin
Honored Contributor

Re: /dev/pts/tb

Check how many pseudo devices are defined in the kernel
# /usr/sbin/kmtune | grep nstrpty
nstrpty 400


Recreate/Create the pty device files:
# /sbin/insf -d pts -s 400 -e -v
# /sbin/insf -d ptm -e

Replace 400 which your kernel value.

Cheryl
"Downtime is a Crime."