- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ignite boot
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
тАО12-07-2006 12:23 AM
тАО12-07-2006 12:23 AM
ignite boot
i created a golden image for this machine using
make_sys_image -d /opt/ignite/data/Rel_B.11.23 -s local -r B.11.23
this is what my ignite server has now.
# pwd
/opt/ignite/boot
# ll
total 2528
-r--r--r-- 1 bin bin 26 May 6 2006 AUTO
dr-xr-xr-x 2 bin bin 8192 Dec 5 14:42 Rel_B.11.00
dr-xr-xr-x 2 bin bin 8192 Dec 5 14:43 Rel_B.11.11
dr-xr-xr-x 2 bin bin 8192 Dec 5 14:45 Rel_B.11.23
-r-xr-xr-x 1 bin bin 57 May 6 2006 auto_globals
-r--r--r-- 1 bin bin 332800 Dec 5 14:50 boot_lif
-r--r--r-- 1 bin bin 328192 Mar 26 2004 fpswa.efi
-rw-r--r-- 1 root sys 299 Dec 5 14:50 fs_cfg.def
-r--r--r-- 1 bin bin 541306 Dec 1 2005 hpux.efi
-r--r--r-- 1 bin bin 24576 Mar 26 2004 nbp.efi
#
# pwd
/opt/ignite/data/Rel_B.11.23
#
# ll
total 207040
-r-xr-xr-x 1 bin bin 12338404 May 6 2006 INSTCMDS
-r-xr-xr-x 1 bin bin 24582314 May 6 2006 INSTCMDSIA
-r-xr-xr-x 1 bin bin 272831 May 6 2006 RECCMDS
-r-xr-xr-x 1 bin bin 467812 May 6 2006 RECCMDSIA
-r--r--r-- 1 bin bin 24667545 May 6 2006 SYSCMDS
-r--r--r-- 1 bin bin 43610467 May 6 2006 SYSCMDSIA
-r--r--r-- 1 bin bin 23558 May 6 2006 config
-r--r--r-- 1 bin bin 1122 May 6 2006 hw_patches_cfg
Now when i am trying to install the image from ignite server from the clients (which apparently has no OS) using dbprofile am getting the appended error.
Shell> lanboot -dn avi
Client MAC Address: 00 16 35 5E 64 70
Client IP Address: 82.148.100.111
Subnet Mask: 255.255.255.192
BOOTP Server IP Address: 82.148.100.110
DHCP Server IP Address: 0.0.0.0
Boot file name: /opt/ignite/boot/nbp.efi
Retrieving File Size
PXE-E18: Timeout. Server did not respond.
Exit status code: Invalid Parameter
any help will be much appreciated.
- Tags:
- make_sys_image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2006 12:38 AM
тАО12-07-2006 12:38 AM
Re: ignite boot
82.148.100.111:0x0016355E6470::reserve
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2006 01:05 AM
тАО12-07-2006 01:05 AM
Re: ignite boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2006 01:21 AM
тАО12-07-2006 01:21 AM
Re: ignite boot
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2006 10:03 AM
тАО12-07-2006 10:03 AM
Re: ignite boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2006 02:39 AM
тАО12-08-2006 02:39 AM
Re: ignite boot
(1) Do your blades have any spare NICs? I think they come with four each, standard.
(2) Are you trying to boot over a network segment that has a Microsoft DHCP (or the equivalent) server?
This was our case, and the DHCP server eats the PXE traffic, so the Ignite server never gets the boot request. We used a crossover cable between a spare NIC on the Ignite server and a spare NIC on the blade you want to boot to, and configuring a private LAN over that crossover cable using /etc/hosts on the Ignite server.
Set up the instl_boottab entry on the Ignite server for the spare NIC on the blade, assigning a unique address on the private LAN (you could even use a hub). There is no point in configuring DHCP on the ignite server, just use instl_bootp.
As you have already discovered, dbprofile does not work for some reason, even over the private LAN. Just forget about dbprofile and use lanboot select and select the NIC where you have the private LAN configured. The ignite server will get the PXE requests directly, and allow you to boot up right away.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2006 10:47 PM
тАО12-16-2006 10:47 PM
Re: ignite boot
Yes, these servers has come with 4 NICs and my ignite server is none other than one of the blade in the same complex.
Like you said, I will try it using "lanboot select" and let you know
And here is the sysrev details:
[mp001560cc5806] MP:CM> sysrev
SYSREV
Current firmware revisions
MP FW : H.03.21
BMC FW : 04.08
EFI FW : 05.41
System FW : 01.70
[mp001560cc5806] MP:CM>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2008 01:49 PM
тАО02-07-2008 01:49 PM
Re: ignite boot
What is the deal with that? I tried every suggestion from many posts (dbprofile, instl_bootd, bootd, etc..) to get this working and nothing has worked. This whole thing of having to have a ignite server to install blades is silly. i dont know why HP designed the C7000 without a DVD. What if you are installing this in a production environment, that you have to have a DHCP server on the same subnet and you dont have a ignite server on that subnet? Of course also why do they seem to not be shipping the blades with OSes? Just imagine if HP sold a C7000 enclosure to a customer who doesnt already have HPUX? good luck getting that to work.
Enough of my rant.
Mr Cool,
Where you ever able to resolve this issue? Is your ignite server in the same enclosure as the server you are trying to install?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2012 07:38 AM
тАО07-27-2012 07:38 AM
Re: ignite boot
=> even though HP recommands setting an ignite server ...etc, our favorite way of installing a new blade is by using the iLO:
just launch the iLO, find your way to the virtual mount stuff.
Then, insert the DVD into the DVD drive of your own computer, and boot from there.
It actually works fine this way