Backup & Restore Volume in Linux Single User Mode

| 0 Comments
service network start
ifconfig eth0 ip netmask
service portmap start

mkdir /tmp/remote
mount -t nfs -o tcp,port=2049 nas:/volume1/share /tmp/remote

rpm -ivh /tmp/remote/rmt*
rpm -ivh /tmp/remote/dump*

dump 0f /tmp/remote/host.dump /dev/VolGroup00/LogVol00

---

mkdir /tmp/local
mount /dev/VolGroup00/LogVol00 /tmp/local
cd /tmp/local
restore rvf /tmp/remote/host.dump &> /tmp/remote/host.log &

Leave a comment

Recent Entries

Write Chinese Characters using Trackpad on Mac
From http://www.apple.com/macosx/refinements Innovative Chinese character input. Until Snow Leopard, if you wanted to enter Chinese characters on a computer, you…
Backup & Restore Volume in Linux Single User Mode
service network start ifconfig eth0 ip netmask service portmap start mkdir /tmp/remote mount -t nfs -o tcp,port=2049 nas:/volume1/share /tmp/remote…
Getting into B-School — Round 2 Essays — What Not to Do
Following was from the BusinessWeek Forum. --- Getting into B-School — Round 2 Essays — What Not to Do From:…