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)
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)
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)