Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
IGI (based on EMI) Installation and Configuration | ||||||||
Line: 591 to 591 | ||||||||
Added: | ||||||||
> > | WN Installation and Configuration - WORK IN PROGRESSHave a look to the section Repository Settings and ensure that you have the common repo files.Before starting the installation procedure remember to clean all yum cache and headers: yum clean all WN PrerequisitesBatch System:
CAs installation:
yum install ca-policy-egi-core Service installationInstall the WN metapackages, containing all packages needed. Have a look to the WN documentation before starting to install: WN Guides![]()
yum install <metapackage>IMPORTANT NOTE: All the metapackages name are case sensitive, you have to write it as described above. IMPORTANT NOTE FOR TORQUE: After the Torque installation you should have the version 2.5.7-7. Please remember to copy the munge key from the batch master to the WN just installed scp <batch master host>:/etc/munge/munge.key /etc/munge Service ConfigurationYAIM Verification
/opt/glite/yaim/bin/yaim -v -s <site-info.def> -n WN_torqueor /glite/yaim/bin/yaim -v -s <site-info.def> -n WN_torque_noafsFor LSF: /opt/glite/yaim/bin/yaim -v -s <site-info.def> -n WN_LSFor /opt/glite/yaim/bin/yaim -v -s <site-info.def> -n WN_LSF_noafsFor Other Batch System: /opt/glite/yaim/bin/yaim -v -s <site-info.def> -n WNYou can find in this documentation: YAIM WN Variables ![]() YAIM ConfigurationPlease use the debug flag ("-d 6" ) to configure the services in order to have detailed information. For your convenience yo can save all the configuration information in a log file you can look at any time, separated from the yaimlog default one.
IMPORTANT NOTE: All the profiles name are case sensitive, you have to write it as described above. For Torque: /opt/glite/yaim/bin/yaim -c -d 6 -s <site-info.def> -n WN_torque 2>&1 | tee /root/conf_WN_torque.`hostname -s`.`date`.logor /opt/glite/yaim/bin/yaim -c -d 6 -s <site-info.def> -n WN_torque_noafs 2>&1 | tee /root/conf_WN_torque_noafs.`hostname -s`.`date`.logFor LSF: /opt/glite/yaim/bin/yaim -c -d 6 -s <site-info.def> -n WN_LSF 2>&1 | tee /root/conf_WN_LSF`.hostname -s`.`date`.logor /opt/glite/yaim/bin/yaim -c -d 6 -s <site-info.def> -n WN_LSF_noafs 2>&1 | tee /root/conf_WN_LSF_noafs.`hostname -s`.`date`.logFor Other Batch System: /opt/glite/yaim/bin/yaim -c -d 6 -s <site-info.def> -n WN 2>&1 | tee /root/conf_WN.`hostname -s`.`date`.log Service Testing - Reference CardAfter service installation to have a look if all were installed in a proper way, you could have a look to Service WN Reference Card![]() WN Documentation References:
UI Installation and Configuration - WORK IN PROGRESSHave a look to the section Repository Settings and ensure that you have the common repo files.Before starting the installation procedure remember to clean all yum cache and headers: yum clean all CAs installation:
yum install ca-policy-egi-core Service installationInstall the UI metapackages, containing all packages needed. Have a look to the UI documentation before starting to install: UI Guides![]() yum install emi-ui Service ConfigurationYAIM Verification
/opt/glite/yaim/bin/yaim -v -s <site-info.def> -n UIYou can find in this documentation: YAIM UI Variables ![]() YAIM ConfigurationPlease use the debug flag ("-d 6" ) to configure the services in order to have detailed information. For your convenience yo can save all the configuration information in a log file you can look at any time, separated from the yaimlog default one.
/opt/glite/yaim/bin/yaim -c -d 6 -s <site-info.def> -n UI 2>&1 | tee /root/conf_UI.`hostname -s`.`date`.log Service Testing - Reference CardAfter service installation to have a look if all were installed in a proper way, you could have a look to UI Reference Card![]() ![]() UI Documentation References: | |||||||
|