Skip to content

Commit

Permalink
Merge pull request #38613 from francescobrivio/alca-fix_DIP_publicati…
Browse files Browse the repository at this point in the history
…on_12_3_X

[12_3_X] Fix DNS servers for BeamSpot DIP publication
  • Loading branch information
cmsbuild committed Jul 8, 2022
2 parents 07be8f0 + bed160c commit 2fd563a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DQM/BeamMonitor/bin/beamSpotDipStandalone.cc
Expand Up @@ -671,8 +671,8 @@ int main(int narg, char* args[]) {
endTime = getDateTime();

dip = Dip::create("CmsBeamSpotServer");
// dip->setDNSNode("cmsdimns1.cern.ch");
dip->setDNSNode("cmsdimns2.cern.ch");
// Use both CMS-based DIM DNS server (https://its.cern.ch/jira/browse/CMSOMS-280)
dip->setDNSNode("cmsdimns1.cern.ch,cmsdimns2.cern.ch");

cerr << "reading from file (NFS)" << endl;

Expand Down
4 changes: 2 additions & 2 deletions DQM/BeamMonitor/plugins/BeamSpotDipServer.cc
Expand Up @@ -56,8 +56,8 @@ BeamSpotDipServer::BeamSpotDipServer(const edm::ParameterSet& ps) {
//
dip = Dip::create("CmsBeamSpotServer");

//
dip->setDNSNode("cmsdimns1.cern.ch");
// Use both CMS-based DIM DNS server (https://its.cern.ch/jira/browse/CMSOMS-280)
dip->setDNSNode("cmsdimns1.cern.ch,cmsdimns2.cern.ch");

edm::LogInfo("BeamSpotDipServer") << "reading from " << (readFromNFS ? "file (NFS)" : "database");
}
Expand Down

0 comments on commit 2fd563a

Please sign in to comment.