Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
f25f7e94
Commit
f25f7e94
authored
Dec 12, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
e8858f3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install/genirack/initilo.pl.in
install/genirack/initilo.pl.in
+2
-2
No files found.
install/genirack/initilo.pl.in
View file @
f25f7e94
...
...
@@ -33,7 +33,7 @@ use POSIX ":sys_wait_h";
#
sub
usage
()
{
print
STDERR
"
Usage: initilo.pl [-d] [-n] <
nodeid> <ilopsw
d>
\n
";
print
STDERR
"
Usage: initilo.pl [-d] [-n] <
ilopswd> <nodei
d>
\n
";
print
STDERR
"
Usage: initilo.pl [-d] [-n] -o <nodeid>
\n
";
print
STDERR
"
Usage: initilo.pl [-d] [-n] -c <ip> <ilopswd>
\n
";
exit
(
-
1
);
...
...
@@ -157,7 +157,7 @@ my $node_id = $node->node_id();
# This has to be in the interfaces table already.
my
$management_interface
=
Interface
->
LookupManagement
(
$node
);
if
(
defined
(
$management_interface
))
{
if
(
!
defined
(
$management_interface
))
{
Fatal
("
No management interface for
$node
");
}
my
$iloIP
=
$management_interface
->
IP
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment