Registered member login:
Register Now
Altirigos » Deployment Solution » Network - PXE, DHCP, NICs, Multicasting » PXE Deployment Tweak

» Current Poll
Do you leave the Aclient enabled?
YES - 83.05%
196 Votes
NO - 16.95%
40 Votes
Total Votes: 236
You may not vote on this poll.
» Stats
Members: 9,948
Threads: 12,158
Posts: 56,984
Top Poster: Nick (4,991)
Welcome our newest member, rmerrill
» Online Users: 35
0 members and 35 guests
No Members online
Most users online at once 294, 06-30-2007 at 12:24 PM.
» July 2010
S M T W T F S
27282930 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Reply
Old 02-12-2009, 04:49 PM   #1 (permalink)
 
Status: Junior Altiris Admin
Join Date: 02-10-2009
Location: Australia
Posts: 8


PXE Deployment Tweak

We are having an issue where during the initial deployment, the ip address of the client machine is coming up as '(through DHCP)' and consequently, we cannot have our jobs dependant on ip addresse criteria.

Wondering if there is a tweak or an adjustment we forgot to make as its started happening since we upgraded to deployment server 6.9
hornjik is offline   Reply With Quote
Old 02-12-2009, 09:08 PM   #2 (permalink)
 
deemacgee's Avatar
 
Status: Super Altiris Admin
Join Date: 12-01-2005
Location: Sydney, Australia
Posts: 134


Quote:
Originally Posted by hornjik View Post
We are having an issue where during the initial deployment, the ip address of the client machine is coming up as '(through DHCP)' and consequently, we cannot have our jobs dependant on ip addresse criteria.

Wondering if there is a tweak or an adjustment we forgot to make as its started happening since we upgraded to deployment server 6.9
Not sure I understand.

From where are you referencing the data - the Console? Directly from the eXpress database via a token? On the machine itself? And are you booting to DOS or WinPE?
__________________
I don't want more choice, I just want nicer things!

Edina Monsoon (Jennifer Saunders)
Absolutely Fabulous, "Jealous"
deemacgee is offline   Reply With Quote
Old 02-12-2009, 09:23 PM   #3 (permalink)
 
Status: Junior Altiris Admin
Join Date: 02-10-2009
Location: Australia
Posts: 8


thankyou for your response

we are seeing it via the console on the deployment server.

What we try to do to minimise build jobs is to have one job, with multiple condition sets that say if you have ip address x, build from this condition list, then that condition list, lists a local server to grab the image files from.

both DOS and winpe for bootdisks, i can send a screen print if this doesnt make sense.
hornjik is offline   Reply With Quote
Old 02-12-2009, 09:40 PM   #4 (permalink)
 
deemacgee's Avatar
 
Status: Super Altiris Admin
Join Date: 12-01-2005
Location: Sydney, Australia
Posts: 134


Quote:
Originally Posted by hornjik View Post
What we try to do to minimise build jobs is to have one job, with multiple condition sets that say if you have ip address x, build from this condition list, then that condition list, lists a local server to grab the image files from.
That's pretty cool!

Quote:
both DOS and winpe for bootdisks, i can send a screen print if this doesnt make sense.
Oh, yes please.
__________________
I don't want more choice, I just want nicer things!

Edina Monsoon (Jennifer Saunders)
Absolutely Fabulous, "Jealous"
deemacgee is offline   Reply With Quote
Old 02-12-2009, 11:35 PM   #5 (permalink)
 
Status: Junior Altiris Admin
Join Date: 02-10-2009
Location: Australia
Posts: 8


so it was working eions ago, i think when we were on DS 6.5 but since multiple upgrades, we have lost the functionality. Just wondering if it was an option during the bootdisk creation of a DS option? Would be great if we can get it back.
dos/winpe being we use both, not both together at the same time

the list pic shows what i mean about the conditions, you can add condition lists in there rather than just having the default, assign an ip address marker then add tasks specific to the local server, the dhcp pic is what it looks like now when the machine is booting from winpe, dos bootdisk doesnt have the zero's but all else looks the same.
hornjik is offline   Reply With Quote
Old 02-12-2009, 11:36 PM   #6 (permalink)
 
Status: Junior Altiris Admin
Join Date: 02-10-2009
Location: Australia
Posts: 8


pics
Attached Images
File Type: jpg dhcp.JPG (35.3 KB, 49 views)
File Type: jpg list.JPG (38.3 KB, 39 views)
hornjik is offline   Reply With Quote
Old 02-13-2009, 01:17 AM   #7 (permalink)
 
deemacgee's Avatar
 
Status: Super Altiris Admin
Join Date: 12-01-2005
Location: Sydney, Australia
Posts: 134


I see what you mean... hmmm... this happens on mine as well.

How do you make use of the IP? Is it a direct comparison, like

Code:
IF <ip address> = <whatever> THEN <do this>
or... is it something else?
__________________
I don't want more choice, I just want nicer things!

Edina Monsoon (Jennifer Saunders)
Absolutely Fabulous, "Jealous"
deemacgee is offline   Reply With Quote
Old 02-15-2009, 09:18 PM   #8 (permalink)
 
Status: Junior Altiris Admin
Join Date: 02-10-2009
Location: Australia
Posts: 8


its in the options of the condition set, ip address, starts with....
hornjik is offline   Reply With Quote
Old 02-16-2009, 07:52 PM   #9 (permalink)
 
deemacgee's Avatar
 
Status: Super Altiris Admin
Join Date: 12-01-2005
Location: Sydney, Australia
Posts: 134


Quote:
Originally Posted by hornjik View Post
its in the options of the condition set, ip address, starts with....
That's a good one, and frankly... at a loss.

Short of doing something obscenely complex (like manually editiing the eXpress database with osql or something similar), I can't think of anything. Perhaps the good denizens of Altirigos can help?
__________________
I don't want more choice, I just want nicer things!

Edina Monsoon (Jennifer Saunders)
Absolutely Fabulous, "Jealous"
deemacgee is offline   Reply With Quote
Old 02-17-2009, 12:59 PM   #10 (permalink)
 
Status: Altiris Admin
Join Date: 12-06-2007
Location: Houston, TX
Posts: 96


I'm not sure if you would want to go this route or not, but instead of using the condition capability, I have a vbscript that maps a drive (V: specifically) to a particular server based on the client IP address. The image job is then directed to that drive letter for the image. Ultimately, I think we getting the same results you're after.
ztruelove is offline   Reply With Quote
Old 02-17-2009, 01:12 PM   #11 (permalink)
 
Status: Super Altiris Admin
Join Date: 03-06-2006
Location: Calgary Alberta Canada
Posts: 526


what about remote PXE servers?
I think this would cover what you are intending to do here
Bill Sullivan is offline   Reply With Quote
Old 02-17-2009, 01:59 PM   #12 (permalink)
 
Status: Super Altiris Admin
Join Date: 10-28-2005
Location: Colorado
Posts: 1,396


or make use of %SITE% instead https://kb.altiris.com/article.asp?article=17101&p=1
__________________
Brandon
Brandon is offline   Reply With Quote
Old 02-17-2009, 05:03 PM   #13 (permalink)
 
Status: Junior Altiris Admin
Join Date: 02-10-2009
Location: Australia
Posts: 8


thankyou all for replying however, im thinking i aint making myself clear with my explanations.

We already have the model brandon alluded to as well as multiple PXE servers mapping to the correct local servers for grabbing the image, my problem is that our deployment server currently has 50 initial deployment jobs based on site. What i would like to see is to have one job per country, (could even make it one job) and a list of condition sets referring to client ip ranges. During the dos/winpe boot is the only place that its failing to let me do this as the clients ip address isnt updated in the deployment server, this only gets done when the aclient is installed on the OS and responds to the DS.

hope this makes sense
hornjik is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -4. The time now is 05:59 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
vB.Sponsors
Altirigos