Nortel Networks NN10265-111 User Manual

Page 79

Advertising
background image

MCS 5100 RTP Media Portal Basics

79

Copyright © Nortel Networks Limited 2006

2

Locate the NIC driver.

modprobe eepro100 <Enter>

3

Activate the network interface.

ifconfig eth0 <IP_address> netmask <net_mask> up
<Enter>

where <IP_address> is the IP address of the Portal Host card,
and <net_mask> 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 <gateway> <Enter>

where <gateway> is the IP address of the network gateway for
the subnet.

5

Create a mountpoint for the root partition.

mkdir /a <Enter>

6

Restore the boot partition.

mount /dev/sda1 /a <Enter>
cd /a <Enter>
restore rfv sysadmin@<tape_server_IP>:/dev/rmt/0cn

<Enter>
rm -f restoresymtable <Enter>
cd .. <Enter>
umount /dev/sda1
<Enter>

7

Restore the root partition.

mount /dev/sda2 /a <Enter>
cd /a <Enter>
restore rfv sysadmin@<tape_server_IP>:/dev/rmt/0cn

<Enter>
rm -f restoresymtable <Enter>
cd .. <Enter>
umount /dev/sda2
<Enter>

8

Restore the var partition.

mount /dev/sda5 /a <Enter>
cd /a <Enter>
restore rfv sysadmin@<tape_server_IP>:/dev/rmt/0cn

<Enter>
rm -f restoresymtable <Enter>
cd .. <Enter>
umount /dev/sda5
<Enter>

9

Restore the usr partition.

Advertising