HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite Ux from 64Bit to 32 bit?
Operating System - HP-UX
1833875
Members
1851
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-10-2004 06:34 AM
03-10-2004 06:34 AM
Ignite Ux from 64Bit to 32 bit?
Can I make_recovery_tape on a rp7410 and then restore to a 32 bit k370 using that tape? I was led to believe that this could be done. When I try it, I am unable to properly rebuild the kernel using mk_kernel at the ignite shell. Doesn't make sense to me that you can recover a system with a 64 compiled kernel to a 32 bit system architecture. But that is why I came t here to ask!
TIA
Michael
TIA
Michael
speak "friend" and enter
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:38 AM
03-10-2004 06:38 AM
Re: Ignite Ux from 64Bit to 32 bit?
First of all, a K370 uses a PA8200 so it is a 64-bit box. It can run either 32-bit or 64-bit HP-UX. The problem is that these beasts are just too different for Ignite to work.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:42 AM
03-10-2004 06:42 AM
Re: Ignite Ux from 64Bit to 32 bit?
Answer: Probably.
Ignite is specifically designed to allow you to move configurations around.
I think the real possible obstacle is the 64 bit to 32 bit issue.
How if your rp7410 was an Ignite server and had a swcopy of the core os on it, I'd say, yes for certain you could do that.
I just did a 64 bit to 64 bit recovery in HP's performance Center on Monday. The hardware was very different but the source media was make_tape_recovery.
There were a couple of extra boots as hardware differences were compensated for.
In the end, I would try this:
make_tape_recovry the K370.
Try it.
See what happens.
If it does not work, you can put the K back together.
If it does not work, you can build an Ignite Golden Image server on the rp7410 and that will certainly work so long as the Core OS cd is built in and the configuration files allow for 32 bit boots and installations.
SEP
Ignite is specifically designed to allow you to move configurations around.
I think the real possible obstacle is the 64 bit to 32 bit issue.
How if your rp7410 was an Ignite server and had a swcopy of the core os on it, I'd say, yes for certain you could do that.
I just did a 64 bit to 64 bit recovery in HP's performance Center on Monday. The hardware was very different but the source media was make_tape_recovery.
There were a couple of extra boots as hardware differences were compensated for.
In the end, I would try this:
make_tape_recovry the K370.
Try it.
See what happens.
If it does not work, you can put the K back together.
If it does not work, you can build an Ignite Golden Image server on the rp7410 and that will certainly work so long as the Core OS cd is built in and the configuration files allow for 32 bit boots and installations.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:59 AM
03-10-2004 06:59 AM
Re: Ignite Ux from 64Bit to 32 bit?
There are few guide lines to following before ignite-uxâ s make_recovery, make_tape_recovery, make_net_recovert and make_sys_image be used to clone the systems
1) First if the make_recovery or make_tape_recovery tapes are used to boot the systems, the source and the target systems should be of same architecture. This is because now ignite-UX uses different INSTALL kernels to boot depending on the architecture. The model of the system doesnâ t matter but the architecture of the system does.
The kernels are
WINSTALL - used for all the systems that are ONLY 64 bit (N, L , A etc)
INSTALL â used for systems that can run BOTH 32 and 64 bit HP-UX (K,D,R etc)
VINSTALL â used for V-Class systems
For example, the ignite-ux recovery tape created on a K-Class system cannot be used to boot a N-Class system since the kernel copied to the Ignite-UX tape is VINSTALL and the kernel WINSTALL which is used to boot N-Class systems is not available in the tape.
2) Second thing to make sure is that all the hardware enablement patches that are required in the target system should be installed in the source system. Say a recovery tape Is being created on a V2200 system to clone a V2600 system then all the hardware enablement patches required for V2600 should be installed in the V2200 system or else the system wil boot, create the kernel but when the system tries to boot from the kernel created itwill panic.
On other hand, if a V2600 ignite tape is used to clone a V2200 system then it will probably work becoz V2600 will have the newer patches which will allow the V2200 to create a bootab
1) First if the make_recovery or make_tape_recovery tapes are used to boot the systems, the source and the target systems should be of same architecture. This is because now ignite-UX uses different INSTALL kernels to boot depending on the architecture. The model of the system doesnâ t matter but the architecture of the system does.
The kernels are
WINSTALL - used for all the systems that are ONLY 64 bit (N, L , A etc)
INSTALL â used for systems that can run BOTH 32 and 64 bit HP-UX (K,D,R etc)
VINSTALL â used for V-Class systems
For example, the ignite-ux recovery tape created on a K-Class system cannot be used to boot a N-Class system since the kernel copied to the Ignite-UX tape is VINSTALL and the kernel WINSTALL which is used to boot N-Class systems is not available in the tape.
2) Second thing to make sure is that all the hardware enablement patches that are required in the target system should be installed in the source system. Say a recovery tape Is being created on a V2200 system to clone a V2600 system then all the hardware enablement patches required for V2600 should be installed in the V2200 system or else the system wil boot, create the kernel but when the system tries to boot from the kernel created itwill panic.
On other hand, if a V2600 ignite tape is used to clone a V2200 system then it will probably work becoz V2600 will have the newer patches which will allow the V2200 to create a bootab
Learn What to do ,How to do and more importantly When to do ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP