Skip to content

Some clarifications for end users #230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions cpt-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ Other Platforms
Setting up the Software
-----------------------

Configure AutoFS
~~~~~~~~~~~~~~~~
Configure AutoFS on Linux
~~~~~~~~~~~~~~~~~~~~~~~~~

For the basic setup, run ``cvmfs_config setup``.
For the basic setup, run ``sudo cvmfs_config setup`` (can be verified with ``sudo cvmfs_config chksetup``)
This ensures that the file ``/etc/auto.master.d/cvmfs.autofs`` exists containing ``/cvmfs /etc/auto.cvmfs`` and that the ``autofs`` service is running. Reload the ``autofs`` service in order to apply an updated configuration.

NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``/etc/auto.master`` and restart the ``autofs`` service.
Expand All @@ -154,8 +154,8 @@ NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``
systemctl restart autofs


Mac OS X
~~~~~~~~
Configure AutoFS on Mac OS X
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Due to the lack of ``autofs`` on macOS, mount the individual repositories manually like

Expand All @@ -171,13 +171,14 @@ Create default.local
~~~~~~~~~~~~~~~~~~~~

Create ``/etc/cvmfs/default.local`` and open the file for editing.
Select the desired repositories by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. For ATLAS, for instance, set
For the purposes of convenience when running CVMFS client utility commands (e.g. ``cvmfs_talk``, ``cvmfs_config``), you may wish to optionally list repositories you are interested in by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. This will then run those commands on all listed repositories.
For ATLAS, for instance, set

::

CVMFS_REPOSITORIES=atlas.cern.ch,atlas-condb.cern.ch,grid.cern.ch

For an individual workstation or laptop, set
For the simplest configuration for an individual workstation or laptop, it is sufficient to just set

::

Expand Down