From: LeoShyhWeiLuan Date: Thu, 14 Feb 2002 00:05:00 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=cef10321b9ec6a052743754c66d153125d96ec59 none --- diff --git a/AFSLore/JavaAdminAPI.mdwn b/AFSLore/JavaAdminAPI.mdwn new file mode 100644 index 0000000..1ceadae --- /dev/null +++ b/AFSLore/JavaAdminAPI.mdwn @@ -0,0 +1,3 @@ +In large AFS environments, local tools are usually written to manage AFS more effectly. Today these tools are usually written in scripts. These scripts typically issue AFS commands and parse the command output. This is not a good practice as command output are not well defined. Their format or even contents can change. An AFS Admin API is needed. Today some internal C libraries exist and are used by the AFS command suite as well as the Windows Admin GUI. But they are not clearly defined for external use and not easy to use. + +Here a set of Java Admin API is proposed. The goal is to make the API suitable not only for administrators to write custom AFS automation tools but also for developers to write general and powerful tools for easy and efficient AFS management. -- [[LeoShyhWeiLuan]] - 13 Feb 2002