I have an Ubuntu Linux 12.04 LTS server running jamfds 9.22
I followed the JSS Installer and Configuration Guide for Linux 9.2 PDF file and performed the following steps:
Installing a JDS Instance on Linux
To obtain the JDS Installer for Linux, log in to JAMF Nation and go to the following page:
https://jamfnation.jamfsoftware.com/myAssets.html
1. Copy the JDS Installer for Linux (JDS Installer.run) to the server on which you plan to install a JDS instance.
2. Log in to the server as a user with superuser privileges.
3. Initiate the installer by executing a command similar to the following:
sudo /path/to/JDS Installer.run
4. When prompted, enter the JDS hostname. For example, “jds.mycompany.com”.
5. When prompted, enter the JSS URL. For example, “https://jss.mycompany.com:8443/”.
6. When prompted, enter credentials for a JSS user account with the “JDS” privilege.
7. Follow the onscreen instructions to complete the installation.
My server is configured as a Virtual Machine running under VMware ESXi Server.
The VM has 100 GB of storage.
I have a 2.0 TB NFS share attached as an NFS mount point.
My mount point is: /mnt/jds-store
How can I tell configure JDS to use /mnt/jds-store/shares instead of the default locations located in /usr/local/jds/shares/ ?
I'm guessing I need to modify the /usr/local/jds/conf/apache_aliases.conf and restart Apache, but I want to be sure this is correct and find out if there are any other steps I should take before I commit to this course of action.
Or can I configure a sym link from /usr/local/jds/shares/ that points to /mnt/jds-store/shares/ ?
Thoughts?