Investment Protection


 
Thread Tools Search this Thread
Operating Systems HP-UX HP Server News and Podcasts RSS Investment Protection
# 1  
Old 09-09-2008
Investment Protection

The ideal podcast if you are a current p-Class blade customer.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Red Hat

Redhat Server hardware investment

If i want to build. Red Hat Enterprice server. And run top of that windows domain virtualization or maybe couple of them top one one Red Hat server hadware. If you had like 2500€ budjet what would you buy?. Or obtionally install red hat and virtualisation on one machine and one windows domain... (3 Replies)
Discussion started by: ezegiel1984
3 Replies

2. UNIX for Dummies Questions & Answers

Which kind of UNIX to major investment banks use?

Hi, I would like to know what kind of UNIX major investment banks tend to use? I want to try to get a job with one of these places. By major, I mean big companies like Citigroup, JP Morgan Chase, Morgan Stanley, etc. Thanks. (5 Replies)
Discussion started by: rubrubber
5 Replies

3. Cybersecurity

spam and protection?

Hello, Long time ago we used to suffer from relay and users using your own mailservers to spam but thanks god for auth-before-pop. But now i'm facing small problem with someone which us he is spaning using whatever mailserver with your@email.address.com and when these emails go to unknown... (10 Replies)
Discussion started by: Bashar
10 Replies

4. UNIX for Dummies Questions & Answers

Override protection.....

I am having this problem......when I run this script: print -n "Enter file name to be deleted: " read answer if then rm $name else echo "No such file with the name: $name exists" fi I was trying to test my script for errors, and basically when the user had files with the rights: 400,... (1 Reply)
Discussion started by: Makaveli.2003
1 Replies
Login or Register to Ask a Question
dat_pz_free(3DAT)				     Direct Access Transport Library Functions					 dat_pz_free(3DAT)

NAME
dat_pz_free - destroy an instance of the Protection Zone SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_pz_free ( IN DAT_PZ_HANDLE pz_handle ) PARAMETERS
pz_handle Handle for an instance of Protection Zone to be destroyed. DESCRIPTION
The dat_pz_free() function destroys an instance of the Protection Zone. The Protection Zone cannot be destroyed if it is in use by an End- point, LMR, or RMR. Use of the handle of the destroyed Protection Zone in any subsequent operation except for dat_pz_free() fails. RETURN VALUES
DAT_SUCCESS The operation was successful. DAT_INVALID_STATE Parameter in an invalid state. The Protection Zone was in use by Endpoint, LMR, or RMR instances. 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 |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
libdat(3LIB), attributes(5) SunOS 5.10 16 Jul 2004 dat_pz_free(3DAT)