Sponsored Content
Operating Systems AIX AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error Post 302598235 by a_sim on Monday 13th of February 2012 10:29:23 PM
Old 02-13-2012
AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect".

Can I know what does this error mean? and how to rectify this?

Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

what is the command to connect to remote terminals

what is the command to connect to remote terminals? (1 Reply)
Discussion started by: sendtorohitgupt
1 Replies

2. Shell Programming and Scripting

connect to remote MQ-QManager

Hi , I need to connect to a remote MQ Manager using shell script. Please help. thanks in advance Satya (0 Replies)
Discussion started by: Satyak
0 Replies

3. UNIX for Advanced & Expert Users

connect problem for sctp socket (ipv6 socket) - Runtime fail Invalid Arguments

Hi, I was porting ipv4 application to ipv6; i was done with TCP transports. Now i am facing problem with SCTp transport at runtime. To test SCTP transport I am using following server and client socket programs. Server program runs fine, but client program fails giving Invalid Arguments for... (0 Replies)
Discussion started by: chandrutiptur
0 Replies

4. OS X (Apple)

Can't connect to remote mini

I have a headless remote Mini in which I was hoping to reduce bandwidth consumption by following an Apple knowledge base note (Mac OS X v10.6: Disabling mDNSResponder will disable DNS) which is a method to stop Bonjour service advertisement. Now I can't connect to the Mini via SSH, screen... (4 Replies)
Discussion started by: mbohn
4 Replies

5. UNIX for Dummies Questions & Answers

How do I connect to a remote X11 server ?

Hi, how do I connect to a remote x server? i tried this: startx -display 192.168.0.1:0 # when I do this, it just connects to my own x server i.e I see my own desktop. and export DISPLAY=192.168.0.1:0.0 # when I do this nothing happens. (it doesn't even try to connect, no activity in... (7 Replies)
Discussion started by: uxfuser
7 Replies

6. AIX

Connect HMC to remote servers

I'm trying to connect a few servers in different remote locations to my HMC. I added static IPs to the Service Processor through ASM, and did all the necessary network configurations, then connected those servers to our switch. Now my questions are: - in our site, do I need to connect these... (4 Replies)
Discussion started by: Dardeer
4 Replies

7. Cybersecurity

When i start CSF i cant connect VPS or download any data into it It appears i cant connect Linux VP?

It appears i cant connect linux VPS server via SSH or i cant SCP any file to it and i cant wget any file TO it (from inside it) while CSF (Config Server Firewall, LFD is running. Just after isntall in default configuration and after changing TESTING mode to LIVE mode. Trying to wget & install... (1 Reply)
Discussion started by: postcd
1 Replies

8. AIX

Command to connect to remote AIX server

Hi All, Im looking for a command that can remotely connect to another AIX machine and execute scripts present in that server(Possible scenarios are a complete a restart of 3 servers in a cluster through a single script execution present in one of the servers). Im relatively new to AIX and... (5 Replies)
Discussion started by: Vishakh
5 Replies

9. Shell Programming and Scripting

Script to connect to remote and sendmail.

Hello, Kindly guide. SendMail function on my script is not working, but it works manually. Any better way to handle the script is appreciable. #!/bin/sh GetHostConnection() { truncate --size 0 /home/web/for_mail.out while read -r lines ; do ip=`echo $lines | awk '{print... (9 Replies)
Discussion started by: sadique.manzar
9 Replies

10. UNIX for Advanced & Expert Users

Connect direct - SFTP - List of servers that I can connect

Greetings Experts, I am working for a bank client and have a question on connect-direct and SFTP. We are using Linux RedHat servers. We use connect-direct to transfer (NDM) files from one server to another server. At times, we manually transfer the files using SFTP from one server to another... (2 Replies)
Discussion started by: chill3chee
2 Replies
XNBD-CLIENT(1)						      General Commands Manual						    XNBD-CLIENT(1)

NAME
xnbd-client -- connect to a server running xnbd-server(8), to use its exported block device SYNOPSIS
xnbd-client [--blocksize SIZE] [--connect] [--exportname NAME] [--recovery-command COMMAND] [--recovery-command-reboot COMMAND] [--retry COUNT] [--timeout SECONDS] NBD-DEVICE [ HOST PORT ...] xnbd-client [bs=SIZE] [timeout=SECONDS] HOST PORT NBD-DEVICE xnbd-client --disconnect NBD-DEVICE xnbd-client --check NBD-DEVICE DESCRIPTION
With xnbd-client, you can connect to a server running xnbd-server or xnbd-wrapper, thus using raw diskspace from that server as a blockde- vice on the local client. To do this, support from the Linux Kernel is necessary, in the form of the Network Block Device (NBD). When you have that, either in the kernel, or as a module, you can connect to an NBD server and use its exported file through a block special file with major mode 43. Long options can also be specified with two leading dashes. Some options are call compatible to nbd-client(1) as are most behavioural switches. This makes xnbd-client a plug-in replacement for nbd-client. OPTIONS
The following options are supported: --blocksize SIZE Use the provided value as block size. Default is 1024; allowed values are either 512, 1024, 2048 or 4096. For best results use a block size value of 4096 For compatibility to nbd-client(1) you can also use bs=SIZE --check|-c Check whether the specified nbd device is connected. If the device is connected, xnbd-client will exit with an exit state of 0 and print the PID of the xnbd-client instance that con- nected it to stdout. If the device is not connected or does not exist (for example because the nbd module was not loaded), xnbd-client will exit with an exit state of 1 and not print anything on stdout. If an error occurred, xnbd-client will exit with an exit state of 2, and not print anything on stdout either. --connect|-C Connect to the nbd-server --disconnect|-d Disconnect the specified nbd device from the server. Terminates execution with an exit state of 0 on success. --exportname NAME If the server supports to access devices by an identifier, use NAME to request access to a particular volume. This command is useful in combination with a xnbd-wrapper and only succeeds, if the remote host is exporting the requested device. --retry COUNT Try up to "COUNT" times to connect to the associated nbd-server. Default is 1, that is nbd-client will stop after the first unsuccessful try. --recovery-command invoke a specified command "COMMAND" on unexpected disconnection --recovery-command-reboot Invoke the reboot(8) command on unexpected disconnection --timeout SECONDS Use a timeout period (default is 0 which means not to use a timeout). Please do not use this option for now, as it seems not to work due to a bug in the kernel module. For compatibility to nbd-client(1) you can also use timeout=SECONDS POSITIONAL ARGUMENTS
The following positional options are supported: HOST The site to connect to a remote xnbd-server. You can specify any resolvable hostname, IPv4 or IPv6 address. PORT The port number to connect to on remote side NBD-DEVICE The local nbd-device to be associated with the remote xnbd-server. You can specify multiple host port tuples. xnbd-client will try to connect to each of them in order until it succeeds to establish a connection to a server. BUGS
The NBD device is known to deadlock when not being used altogether with the deadline scheduler. Make sure to do: echo deadline > /sys/block/nbd0/queue/scheduler SEE ALSO
xnbd-server (8), xnbd-wrapper (8). AUTHOR
The NBD kernel module and the NBD tools have been written by Pavel Macheck (pavel@ucw.cz) and is now maintained by Paul Clements. (Paul.Clements@steeleye.com). The xNBD userland (client and server) have been written by Takahiro Hirofuchi (t.hirofuchi@aist.go.jp) This manual page was written by Arno Toell (debian@toell.net) for the Debian GNU/Linux system (but may be used by others). Large parts are verbatim copies of the original nbd-server and nbd-client manual pages written by Wouter Verhelst (wouter@debian.org). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. XNBD-CLIENT(1)
All times are GMT -4. The time now is 03:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy