d60cc7dfaa
Management port currently broken for Edgecore AS4630-54PE platform due to NIC hardware numbering. Created new PR with typo from Edgecore in original PR fixed. Here is a link to the old PR that has broken logic: #9560
11 lines
468 B
Plaintext
11 lines
468 B
Plaintext
# Special arrangement to make PDDF mode default
|
|
# Disable monitor, monitor-fan, monitor-psu (not enabling them would imply they will be disabled by default)
|
|
# Enable pddf-platform-monitor
|
|
# Retrigger eth0-eth2 renumbering
|
|
depmod -a
|
|
systemctl enable pddf-platform-init.service
|
|
systemctl start pddf-platform-init.service
|
|
systemctl enable as4630-54pe-pddf-platform-monitor.service
|
|
systemctl start as4630-54pe-pddf-platform-monitor.service
|
|
/usr/local/bin/restart_ixgbe.sh
|