- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not telneting
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-17-2008 10:19 PM
04-17-2008 10:19 PM
Not telneting
#:/appl/oracle/product/v101/network/admin[fasprd]>telnet
Trying...
telnet: Unable to connect to remote host: Connection refused
And is the below line affecting it..
#cat listener.ora
....
TRACE_LEVEL_fasprd = OFF
....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 11:06 PM
04-17-2008 11:06 PM
Re: Not telneting
Telnet may be disabled on the host as most people turn that off these days.
Can you resolve the hostname via nslookup?
Can you ping the hostname?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 11:58 PM
04-17-2008 11:58 PM
Re: Not telneting
As kevin said, listner.ora is nothing to do with telnet.
Check the following :
1) Ping by ip and hostname.
If pinging, no issue with connectivity and name resolution
If not, check thos connectivity ( linkloop )& name resolution ( nslookup )part
2) try to do rlogin,ssh or ftp to that box.
If session established, issue is only with telnet.
If not, issue with internet serverces itself.
Need to /etc/inetd.conf and inetd -c
Check the /var/adm/inetd.sec -- is there services restricted.
check the kernel paranmeter npty,nstrtel..
Best Regards,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 02:05 AM
04-18-2008 02:05 AM
Re: Not telneting
As kevin & Ramesh said, listner.ora is not in a picture for telnet.
If it is pinging by ip means n/w connectivity ok.
If not, check for self ping & n/w connectivity.
also check status of telnet service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2008 03:26 AM
04-19-2008 03:26 AM
Re: Not telneting
ps -eaf | grep inetd
check the following files
/etc/services
/etc/inetd.conf
/var/adm/inetd.sec
pls revert it
Sajjad