Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
System Administrator Guide for CREAM for EMI-3 release | ||||||||
Line: 1102 to 1102 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
1 Postconfiguration | ||||||||
Line: 1627 to 1627 | ||||||||
mysql> select jstd.name, count(*) from job, job_status_type_description jstd, job_status AS status LEFT OUTER JOIN job_status AS latest ON latest.jobId=status.jobId AND status.id < latest.id WHERE latest.id IS null and job.id=status.jobId and jstd.type=status.type group by jstd.name; | ||||||||
Changed: | ||||||||
< < | -- MassimoSgaravatto - 2011-12-20 | |||||||
> > | 1 Migration of a CREAM CE service to another physical host | |||||||
Added: | ||||||||
> > | The migration of a CREAM CE to another physical host is possible but at the present time we don't provide tools or facilities for assisting the administrator on such delicate operation. The main strong requirement for allowing the migration is: the new host MUST have the same hostname and IP address as the old one. If so, the steps to follow are:
| |||||||
-- LisaZangrando - 2013-02-05 |