CDS Invenio 0.99.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News CDS Invenio 0.99.0 (Default branch)
# 1  
Old 03-27-2008
CDS Invenio 0.99.0 (Default branch)

ImageCDS Invenio (formerly CDSware) is a suite ofapplications that provides the framework and toolsfor building and managing an autonomous digitallibrary server. It complies with the Open ArchivesInitiative metadata harvesting protocol (OAI-PMH)and uses MARC 21 as its underlying bibliographicstandard. Its flexibility and performance make ita comprehensive solution for the management ofdocument repositories of moderate to large size.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Solaris 7 CDs 3/99

We have an Ultra 5 running Avaya's CMS (Call Management Software) and it crashed. I have a new Ultra 5 replacement that I need to reload Solaris 7 3/99 on it then I can run CPIO to pull all the CMS backup files off our tape backup. It has been years since we first setup this CMS server and... (0 Replies)
Discussion started by: drewmich
0 Replies

2. Solaris

How to find Solaris 2.6 installation cds?

Hello Forum! I need to install Solaris 2.6, but it seems difficult to find that old version...any ideas where to find / buy the installation cd's? Best regards, /roinepe (2 Replies)
Discussion started by: roinepe
2 Replies

3. Solaris

Solaris 8 02/04 CDs

Hi I have misplaced my Solaris 8 02/04 CDs - is there any way to get a copy? I have to re-install a server and it needs to be this version. Mick (2 Replies)
Discussion started by: mickg007
2 Replies

4. AIX

installation CDs

I am trying to find the images of AIX 5.2 (or 5.3) installation CDs. Does any one know web links to download? I was not able to find any. I am wonderying if it is not possible at all. (7 Replies)
Discussion started by: gogogo
7 Replies

5. AIX

Where to Order 5.1L Cds

Anyone know where you can purchase a 5.1 cd set? IBM no longer ships this out and do not have a set. I have a burned copy, but would be nice to have the originals. I'd like to send my copies offsite for DR once i get an original set. Thanks! (2 Replies)
Discussion started by: slacker
2 Replies

6. Red Hat

Need Help Finding C Compiler on install CDs

I have to install C compiler on Redhat 9. I was told that its on the install CDs however, I cannot find it. Would appreciate any help on this issue. (1 Reply)
Discussion started by: StorageGuy
1 Replies

7. UNIX for Dummies Questions & Answers

mounting cds?

is this right? mount /dev/acd0c /mnt/cdrom i get this: invalid superblock or bad superblock or soemthing like that. o/s is freebsd thanx (ps does it with all cds) (3 Replies)
Discussion started by: matt2kjones
3 Replies
Login or Register to Ask a Question
show group(1m)															    show group(1m)

NAME
show group - Shows the members of a group SYNOPSIS
rpccp show group group-entry-name [-m member] [-r [ integer]] [-s syntax] [-u] OPTIONS
Declares the name of a single group member. Indicates that the show group operation recurses. If any members of a group are also groups, their entries are shown. By default, the -r option causes the show group operation to recurse until all nested groups are expanded; for example, -r shows the members of the specified group and all nested groups. You can limit recursion to one or more levels by specifying a decimal integer as part of the -r option. For example, -r 1 shows the members of the specified group and, for members that are groups, the command also shows their members; then recursion stops. Without the -r option, only the members of the specified group are shown. Indicates the name syntax of the entry name (optional). The only value for this option is the dce name syntax, which is the default name syntax. Until an alternative name syntax becomes available, speci- fying the -s option is unnecessary. Updates the local CDS cache copy of name service data (optional). Name service data is cached locally on each machine in a cell. If an rpccp inquiry can be satisfied by data in the local CDS cache, this cached data is returned. Locally cached copies of name service data might not include a recent CDS update, however. If the required data is not available in the local CDS cache, rpccp goes to a CDS server(s) to retrieve the required data. rpccp then updates the local CDS cache. Using the -u option bypasses the local cache, allowing rpccp to go directly to a CDS server for the inquiry. rpccp then updates the local CDS cache. ARGUMENTS
Indicates the name of the target group. For an entry in the local cell, you can omit the cell name and specify only the cell-relative name. DESCRIPTION
The show group command shows the members of a group in the name service database. The entry name of the group is required. Unless it is limited to a specific member (by the -m option), the show group command shows all members. The command shows only the members in the spec- ified group; the -r option enables you to show members of nested groups. Privilege Required You need read permission to the CDS object entry (the target group entry). If you use the -r option, you also need read permission to any nested groups. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLES
The following example shows all the members of the group /.:/LandS/anthro/Calendar_group, in the order in which they were added to the group: $ rpccp rpccp> show group /.:/LandS/anthro/Calendar_group The following command operates from the system prompt to show a specific member of the group /.:/LandS/dept/Calendar_group: $ rpccp show group > -m /.:/LandS/anthro/Cal_host_2 > /.:/LandS/anthro/Calen- dar_group RELATED INFORMATION
Commands: add member(1m), remove group(1m), remove member(1m) show group(1m)