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 1241 - 1273 of 3048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1241
Hi all I am very new to using JET and hope someone can help me out. My firm had JET setup that was installed by someone who has since left, and it was...
Quaid Ali
quaid_ali
Offline Send Email
Jun 4, 2007
1:07 pm
1242
... Hmm, never believe "nothibng" has changed :-) ... Can you post the output please, and the contents of base_config_ClientOS= Also, which bersion of SUNWjet...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Jun 4, 2007
2:05 pm
1243
Hi thanks for the response. ... list_solaris_locations? It is Version Location ... 10 /export/home/jumpstart/OS 10_SPARC...
quaid_ali
Offline Send Email
Jun 4, 2007
2:40 pm
1244
(1) I'm assuming this is a standard install; so I'm going to quote standard paths. Check the file /opt/SUNWjet/Templates/<client name> and look for the value...
Marty Lee
martyjlee
Offline Send Email
Jun 4, 2007
2:46 pm
1245
You have to to have the .cdtoc file in the media dir. Try ls -al and see if it is there. If it is not there then you want to rerun the setup_install_server to...
Asif Iqbal
vadud3
Offline Send Email
Jun 4, 2007
3:16 pm
1246
I had checked this orignally - the base_config_ClientOS="10" and from list_solaris_locations we get Version Location ... 10...
quaid_ali
Offline Send Email
Jun 5, 2007
9:04 am
1247
... You can ftp an iso image to the server and use a loopback mount (see lofiadm(1m)) to make the "disk" available, then run setup_install_server from...
william
william@...
Send Email
Jun 5, 2007
9:20 am
1248
... Can you just clarify something ? The above 2 directories, do they live on the JET server, or are they NFS mounted ? Can you also show the result of the ls...
Bruce D Porter - Tech...
Bruce.D.Porter@...
Send Email
Jun 5, 2007
9:51 am
1249
my 2p worth I was thinking that this sounds like a NFS server issue. Q1) Is NFS server running Q2) What's in /etc/dfs/dfstab Q3) Can we see the output from...
Stuart Saxon
bty271442
Offline Send Email
Jun 5, 2007
10:08 am
1250
Hi guys I'll try and answer both Stuart's and Bruce's questions 1)Yeah NFS is running and this problem has occured both before and after an NFS restart. ...
quaid_ali
Offline Send Email
Jun 5, 2007
10:36 am
1251
... should be: share -F nfs -o ro,anon=0 /export/home/jumpstart ... YEP. There's your problem. (I'd even just share the top level of where all my media is as...
Mike Ramchand
mprtrini
Online Now Send Email
Jun 5, 2007
10:45 am
1252
The issue is you are exporting the 'boot' subdirectory of the OS media, but not the whole of the OS media itself. Update your dfstab so you share share -F nfs...
Marty Lee
martyjlee
Offline Send Email
Jun 5, 2007
10:49 am
1253
Me putting my pendantic hat on for a moment ..... Isn't it best practice to have JET default/stipulate that the media (and other such stuff e.g. custom ...
Stuart Saxon
bty271442
Offline Send Email
Jun 5, 2007
11:10 am
1254
The defaults in JET do this already, so it's not really worth spending more time on this subject! JET was designed to be as flexible as possible, so you don't ...
Marty Lee
martyjlee
Offline Send Email
Jun 5, 2007
11:32 am
1255
Thank you all for your input - sharing out /export/home/jumpstart has resolved the make_client issue - now I just have the acid test to see if our hosts will...
quaid_ali
Offline Send Email
Jun 5, 2007
11:40 am
1256
... Person who left "tweaked" something :-) ... -- ______ /_____/\ Bruce D Porter /____ \\ \ Sun Professional Services (Delivery) /_____\ \\ /...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Jun 5, 2007
11:49 am
1257
Hi all, scenario: Jumpstart server : Solaris 9 and JET 4.3.2 Jumpstart client : T1000 with Solaris 10 We created a flash archive and everything seems to be ok...
alfredo.deluca
Offline Send Email
Jun 6, 2007
11:14 am
1258
As JET builds the profile dynamically, this technically isn't a JET issue - you have created a profile yourself and are running the JumpStart 'check' script...
Marty Lee
martyjlee
Offline Send Email
Jun 6, 2007
11:21 am
1259
... This is NOT the name of the profile file that JET would use. Somehow, you are NOT using JET, and have written your own profile file. This is not a JET...
Mike Ramchand
mprtrini
Online Now Send Email
Jun 6, 2007
11:28 am
1260
... Hi Mike, I changed the name of the profile from prof_flash to profile but I've been getting the same error. I think Marty is right when it says to check...
alfredo.deluca
Offline Send Email
Jun 6, 2007
12:35 pm
1261
... Hi Marty 'n all, I checked and the check script version and it says #!/bin/sh # # @(#)check.sh 1.46 97/04/03 SMI # # Copyright 2005 Sun Microsystems,...
alfredo.deluca
Offline Send Email
Jun 6, 2007
1:16 pm
1262
... yup, you are wrong; JET doesn't use the 'check' script, so it never gets updated when a new version of JET is released; it was only ever included for...
Marty Lee
martyjlee
Offline Send Email
Jun 6, 2007
1:34 pm
1263
... instead ... running ... isn't ... help, but ... Hi Marty, I did use JetFLASH module but at the end I got that error from the check anyay. Cheers Alfredo...
alfredo.deluca
Offline Send Email
Jun 6, 2007
2:18 pm
1264
... 1. reinstall SUNWjet (it will replace the rules and rules.ok files back to the ones that came with JET) 2. run the 'make_client' command on your template...
Marty Lee
martyjlee
Offline Send Email
Jun 6, 2007
3:32 pm
1265
... Which bit of "*don't* use the check script are you missing ? 1)make_templete 2)edit templet 3)make_client 4)boot client where does it say in the JET...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Jun 6, 2007
10:08 pm
1267
... Just me around as usual .... :-) When trouble shooting handsfree issues, the *big* clue is the 1st question that you are asked, that is what is wrong. So,...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Jun 9, 2007
8:07 pm
1269
On a related note, I am preparing to Jumpstart a T1000. Can I use a x86 Solaris machine as the JET server? Or does it have to be another SPARC machine? My plan...
Manish Agrawal
manish_k_agr...
Offline Send Email
Jun 11, 2007
9:11 pm
1270
Manish, please have a look at the FAQ: http://jet.maui.co.uk/faq/index.php?action=artikel&cat=3&id=1&artlang=en m ... -- Marty Lee e:...
Marty Lee
martyjlee
Offline Send Email
Jun 12, 2007
8:49 am
1271
... action=artikel&cat=3&id=1&artlang=en or search the archive of this group at Yahoo! That's what it's there for. Cheers, W....
William Warburton
wgwarburton
Offline Send Email
Jun 12, 2007
2:49 pm
1273
hello, we use TSM as backup tool. TSM can't backup the cylinder 0, so i have to put / (root) on s0 from cylinder 1 -> xxxx. how can i manager this with JET? ...
erich.nyffenegger
erich.nyffen...
Offline Send Email
Jun 14, 2007
1:49 pm
Messages 1241 - 1273 of 3048   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