- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: booting a integrity rx2600 server from ignite ...
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-02-2004 03:00 AM
03-02-2004 03:00 AM
booting a integrity rx2600 server from ignite server
The following error message is shown on the client:
Running LoadFile()
Starting: venus lan0
@(#) HP-UX IA64 Network Bootstrap Program Revision 1.0
Downloading HPUX bootloader
TFTP failed due to - 0x8000000000000012
Press Any Key To Continue ...
This problem seems specific to integrity server only. Can someone help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 03:03 AM
03-02-2004 03:03 AM
Re: booting a integrity rx2600 server from ignite server
I do not know the rp2400 but could it be that you try booting on gbit lan. I rememeber something about that that did not work. Can you try is on 100Mbit.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 04:10 AM
03-02-2004 04:10 AM
Re: booting a integrity rx2600 server from ignite server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 04:27 AM
03-02-2004 04:27 AM
Re: booting a integrity rx2600 server from ignite server
Not add in 100 Base T or anything else.
instl_adm -d
that will show current configuration.
After booting, you can run the actual transfer through any NIC you want.
on the server
tail -f /var/adm/syslog/syslog.log
then boot Ignite client watching the log output. This will lead you to the problem.
SEP
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-02-2004 04:29 AM
03-02-2004 04:29 AM
Re: booting a integrity rx2600 server from ignite server
1) The CORE OS must be swcopied to the Ignite server for the install to work right.
2) If the server is PA-RISC, you will need an Itanium Core OS cd to build secondary core OS for your Itanium clients.
SEP
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-02-2004 05:01 AM
03-02-2004 05:01 AM
Re: booting a integrity rx2600 server from ignite server
Ignite support for Itanium 11.22 started with release version 4.x.
Ignite support for Itanium 11.23 started with version 5.x.
Your 11.11 server can run this, may need to install the Itanium modules, tho.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 05:22 AM
03-02-2004 05:22 AM
Re: booting a integrity rx2600 server from ignite server
Tailing the syslog.log file on the server, showed the following messages:
Mar 2 10:34:47 cornholio tftpd[4281]: Timeout (no requests in 10 minutes)
Mar 2 10:43:53 cornholio tftpd[4338]: Transfer timed out
Mar 2 10:53:28 cornholio tftpd[4336]: Timeout (no requests in 10 minutes)
Mar 2 10:57:06 cornholio tftpd[4389]: Transfer timed out
Could it be that the tftpd requires a longer timeout interval for the integrity servers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 08:39 PM
03-02-2004 08:39 PM
Re: booting a integrity rx2600 server from ignite server
follow link for details
http://docs.hp.com/hpux/onlinedocs/B2355-90788/00/00/17-con.html#bgbdhfeg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 11:03 PM
03-02-2004 11:03 PM
Re: booting a integrity rx2600 server from ignite server
Probably tftp is not working. Please do this from the client.
#tftp
tftp> connect
tftp>status
tftp>get /tmp/pp ( any file under /tmp)
should get the following
code violation ( then you are fine)
time out ( you will not be able to ignite)
Ignite uses the built in LAN, hence Gigabit ethernet cannot be used.
Check the default on the ignite server.
#instl_adm -d
you should see an entry as
init _hp_lanadmin_args="-S 1"
if it is not there you have to do this.
#instl_adm -d > /tmp/config
#vi /tmp/config (edit and include the init line)
#instl_adm -f /tmp/config ( will update the defaults)
#instl_adm -d ( to see if it had been included)
Please let me know if this works.
regards
Pratyush