- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_recovery can't contact server
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
02-28-2001 01:25 PM
02-28-2001 01:25 PM
make_recovery can't contact server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 02:12 PM
02-28-2001 02:12 PM
Re: make_recovery can't contact server
Check the /etc/hosts file. Is there an entry for the loopback and the IP of the server itself?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2001 10:35 AM
03-01-2001 10:35 AM
Re: make_recovery can't contact server
10.64.116.2 hpsym hpsym.
127.0.0.1 localhost loopback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 12:23 PM
03-02-2001 12:23 PM
Re: make_recovery can't contact server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2001 12:35 PM
03-09-2001 12:35 PM
Re: make_recovery can't contact server
I've seen the same error with make_recovery in its 3.2 version. I've switched to the new make_tape_recovery and find it far superior. It offers more configuration possibilities and collects and formats its logs in a far superior fashion to its predecessor, in my opinion.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2001 12:54 PM
03-09-2001 12:54 PM
Re: make_recovery can't contact server
These are the steps to follow to verify whether your Ignite
make_recovery tape is good:
1. Check the log generated during the Ignite backup:
/var/opt/ignite/logs/makrec.logxx
2. Boot from the tape and interrupt the boot process before
non-interactive recovery commences, and then abort the install.
This will verify whether the first image on the tape is bootable.
Note: There is a command shipped with Ignite, copy_boot_tape(1m)
that could also be of use to pull the LIF and the archive
off of a make_recovery tape.
You can use lifls(1) or lifcp(1) to examine the boot LIF
contents and pax(1) or tar(1) to examine the archive.
3. The second image on the tape is the tar archive of the OS and
possibly other files (depending on the options to make_recovery).
a) Skip over the first image with mt command using the
appropriate tape device file;
mt -f /dev/rmt/0mn rew
mt -f /dev/rmt/0mn fsf 1
b) Verify the contents of the tar image with the tar
command using the appropriate device file;
tar tvf /dev/rmt/0m