Can you create different domains on different physical disks and separate these domain contents from each other? Just like different enclaves - each enclave has its own data and permissions but on the same livelink server.
The livelink server does have a concept of Domains not to be confused with network domains.In such a domain enabled livelink server you have to enter login id,password and the livelink domain that one is supposed to be using.To work with such a arrangement OT has produced lapi support to them.See the lapi call for an e.g
AccessEnterpriseWSEx
This function returns an Assoc value object containing information about the Livelink Enterprise Workspace in the specified domain.
C++ Function Prototype
LLSTATUS LL_AccessEnterpriseWSEx( LLSESSION session, LLCSTR domainName, LLVALUE entInfo
Java/.NET Method Declaration
public int AccessEnterpriseWSEx( String domainName, LLValue entInfo )
You will want to talk to your livelink administration if that is how livelink is setup in your org.Many of the livelink installs and lapi,oscript,webservices coding I have done was always against a non-domain enabled environment.You will run into unsupported code territories such as lapi sessions ifdirectory services are installed and such like.Somebody who watches thisforum having worked in livelink domains may give you a better answer :)Other than that livelink out of the box can physiccally store in several different hardware devices,by its storage rules.