Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dat_rmr_create(3dat) [sunos man page]

dat_rmr_create(3DAT)				     Direct Access Transport Library Functions				      dat_rmr_create(3DAT)

NAME
dat_rmr_create - create an RMR for the specified Protection Zone SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_rmr_create( IN DAT_PZ_HANDLE pz_handle, OUT DAT_RMR_HANDLE *rmr_handle ) PARAMETERS
pz_handle Handle for an instance of the Protection Zone. rmr_handle Handle for the created instance of an RMR. DESCRIPTION
The dat_rmr_create() function creates an RMR for the specified Protection Zone. This operation is relatively heavy. The created RMR can be bound to a memory region within the LMR through a lightweight dat_rmr_bind(3DAT) operation that generates rmr_context. If the operation fails (does not return DAT_SUCCESS), the return values of rmr_handle are undefined and Consumers should not use them. The pz_handle parameter provide Consumers a way to restrict access to an RMR by authorized connection only. RETURN VALUES
DAT_SUCCESS The operation was successful. DAT_INSUFFICIENT_RESOURCES The operation failed due to resource limitations. DAT_INVALID_HANDLE The pz_handle parameter is invalid. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
dat_rmr_bind(3DAT) , libdat(3LIB), attributes(5) SunOS 5.10 16 Jul 2004 dat_rmr_create(3DAT)

Check Out this Related Man Page

dat_pz_query(3DAT)				     Direct Access Transport Library Functions					dat_pz_query(3DAT)

NAME
dat_pz_query - provides parameters of the Protection Zone SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_pz_query ( IN DAT_PZ_HANDLE pz_handle, IN DAT_PZ_PARAM_MASK pz_param_mask, OUT DAT_PZ_PARAM *pz_param ) PARAMETERS
pz_handle: Handle for the created instance of the Protection Zone. pz_param_mask: Mask for Protection Zone parameters. pz_param: Pointer to a Consumer-allocated structure that the Provider fills with Protection Zone parameters. DESCRIPTION
The dat_pz_query() function provides the Consumer parameters of the Protection Zone. The Consumer passes in a pointer to the Consumer-allo- cated structures for Protection Zone parameters that the Provider fills. The pz_param_mask parameter allows Consumers to specify which parameters to query. The Provider returns values for pz_param_mask requested parameters. The Provider can return values for any other parameters. RETURN VALUES
DAT_SUCCESS The operation was successful. DAT_INVALID_PARAMETER The pz_param_mask parameter is invalid. DAT_INVALID_HANDLE The pz_handle parameter is invalid. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libdat(3LIB), attributes(5) SunOS 5.10 16 Jul 2004 dat_pz_query(3DAT)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Replacing some part of file

Hello, I have two files, consider that as file1 and file2. Here file1 is the master file. file1 will contain data like GS*RA*071000013*102562451P*091130*0520*334052023*X*003050 ST*820*334052023 BPR*C*509.77*C*ACH*CTX*01*071000013*DA*5529085*9000002008**01*071000013*DA*5529085*091130... (8 Replies)
Discussion started by: atlantis
8 Replies

2. Shell Programming and Scripting

suggestion on awk

I have a file something like below RMR*TN*11111111*.... REF*TN* RMR*AB*2222222*... SE*000010*... ST*820*...... BPR*C*.... TRN*1*.... REF*TN*.... RMR*TN*11111111*... REF*CD*... RMR*EF*4444444*... SE*000010* GE*2* I need to fetch only the loop (Starts with RMR and ends with... (2 Replies)
Discussion started by: Muthuraj K
2 Replies

3. Shell Programming and Scripting

Find the position of lines matching string

I have a file with the below format, GS*8***** ST*1******** A* B* E* RMR*123455(This is the unique number to locate this row) F* SE*1*** GE** GS*9***** ST*2 H* J* RMR*567889(This is the unique number to locate this row) L* SE* GE***** (16 Replies)
Discussion started by: Muthuraj K
16 Replies

4. UNIX for Advanced & Expert Users

Link Based IPMP on Shared IP Solaris Zone

(0 Replies)
Discussion started by: giles.cardew
0 Replies

5. Infrastructure Monitoring

Disk Utilization between Global + Zone

Dear Gentleman in my environment I have Solaris10 OS Box in Global Zone with 136 GB and mount point from SAN Storage 500 GB (Orastorage) Zone1 mounted on /Zones folder with 66 GB when I run zpool list output -bash-3.00$ zpool list NAME SIZE ALLOC FREE CAP HEALTH... (0 Replies)
Discussion started by: Hosam
0 Replies