Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sdpadm(1m) [opensolaris man page]

sdpadm(1M)						  System Administration Commands						sdpadm(1M)

NAME
sdpadm - SDP system configuration administration SYNOPSIS
/usr/sbin/sdpadm status | enable | disable DESCRIPTION
The sdpadm command is used to display the system state of the Sockets Direct Protocol (SDP) protocol. The sdpadm command can optionally be used to set the state of the SDP protocol. See sdp(7D). By default the SDP protocol is disabled on the system. It can be enabled by using sdpadm enable. OPTIONS
The following subcommands are supported: status Displays the system status of the SDP protocol enable Enables the SDP protocol disable Disables the SDP protocol USAGE
The required privileges to change the state of the SDP protocol are controlled by the network configuration policy. If a user does not have the correct privileges to set the SDP policy, sdpadm returns the current state of SDP without having changed the state. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWibsdpu | +-----------------------------+-----------------------------+ |Interface Stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), sdp(7D) Infiniband Specification Volume 1 (http://www.infinibandta.org) SunOS 5.11 22 Dec 2008 sdpadm(1M)

Check Out this Related Man Page

sdp_clone_session(3COMMPUTIL)		     Communication Protocol Parser Utilities Library Functions		     sdp_clone_session(3COMMPUTIL)

NAME
sdp_clone_session - clone an SDP session structure SYNOPSIS
cc [ flag...] file... -lcommputil [ library...] #include <sdp.h> sdp_session_t *sdp_clone_session(const sdp_session_t *session); DESCRIPTION
The sdp_clone_session() function clones the input SDP session structure and returns the cloned structure. The resulting cloned structure has all the SDP fields from the input structure. The caller is responsible for freeing the returned cloned structure using sdp_free_ses- sion(), described on the sdp_free_session(3COMMPUTIL) manual page. RETURN VALUES
The sdp_clone_session() function returns the cloned structure on success and NULL on failure. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libcommputil(3LIB), sdp_free_session(3COMMPUTIL), attributes(5) SunOS 5.11 12 Oct 2007 sdp_clone_session(3COMMPUTIL)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help in Parsing data

I have below string Transaction_ID:SDP-DM-151204679 , Transaction_DateTime:2011-02-11 00:00:15 GMT+05:30 , Transaction_Mode:WAP , Circle_ID:4 , Circle_Name:BJ ,Zone: , CustomerID:B_31563486 , MSISDN:7870904329 , IMSI:405876122068099 , IMEI: , Sub_Profile:Pre-Paid , CPID:Nazara , CPNAME:Nazara ,... (6 Replies)
Discussion started by: poweroflinux
6 Replies

2. Shell Programming and Scripting

How to get a process's log?

root@SDP# setup_process_vm_readv_simple Target process is setup Run the following to test: ./t_process_vm_readv_simple 1299 0x804a008 14 wait for a while it said " Target process exiting" so it looks it's a process I can't get the log with setup_process_vm_readv_simple> x.log... (1 Reply)
Discussion started by: yanglei_fage
1 Replies

3. UNIX for Dummies Questions & Answers

Phantom Protocol Configuration File

I've been trying to set up the phantom protocol just to try it out. I compiled it fine, but when I ran it I got an error that the configuration file wouldn't load. I found that file didn't exist, so I created it with a blank file, but got this: ./phantom Loading configuration file... (4 Replies)
Discussion started by: Azrael
4 Replies