Sponsored Content
Full Discussion: communication problems
Operating Systems AIX communication problems Post 302205393 by ariec on Saturday 14th of June 2008 05:39:16 PM
Old 06-14-2008
communication problems

hello

i'v two aix servers 4.3. last night the goes down becuse electrical f
problems.
when the servers comes up i've notice that file /unix is gone. i've fix it and the problem fixed.
after few hours the same crash becuse elctrical problems.
file /unix is there , but now i've a communication problem.
when i copy file form server 1 to server 2 its going fast.
when i copy file from server 2 to server 1 its going slowly.
my ethernet card is config to 100 full duplex so the switch is config the same.
some one have a idea what i can check ?

best regards

ariec
 

7 More Discussions You Might Find Interesting

1. Programming

RS232 communication optimisation

Need help for RS232 communication with switches in order to optimise the data traffic. How to manipulate different flags in termios struct to do the same? (1 Reply)
Discussion started by: ManishSaxena
1 Replies

2. UNIX for Dummies Questions & Answers

serial communication

This isn't really a unix question, or even a programming question, but I hope you guys can help. I want to create a program to control the electricity on a model railway. I have created the program to that it sends characters over the serial cable, but now I need to do the switch that will... (1 Reply)
Discussion started by: KrazyGuyPaul
1 Replies

3. HP-UX

HP-UX / Tape Library Communication Problems

Hi All, Hoping that you'll be able to help out on - I've a problem occuring in our backups that's driving me up the wall. I've got an HP-UX Visualise 6500 as below: ================================ root # uname -a HP-UX <NAME> B.11.00 A 9000/785 2005956095 two-user license... (2 Replies)
Discussion started by: geralex
2 Replies

4. Solaris

help on network communication

Hi, Can anyone suggest a Unix command or c-shell algorithm to simulate to behavior of "wall" command minus the "all users"? What I'm trying to do is to send a notice to just one particular user but i dont want other remotely-logged-on users to receive the message (on the pseudo-terminals). I... (3 Replies)
Discussion started by: Deanne
3 Replies

5. HP-UX

Communication Failures

HI ALL, I have been trying to install a particular software using remote linux server. some thing like this: rsh <host ID> /usr/sbin/swinstall -x autoreboot=true -s /tmp/<software> <Product name>. The problem is whenever I try to install the product through a shell script the installation... (1 Reply)
Discussion started by: barun agarwal
1 Replies

6. Cybersecurity

Communication over firewall

Hey GUys, Once again I run in to problem and I am here for ur help. I have two sun(solaris) box on company LAN. One Unix Box is behind the firewall and the other one is Outside the firewall. The thing i need to do is remote display a graphic on Unix box outside the firewall to the Unixbox... (5 Replies)
Discussion started by: ajnabi
5 Replies

7. UNIX for Dummies Questions & Answers

Interprocess Communication

Hiya Everybody just joined, Not sure if this is the right section:o I require abit of an assistance with IPC! I know there are different types of IPC porcesses like signals, semaphores, mutexes, shared memory, message queues, pipes and sockets. Now say a system has a number of... (4 Replies)
Discussion started by: G.I.Joe
4 Replies
IMAPFILTER(1)						    BSD General Commands Manual 					     IMAPFILTER(1)

NAME
imapfilter -- mail filter SYNOPSIS
imapfilter [-iVv] [-c configfile] [-d debugfile] [-e 'command'] [-l logfile] DESCRIPTION
imapfilter is a mail filtering utility. It connects to remote mail servers using the Internet Message Access Protocol (IMAP), sends search- ing queries to the server and processes mailboxes based on the results. It can be used to delete, copy, move, flag, etc. messages residing in mailboxes at the same or different mail servers. The 4rev1 and 4 versions of the IMAP protocol are supported. The command line options of imapfilter(1) are as follows: -c configfile Path to the configuration file. The default is $HOME/.imapfilter/config.lua. -d debugfile File that contains debugging information about the full communication with the server, along with other inner workings' details. -e 'command' May be used to enter ``one line'' of configuration, while it is also possible to pipe a full configuration as a string. When this options is used, a configuration file will not be loaded. -i Enters interactive mode after executing the configuration file. -l logfile File that contains logs of error messages produced. -V Displays version and copyright information. -v Enables printing of some brief details of the communication with the server. ENVIRONMENT
HOME User's home directory. FILES
$HOME/.imapfilter/config.lua Default configuration file. Because this file may contain sensitive data such as user passwords, the recommended permissions are read/write for the user, and not accessible by others. $HOME/.imapfilter/certificates File where the SSL/TLS certificates are stored. SEE ALSO
imapfilter_config(5) CONFORMING TO
IMAP4rev1: RFC 3501, RFC 3348, RFC 2683, RFC 2595, RFC 2342, RFC 2195, RFC 2177 IMAP4: RFC 1730 BSD
February 19, 2011 BSD
All times are GMT -4. The time now is 02:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy