- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnetd: Telnet device drivers missing: No such de...
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
09-22-2003 08:03 AM
09-22-2003 08:03 AM
Client apps using telnet port for communication.
User admin not sure if this is due to number of users logged in or a system parameter is not set correctly.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2003 08:09 AM
09-22-2003 08:09 AM
SolutionProbably both.
Chekc the values of the kernel parameters:
npty
nstrpty
nstrtel
using kmtune -q
Then check the # of sessions running using
w | wc -l
If they're close then that's your problem.
You'd need to increase them ALL & reboot to solve the problem.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2003 08:11 AM
09-22-2003 08:11 AM
Re: telnetd: Telnet device drivers missing: No such device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2003 08:22 AM
09-22-2003 08:22 AM
Re: telnetd: Telnet device drivers missing: No such device
Can the parameters mentioned above be set by kmtune -s ?
If not, which system file would contain these parameters?
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2003 08:35 AM
09-22-2003 08:35 AM
Re: telnetd: Telnet device drivers missing: No such device
Yep, then you have to do the following:
cd /stand/build
mk_kernel -s ./system
mv /stand/system /stand/system.old #or .prev
mv /stand/vmunix /stand/vmunix.old #or .prev
mv /stand/build/system /stand
mv /stand/build/vmunix_test /stand/vmunix
Then - reboot
Alternatively you can use SAM
sam & -> Kernel Configuration -> Configurable Parameters -> double-click desired parms & alter values...THEN...Actions -> Process New Kernel
HTH,
Jeff