Sponsored Content
Operating Systems AIX Not able to receive emails after job execution Post 302935449 by aaron8667 on Monday 16th of February 2015 04:49:59 PM
Old 02-16-2015
Thank you agent.kgb

Code:
[root@AIXHOST]/>host -n -t mx example.com
example.com mail is handled (pri=20) by myexcz1p.domain.com
example.com mail is handled (pri=20) by myexcz7p.domain.com
example.com mail is handled (pri=10) by myexcz3p.domain.com
example.com mail is handled (pri=30) by mymail2hub.domain.com
example.com mail is handled (pri=20) by myexcz1p.domain.com
.....
....
example.com mail is handled (pri=20) by example.compacket size error (0 != 2ff225f3)

Please see the command output.
i can not ping " example.com " from anywhere. i can do nslookup, to see the ip. but not able to ping.


Code:
[root@AIXHOST]/>host -n example.com
 example.com has a address 200.x.x.x  
example.com mail is handled (pri=20) by myexcz1p.domain.com
example.com mail is handled (pri=20) by myexcz7p.domain.com
example.com mail is handled (pri=10) by myexcz3p.domain.com
.....
....
example.com mail is handled (pri=20) by example.compacket size error (0 != 2ff225f3)

do you want me to change anything on /etc/netsvc.conf or /etc/hosts or /etc/resolv.conf ?

thanks
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sequential execution of job in cron

Hi I have a file say xyz.sh, whose contents are as follows : *************************** #! /bin/ksh set -x . /a.sh . /b.sh . /c.sh ***************************** Now will this execute all the three process simultaneously or sequentially? If it will process simultaneously, is... (3 Replies)
Discussion started by: pankajkrmishra
3 Replies

2. UNIX for Advanced & Expert Users

Job execution through Xming

Hello, Every evening I run few shell scripts on AIX Production Box, One shell script takes about one hour to complete and does some DB updation and application processing etc. The shell scripts are getting launched from prompt and not through cron or any scheduler as they require some manual... (0 Replies)
Discussion started by: panchpan
0 Replies

3. IP Networking

Configuring POSTFIX to receive emails only from localhost

Hello, I am new to POSTFIX. My manager has asked me to configure POSTFIX running on a server to accept mail only from itself(localhost). Can someone tell me how I can go about doing this? (1 Reply)
Discussion started by: mojoman
1 Replies

4. UNIX for Dummies Questions & Answers

Confirm job execution

Hello everybody, Can anybody tell me how do we comfirm the execution of a scheduled job ? In other words, how do I know whether my scheduled script is being executed or not ? Thanks Jitu JK (2 Replies)
Discussion started by: jitu.jk
2 Replies

5. Solaris

Solaris 10.5 perl and cron job execution problem

Hi, I want to run a crontab job on solaris 10.5. I have configured the crontab accordingly 10 * * * * /scripts/dbalter.pl >> /scripts/cronout.txt However this does not work .Then I go to /var/mail/root and find an error in the output: From root@myserver Wed Feb 4 17:02:00 2009... (1 Reply)
Discussion started by: sonu2die4
1 Replies

6. Shell Programming and Scripting

Job Execution in Parallel and Maintain Dependency

All, We need to run multiple jobs in parallel with the dependencies intact. I was trying to use the same with &, but in vain. Is there is any other way to resolve this issue. I need to run Set1 A.sh B.sh C.sh Set2 D.sh E.sh Set3 F.sh (10 Replies)
Discussion started by: anand_msm
10 Replies

7. Shell Programming and Scripting

Parallel Job Execution

Hi All, At present I am using a UNIX Script which is running a set of JOBS. These JOBS are to be repeated for 20 times, means the same set of JOBS are repeated by just passing different arguments (From 1 to 20). Is there any way by which I can execute them parallel? At present its all... (4 Replies)
Discussion started by: Prashantckc
4 Replies

8. Programming

Is it possible to receive emails from my computer?

Could someone help me receive emails sent to my ip address with a c program? (5 Replies)
Discussion started by: Errigour
5 Replies

9. Shell Programming and Scripting

Problem with Job execution using crontab

Hi All, I am facing a problem with crontab.I made an entry in crontab like this 05 07 * * * /afs2/cdwfullacc/current/exe/cdw_generate_special_klant.sh > /afs2/cdwfullacc/current/scratch/cdw_gen_cron.log But job was not getting executed. Entry in crontab was made with same user by whom... (4 Replies)
Discussion started by: krishna_gnv
4 Replies

10. Shell Programming and Scripting

Execution problem with CRON job

HI, I have written an executable file in unix and I was able to execute it successfully but when I called this file with cron job it was giving error like "permission denied" and "No such file or directory". Please help in how cron calls the file and what permission is required on the file... (2 Replies)
Discussion started by: vipin kumar rai
2 Replies
bcanput(9F)						   Kernel Functions for Drivers 					       bcanput(9F)

NAME
bcanput - test for flow control in specified priority band SYNOPSIS
#include <sys/stream.h> int bcanput(queue_t *q, unsigned char pri); INTERFACE LEVEL
Architecture independent level 1 (DDI/DKI). PARAMETERS
q Pointer to the message queue. pri Message priority. DESCRIPTION
bcanput() searches through the stream (starting at q) until it finds a queue containing a service routine where the message can be enqueued, or until it reaches the end of the stream. If found, the queue containing the service routine is tested to see if there is room for a message of priority pri in the queue. If pri is 0, bcanput() is equivalent to a call with canput(9F). canputnext(q) and bcanputnext(q, pri) should always be used in preference to canput(q->q_next) and bcanput(q->q_next, pri) respectively. RETURN VALUES
1 If a message of priority pri can be placed on the queue. 0 If the priority band is full. CONTEXT
bcanput() can be called from user or interrupt context. SEE ALSO
bcanputnext(9F), canput(9F), canputnext(9F), putbq(9F), putnext(9F) Writing Device Drivers STREAMS Programming Guide WARNINGS
Drivers are responsible for both testing a queue with bcanput() and refraining from placing a message on the queue if bcanput() fails. SunOS 5.10 11 Apr 1991 bcanput(9F)
All times are GMT -4. The time now is 08:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy