From 9acdf56d706ee43d965b6e8d53a5eb4470fbba2a Mon Sep 17 00:00:00 2001 From: "R. P. Taylor" <1686627+rptaylor@users.noreply.github.com> Date: Tue, 28 May 2024 07:10:44 -0700 Subject: [PATCH] Some clarifications for end users (#230) * Some clarifications for end users * Apply suggestions from code review Co-authored-by: HereThereBeDragons --------- Co-authored-by: Valentin Volkl Co-authored-by: HereThereBeDragons --- cpt-quickstart.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/cpt-quickstart.rst b/cpt-quickstart.rst index e66ba11..d0acb4f 100644 --- a/cpt-quickstart.rst +++ b/cpt-quickstart.rst @@ -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. @@ -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 @@ -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 ::