Query: dpm_rmpool
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DPM_RMPOOL(3) DPM Library Functions DPM_RMPOOL(3)NAMEdpm_rmpool - remove a disk pool definitionSYNOPSIS#include <sys/types.h> #include "dpm_api.h" int dpm_rmpool (char *poolname)DESCRIPTIONdpm_rmpool removes a disk pool definition. poolname specifies the disk pool name. This function requires ADMIN privilege.RETURN VALUEThis routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.ERRORSENOENT Pool does not exist. EACCES The caller does not have ADMIN privilege. EFAULT poolname is a NULL pointer. EEXIST Space token still associated with poolname. EINVAL The length of poolname exceeds CA_MAXPOOLNAMELEN. SENOSHOST Host unknown. SEINTERNAL Database error. SECOMERR Communication error.LCG$Date: 2010-04-01 11:25:59 +0200 (Thu, 01 Apr 2010) $ DPM_RMPOOL(3)
| Related Man Pages |
|---|
| dpm-addfs(1) - debian |
| dpm_addpool(3) - debian |
| dpns_addreplica(3) - debian |
| lfc_modreplica(3) - debian |
| lfc_modreplicax(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |