- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ignite, install vs winstall
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
05-11-2001 06:00 AM
05-11-2001 06:00 AM
The apparent issue is that the K-class creates a make_recovery tape with install, and there for looks for install inorder to restore the vg00. Where the N4000 looks for winstall inorder to restore the vg00. I am not up to speed with the make_tape_recovery product yet and am not sure this even pertains.
I need to get this winstall file onto the make_recovery tape for my k480, inorder to complete this test.
I have heard that with a k-class make_recovery on a N4000 you can boot to single user mode and tell it to look for the install file on the tape, but that this is not supported/recommended and only works about half the time. (I have a N4000 I maybe able to test with breifly if I have these procedures to create a make_recovery from an N4000)
I would welcome any comments on how to put the winstall on the k-class make_recovery tape (or if this is a feature of the make_tape_recovery), and how to tell a N4000 to look for the install file instead of the winstall file on the make_recovery tape.
Many thanks in addvance!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 06:13 AM
05-11-2001 06:13 AM
Re: ignite, install vs winstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 08:00 AM
05-11-2001 08:00 AM
Re: ignite, install vs winstall
When booting the N4000 off of a tape created with make_tape_recovery it will automatically pick the correct kernel to boot. The secondary loader (hpux) in the lif is sensitive to the hardware it is running on and will load the appropriate kernel for the hardware (INSTALL for 32bit and WINSTALL for 64bit).
This is what happens when you boot the core/install CD too. The boot area of the CD contains INSTALL/WINSTALL/VINSTALL and the correct one is selected at boot time without user interaction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 08:21 AM
05-11-2001 08:21 AM
Re: ignite, install vs winstall
I was reading the manual, and it read to me, that if you create a make_recovery from a 64bit O/S, reguardless of the hardware platform that the make_recovery would automatically use the WINSTALL files. Chapter 10, page 143, INSTALL paragraph (last couple of lines on the page). This contradicts what the DR engineers were telling us. (this is what i thought to start off with) do either one of you have any information to the contrary??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 08:58 AM
05-11-2001 08:58 AM
Re: ignite, install vs winstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 09:11 AM
05-11-2001 09:11 AM
Re: ignite, install vs winstall
That is the reason for this series of questions, they are telling me I will run into problems on something I thought I was covered on. Anyway, I'm going to attempt to test my theory (stated above 64bit=WINSTALL reguardless of H/W) I will let you know what I find out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 09:57 AM
05-11-2001 09:57 AM
SolutionFor make_tape_recovery the behavior was changed to put both the INSTALL and WINSTALL kernels in the boot area of the tape if the system is running a 64bit vmunix and the system is both 32bit and 64bit capable.
I didn't look at the document you are referencing, but I did look at the code and that is how it behaves. The code in question is /opt/ignite/bin/make_medialif which is called by make_recovery to create the boot lif. Niether the -a nor -o options to make_medialif are used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 10:57 AM
05-11-2001 10:57 AM
Re: ignite, install vs winstall
I looked through that file, I noticed that it discusses 64bit and states the WINSTALL, where it sets the variable REQUIRED_64WBIT_FILES. It looks like the bitness variable is set to 32 by default, but this is changed by calling getconf HW_CPU_SUPP_BITS, I changed this to getconf KERNEL_BITS which will make the statement true and set bitness=64w which will get the REQUIRED_64WBIT_FILES I want, I will test and let you know for sure. THANKS!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 12:00 PM
05-11-2001 12:00 PM
Re: ignite, install vs winstall
INSTALL and WINSTALL are the same, they are hardlink. Kernel for 32 and 64 bit are different. But i cant remember now their names. I gess all they are on /opt/ignite/...
Perhaps it is more important to say that K and N are not very similar on their arquitecture, and need differents drivers and/or patches.
So, the test may begin on a full instalation of O.S., forgeting this first step. In fact the most difficult is not recover an O.S, most dificult is recover to all software/data, and get it run.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2001 12:55 PM
05-11-2001 12:55 PM
Re: ignite, install vs winstall
Thanks for the comment, I am very much aware of the difference in H/W from a K to an N, but unfortunately an cant doing anything about that now, however I was able to put the WINSTALL files on the tape so I have completed what needs to be done as per the engineer. Thanks to every ones efforts here. We will address the hardware issues when we get there next week.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2001 12:29 PM
05-20-2001 12:29 PM
Re: ignite, install vs winstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 01:12 AM
05-21-2001 01:12 AM
Re: ignite, install vs winstall
I just pointed other thread to this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 01:22 PM
03-08-2002 01:22 PM
Re: ignite, install vs winstall
We still can't guarantee we'll get the same class server at our recovery site.
I'd like to avoid having to cut two recovery tapes for each server to accomodate the WINSTALL/INSTALL differences.
How can I cut one make_tape_recovery that will work across the L-, N- or K-class server platforms?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 02:17 AM
03-18-2002 02:17 AM
Re: ignite, install vs winstall
- Another point : INSTALL and WINSTALL are different files !
Only INSTALLFS and WINSTALLFS are hard linked to the same file.