Problem
Is it possible to install ACS on a file server?
Solution
The ACS installation procedure is designed to install ACS on a stand-alone host. It is still possible to install ACS on a file server with some tweaking:
- Create the "file server image". Unzip and untar the
ACS.tar.gztarball provided by ACS and place this somewhere on a local hard drive shared over the network. - To install on client machines:
- create a symbolic link which points
/almato/some/NFS/mapped/directory/.../alma - since $ACSDATA (normally
/alma/ACS-X.Y/acsdata) contains configuration files that are specific for each machine, you will have to do the following:cp -R $ACSDATA /your/choice/of/local/directory- edit $HOME/.acs/.bash_profile.acs so that $ACSDATA is set to
/your/choice/of/local/directory
- create a symbolic link which points
If the installation on a file server will prove a convenient and frequently used setup, the ACS installation procedure can be modified to support this option directly.