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...
... Sent to email address ... I think the answer is "depends" :-) ... -- ______ /_____/\ Bruce D Porter /____ \\ \ Sun Professional Services...
Bruce D Porter
Bruce.D.Porter@...
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 ...
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...
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...
... 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...
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...
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...
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...
... 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@...
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@...
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...
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...
... 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@...
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...
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...
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...
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...
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...
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...
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, 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,...
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...
$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]...
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...