Dissapeared software

From T2B Wiki
Revision as of 12:28, 26 August 2015 by Maintenance script (talk | contribs) (Created page with " == What to do when the software disappears == *Both in CB5 and CB6, change the template: <pre> cfg/sites/iihe-production/config/nfs/kinks.tpl </pre> Make the l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What to do when the software disappears

  • Both in CB5 and CB6, change the template:


cfg/sites/iihe-production/config/nfs/kinks.tpl

Make the lines:

##    links[link_index]["target"] = "/m7mount_mnt/m7mount";
      links[link_index]["target"] = "/sandbox_mnt/sandbox";

to read

        links[link_index]["target"] = "/m7mount_mnt/m7mount";
##      links[link_index]["target"] = "/sandbox_mnt/sandbox";
  • now deploy on both.
  • the problem resides on M7: the nfs server is still not configured via quattor. So do:
cp /etc/exports.old /etc/exports
/etc/init.d/nfs start
  • note that this should only be done after the runcheck has completed all changes on M7
  • now check that all mounts are ok on the WN and UI's and the CE's :-)
  • go to a wn and do:
su - cmss
cp -a  /m7mount/cmss/* /swmgrs/cmss/*


Template:TracNotice