1748186 Members
4199 Online
108759 Solutions
New Discussion юеВ

Re: unable to telnet

 
SOLVED
Go to solution
John Ferro
Regular Advisor

unable to telnet

Hi Gents,

1)Im trying to #umount /opt, i got results that this file system in used.
2)Then i used #fuser -ku -c /opt, i disconnected from telnet.
3)I tried to telnet again but got refused.

what is the solution?
Regards,
8 REPLIES 8
Avinash20
Honored Contributor
Solution

Re: unable to telnet

Check if you could login to the server via console.

Reboot will resolve the issue.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
John Ferro
Regular Advisor

Re: unable to telnet

Thanks, I will....
Avinash20
Honored Contributor

Re: unable to telnet

For what reason are you trying to umount /opt
Is it increasing the /opt FS.
If yes, then you need to login to Single user mode to increase the FS, in case Online JFS(licensed software) is not installed,.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Matti_Kurkela
Honored Contributor

Re: unable to telnet

Do not attempt to unmount essential filesystems without first making sure you have console access to the system.

Do not use "fuser -k" without first checking what you're about to kill.

Your fuser -k command has probably killed several system processes, including inetd. If inetd is not running, the system cannot respond to telnet connections.

You must login on the system console to solve the problem. Usually the easiest way to solve it is to reboot. Of course, *if* you know which services should be running in your system, you can just restart them.

Based on a quick check on a PA-RISC 11.23 system, possible things to restart are at least:
- ipfilter and sshd (if installed)
- all NFS-related services
- sendmail
- inetd
- snmpd and its agents
- WBEM cimserver
- DCE rpcd
- System Management Homepage (smhstartd)

MK
MK
John Ferro
Regular Advisor

Re: unable to telnet

Yes, actually my colleague installed Oracle on /opt mountpoint, and now reached to 98%. I tried to umount but i couldn't then i used fuser -ku -c /mountpoint. after this i got disconnected untill now.
John Ferro
Regular Advisor

Re: unable to telnet

Thanks MK, yes i know i did wrong way..... for sure i will try to reboot from console.. and hope to solve my problem. sorry i already closed thread otherwise i could assign you 10 points.,.
sujit kumar singh
Honored Contributor

Re: unable to telnet

Hi John,

nothing to do with the technical issue in the server you might be facing, but a closed thread can always be reopened by the author if the author wishes.

at the bottom of the discussion you can click the "Reopen Thread>>" button.

just to tell if you thought a closed thread can't be reopened!


regards
sujit
John Ferro
Regular Advisor

Re: unable to telnet

Reboot.