- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problems in connecting to tcsh account using r...
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
07-25-2004 07:01 PM
07-25-2004 07:01 PM
problems in connecting to tcsh account using reflection
i'm trying to connect to a tcsh account, by using reflection ( to open cde) and i'm not able to.
it seems like there is an automatic logout taking place when i'm doing it.
i have no problems with connecting to this machine via reflection to ksh accounts, and i don't have any problems also by connecting with telnet to this tcsh account either.
anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 07:10 PM
07-25-2004 07:10 PM
Re: problems in connecting to tcsh account using reflection
$HOME/.dt/*log
Whats in there after the failure
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 01:37 AM
07-26-2004 01:37 AM
Re: problems in connecting to tcsh account using reflection
xterm: no available ttys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 01:55 AM
07-26-2004 01:55 AM
Re: problems in connecting to tcsh account using reflection
more Xsession ¦ grep csh
csh | tcsh) shellprofile="$HOME/.login";;
csh | tcsh) $SHELL -c "unsetenv _ PWD;
?
If not like the above I'd try making a copy and ammending it to the above 2 lines.
bounce CDE and try again ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 02:07 AM
07-26-2004 02:07 AM
Re: problems in connecting to tcsh account using reflection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 02:32 AM
07-26-2004 02:32 AM
Re: problems in connecting to tcsh account using reflection
npty. Check current settings and increase nstrpty first. Seems that you are hitting that.
Once you bump up nstrpty, do
insf -ev
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 04:04 AM
07-26-2004 04:04 AM
Re: problems in connecting to tcsh account using reflection
i'm not familiar with the terms you used...
how do i increase nstrpty?
what is it anyway?
how can i check if you're assumption is true?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 04:28 AM
07-26-2004 04:28 AM
Re: problems in connecting to tcsh account using reflection
errorlog-
xterm: no available ttys
This is how you will go about it.
The kernel is /stand/vmunix. Before you proceed, do
cp /stand/vmunix /stand/vmunix.prev
cp /stand/system /stand/system.prev
cp -pr /stand/dlkm /stand/dlkm.prev
Open up SAM as root user. Goto kernel configuration. Configurable kernek parameters.
Check for tunable nstrpty. Bump up th value. Also bump the value for npty. (bump it by 100) Now process the new kernel. After the new kernel is processed, it will ask, do you want to reboot the system/or boot it at leter time.
Boot, when it comes up, check the settings for tuned parameters through SAM.
Now try connecting and post. A reboot is required, because the said kernel parameters are static.
All this can be done on command lines also.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 06:10 AM
07-26-2004 06:10 AM
Re: problems in connecting to tcsh account using reflection
before i'll try this option, i want to be sure, because i'm doing it on a production system, and the fact that i am able to connect to ksh accounts, if there is no other way to make sure that is the case (maybe more logs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 06:51 AM
07-26-2004 06:51 AM
Re: problems in connecting to tcsh account using reflection
And additional note: some programs validate users by their shell so if tcsh is not in /etc/shells (or /etc/shells does not exist) then CDE may not get started. Read the man page about /etc/shells and create one if needed, then add the fullpath for tcsh (ie, /usr/contrib/bin/tcsh or whatever is in /etc/passwd).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 11:56 PM
07-27-2004 11:56 PM
Re: problems in connecting to tcsh account using reflection
i can see in glance that i'm using 211 out of 1024 available tty's (npty value) so i don't think i should raise this parameter ... maybe i should change only one or two of those 3 parameters? is there any way to find out my usage of the other two (nstrpty and nstrtel)???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:01 AM
07-28-2004 12:01 AM
Re: problems in connecting to tcsh account using reflection
Post.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:04 AM
07-28-2004 12:04 AM
Re: problems in connecting to tcsh account using reflection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 01:10 AM
07-28-2004 01:10 AM
Re: problems in connecting to tcsh account using reflection
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 01:46 AM
07-28-2004 01:46 AM
Re: problems in connecting to tcsh account using reflection
this is not the case,
those three parameters are equal in my machine, and still, even when the server is not busy,(now i have 205 connections out of 1024 possibles) it wouldn't work.