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