- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Make_net_recovery version mismatch
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-13-2003 06:22 AM
03-13-2003 06:22 AM
Make_net_recovery version mismatch
gelegen1# make_net_recovery -s geleopv1
...
ERROR: The versions of the tools required for system recovery on "gelegen1"
are different from the versions on the server system "geleopv1". To
ensure that versions are compatible, install the required toolset from
the server geleopv1, using the command: /usr/sbin/swinstall -x
mount_all_filesystems=false -s
geleopv1:/var/opt/ignite/depots/recovery_cmds "*"
======= 03/11/03 11:47:13 MET make_net_recovery completed unsuccessfully
gelegen1# swlist | grep Ignite
B5725AA B.3.6.82 HP-UX Installation Utilities
(Ignite-UX)
Ignite-UX-11-00 B.3.6.82 HP-UX Installation Utilities for
Installing 11.00 Systems
geleopv1:/var/opt/ignite# swlist | grep Ignite
B5725AA_APZ A.3.7.95 HP-UX Installation Utilities
(Ignite-UX - S800 - 10.20)
Ignite-UX-10-20 A.3.7.95 HP-UX Installation Utilities for
Which filestes need to be installed to have the requested files in geleopv1:/var/opt/ignite/depots/recovery_cmds?
This directory contains nothing now.
Thanks in advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 06:30 AM
03-13-2003 06:30 AM
Re: Make_net_recovery version mismatch
The client and server need to have the same version of Ignite. We've run into the problem here before with new systems we've loaded. The new system will have a different version than our Ignite server and the server will complain. Just swremove the Ignite from the client and let the server install what it needs and you should be in business.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 06:37 AM
03-13-2003 06:37 AM
Re: Make_net_recovery version mismatch
an swlist -l fileset Ignite-UX
Ignite just calls the tool /opt/ignite/lbin/check_version to do the version
check. If this fails
for ANY reason the above error will appear so it may not necessarily be the obvious answer
To down track the problem execute as
user root
on the client:
/opt/ignite/lbin/check_version -vr -s
The real problem should now become obvious. Ussually it's a tftp issue.
Some hints on tftp problems:
- Check entry in /etc/inetd.conf on server. It should look like:
tftp dgram udp wait root /usr/lbin/tftpd tftpd
/opt/ignite /var/opt/ignite
If you need to change it, don't forget to call "inetd -c".
- Check for bad/unnessary entries for tftp in /var/adm/inetd.sec.
Some tftp debuging tricks:
- Enable inetd's connection logging (inetd -l) and watch /var/adm/syslog.log
during tests.
- Login on server and do:
# cd /tmp
# tftp localhost
tftp> get /opt/ignite/Version
Received 10 bytes in 0.1 seconds
tftp> quit
- Login on client and do the same as abive - but use the server's name instead
of localhost.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 06:39 AM
03-13-2003 06:39 AM
Re: Make_net_recovery version mismatch
Works like a treat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 06:54 AM
03-13-2003 06:54 AM
Re: Make_net_recovery version mismatch
I have 3 servers for this purpose, a 10.20, an 11.0, and an 11i.
These support all my current HP configurations.
I am almost completed with the 10.20 upgrade to 11 and will have this server to use for the next version of 11i.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 06:56 AM
03-13-2003 06:56 AM
Re: Make_net_recovery version mismatch
> Just swremove the Ignite from the client and let the server install what it needs and you should be in business.
And how 'let the server install' the requested filesets to the client? You mean somehow swinstall or other tool?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 06:58 AM
03-13-2003 06:58 AM
Re: Make_net_recovery version mismatch
JP