Sponsored Content
Full Discussion: Request
Contact Us Post Here to Contact Site Administrators and Moderators Request Post 302148264 by matrixmadhan on Friday 30th of November 2007 01:08:35 PM
Old 11-30-2007
 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

a request for help...

Hi, An evil person hacked into my computer last night-- I had a 2nd user account which I used only to allow clients to scp files to me, and this account had a rather 'dumb' password... This was the account that got hacked, anyway, my mailq was filled with thousands of spam emails, so I... (1 Reply)
Discussion started by: patrick99e99
1 Replies

2. Solaris

urgent request!!!!!!!

hi, i want to create oracle managed filesystem ASM in unix. i have a solaris machine which has some empty mounts. but,when i say format Searching for disks...done No disks found! and... cat /etc/vfstab #device device mount FS fsck mount mount #to... (6 Replies)
Discussion started by: rags_s11
6 Replies

3. Solaris

Request Tracker

Hi everyone, I'm trying to install request tracker 3.6.3 on one of my unix box running solaris8, I already installed latest mysql, latest perl, apache2 and followed the instruction on http://www.sun.com/bigadmin/features/articles/req_track_1.html... (6 Replies)
Discussion started by: sparcguy
6 Replies

4. UNIX for Advanced & Expert Users

Request for Recommendations

Hello Guru's, I created this shell script to copy over the files from one location to other location and generating a list of files to process them through ETL tool. Could you please review the code and tell me if you have any recommendations or changes for my code or any thing wrong in my code.... (1 Reply)
Discussion started by: Ariean
1 Replies

5. Shell Programming and Scripting

awk request

Find the number of files with sizes > 100KB in /, /bin, /usr, /usr/bin and /usr/sbin directories and output them in a two column format with the name of the directory and the number of files. i tried with awk $>ls -lh | awk '/^-/ && $5 >= 100k {print $8 $5}' but it is not working pls... (1 Reply)
Discussion started by: abhikamune
1 Replies

6. Solaris

Request

hai is there any way to download and test vcs and vxvm in vmware x86 solaris 10 for education purpose only. i want to learn and practice in my pc. is there any alternate ways have guide me. (1 Reply)
Discussion started by: samiulla
1 Replies
dat_cr_handoff(3DAT)				     Direct Access Transport Library Functions				      dat_cr_handoff(3DAT)

NAME
dat_cr_handoff - hand off the Connection Request to another Service Point SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_cr_handoff ( IN DAT_CR_HANDLE cr_handle, IN DAT_CONN_QUAL handoff ) PARAMETERS
cr_handle Handle to an instance of a Connection Request that the Consumer is handing off. handoff Indicator of another Connection Qualifier on the same IA to which this Connection Request should be handed off. DESCRIPTION
The dat_cr_handoff() function hands off the Connection Request to another Service Point specified by the Connection Qualifier handoff. The operation is synchronous. This operation also destroys the Connection Request instance. Use of the handle of the destroyed Connection Request in any consequent operation fails. RETURN VALUES
DAT_SUCCESS The operation was successful. DAT_INVALID_HANDLE The cr_handle parameter is invalid. DAT_INVALID_PARAMETER The handoff 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 |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
libdat(3LIB), attributes(5) SunOS 5.10 16 Jul 2004 dat_cr_handoff(3DAT)
All times are GMT -4. The time now is 06:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy