Sponsored Content
Operating Systems Linux Red Hat /var/log/messages error "kernel: RPC: bad TCP reclen" Post 302614529 by amarlinux on Wednesday 28th of March 2012 02:54:12 PM
Old 03-28-2012
Sorry about the delay, No it dont display those info, and its a vmware environment. So as per vendor policy they wont disclose the NICs physical info. I am aware of the bug previously reported. But not sure if its a jumbo frame. Any other guesses? the output is below:

# uname -r
2.6.18-274.12.1.el5

# ifconfig ethX | grep MTU
ethX: error fetching interface information: Device not found
# ethtool -i ethX | grep driver
Cannot get driver information: No such device
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SCO UNIX "TCP/IP not licensed error"

I have been running 5.0.02 for more than 10 years in its present configuration. I am running a business software package on it (text based). I am trying to use my windows machines to access it through a program like "reflections" so that I can run my software from different systems but I get... (2 Replies)
Discussion started by: Parkegio
2 Replies

2. Shell Programming and Scripting

read -p "prompt text" foo say "read: bad option(s)" in Bourne-Shell

Hallo, i need a Prompting read in my script: read -p "Enter your command: " command But i always get this Error: -p: is not an identifier When I run these in c-shell i get this error /usr/bin/read: read: bad option(s) How can I use a Prompt in the read command? (9 Replies)
Discussion started by: wiseguy
9 Replies

3. Shell Programming and Scripting

Error-- : " bad string"

Hi All, wen i am running a script . its giveing the below error and hanging there Bad string ******************* Please enter the following details one by one --------------------------------------------- ... (6 Replies)
Discussion started by: manoj_dahiya22
6 Replies

4. UNIX for Advanced & Expert Users

separate "named daemon" message from /var/adm/messages

Hello group, How can I separate "named daemon" messages to the other file instead of /var/adm/messages. I still want all other daemons log the messages to /var/adm/messages. i.e. named => /var/adm/named.message other daemons => /var/adm/messages. I searched unix.com, and google but I still... (5 Replies)
Discussion started by: dannytrinh
5 Replies

5. Solaris

"! bad user (root)" in cron log

I am getting the following error in the cron log: ! bad user (root) Wed Sep 22 14:30:00 2010 < root 8989 c Wed Sep 22 14:30:00 2010 rc=1 What does this mean? (5 Replies)
Discussion started by: jastanle84
5 Replies

6. Solaris

Error : "RPC: Rpcbind failure - RPC: Timed out"

Hello I am having an issue with a server SUN FIRE T2000 (Solaris 10). First of all the server didn't boot normaly so I did a full restoration of the file systems. Now the server boot, most of the services are available (not all the services), but I keep on seeing RPC: Rpcbind failure -... (4 Replies)
Discussion started by: feg
4 Replies

7. Solaris

Repeated error - "se_hdlc: clone device must be attached before use" in /var/adm/messages

Below is the error being repeated on my Solaris 9 Sun-Fire-V890 machine. SAN team confirmed as everything is fine from their end. I did google and found that some people say its a known Oracle bug when you have Oracle 10G installed on your system but I kind of disagree with them. Please see below... (2 Replies)
Discussion started by: vikkash
2 Replies

8. AIX

How to enable "TCP MD5 Signatures" and "https" on AIX?

I have searched many times but nothing found. Somebody help please :(:(:( (1 Reply)
Discussion started by: bobochacha29
1 Replies

9. Shell Programming and Scripting

Failure: if grep "$Var" "$line" inside while read line loop

Hi everybody, I am new at Unix/Bourne shell scripting and with my youngest experiences, I will not become very old with it :o My code: #!/bin/sh set -e set -u export IFS= optl="Optl" LOCSTORCLI="/opt/lsi/storcli/storcli" ($LOCSTORCLI /c0 /vall show | grep RAID | cut -d " "... (5 Replies)
Discussion started by: Subsonic66
5 Replies
rpc(3)							     Library Functions Manual							    rpc(3)

NAME
rpc, rpc_functions - Library routines for ONC remote procedure calls DESCRIPTION
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the server calls a dispatch routine to perform the requested service, and then sends back a reply. Finally, the procedure call returns to the client. The RPC subroutines and macros are grouped in the following categories: Client RPC routines (described in rpc_clnt(3)) Calls a remote pro- cedure on a remote system. Broadcasts a call message to all locally connected broadcast nets. Calls the remote procedure that is associ- ated with a specified client handle. Creates a generic RPC client. Change or retrieves various information about a client object. Destroys the client's RPC handle. Frees any data allocated by the RPC/XDR system. Copies the error structure out of the client handle. Prints a message to standard error indicating why a client RPC handle could not be created. Prints a message to standard error correspond- ing to a condition. Prints a message to standard error indicating why an RPC call failed. Returns a string indicating why a client RPC handle could not be created. Returns a pointer to a string that indicates why an RPC call failed. Returns a string that indicates why an RPC call failed. Creates a toy RPC client for a remote program. Creates an RPC client that uses the TCP/IP transport. Creates an RPC client that uses the UDP/IP transport. Server RPC routines (described in rpc_svc(3)) Destroys the RPC service transport handle. Specifies the RPC service side's read file descriptor bit mask. Frees any data allocated by the RPC/XDR system. Decodes the arguments of an RPC request. Gets the network address of the caller. Services an RPC request. Services an RPC request. Maps a program with a service dis- patch procedure. Waits and services RPC requests. Send the results of a remote procedure call. Removes the mapping of program to service dispatch procedures. Processes incorrect authentication errors. Processes parameter decoding errors. Processes procedure number errors. Processes program registration errors. Processes program registration errors. Processes system errors. Processes insufficient authenti- cation errors. Creates an RPC service on top of any open descriptor. Creates a toy RPC service transport. Creates a TCP/IP-based RPC service transport. Creates a UDP/IP-based RPC service transport. RPC XDR routines (described in rpc_xdr(3)) Encodes RPC reply messages. Describes UNIX credentials. Describes RPC call header messages. Describes RPC call messages. Describes RPC authentication information messages. Describes RPC reply messages. Describes RPC reply messages. Miscellaneous RPC routines (described in rpc_misc(3)) Destroys authentication information. Creates and returns an RPC authentication handle. Creates and returns an ONC RPC authentication handle that contains authentication information. Creates and returns an ONC RPC authentication handle that contains default authentication informa- tion. Retrieves the machine's IP address. Retrieves the network name of the caller. Converts from a domain-specific host name to an operating-system independent network name. Converts from an operating-system independent network name to a domain-specific host name. Converts from an operating-system independent network name to a domain-specific user ID. Returns a list of the current RPC program-to-port mappings on the host located at a specified IP address. Returns the port number on which waits a service that supports a specified program number and transport protocol. Instructs portmap on a remote host to make an RPC call. Maps a program to a port. Destroys the mapping of a program to a port. Registers a procedure with the RPC service package. Specifies an error value that is set by an RPC client creation routine. Converts from a domain-specific user name to an operating-system independent network name. Register transport handle with ser- vice. Unregister transport handle with service. RELATED INFORMATION
rpc_clnt(3), rpc_misc(3), rpc_svc(3), rpc_xdr(3), xdr(3) Remote Procedure Calls: Protocol Specification - RFC 1050 delim off rpc(3)
All times are GMT -4. The time now is 01:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy