beautypg.com

Nortel Networks NN10265-111 User Manual

Page 79

background image

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 netmask up

where is the IP address of the Portal Host card,
and is the network address mask for this network
segment.

4

Route the IP address of the MCP Service Network’s gateway.

route add default gw

where is the IP address of the network gateway for
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@:/dev/rmt/0cn


rm -f restoresymtable
cd ..
umount /dev/sda1

7

Restore the root partition.

mount /dev/sda2 /a
cd /a
restore rfv sysadmin@:/dev/rmt/0cn


rm -f restoresymtable
cd ..
umount /dev/sda2

8

Restore the var partition.

mount /dev/sda5 /a
cd /a
restore rfv sysadmin@:/dev/rmt/0cn


rm -f restoresymtable
cd ..
umount /dev/sda5

9

Restore the usr partition.