WAN boot Server issues.


 
Thread Tools Search this Thread
Operating Systems Solaris WAN boot Server issues.
# 1  
Old 06-24-2010
WAN boot Server issues.

I 'm trying to configure a WAN boot server on Solaris10 x86 for sparc clients ..

when i try to set up the server m getting following error

Code:
 ./setup_install_server -w /var/apache2/htdocs/wanboot10/wpath /var/apache2/htdocs/wanboot10/ipath
ERROR: Cannot make WAN boot Image file on this platform
       You must create WAN boot Image file on one of these
       platforms: sun4u

What could be the reason for this ? and how could i resolve this.
# 2  
Old 06-24-2010
Have you created the WAN boot Miniroot?
# 3  
Old 06-24-2010
how can we create the WAN boot miniroot ? Smilie
# 4  
Old 06-24-2010
# 5  
Old 06-24-2010
The problem was that i was tryin it on x64 based system .. i tried it on Sparc machine and the miniroot image was created rt away but i hit another block .. if you guys can point me on it that would be gr8


Code:
{0} ok  setenv network-boot-arguments host-ip= 10.63.25.208 ,router-ip= 10.63.24.1 ,subnet-mask= 255.255.252.0 hostname=essapl020-u012 ,filename=http://10.63.25.180/cgi-bin/wanbnetwork-boot-arguments =  host-ip= 10.63.25.208 ,router-ip= 10.63.24.1 ,subnet-mask= 255.255.252.0 hostname=essapl020-u012 ,filename=http://10.63.25.180/cgi-bin/wanboot-cgi

{0} ok boot net - install                                                                                                                                                        Boot device: /pci@0/pci@0/pci@1/pci@0/pci@2/network@0  File and args: - install
Improperly formatted value for 'host-ip'
ERROR: boot-read fail

# 6  
Old 06-24-2010
There should be no space after the equals (=) signs. For example, change
Code:
host-ip= 10.63.25.208

to
Code:
host-ip=10.63.25.208

# 7  
Old 06-24-2010
i already tried that .. :-)


Code:
{0} ok setenv network-boot-arguments host-ip=10.63.25.208, router-ip=10.63.24.1, subnet-mask=255.255.252.0, hostname=xxxx-u012 file=http://10.63.25.180/cgi-bin/wanboot-cgi
network-boot-arguments =  host-ip=10.63.25.208, router-ip=10.63.24.1, subnet-mask=255.255.252.0, hostname=xxx-u012 file=http://10.63.25.180/cgi-bin/wanboot-cgi
{0} ok boot net - install
Boot device: /pci@0/pci@0/pci@1/pci@0/pci@2/network@0  File and args: - install
Unknown key ' router-ip'
Unknown key ' subnet-mask'
Unknown key ' hostname'
Manual Configuration: Host IP, boot server and filename must be specified
ERROR: boot-read fail


Last edited by fugitive; 06-24-2010 at 11:22 AM.. Reason: addition of o/p
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Boot Issues

I am installing Red Hat Linux 6.9 as a VM in Hyper-V on an HP laptop running Windows 10. After the install completes and the VM reboots, it gives me the message, "Detected CPU Family 6 model 142; Warning: Intel CPU model - this hardware has not undergone testing by Red Hat and might not be... (1 Reply)
Discussion started by: tigers580307
1 Replies

2. Solaris

Boot issues Solaris 10 + V440

Hello, I've a very weird problem with one of the machines. When I try to boot off a working DVD that I used to install another system with it spits out the following message: Sun Fire V440, No Keyboard Copyright 2007 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.22.33, 8192 MB... (14 Replies)
Discussion started by: stoci
14 Replies

3. Solaris

Creating WAN boot Server help

I have a Jumpstart server. It does not have Apache on there. I have not found a step by step guide on how to install a WAN boot server. I already have all my custom files from my Jumpstart Server and the flash as well. I just want to test it over the WAN and see if I can get it to work. I... (2 Replies)
Discussion started by: deaconf19
2 Replies

4. Web Development

Cannot access Apache web server from Wan side, only Lan side.

I have installed WAMPSERVER 2.0 on my windows vista x64 system but still am having issues with getting the webserver to be seen outside my local network. It is working fine within my local network. Been through several setup tutorials so far, no dice still. For testing purposes I have... (1 Reply)
Discussion started by: davidmanvell
1 Replies

5. Solaris

Windows,Solaris, Red Hat triple boot issues

I have a pentium IV with 512 MB ram and 80 GB HDD. I first installed windows XP on the first primary partition, then Solaris on the second with 20 GB for the solaris partition, and when rebooted , the grub menu functioned as expected giving me the options to dual boot, so next I wanted to install... (3 Replies)
Discussion started by: saagar
3 Replies

6. SCO

xp/sco 5.0.7 dual boot issues

Hello those more knowledgeable than I: I have been trying to get xp and SCO to coexist on the same system. I have tried several different ways to make both work, here's the list: -install xp, image it, move the partition to the end of drive, verify it boots, image again, -boot off of SCO... (6 Replies)
Discussion started by: stay0ut
6 Replies

7. Solaris

V1280 boot issues

I have a client with a V1280 onsite and it is having boot problems. Below is the message it is returning when trying to boot. Is this something that anybody has run into, or that you might be able to shed some light on? {0} ok boot /ssm@0,0/pci@18,700000/ide@3/cdrom@0,0:f SunOS Release 5.9... (3 Replies)
Discussion started by: xcwhitex
3 Replies

8. UNIX for Advanced & Expert Users

boot issues...

hardware on my first FreeBSD server has crashed. i was planning on swapping the HD into another machine, booting the generic kernel and then custom tailoring it to the new machine specs. however, i'm having a problem. the new machine is using a promise ultra100 card. i don't have any... (2 Replies)
Discussion started by: xyyz
2 Replies

9. UNIX for Advanced & Expert Users

Solaris boot issues

i'm having 2 problems. 1. the system will always look to boot from the net. i've changed the prom settings so that it boots from the disk, by entering "setenv boot-device disk0:3", but the system still seems to want to boot from the net. 2. i replaced my creator3d with an elitem6 and i did... (6 Replies)
Discussion started by: xyyz
6 Replies
Login or Register to Ask a Question