Hello All, I think I may have found a bug in the SDS module of jet. What I am trying to do is partition my had drive so that "/" starts at block 0 of the drive...
Sorry about the delay, have been traveling. I was finally able to test the attached 1.0.5 and with works. plugged in fine the my existing 4.6 JET package...
It's not actually a bug - pretty sure the comments in the sds module say it's for size of the slice rather than location. In other words, the sds module was...
Here's a quick and dirty script to do exactly what you're looking for... Making a JET module out of this should be pretty simple. Usage example looks something...
Really? That's kind of odd, since the base_config module allows you set the starting cynlinder & Number of cylinders and the profile file user the "filesys"...
... I think RFE is more appropriate than bug, and as your question was answered by one of the original JET authors, (and IIRC the original SDS module author...
Bruce D Porter
Bruce.D.Porter@...
Mar 3, 2009 7:38 pm
2560
I'm not trying to take shots here. I'm really very happy that JET - Jumpstart does 99% of what I want it to do. I was just wondering if A) Was my syntax...
Hi, I'm trying to configure my laptop to be a jumpstart server for those times when I might need it. I normally use a v100 running solaris 10 using SUNWjet 4.6...
Looks like your template is missing some $'s in the custom_* variables. If you send the whole template, someone will spot the problem . M -original message- ...
You can send the rfe to jet@.... When i wrote ths sds module, the possibiity of trying to specify slice positions did not occur to me - in fact i still...
Saying that.... if its really easy to fix, we'll consider it. (but in 8 years, no-one has ever asked. :-) (btw, if you are using fmthard, you DON'T need to...
... No That I can believe. Let it to the University of Pittsburgh to be different enough to have this kind of requirement... ... I wasn't totally sure about...
... Great. Thanks for the link... ... I understand. I'll be the first to admit that we at PITT have a strange way of doing things... The fix that I came up...
The fix: In /opt/SUNWjet/Products/sds/make_client change line 95 from size="`echo ${dbp} | cut -s -d: -f2`" to size="`echo ${dbp} | cut -s -d: -f2-`" (note the...
Oh. I've not tested this. But it should work. Just look at the profile after you've run make_client. (and again, you only need to specify your root disk if you...
Hmm.. the template looks ok to me, so the next stage is to check the JetCUSTOM package. Have a look at /opt/SUNWjet/Products/custom/ check_client and see if...
... Not sure if this is relevent or not, but OpenSol has /usr/gnu/bin in the path 1st, could that be causing an issue ? ... -- ______ /_____/\ Bruce D...
Bruce D Porter
Bruce.D.Porter@...
Mar 4, 2009 6:20 pm
2572
There's a blog article somewhere which descibes the steps required to make JET work on OpenSolaris (path changes and all) Can't remember where it is, but it...
Mike, Thanks for this. Turns out that this blog had some changes to the check_config scripts for products. It is a ksh difference between open solaris and...
@ all I've just a quick question whether it would be possible to install / configure a Zone with the same inputs as for the global / normal installation...
Markus, The jetzone script does this- install the zones module, create a template for your zone on the jet server and run jetzone on the client where you are...
Mike, I made the change to /opt/SUNWjet/Products/sds/make_client and the other config files changes thatyou gave me. I was able to build a machine and...
Group, It looks like it's been asked before, but I was curious if things might have changed since. Does anyone know if there are any built-in scripts inside...
Hi there, Having a problem getting the /etc/hosts and the ipmp working properly. Looks like the IPMP info which should be put into the hostname files is being...
Paul Porcelli
paul.porcelli@...
Mar 11, 2009 1:56 pm
2581
Try removing the base_config_networkifs* entries. They are probably stepping on the ipmp entries. Other than that they look generally correct. -mak...
... I did do some work on this a couple of years ago, but time stopped me. There is a JetDVD module I started, but broke :-( Sparc and x86 needed different...
Bruce D Porter - Tech...
Bruce.D.Porter@...
Mar 12, 2009 9:05 am
2583
Some of our custom scripts fail due to DNS failures. I have tracked down the problem to the default route being lost. I am not sure how this is happening as we...
Seems that you are building on subnet 10.104.14.0 with a defroute or 10.104.14.1 but later on, you are resetting that to subnet 10.104.188.0 with a ...