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 to share photos of your group with the world? 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 1 - 30 of 3048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Hi, To kick things off... though this is arguably off-topic, so probably not the ideal start. I would like to use flash archives as a recovery tool, and...
wgwarburton
Offline Send Email
Sep 21, 2005
10:30 am
2
... The JetFLASH module unpicks the SVM stuff so if you flash an SVMed rootdisk, it will stick work with JET. (You still need to remirror it though) Mike...
mprtrini
Online Now Send Email
Sep 21, 2005
10:41 am
3
... Be *very* carefull when using flash archives for recovery, it is an install tool and not a backup tool. ... The JetSDS module can be used to change the...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Sep 21, 2005
11:40 am
4
... understand ... Bruce, I would agree with the sentiment here to a point, but using Flash as a recovery mechanism for the same machine (or hardware) is ...
martyjlee
Offline Send Email
Sep 21, 2005
5:14 pm
5
Hello - has anyone JET'd a server and used the zones module with JETto create a zone at build time. I'd like to build a server and create a zone...
slbluc
Offline Send Email
Sep 21, 2005
7:25 pm
6
... In a word, 'yes'. As I designed the JetZONES module, it was intended to work with JET, just like a real h/w client. The philosophy was : a) enable a...
martyjlee
Offline Send Email
Sep 22, 2005
1:45 pm
7
Hi, Can anyone advise where I can find updated versions of the Veritas modules (vxvm, vxfs etc?)? They don't seem to be included in the downloadable Jet...
wgwarburton
Offline Send Email
Oct 10, 2005
3:08 pm
8
... They aren't available for free download. However, if they got given to you as part of a Sun engagement, then you just need to ask nicely on the jet@......
Mike Ramchand
mprtrini
Online Now Send Email
Oct 10, 2005
3:17 pm
9
Hi, I'd like to set up some JET slaves on the other side of firewalls. I can see that I can run rsync over ssh to push out updates but was wondering what I...
wgwarburton
Offline Send Email
Nov 7, 2005
2:10 pm
10
Hello We use NAS (NetApps filers) for our storage and was wondering if it was possible to set up a mount point for /opt/jet/Clients/common.files rather than...
solaris9000
Offline Send Email
Nov 7, 2005
2:37 pm
11
Hi William, There shouldn't really be any NFS traffic if your slave is a full blown slave. You need to open any ports required for rsync, (you could be ...
Mike Ramchand
mprtrini
Online Now Send Email
Nov 7, 2005
3:15 pm
12
... Not played with NAS, but providing it can still be nfs shared, I don't see an issue. Someone may know different..... ... 3.7.3 is available on...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Nov 7, 2005
7:18 pm
13
... The architecture for JET does allow for some areas to be split off from the main server, but /opt/jet/Clients isn't one of them I'm afraid. Solution 1: As...
Marty Lee
martyjlee
Offline Send Email
Nov 7, 2005
8:42 pm
14
I'll top-post my own reply as Bruce has pointed out a possible flaw in my thinking.... if you are mounting the NetApp filer on the J/S server as a normal ...
Marty Lee
martyjlee
Offline Send Email
Nov 7, 2005
9:36 pm
15
Hi, Is there an easy/elegant way to specify additional swap devices? The part of the sds module that modifies vfstab seems to assume that you're mounting a...
wgwarburton
Offline Send Email
Nov 11, 2005
10:59 am
16
Hello I've noticed that after a jumpstart build using JET and JASS I get the following output when I log into the new client: test1 console login: root ...
solaris9000
Offline Send Email
Nov 11, 2005
1:28 pm
17
... I will guess that you are using the custom module to copy a file called 'profile' to /.profile during the install. The custom module will use a search path...
Marty Lee
martyjlee
Offline Send Email
Nov 11, 2005
1:34 pm
18
Hi Thanks for the reply and info. ... afraid. Will splitting off ..common.files be available in a future release of JET? We run a very heavy NAS NFS...
solaris9000
Offline Send Email
Nov 11, 2005
1:40 pm
19
Hey thanks for the info. I had custom_files_2="profile:o:/.profile" in my template. Renamed profile to dotprofile in the template and the actual file in...
solaris9000
Offline Send Email
Nov 11, 2005
2:14 pm
20
... Modules in JET are just directories with particular entry points in the form of scripts. To clone the custom module, do something like: mkdir...
Marty Lee
martyjlee
Offline Send Email
Nov 11, 2005
2:19 pm
21
... I thought if you defined the second disk through JET base_config_profile_disk_c?t?d?s?_mtpt="...." base_config_profile_disk_c?t?d?s?_size="...." where mtpt...
Marty Lee
martyjlee
Offline Send Email
Nov 11, 2005
2:24 pm
22
Hi William, Looks like for some reason the "profile" in Clients/profile is being copied to /.profile. Are you sureyou aren't doing this from custom or...
Mike Ramchand
mprtrini
Online Now Send Email
Nov 11, 2005
2:54 pm
23
It almost works properly, if you are specifying additional disks in the profile: There's a minor bug in the JS_SDS_plumb_vfstab function which always assumes...
Mike Ramchand
mprtrini
Online Now Send Email
Nov 11, 2005
3:13 pm
24
... And I'll just add that given that Marty is co-developer of JET, you're gonna be in good hands! Mike -- Mike Ramchand Principal Engineer Sun Microsystems...
Mike Ramchand
mprtrini
Online Now Send Email
Nov 11, 2005
3:14 pm
25
... No, and I am sorry but can't see that being likely. ... or , as the search path in the custom module is changeable, point it at a NAS mounted directory...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Nov 11, 2005
3:21 pm
26
... Actually, I lied. The above function works properly. (Marty's nawk code is particularly obfuscated.) ... I think I've fixed this. Want to try the attached...
Mike Ramchand
mprtrini
Online Now Send Email
Nov 11, 2005
3:25 pm
27
Thanks for the info. I'll give that a try and see what happens - it will be a good learning experience. I bear the consultancy offer in mind ;-) Thanks. ... ...
solaris9000
Offline Send Email
Nov 11, 2005
3:53 pm
28
I am not sure why the "weird" profile is being copied. I just want to copy my own .profile (which resides in /opt/jet/Clients/common.files) to the target...
solaris9000
Offline Send Email
Nov 11, 2005
4:01 pm
29
Hello I'd like to update Sun Explorer to the latest 5.2 but I have found that JET will not: a) Install v5.2 on client b) Run an explorer during install This is...
solaris9000
Offline Send Email
Nov 11, 2005
4:23 pm
30
... Some changes were neccesary to run Explorer 5.x but they were done after the last external release of JET. I have attached the latest copy of JetEXPLO, the...
Bruce D Porter
Bruce.D.Porter@...
Send Email
Nov 11, 2005
5:21 pm
Messages 1 - 30 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