Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Notes about Installation and Configuration of WN using Torque and GLEXEC
| ||||||||
Line: 85 to 85 | ||||||||
# yum install ca-policy-egi-core # yum install emi-wn emi-torque-client emi-glexec_wn # yum install tcsh openldap-clients | ||||||||
Added: | ||||||||
> > | # yum install nfs-utils | |||||||
see here for details
</> <--/twistyPlugin--> | ||||||||
Line: 288 to 289 | ||||||||
%TWISTY{ mode="div" | ||||||||
Added: | ||||||||
> > | showlink=" software area settings "
hidelink=" software area settings "
remember="off" firststart="hide"
showimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleopen.gif"
hideimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleclose.gif"
}%
software area settingsyou have to import the software area from CE.
cremino.cnaf.infn.it:/opt/exp_soft/ /opt/exp_soft/ nfs rw,defaults 0 0
# service nfs status rpc.mountd is stopped nfsd is stopped # service portmap status portmap is stopped # service portmap start Starting portmap: [ OK ] # service nfs start Starting NFS services: [ OK ] Starting NFS daemon: [ OK ] Starting NFS mountd: [ OK ] Starting RPC idmapd: [ OK ] # chkconfig nfs on # chkconfig portmap on
mount -a
# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 65G 1.9G 59G 4% / /dev/sda1 99M 18M 76M 19% /boot tmpfs 2.0G 0 2.0G 0% /dev/shm cremino.cnaf.infn.it:/opt/exp_soft/ 65G 4.4G 57G 8% /opt/exp_soft</> <--/twistyPlugin-->%TWISTY{ mode="div" | |||||||
showlink=" yaim check " hidelink=" yaim check " remember="off" firststart="hide" showimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleopen.gif" hideimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleclose.gif" }% | ||||||||
Added: | ||||||||
> > | yaim check | |||||||
Verify to have set all the yaim variables by launching:
# /opt/glite/yaim/bin/yaim -v -s site-info_cremino.def -n WN -n TORQUE_client -n GLEXEC_wn | ||||||||
Line: 310 to 364 | ||||||||
showimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleopen.gif" hideimgright="/twiki/pub/TWiki/TWikiDocGraphics/toggleclose.gif" }% | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | yaim config | |||||||
# /opt/glite/yaim/bin/yaim -c -s site-info_cremino.def -n WN -n TORQUE_client -n GLEXEC_wn |