Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ekg2-remote(1) [debian man page]

EKG2-REMOTE(1)						      General Commands Manual						    EKG2-REMOTE(1)

NAME
ekg2-remote - remote User Interface for EKG2 SYNOPSIS
ekg2-remote [OPTIONS] REMOTE-ENDPOINT DESCRIPTION
ekg2-remote is a program which provides a remote user interface to an EKG2 instance that uses the "remote" plugin. It connects to EKG2 via a socket, and lets you use the program as if it was running locally. The motivation behind this program was to be able to use EKG2 on a low performance machine with limited memory and CPU resources. OPTIONS
-c, --charset=CHARSET forces the charset name to use, -p, --password=PASSWORD sets the password, -T, --test=FRONTEND runs in test mode (for debugging), using FRONTEND user interface (default is ncurses), -F, --frontend=FRONTEND uses FRONTEND user interface (default is ncurses), -m, --no-mouse does not load mouse support, -U, --unicode forces unicode support, -h, --help displays a help message, -v, --version displays program version and exits ENDPOINT specifies the EKG2 instance to connect to. The following are accepted: tcp:address:port cleartext TCP/IP connection to given address and port tcps:address:port SSL-encrypted TCP/IP connection to given address and port udp:address:port UDP/IP connection to given address and port unix:socket-path local (UNIX) connection to given socket-path pipe:fifo-path local (pipe) connection to given fifo-path. Currently unsupported. SEE ALSO
ekg2(1). The full documentation for ekg2 is maintained as a Docbook manual. See http://ekg2.org/ekg2book/ for an online version. User Commands 2008-03-05 EKG2-REMOTE(1)

Check Out this Related Man Page

ZOS-REMOTE.CONF(5)					  System Administration Utilities					ZOS-REMOTE.CONF(5)

NAME
zos-remote.conf - the audisp-racf plugin configuration file DESCRIPTION
zos-remote.conf controls the configuration for the audispd-zos-remote(8) Audit dispatcher plugin. The default location for this file is /etc/audisp/zos-remote.conf, however, a different file can be specified as the first argument to the audispd-zos-remote plugin. See aud- ispd-zos-remote(8) and auditd(8). The options available are as follows: server This is the IBM z/OS ITDS server hostname or IP address port The port number where ITDS is running on the z/OS server. Default is 389 (ldap port) user The z/OS RACF user ID which the audispd-zos-remote plugin will use to perform Remote Audit requests. This user needs READ access to FACILITY Class resource IRR.LDAP.REMOTE.AUDIT (See audispd-zos-remote(8)). password The password associated the the z/OS user ID configured above. timeout The number in seconds that audispd-zos-remote plugin will wait before giving up in connection attempts and event submissions. The default value is 15 q_depth The audispd-zos-remote plugin will queue inputed events to the maximum of q_depth events while trying to submit those remotely. This can handle burst of events or in case of a slow network connection. However, the audispd-zos-remote plugin will drop events in case the queue is full. The default queue depth is 64 - Increase this value in case you are experiencing event drop due to full queue (audispd-zos-remote will log this to syslog). SEE ALSO
audispd-zos-remote(8) AUTHOR
Klaus Heinrich Kiwi <klausk@br.ibm.com> IBM
Oct 2007 ZOS-REMOTE.CONF(5)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

remote connection

Hi: Can i access my Linux Box from a remote machine, Login and Run a program(eg: netscape) in a particular display number. Assuming i do not have XServer running in my machine Appreciate the help Thanks, Preetham. (5 Replies)
Discussion started by: preetham
5 Replies

2. UNIX for Dummies Questions & Answers

how to ?

i do i open a port from remote from a nother computer and open then port so i can remote my info from work and do my work at home and be ok is there a program like pc2pc with linux or unix i use rpm files i realy don't know how to recompile tar.gz they all ways give me errors i do a... (1 Reply)
Discussion started by: amicrawler2000
1 Replies

3. UNIX for Advanced & Expert Users

FTPing over COM port ???

Hello. Can someone please help, or give me any advice. The company I work for has a unix machine and works over the com port rather than IP. We need to retrieve some files from it onto another unix machine and we are trying to get an ftp program to work, does anyone know any ftp programs that... (1 Reply)
Discussion started by: badge
1 Replies

4. Shell Programming and Scripting

FastCopy usage to get filename

Hi All, My requirement is to get all the files with extension *.txt in a particular path in unix from a remote server using FASTCOPY. Let us suppose i am in local server , i need to go to REMOTE server using FASTCOPY and get the names of all the files in remote server with *.txt from a... (0 Replies)
Discussion started by: rawatds
0 Replies

5. Linux

GUI remote connection

Hello, I need a tool for remote GUI connection to Linux machine ,something like remote Desktop in windows?????any help Thanks in advance (4 Replies)
Discussion started by: mm00123
4 Replies

6. UNIX for Dummies Questions & Answers

local user ip

how can i find my own ip address from unix. command like who -x .this would provide all the ip address but i need to list only current user ip address. who am i command does not display the ip. (9 Replies)
Discussion started by: naushad
9 Replies

7. UNIX for Dummies Questions & Answers

remote user ip address

can anybody help me to get a remote user ip address in SCO 5.0.5 (5 Replies)
Discussion started by: naushad
5 Replies

8. Red Hat

To find the LATEST file from a dir on REMOTE machine and SCP to local machine?

Hi All, URGENT - Please help me form a scipt for this: I need the LATEST file from a dir on REMOTE machine to be SCP'd to a dir on local machine. (and I need to execute this from local server) I know that the below cmd is used to find the LATEST file from a dir. But this command is not... (3 Replies)
Discussion started by: me_ub
3 Replies

9. Programming

Need help regarding HTTP parsing

Hi.. I've got a program that can connects to a remote server and displays some garbage value and closes the connection. The code goes like this #include <stdio.h> #include <netdb.h> #include <netinet/in.h> #include <string.h> #include <stdlib.h> #include <sys/types.h> #include... (5 Replies)
Discussion started by: rakesh_01
5 Replies

10. Solaris

application Crashes on memset ?? any suggestions

Hi All, we have an application that is written in 'C' programming to connects to various servers in the organization. The bellow code establish a TCP connection to connect to the remote servers. the application works perfectly ok, but, after some time the entire process get's crashed and... (2 Replies)
Discussion started by: sudharma
2 Replies

11. Programming

Using socket to test a TCP port

Hello, I'm trying to write a small c application to test a tcp port. This works fine for the most part but the default timeout on the connect is very long. I have been reading many posts but and it looks like I need to set the socket to be non-blocking and poll for a result. I have been totally... (2 Replies)
Discussion started by: tjones1105
2 Replies

12. UNIX for Dummies Questions & Answers

some basic unix questions pls iam a newbie

what is a assembler what isa interpreter what is a compiler what is a socket what is a port what is meant by listening to a port how we do it how to know version and standard of unix one is using when one is on public access unix account how to see a jobid in... (1 Reply)
Discussion started by: scimitar
1 Replies

13. UNIX for Dummies Questions & Answers

How to run UNIX commands on remote machine from windows?

Hi All, I am working in support and we are planning to automate a system to reduce the direct manual intervention to core system. Please find the below details. 1. we have a web application that runs on Windows Platform. 2. From web application, we need to connect to remote Unix machine.... (6 Replies)
Discussion started by: Balaji K
6 Replies

14. UNIX for Advanced & Expert Users

Changing single path NIC to a teamed connection in same subnet

Dear all, I have a remote CentOS7 server that has two network cards. Each card has four ports and port one of card one was defined with the IP address assigned to the server. So far, so good and it's been working for over a year. We have now got cables sorted out so there are four paths... (4 Replies)
Discussion started by: rbatte1
4 Replies