Dissapeared software
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/*