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...
Show off your group to the world. Share a photo of your group with us.

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 1292 - 1350 of 3061   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1292
Although no one has yet to complain, apologies for the attachment I should have put a url in there. I posted it while ill ( its my only excuse )....
James Beal
zz9pzza
Offline Send Email
Jul 1, 2007
8:19 am
1293
... Not necessary. I think, in short, you need to set base_config_client_allocation to "grub" for your Jumpstart to work properly. ... -- Mike Ramchand ...
Mike Ramchand
mprtrini
Online Now Send Email
Jul 1, 2007
3:10 pm
1294
... Thank you that has indeed fixed the problem, did I miss a crucial bit of the documentation ?...
James Beal
zz9pzza
Offline Send Email
Jul 1, 2007
6:29 pm
1295
Thank you that has indeed fixed the problem, did I miss a crucial bit of the documentation ? Sorry to answer my own question but I have seen this said on ...
James Beal
zz9pzza
Offline Send Email
Jul 1, 2007
7:03 pm
1296
William, can't see a response to this, so guess everyone is ignoring it or has answered off alias. I seem to remember some internal folks at Sun having similar...
Marty Lee
martyjlee
Offline Send Email
Jul 2, 2007
10:45 am
1314
Hi everybody, I have a JET server up and running. Now I want to setup a wan boot server. I don't know much about wan boot. Can I use my JET server as a wan...
Bernhard Duebi
bernhard_duebi
Offline Send Email
Jul 20, 2007
2:47 pm
1315
Firstly....GO AWAY SPAM BASTARDS And now a real sys admin topic. I setup a sol 10 server and was going to use zfs as my filesystem for the jumpstart info. It...
Jeff
jeffreysarbak
Offline Send Email
Jul 20, 2007
5:32 pm
1316
Here it is... # ./copy_solaris_media /cdrom/cdrom0/s0 Copying Solaris image.... ERROR: jumpstart is not a local filesystem, cannot export...
Jeff
jeffreysarbak
Offline Send Email
Jul 20, 2007
6:01 pm
1317
... I worked around it by creating a ufs file system and calling it good......
Jeff
jeffreysarbak
Offline Send Email
Jul 20, 2007
7:20 pm
1318
... Yep. I've got the same problem. I've worked around it by: copy the CD somewhere else using: find . -depth -print | cpio -pmvd /newdir And then editing the...
Mike Ramchand
mprtrini
Online Now Send Email
Jul 21, 2007
9:22 am
1323
The scenario…. I have one provisioning server and four applications servers I flash all of the application servers using the –c –R switches and end up...
jefferies_clan
Offline Send Email
Aug 2, 2007
3:18 pm
1324
Hi, has anyone built a server with VLAN tagging enabled by putting it in the template - or is there a module available? Any syntax - tips greatfully received. ...
grepmonkey
Offline Send Email
Aug 3, 2007
9:45 pm
1325
Tagged VLANs under Solaris are just based interface + (1000*Vlan tag), so to get a tagged VLAN interface for VLAN id 9 on physical interface ce0 you plumb up...
Marty Lee
martyjlee
Offline Send Email
Aug 4, 2007
10:06 am
1326
Hi Thanks, I rechecked my syntax, but I cant make it work. I can get it to work for a single vlan, but not multiples. I have the box on 2 seperate vlans, 100...
grepmonkey
Offline Send Email
Aug 5, 2007
7:11 pm
1327
As easy as.... base_config_ipmp_networkifs="ce100000_ce1000001 ce500000_ce5000001" hths... m...
Marty Lee
martyjlee
Offline Send Email
Aug 6, 2007
8:34 am
1329
doh! yep that does it. Many Thanks GM ... work ... the ... would ... additional...
grepmonkey
Offline Send Email
Aug 8, 2007
4:31 pm
1333
Have a jet server on 10.10.10 subnet. Trying to jumpstart a server that had been on 10.10.20 subnet. I changed its hosts, defaultrouter, and netmask files to...
fletch1027
Offline Send Email
Aug 15, 2007
9:19 pm
1334
If there is a router between the subnets, then that is the problem. ARP/RARP broadcasts do not propogate between subnets, so your JumpStart server isn't seeing...
Marty Lee
martyjlee
Offline Send Email
Aug 16, 2007
7:53 am
1335
I specifically moved the subnet over to the one the jet server lives on before attempting to jump it. Is it possible that there is something lingering that...
Schaefer, Harry
fletch1027
Offline Send Email
Aug 16, 2007
3:13 pm
1336
have you tried the things listed on the FAQ list ? m...
Marty Lee
martyjlee
Offline Send Email
Aug 16, 2007
3:20 pm
1337
Can the jet server hear the arps? Snoop on the jetserver or put arpd in debug mode and check. Im assuming it cant otherwise it would have responded, but if it...
grepmonkey
Offline Send Email
Aug 16, 2007
6:34 pm
1338
Yes, and I got it to work that way. Thanks much for pointing me there. I added a tip I found to the comments section... Thanks, Harry ... From:...
Schaefer, Harry
fletch1027
Offline Send Email
Aug 17, 2007
12:14 pm
1341
I am trying to configure SVM using JET..... The config: c1t0d0 c1t1d0 s0 = root d10 d11/d12 s1 = swap d20 d21/22 s3 = var d30 d31/d32 s4 = apps d40 d41/d42 ...
dog_labs
Offline Send Email
Aug 24, 2007
2:05 pm
1342
1) no; you don't need to specify the s7 size in base_config; the sds section will do that for you 2) sds_metadevices_to_init and sds_metadevices_to_attach are...
Marty Lee
martyjlee
Offline Send Email
Aug 24, 2007
2:13 pm
1343
This is what I have now and didn't work... lol sds_product_version="default" sds_install_gui="yes" sds_install_mdlogd="" sds_nummetasets="" ...
dog_labs
Offline Send Email
Aug 24, 2007
3:00 pm
1344
The jet.maui.co.uk website has a walk through for doing mirrored systems disks, so I won't repeat the details here... ...
Marty Lee
martyjlee
Offline Send Email
Aug 24, 2007
3:07 pm
1345
Is there any sort of logging I can check or enable, as it seems not to work....... Thanks ... systems ... sds_metadevices_to_init ... you ... are ... ...
dog_labs
Offline Send Email
Aug 24, 2007
6:26 pm
1346
http://jet.maui.co.uk/faq/index.php? action=artikel&cat=4&id=12&artlang=en hths m...
Marty Lee
martyjlee
Offline Send Email
Aug 25, 2007
5:37 am
1349
I have a few questions regarding JetJASS or SUNWjass. OS - Solaris 10 1) If you configure JetJASS to run do you need to configure anything in...
dog_labs
Offline Send Email
Aug 28, 2007
2:09 pm
1350
This is not a JET question, but an install question for the SunFire T2000. Since this list has experts on setting up Sun hardware, I was hoping someone would...
Manish Agrawal
manish_k_agr...
Offline Send Email
Aug 28, 2007
9:35 pm
Messages 1292 - 1350 of 3061   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