c37470544a
-- Based on the new BCM configuration, Modify the portcoreid for the front panel port in the port_config.ini for line card Nokia-IXR7250e-36x400G -- Correct the pcie.pmal file -- Update the platform_ndk.json with new field "update-asic-pvt" -- Add chassis-internal-intf to chassisdb.conf -- update platform_reboot Signed-off-by: mlok <marty.lok@nokia.com>
11 lines
233 B
Bash
Executable File
11 lines
233 B
Bash
Executable File
#!/bin/bash
|
|
|
|
systemctl stop nokia-watchdog.service
|
|
sleep 2
|
|
echo "w" > /dev/watchdog
|
|
kick_date=`date -u`
|
|
echo "last watchdog kick $kick_date" > /var/log/nokia-watchdog-last.log
|
|
rm -f /sys/firmware/efi/efivars/dump-*
|
|
sync
|
|
/sbin/reboot
|