- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Mondoarchive via NFS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 09:03 AM
03-18-2002 09:03 AM
Mondoarchive via NFS
I am using mondo on my Linux's boxes (red hat 7.1).
Everything works fine with the tape archiving mode but when I am trying to archive using NFS mode I have few problems for restoring my system.
I made the backup on a HP-UX server via NFS, using the command "mondoarchive -On 10.48.161.231:/mondo/linux01 -E /mondo". The iso files have been created on the remote server and the floppies as well. Then I tried to restore the system, booting on the floppy is ok, but a problem occured when I ran ISO under expert mode. I had the following error message in the log :
mount 10.48.161.231:/mondo/linux01 -t nfs -o ro /mnt/isodir
mount : RPC : unable to send ; errno=Network is unreachable
I guess there is something wrong with the network, and there is probably something to configure (eth0 ??) before running ISO in order to have the network up. I can't find any information about this problem and I would appreciate your help.
Thanks in advance,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 11:32 AM
03-18-2002 11:32 AM
Re: Mondoarchive via NFS
You have to have eth0 properly configured and the NFS services running before you can NFS mount something on a remote system.
First things to try would be can you ping the system in question, then try a "showmount -e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:49 AM
03-19-2002 12:49 AM
Re: Mondoarchive via NFS
In fact I don't known how to configure the network with the restricted tools given by mondorestore.
I had no device file eth0 and ifconfig didn't work.
Any idea ?
Thanks,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 10:17 AM
03-19-2002 10:17 AM
Re: Mondoarchive via NFS
Check Linuxdoc.org or www.debian.org for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 05:12 AM
03-20-2002 05:12 AM
Re: Mondoarchive via NFS
Now the restore is working fine.
After booting on the floopy, and before begining mondo-restore, we need to configure the network :
ifconfig eth0
/sbin/start_nfs
then ISO to restore from nfs.
Fr??d??ric