Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
4c6f03d9
Commit
4c6f03d9
authored
7 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Updated Cobalt /etc/hosts and /etc/resolve.conf check after removal of CEP2
parent
7a5bf160
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SubSystems/Online_Cobalt/validation/system/network/hosts.test
+0
-2
0 additions, 2 deletions
...ystems/Online_Cobalt/validation/system/network/hosts.test
SubSystems/Online_Cobalt/validation/system/network/resolvconf.test
+1
-1
1 addition, 1 deletion
...s/Online_Cobalt/validation/system/network/resolvconf.test
with
1 addition
and
3 deletions
SubSystems/Online_Cobalt/validation/system/network/hosts.test
+
0
−
2
View file @
4c6f03d9
...
@@ -11,8 +11,6 @@ fgrep sasdb /etc/hosts || exit 1
...
@@ -11,8 +11,6 @@ fgrep sasdb /etc/hosts || exit 1
fgrep
kis001
/
etc
/
hosts
||
exit
1
fgrep
kis001
/
etc
/
hosts
||
exit
1
fgrep
sasdb
/
etc
/
hosts
||
exit
1
fgrep
sasdb
/
etc
/
hosts
||
exit
1
fgrep
lcs015
/
etc
/
hosts
||
exit
1
for
i
in
`seq -w 1 8`
for
i
in
`seq -w 1 8`
do
do
fgrep
"cbm00
$i
"
/
etc
/
hosts
||
exit
1
fgrep
"cbm00
$i
"
/
etc
/
hosts
||
exit
1
...
...
This diff is collapsed.
Click to expand it.
SubSystems/Online_Cobalt/validation/system/network/resolvconf.test
+
1
−
1
View file @
4c6f03d9
#!/bin/bash
#!/bin/bash
# Check for the presence of the various LOFAR domains
# Check for the presence of the various LOFAR domains
for
DOMAIN
in
infiniband
.
lofar
cep2
.
lofar
online
.
lofar
control
.
lofar
for
DOMAIN
in
infiniband
.
lofar
online
.
lofar
control
.
lofar
do
do
grep
"^search.*\b
$DOMAIN
\b"
/
etc
/
resolv
.
conf
||
exit
1
grep
"^search.*\b
$DOMAIN
\b"
/
etc
/
resolv
.
conf
||
exit
1
done
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment