Nortel Networks NN10265-111 User Manual
Page 79
MCS 5100 RTP Media Portal Basics
79
Copyright © Nortel Networks Limited 2006
2
Locate the NIC driver.
modprobe eepro100
3
Activate the network interface.
ifconfig eth0
where
and
segment.
4
Route the IP address of the MCP Service Network’s gateway.
route add default gw
where
the subnet.
5
Create a mountpoint for the root partition.
mkdir /a
6
Restore the boot partition.
mount /dev/sda1 /a
cd /a
restore rfv sysadmin@
rm -f restoresymtable
cd ..
umount /dev/sda1
7
Restore the root partition.
mount /dev/sda2 /a
cd /a
restore rfv sysadmin@
rm -f restoresymtable
cd ..
umount /dev/sda2
8
Restore the var partition.
mount /dev/sda5 /a
cd /a
restore rfv sysadmin@
rm -f restoresymtable
cd ..
umount /dev/sda5
9
Restore the usr partition.