- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cant telnet or remsh into host.
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
08-16-2001 10:43 AM
08-16-2001 10:43 AM
when I try to telnet into a server I get this.
Trying...
Connected to lvapp18.prod.networkip.net.
Escape character is '^]'.
Local flow control off
Connection closed by foreign host
When I do a remsh I get this.
rcmd: primary connection shut down
And it seems that some services are being affected that is why I was trying to telnet into this host to check them out. Could it be that no one is able to make contact to this host?
we can ping it just fine.
Thanks
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 10:46 AM
08-16-2001 10:46 AM
SolutionTry from the console. You will get better messages there
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 10:47 AM
08-16-2001 10:47 AM
Re: cant telnet or remsh into host.
I've had a problem like that before. It happened in a disaster recovery drill. I did a pvcreate -f on the disk that happened to be the boot disk at the time. The system kept running, and would respond to pings, but we couldn't telnet/remsh to it. I hope you don't have anything bad like that! Can you get to the console and login?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 02:13 PM
08-16-2001 02:13 PM
Re: cant telnet or remsh into host.
Sys Adm: system reboot hangs on recover editor crash files
Document Information Table
Problem Description
I am using 'shutdown -r 0' to reboot my system. During the reboot, the
system hangs on the recover editor crash files.
Why am I having this problem?
Solution
Your system hangs when it gets to the '/sbin/rc2.d/S200clean_ex start'
process:
'start')
if [ -x /usr/bin/ex ]; then
echo "preserving editor files (if any)"
( cd /var/tmp; /usr/lbin/expreserve -a )
set_return
fi
;;
vi stores many of its files in /var/tmp.
Use one of these options to resolve your problem:
A. Run a filesystem check on /var.
fsck -F vxfs -o full /dev/vg00/rlvol8
B. Execute the '/sbin/rc2.d/S200clean_ex start' process in the
background.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 02:25 PM
08-16-2001 02:25 PM
Re: cant telnet or remsh into host.
clean_ex is always a headache. If the system was up and running for longtime, it takes quite a while to run this script in rc.
So, it's better to get the box into single user mode and then run /sbin/init.d/clean_ex with /var mounted (rather all root logical vols).
And then do an init 3 or 4 depending on your inittab.
As your box is runing now, you may want to check the history of your swap or nfile parameter.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 02:28 PM
08-16-2001 02:28 PM
Re: cant telnet or remsh into host.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 02:48 PM
08-16-2001 02:48 PM
Re: cant telnet or remsh into host.
Probably the easiest way to follow process (nproc), inode (ninode) and file table (nfile) sizes and number of times they overflow is with the '-v' option of 'sar'. For instance:
# sar -v 10 50
...would take 50-samples, one sample every 10-seconds.
Regards!
p.s. BTW: you also have at least five new bits of information awaiting you in your "/etc/hosts question .." ;-)
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 03:33 PM
08-16-2001 03:33 PM
Re: cant telnet or remsh into host.
if you want to keep track of kernel parameters.
HP's MWA is a good product that collects a lot of information about the system. You may want to use it if you don't have it already.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2001 07:54 AM
08-17-2001 07:54 AM
Re: cant telnet or remsh into host.
MeasureWare. It logs [almost everything!]various system tables usage etc. Unfortunately it costs money! I have found it useful for situations like this.
Tim