VERY IMPORTANT NOTE |
---|
Due to conflicts between new and old versions of various packages the repository glite-generic should be disabled: # mv /etc/yum.repos.d/glite-generic.repo /etc/yum.repos.d/glite-generic.repo.disabled # yum clean all |
One of the main consequences of having the same packages but with different versions in repositories for different services/node-types is that the installation/configuration of two or more profiles/node-types on the same machine is no more supported!!! |
MAIN NEWS: |
---|
Package | Version |
---|---|
ig-metapackages | ig27_sl5 |
ig-yaim | 4.0.14-11 |
ig-yaim-core | 4.0.14-1 |
yum-autoupdate settings: |
---|
As good practice is suggested to disable the yum-autoupdate service. Any other settings is decided at site-manager own risk! To disable the service it is available the following script "disable_yum.sh ![]() |
Profiles | Metapackages INSTALLATION | Nodetypes CONFIGURATION | Service restart | Partial reconf | Total reconf | Actions | Notes |
---|---|---|---|---|---|---|---|
CREAM | ig_CREAM ig_CREAM_LSF ig_CREAM_torque |
ig_CREAM ig_CREAM_LSF ig_CREAM_torque |
X | - | X | Metapackage update Nodetype_reconfiguration Middleware_services_restart |
Pay atention to torque details |
UI | ig_UI ig_UI_noafs |
ig_UI ig_UI_noafs |
- | - | X | Metapackage update Nodetype_reconfiguration |
- |
WN | ig_WN ig_WN_noafs ig_WN_LSF ig_WN_LSF_noafs ig_WN_torque ig_WN_torque_noafs |
ig_WN ig_WN_noafs ig_WN_LSF ig_WN_LSF_noafs ig_WN_torque ig_WN_torque_noafs |
- | - | X | Metapackage update Nodetype_reconfiguration |
Pay atention to torque details |
# yum clean all # yum installPlease remember that on case of WN (ALL WNs) you should use the "groupinstall", for ex.:
yum groupinstall ig_WN_torque
On CE CREAM |
---|
yum update xml-commons-apis
Error: Missing Dependency: libcares.so.0()(64bit) is needed by package glite-security-gss-2.0.0-6.sl5.x86_64can be seen. In this case, the update should be done doing:
yum update --exclude=c-aresPlease note that doing:
yum update ig-CREAM_torqueor
yum update ig-CREAM_LSFyou are not guaranteed to have all relevant RPMs updated.
# /etc/init.d/pbs_server stop # mv /var/spool/pbs /var/torque # ln -s /var/torque /var/spool/pbs # /etc/init.d/pbs_server start
New versions of torque-* packages require actions before configuring |
---|
Install the munge package on your pbs_server and submission hosts in your cluster. On one host generate a key with /usr/sbin/create-munge-key Copy the key, /etc/munge/munge.key to your pbs_server and submission hosts on your cluster. Start the munge daemon on these nodes.. service munge start && chkconfig munge onBriefly, you should execute:
# /usr/sbin/create-munge-key # scp /etc/munge/munge.key <all cluster node> # service munge start # chkconfig munge on
# vimdiff /opt/glite/yaim/examples/siteinfo/ig-site-info.def <site-info.def>
Important Note |
Remember to add the variable TORQUE_VAR_DIR in services and change the BATCH_LOG_DIR in ig-site-info.def to /var/torque |
IMPORTANT: |
---|
Please ensure that you have all the NEEDED configuration files under your '' |
Remember to add the variable TORQUE_VAR_DIR in services and change the BATCH_LOG_DIR in ig-site-info.def to /var/torque |
/opt/glite/yaim/bin/ig_yaim -c -s <site-info.def> -n <nodetype>Where
chkconfig --list | grep 3:on | sortThen restart with:
service <middleware-service> restart
![]() |
![]() |
|
![]() |
![]() |