niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » Solaris » x86
jumpstart
Post new topic   Reply to topic Page 1 of 1 [4 Posts] View previous topic :: View next topic
Author Message
p@p.com
*nix forums beginner


Joined: 02 May 2006
Posts: 5

PostPosted: Sat May 13, 2006 10:11 pm    Post subject: jumpstart Reply with quote

Hi,

I am currently trying to configure my x86 machine as a jumpstart server,
when running the ./add_install_client command I have seen examples of the
output as

Adding Ethernet number for client.intra-connect.net to /etc/ethers
making /tftpboot
enabling tftp in /etc/inetd.conf
starting rarpd
starting bootparamd
updating /etc/bootparams
copying inetboot to /tftpboot
how mine looks like

jumpstart> ./add_install_client \
-e 8:0:20:a8:d4:22 \
-s jumpstart:/export/install/s9x_0904 \
-c jumpstart:/export/install/jumpstart \
-p jumpstart:/export/install/jumpstart \
client \
i86pc
Adding Ethernet number for client.intra-connect.net to /etc/ethers
making /tftpboot
updating /etc/bootparams


My concern is that in the tftp directory there are no files, what am I doing
wrong ? I guess its something to do with the line "copying inetboot to
/tftpboot"



Regards

Paul
Back to top
Bruce Porter
*nix forums Guru Wannabe


Joined: 21 Oct 2005
Posts: 150

PostPosted: Mon May 15, 2006 6:19 pm    Post subject: Re: jumpstart Reply with quote

On Sat, 13 May 2006 23:11:55 +0100, p@p.com wrote:

Quote:
Hi,

I am currently trying to configure my x86 machine as a jumpstart server,
when running the ./add_install_client command I have seen examples of the
output as

Adding Ethernet number for client.intra-connect.net to /etc/ethers
making /tftpboot
enabling tftp in /etc/inetd.conf
starting rarpd
starting bootparamd
updating /etc/bootparams
copying inetboot to /tftpboot
how mine looks like

jumpstart> ./add_install_client \
-e 8:0:20:a8:d4:22 \
-s jumpstart:/export/install/s9x_0904 \
-c jumpstart:/export/install/jumpstart \
-p jumpstart:/export/install/jumpstart \
client \
i86pc
Adding Ethernet number for client.intra-connect.net to /etc/ethers
making /tftpboot
updating /etc/bootparams


My concern is that in the tftp directory there are no files, what am I doing
wrong ? I guess its something to do with the line "copying inetboot to
/tftpboot"


Welcome to the world of JumpStart and the extra fun of PXE boot (as it
looks like you are trying to do an x86 build).

Its been a while since I played/debugged the add_install_client stuff for
PXE boot.

The hard way is to read up at http://docs.sun.com or , if you just want to
get up and working then I can recommend JET (JumpStart Enterprise Toolkit)
available at http://www.sun.com/downloads (under J Smile ) with a handy FAQ
site at http://jet.maui.co.uk


HTH

--
Bruce

"The internet is a huge and diverse community and
not every one is friendly"
http://www.ytc1.co.uk
Back to top
p@p.com
*nix forums beginner


Joined: 02 May 2006
Posts: 5

PostPosted: Tue May 16, 2006 10:33 pm    Post subject: Re: jumpstart Reply with quote

Thanks for your reply bruce.

I have things working alot better, the rules, profile and sysidcfg files are
all filled in nearly 100% correctly, the only thing is I'm still prompted
about manually ejecting cd/dvd and agreeing to the licenses agreement.

any clues anyone ?

Thanks

Paul
"Bruce Porter" <bdp@ytc1NOARGEYSPAM.co.uk> wrote in message
news:pan.2006.05.15.18.19.19.385081@ytc1NOARGEYSPAM.co.uk...
Quote:
On Sat, 13 May 2006 23:11:55 +0100, p@p.com wrote:

Hi,

I am currently trying to configure my x86 machine as a jumpstart server,
when running the ./add_install_client command I have seen examples of the
output as

Adding Ethernet number for client.intra-connect.net to /etc/ethers
making /tftpboot
enabling tftp in /etc/inetd.conf
starting rarpd
starting bootparamd
updating /etc/bootparams
copying inetboot to /tftpboot
how mine looks like

jumpstart> ./add_install_client \
-e 8:0:20:a8:d4:22 \
-s jumpstart:/export/install/s9x_0904 \
-c jumpstart:/export/install/jumpstart \
-p jumpstart:/export/install/jumpstart \
client \
i86pc
Adding Ethernet number for client.intra-connect.net to /etc/ethers
making /tftpboot
updating /etc/bootparams


My concern is that in the tftp directory there are no files, what am I
doing
wrong ? I guess its something to do with the line "copying inetboot to
/tftpboot"


Welcome to the world of JumpStart and the extra fun of PXE boot (as it
looks like you are trying to do an x86 build).

Its been a while since I played/debugged the add_install_client stuff for
PXE boot.

The hard way is to read up at http://docs.sun.com or , if you just want to
get up and working then I can recommend JET (JumpStart Enterprise Toolkit)
available at http://www.sun.com/downloads (under J Smile ) with a handy FAQ
site at http://jet.maui.co.uk


HTH

--
Bruce

"The internet is a huge and diverse community and
not every one is friendly"
http://www.ytc1.co.uk
Back to top
Bruce Porter
*nix forums Guru Wannabe


Joined: 21 Oct 2005
Posts: 150

PostPosted: Wed May 17, 2006 6:42 pm    Post subject: Re: jumpstart Reply with quote

On Tue, 16 May 2006 23:33:17 +0100, p@p.com wrote:

Quote:
Thanks for your reply bruce.

I have things working alot better, the rules, profile and sysidcfg files are
all filled in nearly 100% correctly, the only thing is I'm still prompted
about manually ejecting cd/dvd and agreeing to the licenses agreement.

any clues anyone ?


It sounds like something major wrong with your JumpStart set.

Did you run

setup_install_server from the 1st CD ?

Quote:
Thanks

Paul
"Bruce Porter" <bdp@ytc1NOARGEYSPAM.co.uk> wrote in message
news:pan.2006.05.15.18.19.19.385081@ytc1NOARGEYSPAM.co.uk...
On Sat, 13 May 2006 23:11:55 +0100, p@p.com wrote:

Hi,

I am currently trying to configure my x86 machine as a jumpstart server,
when running the ./add_install_client command I have seen examples of the
output as

Adding Ethernet number for client.intra-connect.net to /etc/ethers
making /tftpboot
enabling tftp in /etc/inetd.conf
starting rarpd
starting bootparamd
updating /etc/bootparams
copying inetboot to /tftpboot
how mine looks like

jumpstart> ./add_install_client \
-e 8:0:20:a8:d4:22 \
-s jumpstart:/export/install/s9x_0904 \
-c jumpstart:/export/install/jumpstart \
-p jumpstart:/export/install/jumpstart \
client \
i86pc
Adding Ethernet number for client.intra-connect.net to /etc/ethers
making /tftpboot
updating /etc/bootparams


My concern is that in the tftp directory there are no files, what am I
doing
wrong ? I guess its something to do with the line "copying inetboot to
/tftpboot"


Welcome to the world of JumpStart and the extra fun of PXE boot (as it
looks like you are trying to do an x86 build).

Its been a while since I played/debugged the add_install_client stuff for
PXE boot.

The hard way is to read up at http://docs.sun.com or , if you just want to
get up and working then I can recommend JET (JumpStart Enterprise Toolkit)
available at http://www.sun.com/downloads (under J Smile ) with a handy FAQ
site at http://jet.maui.co.uk


HTH

--
Bruce

"The internet is a huge and diverse community and
not every one is friendly"
http://www.ytc1.co.uk


--
Bruce

"The internet is a huge and diverse community and
not every one is friendly"
http://www.ytc1.co.uk
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [4 Posts] View previous topic :: View next topic
The time now is Wed Jan 07, 2009 8:24 pm | All times are GMT
navigation Forum index » *nix » Solaris » x86
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts jumpstart from existing server - not DVD (Sol 10) buckwheat_phd@yahoo.com Solaris 7 Thu Jul 13, 2006 2:52 pm
No new posts Using Jumpstart for Automated installs Captain.Wing@gmail.com Solaris 4 Thu Jul 13, 2006 12:55 am
No new posts run ldapclient in jumpstart? Colin B. Solaris 6 Mon Jul 10, 2006 10:32 pm
No new posts upgrade to 6/06 with jumpstart on x86? jdh13 Solaris 2 Mon Jul 03, 2006 6:57 pm
No new posts Solaris 8 Jumpstart Boot Server sky@themostnon.com Solaris 0 Thu Jun 29, 2006 8:23 pm

Loans | Loans | Bad Credit Mortgages | Mortgage Calculator | Loans
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.2606s ][ Queries: 16 (0.1437s) ][ GZIP on - Debug on ]