Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
54fef77d
Commit
54fef77d
authored
May 18, 2014
by
Leigh B Stoller
Browse files
Disable ipmi on initial setup.
parent
7b535647
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/genirack/initilo.pl.in
View file @
54fef77d
...
...
@@ -276,6 +276,11 @@ if (ChangeBootOrder($iloIP)) {
#
DoIloKey
(
$node_id
);
#
# Disable IPMI.
#
NoIPMI
(
$node_id
,
$elabmanpswd
);
#
# This resets the ilo.
#
...
...
@@ -478,6 +483,8 @@ sub SetupControlNode($$)
if
(
SendXML
(
$ip
,
$xmlgoo
))
{
Fatal
("
Failed to send addsshkey xml to
$ip
");
}
NoIPMI
("
control-ilo
",
$elabmanpswd
);
#
# Save this off. Maybe we should put the control node into the
# Emulab DB?
...
...
Write
Preview
Supports
Markdown
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