Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ctermd(8) [debian man page]

CTERMD(8)						      System Manager's Manual							 CTERMD(8)

NAME
ctermd - CTERM services for Linux SYNOPSIS
ctermd [options] Options: [-dvVh] [-l logtype] DESCRIPTION
Allows remote users to connect as a terminal over DECnet. This application implements the CTERM protocol over DECnet for allowing a remote DECnet host emulating a DEC VT100 terminal to connect to Linux. Normally this daemon will be run from dnetd(8) rather than by hand. OPTIONS
-l Set logging options. The following are available: -lm Log to /dev/mono. (only useful if you have my mono monitor driver or mdacon and a second monitor) -le Log to stderr. Use this for debugging or testing combined with -d. -ls Log to syslog(3). This is the default if no options are given. -d Don't fork and run the background. Use this for debugging. -v Verbose. The more of these there are the more verbose ctermd will be. -h -? Displays help for using the command. -V Show the version of ctermd. EXAMPLES
Starting the ctermd daemon/Connecting to linux from a VAX. On Linux: # ctermd On the VAX: $ set host pclnx Ctermd Version 1.0.0 DECnet for Linux login: SEE ALSO
dntype(1), dndir(1), dndel(1), dntask(1), dnetd(8), dnping(1), sethost(1), dnetd.conf(5) DECnet utilities July 27 1998 CTERMD(8)

Check Out this Related Man Page

DNPING(1)						      General Commands Manual							 DNPING(1)

NAME
dnping - Loopbacks diagnostic packets through a remote node SYNOPSIS
dnping nodename [user pass] count or dnping nodename [options] nodename Options: [qsv] [-c number] [-i interval] [-p password] [-s size] [-u username] [-w timeout] DESCRIPTION
This utility sends to remote DECnet node nodename the number of packets specified by count to test the link between the two systems. Optionally a username and password may be specified for the connection as well as several other options. NOTE that if you dnping another Linux box it must have dnetd running. NOTE also that dnping is not really like an IP "ping" in that it needs a registered object at the other end to connect to. So, just because you cannot ping a machine does not, necessarily, mean that machine is not available, just that the MIRROR object is not available. There is not (to my knowledge) a low-level equivalent in DECnet of the ICMP ping message. OPTIONS
-c number Number of packets to send (default 10) -d Debug mode (default off) -i interval interval between packets in microseconds (default 0) -p password Access control password. If this is "-" then you will be prompted. -q Quiet mode (default off) -s size size of frame to send in bytes (40 data + 68 hdr) -t timestamps mode (default off) -u username access control username -w timeout Specifies a timeout (in seconds). If not response is received after this time then dnping will abort. The default is to wait for- ever. -v verbose mode (default off) EXAMPLES
Pings 10 packets through remote node "mv3100" # dnping mv3100 10 Make it look a bit like IP ping: # dnping -vti 1000000 marsha SEE ALSO
dntype(1), dndir(1), dndel(1), dntask(1), sethost(1), dnetd(8) DECnet utilities January 25 2000 DNPING(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Connecting 2 linux boxes with COM

hi there! I have a small, probably very dumb question. Is it possible to connect two linux boxes with each other over COM ports for terminal connection? (4 Replies)
Discussion started by: D-Lexy
4 Replies

2. UNIX for Dummies Questions & Answers

terminal connection

Hello, I've a Solaris10 installed on a x86 based pc and want to connect via lan by using Windows&Reflection. To Set up a terminal connection to Solaris10, which services should I run on Solaris? Thanks (1 Reply)
Discussion started by: XNOR
1 Replies

3. UNIX for Advanced & Expert Users

executing a command on parent shell

Hi, I am logging in from my PC terminal to a linux host using ssh. Is it possible to execute a command on the parent PC terminal from the linux host during login. NOte that the parent PC does not have sshd running. Sam (1 Reply)
Discussion started by: sardare
1 Replies

4. Linux

Install Linux on remote server from Windows PC

I am very new with servers and have never used Linux. The server I'm looking at is not currently connected to anything, and I wish to install Linux on this server. It doesn't have a monitor (no video card) or keyboard. It does have a DVD. Can I communicate with that server using a Windows PC to... (8 Replies)
Discussion started by: kvalenti
8 Replies

5. UNIX for Dummies Questions & Answers

virtualising virtual machine

Hi, I'm virtualising ubuntu on a mac forum and I get the following error when I run my application... If I try ping localhost from guest OS, it works... thanks (0 Replies)
Discussion started by: aneuryzma
0 Replies

6. Linux

what caused no event found?

I tried to run nohup command line on my Linux server to connect to a remote server, then execute Oracle binary to run a process at background. My Linux information looks like this: oracle@myserver:/opt/oracle/scripts $ uname -a Linux myserver.domain.com 2.6.18-194.32.1.0.1.el5 #1 SMP Tue Jan 4... (1 Reply)
Discussion started by: duke0001
1 Replies

7. UNIX for Dummies Questions & Answers

On Linux, Putty Log is not WYSIWYG like the screen?

Hi all, I am not sure if this is a known issue. I am using Putty and logging the session into a log, only the printable one. On Solaris, all is working fine. But on Linux servers, Redhat or Suse, while the screen looks correct, the log file is not. Note example below: On the screen,... (1 Reply)
Discussion started by: newbie_01
1 Replies

8. Red Hat

Logged in users on a Linux server are counted twice

Scenario: 1. Log into a linux server interface as root. 2. Inititiate an SSH session with the server using Putty and a valid user account (e.g. fakeuser). 3. Log into TTY2 of the linux server interface using another valid user account (e.g. faketester). Issue: With these three login... (1 Reply)
Discussion started by: walterthered
1 Replies

9. Shell Programming and Scripting

C# Connection to server using CLI services and mono, permissions denied

I am developping an application that give a real time diagnosis of my working servers and of the services I am using on these server. First of all I created a C# application on an individual remote server that pings the another server adress and gives back the result in an email if remote server... (0 Replies)
Discussion started by: Marech
0 Replies