Sponsored Content
Full Discussion: What is an I/O slave ?
Top Forums UNIX for Advanced & Expert Users What is an I/O slave ? Post 36258 by sunil on Monday 26th of May 2003 06:12:08 AM
Old 05-26-2003
What is an I/O slave ?

Hi,

I've heard mention of "I/O slaves". Anybody know what it is ?
Is it connected to "asynchronous I/O" ?

Thanx,
sunil
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Slave hard disk

Hello, After installing redhat linux to primary master harddisk, i connected one more hardisk containing fat file system harddisk as a slave. How can i see the files of slave disk(fat) from a linux Thanks (3 Replies)
Discussion started by: bache_gowda
3 Replies

2. UNIX for Dummies Questions & Answers

Installing os on slave

Hello Can We install an operating system like linux on slave disk. (5 Replies)
Discussion started by: hunter87
5 Replies

3. UNIX for Advanced & Expert Users

NIS master / slave problems

Our NIS master server went down. We have since fixed it and brought it back up. However all of are machines still point to the slave server when looking at it with ypwhich. My question is how do i point the servers back to the master. Frank (2 Replies)
Discussion started by: frankkahle
2 Replies

4. SCO

master and slave in lan network

hello , i setup a lan network , but i don't know how configure master and slave in the lan network please help me:confused: (2 Replies)
Discussion started by: hossein
2 Replies

5. UNIX for Advanced & Expert Users

Automount on NIS slave

I am setting up the NIS slave server to automount the home directory just like its master server on suse linux (SLES 10). Since the master will be the first to mount the /home on the client. I have not been able to mount the /home on the on the slave when the master NIS server is unavailable. How... (0 Replies)
Discussion started by: ibroxy
0 Replies

6. SuSE

Automount on NIS slave

I am setting up the NIS slave server to automount the home directory just like its master server on suse linux (SLES 10). Since the master will be the first to mount the /home on the client. I have not been able to mount the /home on the on the slave when the master NIS server is unavailable.... (1 Reply)
Discussion started by: ibroxy
1 Replies

7. Solaris

Cannot create slave process

Hi I have solaris 10 system. I try get backup of one mount point to LTO2 tape drive which is attached to another machine but backup aborted.(restoring files to another mount point at same time) . can anybody help me DUMP: Mapping (Pass I) DUMP: Mapping (Pass II) DUMP: Writing 63... (1 Reply)
Discussion started by: lskod
1 Replies

8. Linux

Setting up slave DNS?

can someone point me in the right direction im trying to setup a Slave dns server this is my named.conf file zone "website1.org" { type slave; file"mydb-for-website1-org"; notify NO; };and this is my var/named/mydb-for-website1-org $TTL 3D @ IN SOA ... (1 Reply)
Discussion started by: gangsta
1 Replies
RDMA_NOTIFY(3)						   Librdmacm Programmer's Manual					    RDMA_NOTIFY(3)

NAME
rdma_notify - Notifies the librdmacm of an asynchronous event. SYNOPSIS
#include <rdma/rdma_cma.h> int rdma_notify (struct rdma_cm_id *id, enum ibv_event_type event); ARGUMENTS
id RDMA identifier. event Asynchronous event. DESCRIPTION
Used to notify the librdmacm of asynchronous events that have occurred on a QP associated with the rdma_cm_id. RETURN VALUE
Returns 0 on success, or -1 on error. If an error occurs, errno will be set to indicate the failure reason. If errno is set to EISCONN (transport endpoint is already connected), this indicates that the the underlying communication manager established the connection before the call to rdma_notify could be processed. In this case, the error may safely be ignored. NOTES
Asynchronous events that occur on a QP are reported through the user's device event handler. This routine is used to notify the librdmacm of communication events. In most cases, use of this routine is not necessary, however if connection establishment is done out of band (such as done through Infiniband), it's possible to receive data on a QP that is not yet considered connected. This routine forces the connection into an established state in this case in order to handle the rare situation where the connection never forms on its own. Call- ing this routine ensures the delivery of the RDMA_CM_EVENT_ESTABLISHED event to the application. Events that should be reported to the CM are: IB_EVENT_COMM_EST. SEE ALSO
rdma_connect(3), rdma_accept(3), rdma_listen(3) librdmacm 2007-05-15 RDMA_NOTIFY(3)
All times are GMT -4. The time now is 11:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy