Search the web
Sign In
New User? Sign Up
JETJumpStart · JET JumpStart Framework
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2119 - 2148 of 3060   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2119
Errh, I only read this group from a browser and don't get threads emailed to me. In the browser it does not show up as downloadable or even if I forward the...
kitoclick
Offline Send Email
Jul 1, 2008
10:19 am
2120
... Sent to email address ... I think the answer is "depends" :-) ... -- ______ /_____/\ Bruce D Porter /____ \\ \ Sun Professional Services...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Jul 1, 2008
10:34 am
2121
Markus, please use the Yahoo Groups alias for asking questions - I can't guarantee that I'll be able to answer questions in a timely fashion, and as I no ...
Marty Lee
martyjlee
Offline Send Email
Jul 2, 2008
6:37 pm
2122
I created a script to configure the hw raid mirrors at before the jumpstart install. However I getting the following error: CUSTOM: Missing/non-executable...
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 2, 2008
11:16 pm
2123
When are you getting this error ? looks like a JET message about not being able to find the script rather than the script using a missing command. Where is the...
Marty Lee
martyjlee
Offline Send Email
Jul 3, 2008
5:51 am
2124
... It's not the script that's failing, so much as JET not being able to run it for some reason.... Hmmm... This looks like one of those "why didn't _I_ see...
William Warburton
wgwarburton
Offline Send Email
Jul 3, 2008
7:49 am
2125
This is the custom section of my profile, note that the other files are found in `../common.files', so I am surprised at the failure. custom_packages="LGTOclnt...
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 3, 2008
1:33 pm
2126
... Dumb Q, but I have to ask is custom_scripts_b="setup_raidctl_volumes" spelt correctly ? :-) ... -- ______ /_____/\ Bruce D Porter /____ \\ \...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Jul 3, 2008
2:04 pm
2127
Yes. I checked this twice by copying and pasting the name into the console and the cating the file....
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 3, 2008
2:23 pm
2128
When do you get the error message ? On the server or the client? -original message- Subject: Re: [JETJumpStart] Re: raidctl at custom_scripts_b? From: Jaime...
Marty Lee
martyjlee
Offline Send Email
Jul 3, 2008
4:38 pm
2129
Server has two interfaces, bge0 and bge1. bge0 is the "external" interface (as well as being the primary) and is managed by an external DHCP server. bge1 is...
Stephen R. Wall Bucha...
stephenwb
Offline Send Email
Jul 3, 2008
5:09 pm
2130
... Server would give WARNING: CUSTOM: Missing source file 'bdp' (custom_scripts) jumpstart_begin contains ... if [ -x "${filefound}" ]; then # # Run the...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Jul 3, 2008
5:15 pm
2131
... remove_client <client> will clear (hopefully) the DHCP entries However, as you are using DHCP, enabling the bootparams service is not doing much for you. ...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Jul 3, 2008
5:22 pm
2132
Bruce, thanks for the reply. Of course, about 15 min after I sent this, I realized I had to most basic problem imaginable: the host I was trying to jump had...
Stephen R. Wall Bucha...
stephenwb
Offline Send Email
Jul 3, 2008
5:36 pm
2133
On the client being jumpstarted....
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 3, 2008
5:54 pm
2134
Hi, Sorry to labour this but... ... problems- I ... Go on.. humour us, what are the permissions on "setup_raidctl_volumes"? :-) Cheers, W....
William Warburton
wgwarburton
Offline Send Email
Jul 4, 2008
9:01 am
2135
Making the script executable worked! But now I get a different set of errors: Configuring disk (c0t0d0) - Creating Solaris disk label (VTOC) ERROR: Could not...
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 7, 2008
3:51 pm
2136
... Just like the error message said :-) ... boot the system to single user (it may have stopped on these errors any way) and have a look at the output from...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Jul 8, 2008
9:10 am
2137
After some trial-and-error. I came up with the script below that does the job. Thanks all for the help. -- Jaime # cat setup_raidctl_volumes #!/bin/ksh -x cat...
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 8, 2008
4:22 pm
2138
Hi, I want to use a custom disk file (derived from prtvtoc on two disks and testd with pfinstall). How do I use it with a jumpstart Template? Do I just put it...
robert_gease
Offline Send Email
Jul 8, 2008
5:43 pm
2139
Quick one. What variable holds the server hostname? I found base_config_nodename, is this the right one? Thanks, Jaime...
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 9, 2008
2:20 pm
2140
Quick question but there are more caveats on the answer.... base_config_nodename defines the contents of /etc/nodename; this is the 'hostname' as returned by...
Marty Lee
martyjlee
Offline Send Email
Jul 9, 2008
3:34 pm
2141
My understanding was that the name of the template you use was the target hostname, and that base_config_nodename was put into /etc/nodename in case you needed...
Stephen R. Wall Bucha...
stephenwb
Offline Send Email
Jul 9, 2008
3:36 pm
2142
Hmm. I am looking to automate IPMP. So my questions is to auto populate the base_config_ipmp_networkif_e1000g0_e1000g1 parameter. I can do populate the...
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 9, 2008
3:59 pm
2143
Look at /opt/SUNWjet/etc/hosts.ipmp, /opt/SUNWjet/etc/nodenames and /opt/SUWNjet/etc/hosts Populate those first, then when you do your 'make_template', the...
Marty Lee
martyjlee
Offline Send Email
Jul 9, 2008
4:11 pm
2144
I guess thats ok when you don't have a segmented network with multiple VLANS, and a limited address space for jumpstarts. In our case, we are doing as final...
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 9, 2008
6:10 pm
2145
Jaime, Using the technique Marty described, I've used jet to build with 4 different IPMP'd VLANs per box. All with the correct defaultrouter and nodename,...
Chris Warburton
warbsdotorg
Offline Send Email
Jul 9, 2008
9:59 pm
2146
I use /opt/SUNWjetc/etc. I am just not sure that is the solution for my current situation. Having access to the template name as a parameter would suffice and...
Jaime Vargas
jvmbsd7
Offline Send Email
Jul 10, 2008
2:17 am
2147
$CLIENT or possibly $CLIENTNAME - have a look at /opt/SUNWjet/bin/make_client to see what variables are set. M -original message- Subject: Re: [JETJumpStart]...
Marty Lee
martyjlee
Offline Send Email
Jul 10, 2008
7:19 am
2148
Hi, Just to let you know that on recent solaris 10 hostid is not anymore in: /usr/bin but in /bin. I think the better path shoud be /usr/ucb/hostid Just to let...
jeremy.mauro@...
mymycracra2000
Offline Send Email
Jul 10, 2008
4:55 pm
Messages 2119 - 2148 of 3060   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help