- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Linux PXE server conflits woth Ignite server on th...
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-08-2007 07:02 PM
05-08-2007 07:02 PM
Linux PXE server conflits woth Ignite server on the same network
We have a Linux PXE server as well as an Ignite server in the same network. Everytime we try to install Linux os from PXE server it points towards our ignite server IP and fails to install. In the ignite admin guide ( page no 83 ) it is mentioned that you should not have 2 DHCP servers in the same network. As we know that PXE uses dhcp, that is the reason it is happening.
How can we avoid this situation as everytime Linux users are using PXE server we are compelled to stop the ignite server net services which is again affecting the ignite servers users ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 08:03 PM
05-08-2007 08:03 PM
Re: Linux PXE server conflits woth Ignite server on the same network
Put them on different networks.
Lets say currently:
linux pxe 192.168.0.10/255.255.255.0
ignite 192.168.0.20/255.255.255.0
Change the linux to:
192.168.1.10/255.255.255.0
Any linux machine needing to be on two networks can do this:
ifconfig eth0:0
Then its on both. Just not the PXE serer.
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
05-08-2007 10:13 PM
05-08-2007 10:13 PM
Re: Linux PXE server conflits woth Ignite server on the same network
Kindly provide me an alternate solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 01:43 AM
05-09-2007 01:43 AM
Re: Linux PXE server conflits woth Ignite server on the same network
You should examine the DHCP configurations in both servers and build a configuration that gives correct information to both Linux PXE and HP-UX Ignite clients. That may require copying the PXE boot files to the Ignite server and making them available using the Ignite server's tftpd, or alternatively copying the Ignite server's HP-UX boot files to the Linux PXE server.
This will require a lot of testing and tweaking and a good understanding of both network boot systems.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 04:49 AM
05-09-2007 04:49 AM
Re: Linux PXE server conflits woth Ignite server on the same network
- http://docs.hp.com/en/5991-6440/ch04s03.html
- http://www.docs.hp.com/en/5991-7513/5991-7513.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 05:19 PM
05-09-2007 05:19 PM
Re: Linux PXE server conflits woth Ignite server on the same network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2007 05:54 PM
05-13-2007 05:54 PM
Re: Linux PXE server conflits woth Ignite server on the same network
How can i avoid it ? Can we avoid this in Linux PXE server ? Do we an alternative beside restarting the dhcp services ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 10:52 PM
06-06-2007 10:52 PM
Re: Linux PXE server conflits woth Ignite server on the same network
Now my /etc/inetd.conf file looks like this
bootps dgram udp wait root /usr/lbin/bootpd bootpd -d 3
#bootps dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd
After doing the above change i am not facing any issues .
Thanks all for the inputs