Query: gfarm_url_section_replicate_to
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GFARM_URL_SECTION_REPLICATE_TO(3) GFARM_URL_SECTION_REPLICATE_TO(3)NAMEgfarm_url_section_replicate_to - Create a file replica of a file sectionSYNOPSIS#include <gfarm/gfarm.h> char *gfarm_url_section_replicate_to (const char *gfarm_url, char *section, char *dsthost);DESCRIPTIONgfarm_url_section_replicate_to() creates a file replica of a file section section of a file gfarm_url to a destination host dsthost. File section is an architecture name for executable files, or is a fragment index for a regular file. Note that a fragment index needs to be specified in string without any unnecessary space character and zero padding.RETURN VALUESNULL The function terminated successfully. GFARM_ERR_NO_MEMORY Insufficient memory was available. GFARM_ERR_NO_SUCH_OBJECT A component used as a directory in gfarm_url does not exist. GFARM_ERR_TEXT_FILE_BUSY The file gfarm_url cannot be replicated because it is being updated by another process. Others An error except the above occurred. The reason is shown by its pointed strings.SEE ALSOgfarm_url_section_replicate_from_to(3), gfarm_url_fragments_replicate(3) Gfarm 06 September 2005 GFARM_URL_SECTION_REPLICATE_TO(3)
Related Man Pages |
---|
gfreg(1) - debian |
gfrm(1) - debian |
gfs_pio_open(3) - debian |
gfs_pio_set_view_local(3) - debian |
gfs_rename(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Using Sed to duplicate a section of a file.... |
Delete a section of a file if... |