search for: altiri

Displaying 20 results from an estimated 27 matches for "altiri".

Did you mean: altiris
2014 Mar 04
2
Cannot chain to another PXE server on the same subnet
Hi, I have a Linux server at ip address 10.215.144.7 running DHCP, TFTP and syslinux. DHCP config contains the following: next-server 10.215.144.7; filename "/pxe/syslinux/pxelinux.0"; and the 'default' pxelinux.cfg contains: LABEL altiris ??? MENU LABEL ^7. Altiris ??? COM32 pxechn.c32 ??? APPEND 10.215.144.60::/BStrap/x86pc/BStrap.0 When a PXE client boots in my network it loads the menu from 10.215.144.7. However, when the user selects menu item 7 the following message is displayed right after the "greeting message" fr...
2014 Mar 05
2
Cannot chain to another PXE server on the same subnet
Sorry for top-posting but my webmail forces me to. I added -W to the APPEND line as suggested but I'm still getting the same result: Booting... Altiris, inc. X86PC PreBoot, PXE-2.x Enhanced Build ID=402 PXEPreZero: Invalid PXE Server list format. and the client PC freezes right there. Here's the full content of my dhcp.conf: max-lease-time 86400; ddns-update-style interim; ddns-domainname "mydomain.org."; ddns-rev-domainname &quo...
2010 Dec 02
1
PXELinux + Altiris + Tivoli.
Hello All. I have few networks with Tivoli Provision Manager (http://www.ibm.com/developerworks/downloads/tiv/pmfos/?S_TACT=105AGX28&S_CMP=TRIALS ), Altiris (http://www.symantec.com/business/deployment-solution) and WDS (on W2008Stdx32). I successfully expand WDS functionally with pxelinux (4.03).I really like how pxelinux working. Server who respond on client request is on Windows 2008 (WDS). I'm trying chain PXE server to altiris and to TPM and...
2014 May 16
0
chain to an Altiris PXE menu from syslinux
...p server set optionvalue 43 BINARY 06010B0807AAAA010AD7903C00 dhcp server set optionvalue 60 STRING PXEClient dhcp server set optionvalue 66 STRING 10.215.144.60 dhcp server set optionvalue 67 STRING BStrap\X86pc\BStrap.0 So I added this in my syslinux menu and I could correctly boot and load the Altiris menu: COM32 pxechn.c32 APPEND 10.215.144.60::/BStrap/x86pc/BStrap.0 -W -o 43.x=06:01:0B:08:07:AA:AA:01:0A:D7:90:3C:00 The Altiris "DHCP server discovery" option in its "PXE server" config tab must be set to "Third party DHCP server installed on PXE server (DoNOT use DH...
2014 Mar 05
0
Cannot chain to another PXE server on the same subnet
...'s been a while since I used Yahoo but I didn't think I had that issue. GMail does default to top-posting but clicking the ellipsis to look at the previous email is enough. > I added -W to the APPEND line as suggested but I'm still getting the same result: > > Booting... > Altiris, inc. X86PC PreBoot, PXE-2.x Enhanced > Build ID=402 > PXEPreZero: Invalid PXE Server list format. > > and the client PC freezes right there. Strange. Only the ACK and REPLY packets have your TFTP's IP address. This sounds like we'll likely need to force an option in to tell...
2014 Mar 07
0
Cannot chain to another PXE server on the same subnet
...Mar 7, 2014 at 2:33 AM, Vieri <rentorbuy at yahoo.com> wrote: > > > So I take it it's more of a DHCP hack in which: > > 1- client boots and gets DHCP response from 10.215.144.7 with PXE syslinux info > > 2- client loads pxelinux.0 menu and selects menu that chains to Altiris PXE menu except, instead of calling pxechain.com or pxechn.c32 with the Altiris server's IP address, the client should "re-netboot" but this time, the DHCP server at 10.215.144.7 should not include any PXE information at all for this particular client/MAC, so Altiris can kick in. &gt...
2014 Mar 07
4
Cannot chain to another PXE server on the same subnet
On Fri, Mar 7, 2014 at 2:33 AM, Vieri <rentorbuy at yahoo.com> wrote: > So I take it it's more of a DHCP hack in which: > 1- client boots and gets DHCP response from 10.215.144.7 with PXE syslinux info > 2- client loads pxelinux.0 menu and selects menu that chains to Altiris PXE menu except, instead of calling pxechain.com or pxechn.c32 with the Altiris server's IP address, the client should "re-netboot" but this time, the DHCP server at 10.215.144.7 should not include any PXE information at all for this particular client/MAC, so Altiris can kick in. &gt...
2014 Mar 06
3
Cannot chain to another PXE server on the same subnet
...ncapsulated format. Right. But that's the concatenated contents, not the contents of each TLV with tag 43. Unfortunately, some clients interpret each one separately. In any case, that's not directly the cause of the present issue, because doing that would actually work with the data the Altiris server is sending. > Reading over those portions of the RFCs, it comes off as the > pack/unpack functions should be able to handle a nearly arbitrary > number of instances of an option and shouldn't be repacking the option > instances together. For an option you know about, repa...
2014 Mar 04
0
Cannot chain to another PXE server on the same subnet
...gt; > I have a Linux server at ip address 10.215.144.7 running DHCP, TFTP and syslinux. > > DHCP config contains the following: > > next-server 10.215.144.7; > filename "/pxe/syslinux/pxelinux.0"; > > and the 'default' pxelinux.cfg contains: > > LABEL altiris > MENU LABEL ^7. Altiris > COM32 pxechn.c32 > APPEND 10.215.144.60::/BStrap/x86pc/BStrap.0 > > When a PXE client boots in my network it loads the menu from 10.215.144.7. > However, when the user selects menu item 7 the following message is displayed right after the &q...
2014 Mar 06
2
Cannot chain to another PXE server on the same subnet
On Wed, 2014-03-05 at 13:18 -0500, Gene Cumm wrote: > Second, I notice the Altiris server specifies _3_ options of code 43, > including one of length 253. The pack/unpack _should_ handle this but > may split it differently. That's legal, and treated as if the values had been concatenated. See RFC2131, section 4.1, and particularly the second paragraph on page 24. Un...
2014 Mar 05
3
Cannot chain to another PXE server on the same subnet
...gt; mtftp option) in addition to -W. Tried it but still the same error. > Thanks.? I'm guessing this is a lab or this is sanitized. sanitized (no real reason to but I guess it's common practice) > I presume changing only next-server and filename results in success to > boot the Altiris NBP? Oops, I misjudged the situation. It does NOT work if I replace with: next-server 10.215.144.60; filename "/BStrap/x86pc/BStap.0"; It gives me the same error message (sorry). It starts working if I remove the whole class "pxeclient" clause, ie. I remove next-server, fil...
2014 Mar 07
0
Cannot chain to another PXE server on the same subnet
...s that don't implement > the menu-related parts of the protocol.? But even with bstrap.0, the > menu stuff doesn't work if the menu-related options weren't in whichever > DHCP response gets used for PXE. > > Unfortunately, what this means is that selecting things from the Altiris > menu isn't going to work unless the client is getting PXE bits from that > server and _not_ from the main DHCP server.? Getting that to happen may > be rather difficult, as it more or less requires triggering another DHCP > exchange, and doing so in such a way that the main serve...
2008 Jul 30
1
Rapid deployment of CentOS on HP Proliant machines
Has anyone successfully deployed CentOS on HP Proliant servers using the Altiris Rapid Deployment (RDP) framework? This works out of the box with RHEL 5.1 but I have not been able to get this to work with CentOS 5.1. If anyone knows of an article on all the details to be able to deploy CentOS to a bare machine Proliant Server, I would appreciate a pointer. I did make...
2014 Mar 06
0
Cannot chain to another PXE server on the same subnet
On Thu, Mar 6, 2014 at 11:20 AM, Jeffrey Hutzelman <jhutz at cmu.edu> wrote: > On Wed, 2014-03-05 at 13:18 -0500, Gene Cumm wrote: > >> Second, I notice the Altiris server specifies _3_ options of code 43, >> including one of length 253. The pack/unpack _should_ handle this but >> may split it differently. > > That's legal, and treated as if the values had been concatenated. See I never said that it was against the RFC. I was merely...
2014 Mar 05
3
Cannot chain to another PXE server on the same subnet
This is what I'm seeing on my DHCP server: # tcpdump -i eth0 -vvv -s 1500 '(port 67 or port 68)' tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 1500 bytes 13:24:05.679950 IP (tos 0x0, ttl? 20, id 0, offset 0, flags [none], proto: UDP (17), length: 576) 0.0.0.0.bootpc > 255.255.255.255.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:24:54:d9:d4:2f (oui
2014 Mar 07
2
Cannot chain to another PXE server on the same subnet
..., 2014 at 4:00 PM, Jeffrey Hutzelman <jhutz at cmu.edu> wrote: > On Fri, 2014-03-07 at 05:49 -0500, Gene Cumm wrote: >> 1) Thinking about the responses again, I'm absolutely surprised that >> you can even boot PXELINUX. I would have expected the response from >> the Altiris server to override your attempts to block it. > > Nope. The PXE spec explicitly requires that a PXE response from the > "real" DHCP server be given precedence. So PXE from DHCP, PXE from PXE and file/sname from DHCP is the order of precedence. -- -Gene
2011 Feb 04
1
sanboot.c32 with gpxelinux 4.03
...is !! Could not boot from iscsi .. . SAN boot failed. System hunging. gpxelinux 4.03 iscsi is available and writable When I boot from cdrom with gpxe keep-san is 1. Option 175 is 08 01 01 FF Can somebody send me sanboot.c32 where keep-san 1 is default (or remove checking in sanboot.c32)? ? PXE ? Altiris. Thanks.
2014 Mar 05
1
Cannot chain to another PXE server on the same subnet
On 03/05/2014 04:18 AM, Vieri wrote: > Just another pointer: the ALtiris server seems to be configured to detect DHCP on the LAN and set "option 69". > I'm new to this so I still need to find out how to read "option 69". I'm supposing it's a string or array. Option 69 is "SMTP server" which really doesn't make any sense...
2014 Mar 08
1
Cannot chain to another PXE server on the same subnet
...tz at cmu.edu> wrote: >> > On Fri, 2014-03-07 at 05:49 -0500, Gene Cumm wrote: >> >> >> 1) Thinking about the responses again, I'm absolutely surprised that >> >> you can even boot PXELINUX. I would have expected the response from >> >> the Altiris server to override your attempts to block it. >> > >> > Nope. The PXE spec explicitly requires that a PXE response from the >> > "real" DHCP server be given precedence. >> >> So PXE from DHCP, PXE from PXE and file/sname from DHCP is the order >...
2004 Jan 15
1
Re: pxegrub + memdisk + dos + undi
sorry - i must have overlooked the part where you mentioned that.. my fault. What software are you looking at ? Altiris maybe ? I am, ofcourse interested in the option you are looking for. Please keep this list updated. Best regards, Rijk -----Original Message----- From: Aaron McSorley [mailto:aaron.mcsorley at amd.com] Sent: Thursday, January 15, 2004 4:56 PM To: rbitter at cntnl.jnj.com Cc: syslinux at zytor.co...