- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to boot an HPUX server from a Linux 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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-01-2002 01:23 AM
тАО10-01-2002 01:23 AM
How to boot an HPUX server from a Linux server?
I want to install an HPUX server from a Linux laptop : the server had to boot on the laptop which answers as an ignite server (but it's a linux server).I configured BOOTP DHCP and TFTP protocols but I got problems with TFTP (I got error messages)
So I don't know if there is an ignite software developped to be installed on a Linux server, to install an HPUX server.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2002 01:31 AM
тАО10-01-2002 01:31 AM
Re: How to boot an HPUX server from a Linux server?
What is the error tftp server is giving ?
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2002 02:43 AM
тАО10-01-2002 02:43 AM
Re: How to boot an HPUX server from a Linux server?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2002 02:46 AM
тАО10-01-2002 02:46 AM
Re: How to boot an HPUX server from a Linux server?
There is no Ignite for LINUX.
This is a hp-ux product only !
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2002 03:50 AM
тАО10-01-2002 03:50 AM
Re: How to boot an HPUX server from a Linux server?
telnet hpuxmachine
shutdown -r -y 0
or
rsh hpuxmachine shutdown -r -y 0
Now, if you want to INSTALL an HPux machine from a linux machine you are basically SOL. Though a cute idea it just doesn't make practical sense.
If you want PORTABILITY, get yourself an external DVD/CDROM drive.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2002 04:44 AM
тАО10-01-2002 04:44 AM
Re: How to boot an HPUX server from a Linux server?
First Linux is not HP-UX.
Second. HP-UX requires PA-RISC compiled binaries and an install requires you to boot the kernel. This is pretty complex code and not just simply a matter of booting with TFTP and BOOTP/DHCP.
The boot from LAN process requires a remote kernel with enough instructions to do basic tasks to begin the load as well as knowledge of system devices, etc...
Since Ignite, HP-UX, nor the required SW tools exist for Linux, I think your gonna have to do a local install.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 02:15 AM
тАО10-02-2002 02:15 AM
Re: How to boot an HPUX server from a Linux server?
I want to install an HPUX server from a Linux laptop under Linux: the server had to boot on the laptop which answers as a Linux server.
So, I want to install an HPUX server from a Linux laptop but I don't want to install Linux on a HPUX server, I just want my laptop to have the behavior of an ignite CD.
First step : DHCP protocol - OK
Second step : bootp protocol - OK
Third step : tftp protocol - Problem
At this step, HPUX server (called target) tries to download the LIF which is already create, I just want to download it. This step fails because of a the HPUX tftp protocol.
I expect afterward that the target use Linux laptop as depot server. But all depots are HPUX format. They are not linux rpm !
I want this simply to get an easy way to modify my depot. If I use a CD, the
whole depot are fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 02:41 AM
тАО10-02-2002 02:41 AM
Re: How to boot an HPUX server from a Linux server?
No can do.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 03:17 AM
тАО10-02-2002 03:17 AM
Re: How to boot an HPUX server from a Linux server?
First, I agree with everyone above, it can't be done.
But with that said, as I thought about your problem, I came up with this academic exercise:
The Ignite "make_tape_recovery" process creates a bootable tape with two sections. First there is the LIF area, then that is followed by a tar backup of the OS directories. If you could somehow write that LIF area to an image on your Linux server, you might be able to tftp that to begin the install ( recovery ? ) of the HP-UX server. If that worked, tftp'ing the tar backup would be trivial.
This is a process most probably doomed to failure, but good luck!
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 03:24 AM
тАО10-02-2002 03:24 AM
Re: How to boot an HPUX server from a Linux server?
Though it looks like a tar it's really pax.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 04:21 AM
тАО10-02-2002 04:21 AM
Re: How to boot an HPUX server from a Linux server?
I want to install an HPUX server from a Linux laptop under Linux: the server had to boot on the laptop which answers as a Linux server.
So, I want to install an HPUX server from a Linux laptop but I don't want to install Linux on a HPUX server, I just want my laptop to have the behavior of an ignite CD.
First step : DHCP protocol - OK
Second step : bootp protocol - OK
Third step : tftp protocol - Problem
At this step, HPUX server (called target) tries to download the LIF which is already create, I just want to download it. This step fails because of a the HPUX tftp protocol.
I expect afterward that the target use Linux laptop as depot server. But all depots are HPUX format. They are not linux rpm !
I want this simply to get an easy way to modify my depot. If I use a CD, the
whole depot are fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 04:27 AM
тАО10-02-2002 04:27 AM
Re: How to boot an HPUX server from a Linux server?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 04:34 AM
тАО10-02-2002 04:34 AM
Re: How to boot an HPUX server from a Linux server?
I want to install an HPUX server from a Linux laptop under Linux: the server had to boot on the laptop which answers as a Linux server.
So, I want to install an HPUX server from a Linux laptop but I don't want to install Linux on a HPUX server, I just want my laptop to have the behavior of an ignite CD.
First step : DHCP protocol - OK
Second step : bootp protocol - OK
Third step : tftp protocol - Problem
At this step, HPUX server (called target) tries to download the LIF which is already create, I just want to download it. This step fails because of a the HPUX tftp protocol.
I expect afterward that the target use Linux laptop as depot server. But all depots are HPUX format. They are not linux rpm !
I want this simply to get an easy way to modify my depot. If I use a CD, the
whole depot are fixed.
Please see attached message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 04:37 AM
тАО10-02-2002 04:37 AM
Re: How to boot an HPUX server from a Linux server?
WOW! A little anal eh?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 04:41 AM
тАО10-02-2002 04:41 AM
Re: How to boot an HPUX server from a Linux server?
It won't work.
It won't work.
It won't work.
It won't work.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2002 04:52 AM
тАО10-02-2002 04:52 AM
Re: How to boot an HPUX server from a Linux server?
1. NETWORKING FOR IGNITE IS NOT CONTROLLED ON THE CLIENT NECESSARILY
2. SWAGENTD DOES NOT EXIST FOR LINUX, ASSUME THERE IS COMMUNICATIONS BETWEEN swagent@client AND swagent@server
3. Even if you downloaded the LIF where is it to be stored and extracted?
If you feel that were all wrong, instead of reposting your question and wasting our time, try writing your own code to do it if your so sure it can be done.
Aint gonna happen!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 11:53 PM
тАО10-03-2002 11:53 PM
Re: How to boot an HPUX server from a Linux server?
It won't work.
It won't work.
It won't work.
It won't work.
WHY????
WHY????
WHY????
WHY????
I don't ask my question in this forum because of desturbing someone!!! I just try to understand why it doesn't work???
Thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2002 12:26 AM
тАО10-04-2002 12:26 AM
Re: How to boot an HPUX server from a Linux server?
But the problem will start with the software load phase... there is no SD-UX implementation on Linux, so it cannot act as an Ignite server.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2002 03:03 PM
тАО10-06-2002 03:03 PM
Re: How to boot an HPUX server from a Linux server?
if you use BOOTP there is no reason for DHCP...
Getting the IP-parameters and the TFTP bootfile name from BOOTP server on your laptop will work fine.
Delivering the "golden image" from a "make_net_recovery" to that laptop (NFS server) *should* work, if that golden image is prepared to get everything over NFS instead of SD-UX (HP proprietary protocol).
So, what IS the error message you get from TFTP?
And for the details: read the documentation on the Ignite/UX home page:
http://software.hp.com/products/IUX/
There is a document about "creating your own media", which contains the information!
HTH,
Wodisch