Michael Mollard | 2 Jul 2008 04:17
Picon

ichain problem

Hi all,
I'm having a real pain with ichain at the moment.
I have a web server app that I have successfully authenticated, formfilled etc so it logs on no problem.  But
there is a 'logout' button on the server app.  
If I test it outside of ichain's control (direct to web server) the process looks like this

	(click logout button) <href="/security/logout.htm">
	/secure/logout.htm -> loads /login.htm

login.htm is the form that my formfill has working.  So if I use ichain, the logout button continually sends
back to the login, which formfills, and loads.  So no way to logout.
I have tried setting up these policies.

<urlPolicy>
<name>WebApp1</name>
<url>Webapp1.mbc.qld.edu.au/*</url>
<formCriteria>
<TITLE>Login</TITLE>
</formCriteria>
<actions>
		<fill>
			<input name="username"	value="~cn">
			<input name="password"	value="~password" >
		</fill>
		<Post/>
</actions>
</urlPolicy>

<urlPolicy>
	<name>WebApp1.Logout</name>
(Continue reading)

Michael Mollard | 2 Jul 2008 04:37
Picon

Re: ichain problem

OK.
I have got deeper into this, and the console SSO debug trace shows that the logout urlpolicy below *is* being
found, and says it's redirecting to the /cmd/Logout as I requested.  It seems that it just isn't happening
at the browser for some reason.

My next step is to reboot the ichain box, just in case it's some weird bug somewhere ..
hmmm.

Michael Mollard
Network Administrator
Moreton Bay College
mollardm <at> mbc.qld.edu.au
http://www.mbc.qld.edu.au
Ph: (Direct) 07 3907 5712 / (Mob) 0417 631 801 
Fax: 07 3390 8919 ( http://www.mbc.qld.edu.au )

>>> "Michael Mollard" <MollardM <at> mbc.qld.edu.au> 2/07/2008 12:17 pm >>>
Hi all,
I'm having a real pain with ichain at the moment.
I have a web server app that I have successfully authenticated, formfilled etc so it logs on no problem.  But
there is a 'logout' button on the server app.  
If I test it outside of ichain's control (direct to web server) the process looks like this

	(click logout button) <href="/security/logout.htm">
	/secure/logout.htm -> loads /login.htm

login.htm is the form that my formfill has working.  So if I use ichain, the logout button continually sends
back to the login, which formfills, and loads.  So no way to logout.
I have tried setting up these policies.

(Continue reading)

John Neumann | 8 Jul 2008 03:39
Picon
Favicon

ZENWorks Imaging

Hi all,

Up until when I started here a few weeks ago I had very little experience with ZENWorks Imaging, but did use
the modded ZENWorks PXE setup to run a custom PXE boot menu. So far so good and I have gotten my head around how
a lot of Zenworks Imaging works...

...however, there a few workstations out there that won't image. I can successfully PXE boot the
troublesome workstations to the usual first Zenworks menu. I choose maintenance mode, and at this point
it appears to download the linux kernal and begin loading it. It sits on the blue Zenworks imaging screen
for a while, and if I change the console screen to the logger screen I can see it timing out waiting for a DHCP
address on eth0. If this process was successful I would be expecting the bash prompt as normal but it brings
me to this screen:
http://www.aquinas.qld.edu.au/images/stories/website/John/dscf3675.jpg 

I don't see why it seems to time out waiting for a DHCP address, especially since it manages to complete the
PXE boot process by communicating with the proxy DHCP server. As far as I can tell the workstations are
identical to all others so I would not be thinking NIC driver issues within the linux kernal it downloads.

Any suggestions from the resident Zenworks Imaging Experts would be great.

Cheers, John

--
John Neumann
Network Administrator
Aquinas College, Ashmore
p: (07) 5510 2888 
m: 0403 871 053
e: jneumann <at> aquinas.qld.edu.au

(Continue reading)

Jason Parlevliet | 8 Jul 2008 04:06
Picon
Favicon

Re: ZENWorks Imaging

Hey John

Is your Proxy DHCP server on the same server as your DHCP server?  That can cause problems.

We get that message if we try to PXE boot all 30 machines in a lab at the same time - either the network link
saturates or the zenworks server overloads - about half of them will timeout contacting the imaging
service and bring up either that screen or another manual install menu.  If you are only booting one machine
that shouldn't be the problem though.  Are the machines on the same subnet?  If you're forwarding
BootP/DHCP requests through the router, check that you are forwarding them to both the DHCP server and the
PDHCP (zenworks) server.

Couple of thoughts anyway

Jase

>>> On 8/07/2008 at 11:39 am, "John Neumann" <JNeumann <at> aquinas.qld.edu.au> wrote:
> Hi all,
> 
> Up until when I started here a few weeks ago I had very little experience 
> with ZENWorks Imaging, but did use the modded ZENWorks PXE setup to run a 
> custom PXE boot menu. So far so good and I have gotten my head around how a 
> lot of Zenworks Imaging works...
> 
> ...however, there a few workstations out there that won't image. I can 
> successfully PXE boot the troublesome workstations to the usual first 
> Zenworks menu. I choose maintenance mode, and at this point it appears to 
> download the linux kernal and begin loading it. It sits on the blue Zenworks 
> imaging screen for a while, and if I change the console screen to the logger 
> screen I can see it timing out waiting for a DHCP address on eth0. If this 
> process was successful I would be expecting the bash prompt as normal but it 
(Continue reading)

Jason Parlevliet | 8 Jul 2008 04:43
Picon
Favicon

Re: ZENWorks Imaging

Oh yeah, thought of a third thing that can cause that - if the TFTP service on your Zenworks server has borked,
you'll get that message too - try restarting the tftp service - SSH to the Zen server or sit at the console,
type 

/etc/init.d/novell-tftp restart

and try again (or reboot the server, that might fix it)

Jase
>>> On 8/07/2008 at 12:06 pm, "Jason Parlevliet" <JParlevliet <at> oxley.vic.edu.au>
wrote:
> Hey John
> 
> Is your Proxy DHCP server on the same server as your DHCP server?  That can 
> cause problems.
> 
> We get that message if we try to PXE boot all 30 machines in a lab at the 
> same time - either the network link saturates or the zenworks server overloads 
> - about half of them will timeout contacting the imaging service and bring up 
> either that screen or another manual install menu.  If you are only booting 
> one machine that shouldn't be the problem though.  Are the machines on the 
> same subnet?  If you're forwarding BootP/DHCP requests through the router, 
> check that you are forwarding them to both the DHCP server and the PDHCP 
> (zenworks) server.
> 
> Couple of thoughts anyway
> 
> Jase
> 
>>>> On 8/07/2008 at 11:39 am, "John Neumann" <JNeumann <at> aquinas.qld.edu.au> wrote:
(Continue reading)

Craig D. Cope | 8 Jul 2008 05:16
Picon

Re: ZENWorks Imaging

Hi John,
 
This is a simple one. My guess is that you're using CISCO switches? If so, turn off "Smart Ports" for the port concerned.
 
Let me know if you need more info.
 
Regards,
Craig D. Cope
Seymour College - Adelaide
 
Regards,
Craig D. Cope
Director - Information and Communication Technology (ICT)
Seymour College
Phone: +61 8 8379 0011
Fax: +61 8 8379 9796
Postal: 546 Portrush Road, Glen Osmond 5064
mailto: CCope <at> Seymour.sa.edu.au
http://www.seymour.sa.edu.au

>>>
From: "John Neumann" <JNeumann <at> aquinas.qld.edu.au>
To: <novellschools <at> lists.redlands.qld.edu.au>
Date: 8/07/2008 11:09 am
Subject: [NovellSchools] ZENWorks Imaging
Hi all,

Up until when I started here a few weeks ago I had very little experience with ZENWorks Imaging, but did use the modded ZENWorks PXE setup to run a custom PXE boot menu. So far so good and I have gotten my head around how a lot of Zenworks Imaging works...

...however, there a few workstations out there that won't image. I can successfully PXE boot the troublesome workstations to the usual first Zenworks menu. I choose maintenance mode, and at this point it appears to download the linux kernal and begin loading it. It sits on the blue Zenworks imaging screen for a while, and if I change the console screen to the logger screen I can see it timing out waiting for a DHCP address on eth0. If this process was successful I would be expecting the bash prompt as normal but it brings me to this screen:
http://www.aquinas.qld.edu.au/images/stories/website/John/dscf3675.jpg

I don't see why it seems to time out waiting for a DHCP address, especially since it manages to complete the PXE boot process by communicating with the proxy DHCP server. As far as I can tell the workstations are identical to all others so I would not be thinking NIC driver issues within the linux kernal it downloads.

Any suggestions from the resident Zenworks Imaging Experts would be great.

Cheers, John





--
John Neumann
Network Administrator
Aquinas College, Ashmore
p: (07) 5510 2888
m: 0403 871 053
e: jneumann <at> aquinas.qld.edu.au




--

This message has been scanned for viruses and dangerous content by the BCEC Security Gateway, and is believed to be clean. Brisbane Catholic Education however gives no warranties that this e-mail is free from computer viruses or other defects. Except for responsibilities implied by law that cannot be excluded, Brisbane Catholic Education, its employees and agents will not be responsible for any loss, damage or consequence arising from this e-mail.





The information contained in this e-mail, and any attachments to

it, are intended for the use of the addressee only.  It is confidential and may be subject to legal professional privilege.  If you are not the intended recipient, you must not use, disclose, read, forward, copy or retain any of the information.  If you have received this e-mail in error, please delete it and notify the ICT Department Seymour College on (08) 8379 0011 or mailto:helpdesk <at> seymour.sa.edu.au

Seymour College Inc.
546 Portrush Road, Glen Osmond, South Australia 5064
+61 8 8379 0011
 www.seymour.sa.edu.au

<div>
<div>Hi John,</div>
<div>&nbsp;</div>
<div>This is a simple one. My guess is that you're using CISCO switches? If so, turn off "Smart Ports" for the port concerned.</div>
<div>&nbsp;</div>
<div>Let me know if you need more info.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Craig D. Cope</div>
<div>Seymour College - Adelaide</div>
<div>&nbsp;</div>
<div>Regards,<br>Craig D. Cope<br>Director - Information and Communication Technology (ICT) <br>Seymour College<br>Phone: +61 8 8379 0011<br>Fax: +61 8 8379 9796<br>Postal: 546 Portrush Road, Glen Osmond 5064<br>mailto: CCope <at> Seymour.sa.edu.au<br>http://www.seymour.sa.edu.au<br><br>&gt;&gt;&gt; </div>
<div>
<table bgcolor="#f3f3f3">
<tr valign="top">
<td>From: </td>
<td>"John Neumann" &lt;JNeumann <at> aquinas.qld.edu.au&gt;</td>
</tr>
<tr valign="top">
<td>To:</td>
<td>&lt;novellschools <at> lists.redlands.qld.edu.au&gt;</td>
</tr>
<tr valign="top">
<td>Date: </td>
<td>8/07/2008 11:09 am</td>
</tr>
<tr valign="top">
<td>Subject: </td>
<td>[NovellSchools] ZENWorks Imaging</td>
</tr>
</table>Hi all,<br><br>Up until when I started here a few weeks ago I had very little experience with ZENWorks Imaging, but did use the modded ZENWorks PXE setup to run a custom PXE boot menu. So far so good and I have gotten my head around how a lot of Zenworks Imaging works...<br><br>...however, there a few workstations out there that won't image. I can successfully PXE boot the troublesome workstations to the usual first Zenworks menu. I choose maintenance mode, and at this point it appears to download the linux kernal and begin loading it. It sits on the blue Zenworks imaging screen for a while, and if I change the console screen to the logger screen I can see it timing out waiting for a DHCP address on eth0. If this process was successful I would be expecting the bash prompt as normal but it brings me to this screen:<br><a href="http://www.aquinas.qld.edu.au/images/stories/website/John/dscf3675.jpg">http://www.aquinas.qld.edu.au/images/stories/website/John/dscf3675.jpg</a> <br><br>I don't see why it seems to time out waiting for a DHCP address, especially since it manages to complete the PXE boot process by communicating with the proxy DHCP server. As far as I can tell the workstations are identical to all others so I would not be thinking NIC driver issues within the linux kernal it downloads.<br><br>Any suggestions from the resident Zenworks Imaging Experts would be great.<br><br>Cheers, John<br><br><br><br><br><br>--<br>John Neumann<br>Network Administrator<br>Aquinas College, Ashmore<br>p: (07) 5510 2888 <br>m: 0403 871 053<br>e: jneumann <at> aquinas.qld.edu.au<br><br><br><br><br>-- <br><br>This message has been scanned for viruses and dangerous content by the BCEC Security Gateway, and is believed to be clean. Brisbane Catholic Education however gives no warranties that this e-mail is free from computer viruses or other defects. Except for responsibilities implied by law that cannot be excluded, Brisbane Catholic Education, its employees and agents will not be responsible for any loss, damage or consequence arising from this e-mail.<br><br><br><br><br><br>
</div>
<p align="center">
The information contained in this e-mail, and any attachments to </p>it, are intended for the use of the addressee only.&nbsp; It is confidential and may be subject to legal professional privilege.&nbsp; If you are not the intended recipient, you must not use, disclose, read, forward, copy or retain any of the information.&nbsp; If you have received this e-mail in error, please delete it and notify the ICT Department Seymour College on (08) 8379 0011 or <a href="mailto:helpdesk <at> seymour.sa.edu.au">mailto:helpdesk <at> seymour.sa.edu.au</a> 
<p align="center"></p>Seymour College Inc.<br>546 Portrush Road, Glen Osmond, South Australia 5064<br>+61 8 8379 0011<br>&nbsp;<a href="http://www.seymour.sa.edu.au">www.seymour.sa.edu.au</a> 
<p></p>
</div>
Alex Massey | 8 Jul 2008 08:24
Picon
Favicon

Re: ZENWorks Imaging

Hi John,

I would try these few things first.

1: Go Ctrl+Alt+F2 to show the terminal
2: Run a ifconfig and see if you have eth0
If you have eth0 and can ping something your network card is working. 

3: If you can't see eth0 it looks like the network card in the Dell is not supported by the version of Zenworks
you are running. What model Dell is it?

ZENworks Desktop Management 7 SP1 Interim Release 1 Fixed: Unable to image Dell OptiPlex GX320

Hope that helps..

Regards




Alex Massey
IT Support Officer
Iona College
Ph: 07-3893-8897
Fax: 07-3893-8800
Email: masseya <at> iona.qld.edu.au
Website: http://www.iona.qld.edu.au




>>> "John Neumann" <JNeumann <at> aquinas.qld.edu.au> 8/07/2008 11:39 am >>>
Hi all,

Up until when I started here a few weeks ago I had very little experience with ZENWorks Imaging, but did use
the modded ZENWorks PXE setup to run a custom PXE boot menu. So far so good and I have gotten my head around how
a lot of Zenworks Imaging works...

...however, there a few workstations out there that won't image. I can successfully PXE boot the
troublesome workstations to the usual first Zenworks menu. I choose maintenance mode, and at this point
it appears to download the linux kernal and begin loading it. It sits on the blue Zenworks imaging screen
for a while, and if I change the console screen to the logger screen I can see it timing out waiting for a DHCP
address on eth0. If this process was successful I would be expecting the bash prompt as normal but it brings
me to this screen:
http://www.aquinas.qld.edu.au/images/stories/website/John/dscf3675.jpg 

I don't see why it seems to time out waiting for a DHCP address, especially since it manages to complete the
PXE boot process by communicating with the proxy DHCP server. As far as I can tell the workstations are
identical to all others so I would not be thinking NIC driver issues within the linux kernal it downloads.

Any suggestions from the resident Zenworks Imaging Experts would be great.

Cheers, John





--
John Neumann
Network Administrator
Aquinas College, Ashmore
p: (07) 5510 2888 
m: 0403 871 053
e: jneumann <at> aquinas.qld.edu.au




-- 
This message has been scanned for viruses and dangerous content by the BCEC Security Gateway, and is
believed to be clean. Brisbane Catholic Education however gives no warranties that this e-mail is free
from computer viruses or other defects. Except for responsibilities implied by law that cannot be
excluded, Brisbane Catholic Education, its employees and agents will not be responsible for any loss,
damage or consequence arising from this e-mail.


_______________________________________________
NovellSchools mailing list
NovellSchools <at> lists.redlands.qld.edu.au
http://lists.redlands.qld.edu.au/mailman/listinfo/novellschools


--
This message was scanned by ESVA and is believed to be clean.
Click here to report this message as spam. 
http://mail-ext.iona.qld.edu.au/cgi-bin/learn-msg.cgi?id=6A16927B7D.0DEA8
--
This message was scanned by ESVA and is believed to be clean.

Hi John,

I would try these few things first.

1: Go Ctrl+Alt+F2 to show the terminal
2: Run a ifconfig and see if you have eth0
If you have eth0 and can ping something your network card is working. 

3: If you can't see eth0 it looks like the network card in the Dell is not supported by the version of Zenworks
you are running. What model Dell is it?

ZENworks Desktop Management 7 SP1 Interim Release 1 Fixed: Unable to image Dell OptiPlex GX320

Hope that helps..

Regards




Alex Massey
IT Support Officer
Iona College
Ph: 07-3893-8897
Fax: 07-3893-8800
Email: masseya <at> iona.qld.edu.au
Website: http://www.iona.qld.edu.au




>>> "John Neumann" <JNeumann <at> aquinas.qld.edu.au> 8/07/2008 11:39 am >>>
Hi all,

Up until when I started here a few weeks ago I had very little experience with ZENWorks Imaging, but did use
the modded ZENWorks PXE setup to run a custom PXE boot menu. So far so good and I have gotten my head around how
a lot of Zenworks Imaging works...

...however, there a few workstations out there that won't image. I can successfully PXE boot the
troublesome workstations to the usual first Zenworks menu. I choose maintenance mode, and at this point
it appears to download the linux kernal and begin loading it. It sits on the blue Zenworks imaging screen
for a while, and if I change the console screen to the logger screen I can see it timing out waiting for a DHCP
address on eth0. If this process was successful I would be expecting the bash prompt as normal but it brings
me to this screen:
http://www.aquinas.qld.edu.au/images/stories/website/John/dscf3675.jpg 

I don't see why it seems to time out waiting for a DHCP address, especially since it manages to complete the
PXE boot process by communicating with the proxy DHCP server. As far as I can tell the workstations are
identical to all others so I would not be thinking NIC driver issues within the linux kernal it downloads.

Any suggestions from the resident Zenworks Imaging Experts would be great.

Cheers, John





--
John Neumann
Network Administrator
Aquinas College, Ashmore
p: (07) 5510 2888 
m: 0403 871 053
e: jneumann <at> aquinas.qld.edu.au




-- 
This message has been scanned for viruses and dangerous content by the BCEC Security Gateway, and is
believed to be clean. Brisbane Catholic Education however gives no warranties that this e-mail is free
from computer viruses or other defects. Except for responsibilities implied by law that cannot be
excluded, Brisbane Catholic Education, its employees and agents will not be responsible for any loss,
damage or consequence arising from this e-mail.


_______________________________________________
NovellSchools mailing list
NovellSchools <at> lists.redlands.qld.edu.au
http://lists.redlands.qld.edu.au/mailman/listinfo/novellschools


--
This message was scanned by ESVA and is believed to be clean.
Click here to report this message as spam. 
http://mail-ext.iona.qld.edu.au/cgi-bin/learn-msg.cgi?id=6A16927B7D.0DEA8
--
This message was scanned by ESVA and is believed to be clean.

Carsten Loemker | 8 Jul 2008 09:32
Picon
Favicon

Re: ZENWorks Imaging

Hello John it doesn't detect the network card, meaning the drivers are  
inluded in the kernel
On 08/07/2008, at 11:39 AM, John Neumann wrote:

> Hi all,
>
> Up until when I started here a few weeks ago I had very little  
> experience with ZENWorks Imaging, but did use the modded ZENWorks  
> PXE setup to run a custom PXE boot menu. So far so good and I have  
> gotten my head around how a lot of Zenworks Imaging works...
>
> ...however, there a few workstations out there that won't image. I  
> can successfully PXE boot the troublesome workstations to the usual  
> first Zenworks menu. I choose maintenance mode, and at this point it  
> appears to download the linux kernal and begin loading it. It sits  
> on the blue Zenworks imaging screen for a while, and if I change the  
> console screen to the logger screen I can see it timing out waiting  
> for a DHCP address on eth0. If this process was successful I would  
> be expecting the bash prompt as normal but it brings me to this  
> screen:
> http://www.aquinas.qld.edu.au/images/stories/website/John/dscf3675.jpg
>
> I don't see why it seems to time out waiting for a DHCP address,  
> especially since it manages to complete the PXE boot process by  
> communicating with the proxy DHCP server. As far as I can tell the  
> workstations are identical to all others so I would not be thinking  
> NIC driver issues within the linux kernal it downloads.
>
> Any suggestions from the resident Zenworks Imaging Experts would be  
> great.
>
> Cheers, John
>
>
>
>
>
> --
> John Neumann
> Network Administrator
> Aquinas College, Ashmore
> p: (07) 5510 2888
> m: 0403 871 053
> e: jneumann <at> aquinas.qld.edu.au
>
>
>
>
> -- 
> This message has been scanned for viruses and dangerous content by  
> the BCEC Security Gateway, and is believed to be clean. Brisbane  
> Catholic Education however gives no warranties that this e-mail is  
> free from computer viruses or other defects. Except for  
> responsibilities implied by law that cannot be excluded, Brisbane  
> Catholic Education, its employees and agents will not be responsible  
> for any loss, damage or consequence arising from this e-mail.
>
>
> _______________________________________________
> NovellSchools mailing list
> NovellSchools <at> lists.redlands.qld.edu.au
> http://lists.redlands.qld.edu.au/mailman/listinfo/novellschools
>

GeNeSys IT
Carsten Loemker
10 Hovea Dr	
POTTSVILLE NSW 2489
mobile: 0416 126 707
cloemker <at> genesysit.com.au

Jamie Clarke | 14 Jul 2008 01:28
Picon

Re: ZENWorks Imaging

Did you solve this problem.....I have seen this with IDE and SATA issues but
this is not with PXE.

Jamie Clarke
Certified Novell Engineer 6
Sunnybank State High School
Ph 3323 8127  Fax 3323 8100
http://www.sunnybanshs.eq.edu.au

-----Original Message-----
From: novellschools-bounces <at> lists.redlands.qld.edu.au
[mailto:novellschools-bounces <at> lists.redlands.qld.edu.au] On Behalf Of
Carsten Loemker
Sent: Tuesday, 8 July 2008 5:32 PM
To: Novell Schools
Subject: Re: [NovellSchools] ZENWorks Imaging

Hello John it doesn't detect the network card, meaning the drivers are  
inluded in the kernel
On 08/07/2008, at 11:39 AM, John Neumann wrote:

> Hi all,
>
> Up until when I started here a few weeks ago I had very little  
> experience with ZENWorks Imaging, but did use the modded ZENWorks  
> PXE setup to run a custom PXE boot menu. So far so good and I have  
> gotten my head around how a lot of Zenworks Imaging works...
>
> ...however, there a few workstations out there that won't image. I  
> can successfully PXE boot the troublesome workstations to the usual  
> first Zenworks menu. I choose maintenance mode, and at this point it  
> appears to download the linux kernal and begin loading it. It sits  
> on the blue Zenworks imaging screen for a while, and if I change the  
> console screen to the logger screen I can see it timing out waiting  
> for a DHCP address on eth0. If this process was successful I would  
> be expecting the bash prompt as normal but it brings me to this  
> screen:
> http://www.aquinas.qld.edu.au/images/stories/website/John/dscf3675.jpg
>
> I don't see why it seems to time out waiting for a DHCP address,  
> especially since it manages to complete the PXE boot process by  
> communicating with the proxy DHCP server. As far as I can tell the  
> workstations are identical to all others so I would not be thinking  
> NIC driver issues within the linux kernal it downloads.
>
> Any suggestions from the resident Zenworks Imaging Experts would be  
> great.
>
> Cheers, John
>
>
>
>
>
> --
> John Neumann
> Network Administrator
> Aquinas College, Ashmore
> p: (07) 5510 2888
> m: 0403 871 053
> e: jneumann <at> aquinas.qld.edu.au
>
>
>
>
> -- 
> This message has been scanned for viruses and dangerous content by  
> the BCEC Security Gateway, and is believed to be clean. Brisbane  
> Catholic Education however gives no warranties that this e-mail is  
> free from computer viruses or other defects. Except for  
> responsibilities implied by law that cannot be excluded, Brisbane  
> Catholic Education, its employees and agents will not be responsible  
> for any loss, damage or consequence arising from this e-mail.
>
>
> _______________________________________________
> NovellSchools mailing list
> NovellSchools <at> lists.redlands.qld.edu.au
> http://lists.redlands.qld.edu.au/mailman/listinfo/novellschools
>

GeNeSys IT
Carsten Loemker
10 Hovea Dr	
POTTSVILLE NSW 2489
mobile: 0416 126 707
cloemker <at> genesysit.com.au

_______________________________________________
NovellSchools mailing list
NovellSchools <at> lists.redlands.qld.edu.au
http://lists.redlands.qld.edu.au/mailman/listinfo/novellschools

John Neumann | 15 Jul 2008 00:13
Picon
Favicon

Re: ZENWorks Imaging

Yes Jamie, it has been resolved.

It was a switch configuration thing. Because I was working on the pile of machines in the server room, all of
the wall mounted data outlets were patched back into our core Cisco 3750 stack which has some spanning tree
ports enabled.

Carsten explained to me that the Linux imaging client was not waiting long enough for a DHCP respsonse.
Essentially kept looping sending out requests before a reply was received. This would explain why the
proxy DHCP was OK for the PXE booting, just the ZENWorks Imaging Client that was failing.

Thanks to everyone for help and suggestions.

Cheers, John

--
John Neumann
Network Administrator
Aquinas College, Ashmore
p: (07) 5510 2888 
m: 0403 871 053
e: jneumann <at> aquinas.qld.edu.au

>>> Jamie Clarke <jclar30 <at> eq.edu.au> 14/07/2008 9:28 am >>>
Did you solve this problem.....I have seen this with IDE and SATA issues but
this is not with PXE.

Jamie Clarke
Certified Novell Engineer 6
Sunnybank State High School
Ph 3323 8127  Fax 3323 8100
http://www.sunnybanshs.eq.edu.au 

-----Original Message-----
From: novellschools-bounces <at> lists.redlands.qld.edu.au 
[mailto:novellschools-bounces <at> lists.redlands.qld.edu.au] On Behalf Of
Carsten Loemker
Sent: Tuesday, 8 July 2008 5:32 PM
To: Novell Schools
Subject: Re: [NovellSchools] ZENWorks Imaging

Hello John it doesn't detect the network card, meaning the drivers are  
inluded in the kernel
On 08/07/2008, at 11:39 AM, John Neumann wrote:

> Hi all,
>
> Up until when I started here a few weeks ago I had very little  
> experience with ZENWorks Imaging, but did use the modded ZENWorks  
> PXE setup to run a custom PXE boot menu. So far so good and I have  
> gotten my head around how a lot of Zenworks Imaging works...
>
> ...however, there a few workstations out there that won't image. I  
> can successfully PXE boot the troublesome workstations to the usual  
> first Zenworks menu. I choose maintenance mode, and at this point it  
> appears to download the linux kernal and begin loading it. It sits  
> on the blue Zenworks imaging screen for a while, and if I change the  
> console screen to the logger screen I can see it timing out waiting  
> for a DHCP address on eth0. If this process was successful I would  
> be expecting the bash prompt as normal but it brings me to this  
> screen:
> http://www.aquinas.qld.edu.au/images/stories/website/John/dscf3675.jpg 
>
> I don't see why it seems to time out waiting for a DHCP address,  
> especially since it manages to complete the PXE boot process by  
> communicating with the proxy DHCP server. As far as I can tell the  
> workstations are identical to all others so I would not be thinking  
> NIC driver issues within the linux kernal it downloads.
>
> Any suggestions from the resident Zenworks Imaging Experts would be  
> great.
>
> Cheers, John
>
>
>
>
>
> --
> John Neumann
> Network Administrator
> Aquinas College, Ashmore
> p: (07) 5510 2888
> m: 0403 871 053
> e: jneumann <at> aquinas.qld.edu.au 
>
>
>
>
> -- 
> This message has been scanned for viruses and dangerous content by  
> the BCEC Security Gateway, and is believed to be clean. Brisbane  
> Catholic Education however gives no warranties that this e-mail is  
> free from computer viruses or other defects. Except for  
> responsibilities implied by law that cannot be excluded, Brisbane  
> Catholic Education, its employees and agents will not be responsible  
> for any loss, damage or consequence arising from this e-mail.
>
>
> _______________________________________________
> NovellSchools mailing list
> NovellSchools <at> lists.redlands.qld.edu.au 
> http://lists.redlands.qld.edu.au/mailman/listinfo/novellschools 
>

GeNeSys IT
Carsten Loemker
10 Hovea Dr	
POTTSVILLE NSW 2489
mobile: 0416 126 707
cloemker <at> genesysit.com.au 

_______________________________________________
NovellSchools mailing list
NovellSchools <at> lists.redlands.qld.edu.au 
http://lists.redlands.qld.edu.au/mailman/listinfo/novellschools 

_______________________________________________
NovellSchools mailing list
NovellSchools <at> lists.redlands.qld.edu.au 
http://lists.redlands.qld.edu.au/mailman/listinfo/novellschools 

-- 
This message has been scanned for viruses and dangerous content by the BCEC Security Gateway, and is
believed to be clean. Brisbane Catholic Education however gives no warranties that this e-mail is free
from computer viruses or other defects. Except for responsibilities implied by law that cannot be
excluded, Brisbane Catholic Education, its employees and agents will not be responsible for any loss,
damage or consequence arising from this e-mail.

--

-- 
This message has been scanned for viruses and dangerous content by the BCEC Security Gateway, and is
believed to be clean. Brisbane Catholic Education however gives no warranties that this e-mail is free
from computer viruses or other defects. Except for responsibilities implied by law that cannot be
excluded, Brisbane Catholic Education, its employees and agents will not be responsible for any loss,
damage or consequence arising from this e-mail.


Gmane