Skip to content
Snippets Groups Projects

Update docs/linux/locmap.md

Merged Viktor Manuel Guijarro Plaza requested to merge LOS-1092bis into master
Files
10
+ 20
2
@@ -53,6 +53,7 @@ Users:
@@ -53,6 +53,7 @@ Users:
Here you can see all the different modules you can have configured by locmap. For instance, `afs` and `eosclient` will configure the AFS and EOS filesystems so that you can access them from your machine:
Here you can see all the different modules you can have configured by locmap. For instance, `afs` and `eosclient` will configure the AFS and EOS filesystems so that you can access them from your machine:
 
* This are the available modules for Alma 8 and 9:
```
```
$ locmap --list
$ locmap --list
[Available Modules]
[Available Modules]
@@ -70,6 +71,23 @@ ssh [ enabled]
@@ -70,6 +71,23 @@ ssh [ enabled]
sudo [ enabled]
sudo [ enabled]
zoom [ enabled]
zoom [ enabled]
```
```
 
* This are the available modules for CC7:
 
```
 
$ locmap --list
 
[Available Modules]
 
afs [ enabled]
 
cernbox [ enabled]
 
cvmfs [ enabled]
 
eosclient [ enabled]
 
kerberos [ enabled]
 
lpadmin [ enabled]
 
nscd [ enabled]
 
ntp [ enabled]
 
sendmail [ enabled]
 
ssh [ enabled]
 
sudo [ enabled]
 
zoom [ enabled]
 
```
#### Enable and configure a module
#### Enable and configure a module
@@ -80,7 +98,7 @@ $ locmap --enable afs
@@ -80,7 +98,7 @@ $ locmap --enable afs
Once enabled, we are able to actually configure AFS in our machine:
Once enabled, we are able to actually configure AFS in our machine:
```
```
locmap --configure afs
$ locmap --configure afs
[INFO ] Added user: schwicke
[INFO ] Added user: schwicke
[INFO ] Please wait while your system is being configured...
[INFO ] Please wait while your system is being configured...
[INFO ] The run succeeded, and some resources were changed.
[INFO ] The run succeeded, and some resources were changed.
@@ -89,7 +107,7 @@ locmap --configure afs
@@ -89,7 +107,7 @@ locmap --configure afs
You can check it by listing the contents of your personal folder:
You can check it by listing the contents of your personal folder:
```
```
ls /afs/cern.ch/user/u/username/
$ ls /afs/cern.ch/user/u/username/
```
```
(NOTE: Substitute the u for the initial of your username, and username for your actual username)
(NOTE: Substitute the u for the initial of your username, and username for your actual username)
Loading