Prev: SB 2500 vs SB1000
Next: How to establish serial connection via pslave.conf in cyclade ***Beginner Question***
From: syd_p on 24 Mar 2010 12:00 Hi, I have installed a Solaris 10 jumpstart server on a Sun Blade. ../setup_install_server /jumstart (yes a missing p) ../add_install_client -i 192.168.15.40 -e xx:xx:xx:xx:xx:xx -s 192.168.15.42:/jumstart -p 192.168.15.42:/jumstart arthur sun4u and try to boot the client: boot net -v Internet address is: 192.168.15.40 hostname arthur Found 192.168.15.42 @ xx:xx:xx:xx:xx root server : edward (192.168.15.42) root directory:/jumstart/Solaris_10/Tools/Boot cannot open neither boot_archive nor miniroot Not quite sure how to investigate this error? all looks OK? -bash-3.00$ grep arthur bootparams arthur root=edward:/jumstart/Solaris_10/Tools/Boot install=192.168.15.42:/jumst art/ boottype=:in sysid_config=192.168.15.42:/jumstart/ rootopts=:rsize=8192 Please help if you can! Syd
From: Richard B. Gilbert on 24 Mar 2010 14:26 syd_p wrote: > Hi, > I have installed a Solaris 10 jumpstart server on a Sun Blade. > ./setup_install_server /jumstart (yes a missing p) > > ./add_install_client -i 192.168.15.40 -e xx:xx:xx:xx:xx:xx -s > 192.168.15.42:/jumstart -p 192.168.15.42:/jumstart arthur sun4u > > and try to boot the client: > > boot net -v > Internet address is: 192.168.15.40 > hostname arthur > Found 192.168.15.42 @ xx:xx:xx:xx:xx > root server : edward (192.168.15.42) > root directory:/jumstart/Solaris_10/Tools/Boot > cannot open neither boot_archive nor miniroot > > Not quite sure how to investigate this error? A typically useless Unix error message. A friendlier O/S would say WHY! Probable reasons: a. file does not exist b. file not on your path c. you lack the rights to open the file: check ownership and protection. Good luck and welcome to the wonderful world of Unix.
From: hume.spamfilter on 24 Mar 2010 15:37 syd_p <sydneypuente(a)yahoo.com> wrote: > ./add_install_client -i 192.168.15.40 -e xx:xx:xx:xx:xx:xx -s > 192.168.15.42:/jumstart -p 192.168.15.42:/jumstart arthur sun4u Do you have TFTP enabled on your jumpstart server? Do you have the miniroot available via TFTP? It might be worthwhile to snoop the tftp port and see what's being asked for. -- Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
From: syd_p on 24 Mar 2010 19:05 On 24 Mar, 19:37, hume.spamfil...(a)bofh.ca wrote: > syd_p <sydneypue...(a)yahoo.com> wrote: > > ./add_install_client -i 192.168.15.40 -e xx:xx:xx:xx:xx:xx -s > > 192.168.15.42:/jumstart -p 192.168.15.42:/jumstart arthur sun4u > > Do you have TFTP enabled on your jumpstart server? Do you have the miniroot > available via TFTP? > > It might be worthwhile to snoop the tftp port and see what's being asked > for. > > -- > Brandon Hume - hume -> BOFH.Ca,http://WWW.BOFH.Ca/ Thanks for suggestions! -bash-3.00$ pwd /jumstart/Solaris_10/Tools/Boot -bash-3.00$ ls -l total 167544 -rw-r--r-- 1 root root 72361226 Sep 16 2009 X.cpio.bz2 -rw-r--r-- 1 root root 287306 Sep 16 2009 X_small.cpio.bz2 -rw-r--r-- 1 root root 12163639 Sep 16 2009 lu.cpio.bz2 -rw-r--r-- 1 root root 1558 Sep 16 2009 lu.platforms -rw-r--r-- 1 root root 14 Mar 24 14:27 netmask -rw-r--r-- 1 root root 866846 Sep 16 2009 pkg_db.cpio.bz2 drwxr-xr-x 5 root root 512 Sep 17 2009 platform -rw-r--r-- 1 root root 7672 Sep 16 2009 usr_sbin_install_d.cpio.bz2 did a snoop on all the traffic to/from boot start server and it looks to me as though nfs is being attempted: 0060 00 01 00 00 00 01 00 00 00 01 00 00 00 00 00 00 ........ ........ 0070 00 00 00 00 00 1f 2f 6a 75 6d 73 74 61 72 74 2f ....../j umstart/ 0080 53 6f 6c 61 72 69 73 5f 31 30 2f 54 6f 6f 6c 73 Solaris_ 10/ Tools 0090 2f 42 6f 6f 74 00 / Boot. However I think tftp is enabled bash-3.00# ./add_install_client -i 192.168.15.43 -e xx:xx:xx:xx:xx -s 192.168.15.42:/jumstart -p 192.168.15.42:/jumstart henry sun4u making /tftpboot updating /etc/bootparams copying boot file to /tftpboot/inetboot.SUN4U.Solaris_10-1 bash-3.00# ls -l /tftpboot/inetboot.SUN4U.Solaris_10-1 -rwxr-xr-x 1 root root 221544 Mar 24 22:37 /tftpboot/ inetboot.SUN4U.Solaris_10-1 More suggestions welcome!
From: Casper H.S. Dik on 25 Mar 2010 10:27 "Richard B. Gilbert" <rgilbert88(a)comcast.net> writes: >syd_p wrote: >> Hi, >> I have installed a Solaris 10 jumpstart server on a Sun Blade. >> ./setup_install_server /jumstart (yes a missing p) >> >> ./add_install_client -i 192.168.15.40 -e xx:xx:xx:xx:xx:xx -s >> 192.168.15.42:/jumstart -p 192.168.15.42:/jumstart arthur sun4u >> >> and try to boot the client: >> >> boot net -v >> Internet address is: 192.168.15.40 >> hostname arthur >> Found 192.168.15.42 @ xx:xx:xx:xx:xx >> root server : edward (192.168.15.42) >> root directory:/jumstart/Solaris_10/Tools/Boot >> cannot open neither boot_archive nor miniroot >> >> Not quite sure how to investigate this error? >A typically useless Unix error message. A friendlier O/S would say WHY! >Probable reasons: Except that you haven't booted any OS yet so we have a few bytes availabe in the netboot image. >a. file does not exist >b. file not on your path >c. you lack the rights to open the file: check ownership and protection. >Good luck and welcome to the wonderful world of Unix. Don't try to answer questions which are clearly out of your depth. Casper -- Expressed in this posting are my opinions. They are in no way related to opinions held by my employer, Sun Microsystems. Statements on Sun products included here are not gospel and may be fiction rather than truth.
|
Next
|
Last
Pages: 1 2 3 4 Prev: SB 2500 vs SB1000 Next: How to establish serial connection via pslave.conf in cyclade ***Beginner Question*** |