- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot Launch additional XTERM's
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 07:59 AM
04-15-2004 07:59 AM
Cannot Launch additional XTERM's
On our oft-busy dev server, users are o longer able to launch an "xterm" (no errors) but can still launch "dtterm". I checked our pty/nsrpty settings.. both are set to 1024 so I think we are not hitting any tty limit still.
A truss of xterm shows (a snippet):
stat("/dev/pty/ttyt6", 0x68ff19b8) ERR#2 ENOENT
write(6, "\0\0\003\0\0\002@ \0de( 03\0\0\r".., 1048) = 1048
read(7, "\0\0\0\0\0\0\002@ \0de( 03\0\0\r".., 1048) = 1048
close(4) = 0
open("/dev/ptym/clone", O_RDWR, 0120100) = 4
fstat(4, 0x68ff19b8) = 0
open("/dev/config", O_RDONLY|O_NDELAY, 0120100) = 5
ioctl(5, IOCONF_SEARCH, 0x68ff1ab0) = 0
ioctl(5, IOCONF_QUERY, 0x68ff1bb8) = 0
close(5) = 0
stat("/dev/pty/ttyt6", 0x68ff19b8) ERR#2 ENOENT
write(6, "\0\0\003\0\0\002@ \0de( 03\0\0\r".., 1048) = 1048
read(7, "\0\0\0\0\0\0\002@ \0de( 03\0\0\r".., 1048) = 1048
close(4) = 0
open("/dev/ptym/clone", O_RDWR, 0120100) = 4
fstat(4, 0x68ff19b8) = 0
open("/dev/config", O_RDONLY|O_NDELAY, 0120100) = 5
ioctl(5, IOCONF_SEARCH, 0x68ff1ab0) = 0
ioctl(5, IOCONF_QUERY, 0x68ff1bb8) = 0
close(5) = 0
stat("/dev/pty/ttyt6", 0x68ff19b8) ERR#2 ENOENT
write(6, "\0\0\003\0\0\002@ \0de( 03\0\0\r".., 1048) = 1048
read(7, "\0\0\0\0\0\0\002@ \0de( 03\0\0\r".., 1048) = 1048
close(4) = 0
open("/dev/ptym/clone", O_RDWR, 0120100) = 4
fstat(4, 0x68ff19b8) = 0
open("/dev/config", O_RDONLY|O_NDELAY, 0120100)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 08:05 AM
04-15-2004 08:05 AM
Re: Cannot Launch additional XTERM's
Any ideas how to fix .. without a reboot?
The system has only about 120 xterm sessions and 150 telnet (TTY) sessions..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 08:10 AM
04-15-2004 08:10 AM
Re: Cannot Launch additional XTERM's
Are they starting the xterm from the command line? If they do, try leaving it in the foreground (e.g. not xterm &); do you get the prompt back? The reason may be someone may have defined an alias with a -display option (i.e. alias xterm="xterm -display 10.10.10.10").
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 08:11 AM
04-15-2004 08:11 AM
Re: Cannot Launch additional XTERM's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 11:17 AM
04-15-2004 11:17 AM
Re: Cannot Launch additional XTERM's
there are three different flavours of pseudo ttys, and TELNET, xterm and dtterm do not use the same flavour.
And you'll have to have to device files, too, not just the kernel parameters.
But you might be running out of other resources, so check the output of tools like
- netstat -an
- ipcs -mb
- sar -v 1 10
and your kernel's "nfile" and "maxfiles" might be too small!
FWIW,
Wodisch