How to tell N6.5 DHCP to use a W2k8 for PXE?

Hello,
could anyone give me a hint, how to tell my netware DHCP to use a Windows Server 2008 R2 running Acronis with PXE Server?
Actual Situation:
Netware 6.5 Sp8 Server with ZENWORKS in Cluster mode
Netware DHCP Server
ZEN7 SP1 Imaging
--> works fine so far, and no problem in other subnets, IP-helper are configured in the switches
New Situation:
Netware 6.5 Sp8 Server with ZENWORKS in Cluster mode
Netware DHCP Server
Windows Server 2008 R2 running Acronis Snap Deploy with PXE-Server - in future may be a clean Windows Deployment service without Acronis
--> that would be nice :)
I found serveral ini-files (dts.ini, pdhcp.ini, tftp.ini) where I configured the new IP-Address of the W2k8 PXE Server.
Now:
The Client gets its correct IP-Address from Netware DHCP
but after that the following messages:
Auto-select:
ZENworks Boot
Boot Server IP: --.--.--.-- (the correct one configured in the ini-files!)
TFTP.
PXE-T02:
PXE-E3C: TFTP Error - Access Violation
PXE-M0F: Exiting Intel Boot Agent
Any ideas?
Thanks a lot.

Originally Posted by magic31
You don't have to configure anything specifically in DHCP to work with PXE. Possibly just unconfigure an option that was set for the previos setup; One thing to check (and remove) is option 60 for the PXE Client option, if this is configured with the DHCP subnet options. This option should only be set if both DHCP and PXE services are on the same server (as is probably the case in your situation as I'm guessing both DHCP as also PXE get loaded in the same cluster resource script).
For subnets serviced outside of the subnet your DHCP server is running in, you will need to configure multiple ip helpers: one that points to the DHCP server and one points to the PXE server so those requests on other subnets get serviced correctly.
To get things running it's probably easier to try to get this to work on the subnet your DHCP and PXE server are running in (so you are not also having to deal with the ip helper setup just yet). If that works, then expand you configuration to different subnets & ip helpers.
Hope that helps,
Willem
As a ps and for clarification, don't load the PDHCP on any of the NetWare servers... just have the PXE PDHCP service running on the Windows server.
The PDHCP/PXE service for ZenWorks won't understand/work with the Arconis one and visa versa.
-Willem

Similar Messages

  • Photoshop CS4- Does anyone know how to tell if two people are using same file?

    Photoshop CS4- Does anyone know how to tell if two people are using same file?

    Hi,
    Thanks for your response. I'm not the solution in the link.
    The problem that I am having at work it that several people in our department want to be able to update a file, but we want to be sure that no one else is currently editing that file. If someone has the file open, it's helpful to know the user's name so we can talk about when the next person can edit the file. This works in Excel files that we use, and I would love to find out how to do it in Photoshop and Illustrator.
    Thanks for the help!

  • WRT54G....Can I set DHCP to use the router for DNS instead of external DNS?

    Hi folks. I cant' get my router to have DHCP tell my PCs that the router should be the DNS server instead of the external servers it is using. I am using Comcast Cable internet. It sets the external DNS servers for every PC that connects to it and I have problems finding my PCs on my network by NetBIOS name because the external DNS servers obviously don't store my local PCs. How can I set the router up to set DHCP to use the router for DNS?

    If you cannot set the DNS server in the configuration page for the DHCP server in your router then your router does not support this.
    This won't solve your problem though. The DNS server on the router is a simply forwarder. It simply forwards the DNS requests from your computer to the ISP's DNS servers. The DNS server does not accept dynamic updates to a private zone inside your LAN. And DNS is pretty much unrelated to the standard windows workgroup browsing which does the actual name resolution inside your LAN. That name resolution even works without a router inside your network. Basically all windows computers in your network periodically broadcast their name to the network. One windows computers is elected "master browser" which collects all these names and provides the name resolution service for all computers in the workgroup.
    If this does not work it is most likely a windows configuration problem. It could be a software firewall on the computers which blocks traffic. It could be that the computers are not setup for file/printer sharing and thus have the computer browser disabled. It could be that your computers have a WINS server configured which does not exist. There are probably more causes. The better source to ask this question would probably a Microsoft support group. They deal with these kinds of issues more often and maybe a MVP may be able to point you into the right direction or give some links to step-by-step instructions...

  • How to tell what codec has been used??

    Hi
    Just wondering how to tell what codec a particular video clip has been encoded in? I cannot see it anywhere in bridge. after fx dos it for some but not all clips.
    cheers
    angus

    if you're using Loader to load the swfs, you could examine e.contentLoaderInfo.url to see which swf it is

  • After RAC installation how will i know that DHCP was used ?

    Once the RAC database is installed .
    how a  new Admin will know that DHCP was used during installation ot not used ?

    DHCP for the database server? Normally one wouldn't use DHCP for a server unless the registration is leased so that the IP address doesn't change. In that case, does it matter if DHCP is used or not? The best way for me to know if the server is *currently* using DHCP is to check the NIC config on the server. But I know of now way to know if the server was using DHCP when RAC was installed.
    Cheers,
    Brian

  • How To Execute an Oracle 10g SProc using VS 2005, for Reporting Services

    Good day! :-)
    Anybody who knows the syntax for executing an Oracle Stored Proc thru ODBC connection using VS 2005 for Reporting Services? I am having a problem about this.
    I am using the ODBC connection because VS 2005 does not support Oracle Database 10g in its Oracle Database Connection feature (only 7.3, 8i, and 9i), that's y.
    While using MS SQL Server 2000, I never encountered any problem. But using Oracle Database 10g, I find it hard to call the stored procedures, an error is generated everytime.
    Please click the link below for the screenshots:
    http://www.geocities.com/vrcode2/oraError.JPG
    http://www.geocities.com/vrcode2/storedProc.JPG
    Please help...thank you so much.
    Francis

    I'll give you updates about the use of the MS SQL Server Reporting Services with VS 2005 and Oracle, this might be helpful for those who will encounter this same ctuation in the future.
    I have discovered that if you're going to connect thru ODBC, even if the connection is successful, the user is still prompted to input a password, which should not be the case when using the Reporting Services. Another thing to take note is the issue about REF CURSOR, we're going to have problems with this. And also the syntax on how you're going to call the stored procedures (with or without input parameters).
    With modifications made through Oracle Net Manager, and I tried AGAIN connecting through "Oracle (client)" feature of VS 2005 (even if the list only include Oracle 7.3, 8i, and 9i that are supported) with some changes also, you'd still be able to generate correct data with that solution. If the configuration is correct, you just need to call the stored procedure (with or without input parameter), you won't have any problems about the correct syntax.
    I suppose VS 2005 was released earlier than Oracle 10g, that's why 10g wasn't included If ever u'd encounter the same ctuation like mine, and u need the details on how to connect, do not hesitate to ask me.

  • How can i write a vi in using parallel port for digital inputs

    Dear all,
    i am a beginner user of LabVIEW and i want to write a vi in using parallel port for digital I/O. After reading the article "Using the Parallel Port in LabVIEW
    " and download the parallel.zip, i know how to write the vi for output, but i still don't know how to write the input one.i've try to use a Inport.vi to test, but nothing change when i set pin2-9 to high. (my computer:win2K & LabVIEW 6.1)
    Can anybody teach me how to write it?
    Can anyone write the vi for me too?
    Thanks all!
    p.s.i've already install the "accessHW.exe"

    Are you using VISA or the accessHW VIs? You may need to goto the bios and set the parallel port to run in spp mode or standard mode. This is the simpliest configuration and where you should start.
    As far as writing the VI goes, just copy the diagram out of the tutorial you mentioned.

  • How should i do?when i use the sc2345 for analog signal acquired!

    please help me!
    I have to use the sc2345+NI6221 for analog signal acquired. but i don't have a analog input module such as SCC-AIXX.
    So I want to pass the signal to the DAQ device. how should i do to connect the wire on the sc2345?
    how can I use the sc2345 for a pass connector?
    Thank you very much and look forward to your reply...
    Solved!
    Go to Solution.

    What kind of signal do you want to acquire?
    If it does not need any conditioning, then, you can connect the signal to 6221 with a terminal block such as SCB-68.
    Best regards,
    NISH AE Haiping.Fei

  • How can I do a Header Group Using Group columns for WD ALV tables

    Hi
    I want to group columns into a header group.
    Eg:
                       from Date
    Availability
                       to date
    Any ideas if it is possible with WD ALV tables?

    Hi,
    Try to use the if_salv_wd_field_settings for the column grouping of the Model object.
    Also check the class CL_SALV_WD_FIELD.
    Regards,
    Lekha.

  • How to get default input values when using promt user for input

    I use "promt user for input" to input some values. The messageboard appears with blank boxes then I will input  new values. I want to make some default values in this blank boxes so that I needn't to enter new values. Is it possible ?

    Right click on he Express Vi terminal and choose open Front panel to convert it into a standard vi. Then open it. Enter a default value for each control, then right-click on the controls and go to data operation > make current value default.
    Message Edité par chilly charly le 11-18-2007 12:52 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • How to tell which Connection Key was used?

    Is there a way from within Contribute to identify the key
    that a user's connection was created with?
    I sent three Connection keys with separate ftp
    usernames/passwords to three separate users. Now one user is having
    problems uploading images to the web site using Contribute and I
    want to identify which connection key they are using so that I can
    troubleshoot the problem based on the ftp username/password that is
    associated with that Connection key. They can't remember if they
    used another user's key.

    When a key doesn't work as expected I just send another one
    and tell the user to delete it after the connection is
    established.

  • How to tell what methods where not used in the code?

    Hi there,
    I wonder if there's a way to check what method are not used in the execution code (void main).
    Example:
    in the code below, the following method where not used:
    setAge, getAge, getName,setName, addFeedback
    public class Test
         public static void main(String args[])
              Employee empl = new Employee("John", 54);
              System.out.println(empl.getDeatils());
    public class Employee
         private int age;
         private String name;
         public Employee(String name, int age)
              this.name=name;
              this.age=age;
         public String getDeatils()
              return name+" ("+age+")";
         public void addFeedback()
              //do something here.
         public int getAge()
              return age;
         public void setAge(int age)
              this.age = age;
         public String getName()
              return name;
         public void setName(String name)
              this.name = name;
    }

    Yucca wrote:
    georgemc wrote:
    Yucca wrote:
    Sound like you should visit the logging API or you could do SOP all over your code which would make it very unreadableI don't see why logging code will make his code any less messy than SOP everywhere. Unless you're talking about applying logging by AOP, which is equally messy in a different way.I never implied that the one was tidier than the other. O merely recommended my knowledge on how to help the OP and gave 2 choices. Oh right. It looked like you were suggesting SOP was messier somehow. Never mind, then.
    Besides is AOP really that bad when using Interceptors? I know that this is new to Java but interceptors are really not that untidy.I didn't say they were untidy. I didn't say there was anything wrong with AOP. But logging by AOP results in pretty useless, messy logs. "This method was called with these parameters" all over the place, rather than something nice and friendly. Remember, logging is more often read by support staff than developers, so while it might be obvious to you what "getLlama(200, 3)" means, it's probably garbage to the support bods.

  • How to tell what other program is using webcam?

    Hello,
    My in-laws sometimes (maybe 20% of the time) get a message that says that the webcam is already in use by another program when they try to video chat with us. The message is in Danish and says something like "Webcamaret bruges af et andet program". They haven't started any other program. iChat shows a green camera icon on both their buddy list and on our remote system's buddy list.
    Restarting or stopping iChat and disconnecting/reconnecting their webcam always seems to fix the problem, but I'd like to understand how to fix once and for all. Restarting is time consuming and rather disruptive for them and reseating the webcam is difficult for them physically to do.
    They have a Mac Mini Intel 1.66 Core Duo. I recently switched out their firewire-based iSight with a USB-based Logitech Quickcam Vision Pro for Mac. They had the same problem with both, but they don't have the iSight any longer to try it again.
    They are half-way across the world, and not tech-savvy, so resetting the PMU won't be possible.
    I've looked through their Console logs, but don't even see any error message when it occurs.
    Thanks in advance for any suggestions.
    David

    Hi,
    Have them check in System Preferences > Accounts > (The Logged in account) > Login Items.
    This is a list of the apps and utilities that start up when the Mac does.
    (iTunes Helper is a common one that most people have).
    This is one common cause of another app having access the the camera.
    Look for iMovie, Photo Booth, Any System or iChat Add-On relating to Camera and camera tweaks, Any Software for the Logitech (It should not need to be started up at computer Launch)
    Comic Book if bundled with their Mac.
    Also check this list EZ Jim's Work
    I would also get them to Check the System Profiler and then use the reveal Triangles to see Hardware > USB
    If you have another way to login in to their computer other than iChat Screen Sharing then you could run this in Terminal
    /Applications/iChat.app/Contents/MacOS/iChat -errorLogLevel 7
    With iChat Shut down:-
    Copy and Paste the Bold Text into Terminal and then hit the Enter key.
    This will start iChat and Create Log in Terminal.
    When the Buddy List has finished Loading Quit iChat in the Normal Way.
    Copy the whole Log up to that point and paste it into TextEdit and send it to your self.
    If you read through it, it should list two Cameras:-
    1) the External (Or any Internal iSight for other reading this)
    2) A software one ready for iChat Screen Sharing.
    If the Regular one lists a Count less than 0 (zero) then iChat is having a job reading the Hardware state.
    If this is the case then you could try deleting com.apple.iChat.plist from their Home Folder/Library/Preferences (Just drag it to the Trash)
    iChat will need to be restarted where it will rewrite that .plist after checking the System again.
    NOTE:-
    This does lose all the other settings they have changed from Defaults in the iChat Preferences except the Accounts pane. (Saved Transcripts, Font choices, IM colours etc)
    Are they using their Web Browser to Chat on Flash Based or the Google Mail Web Chat page ?
    If that Tab or Window is still open (if they are still in a "Room") the camera will be "held" by the web Browser.
    If they do use this method and it is Flash check they have not ticked the "Remember" button to Allow access each time they use that Chat site (I am not sure if the Google Chat Plug-in has a similar "Allow" Pop Up).
    FaceTime for the Mac (The Beta) can in fact use the camera at the same time as iChat. It does not seem to matter which application is launched first.
    Resetting the SMC on the Mac Mini is not invasive
    Resetting the SMC for Mac Pro, Intel-based iMac, Intel-based Mac mini, or Intel-based Xserve
    1. Shut down the computer.
    2. Unplug the computer's power cord.
    3. Press and hold the power button for 5 seconds.
    4. Release the power button.
    5. Attach the computers power cable.
    6. Press the power button to turn on the computer.
    See the third Expandable link in this Article (Near the bottom)
    In most cases it can be just that the System has flagged somewhere that it thinks the camera is in use when in fact nothing is.
    A PRAM reset may sort it but the SMC reset is more certain.
    A PRAM reset.
    Shut down the computer.
    Restart it holding down Apple/CMD (or ⌘)+ALT PR Keys until you have heard three Start Up Bongs.
    Hope this helps.
    8:40 PM Wednesday; January 26, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • How to tell what recovery point was used for restore

    Is there a way to determine what recovery point was used for a restore after the restore was started.

    The question comes from the experience of having a package installed but not being able to build it from the same PKGBUILD (due to nontrivial issues). The package must have been built successfully by *a* build system, so ideally one would want to replicate that build. The relevant differences I could think of are the compiler flags and to a lesser extent the hardware build platform.
    You should describe these supposedly non-trivial issues. I've never experienced what you describe in my years using Arch, nor have I ever heard it suggested that the famously vanilla Arch packages are built using some sort of unconventional compiler flags. I have heard multiple developers say using highly modified CPU optimizations and modified linking and such are mostly pointless, however. So I'd bet a week's pay that the build system uses vanilla GCC with the default settings. Why would the thing that actually builds Arch Linux be the one part of the Arch ecosystem that doesn't abide by the Arch standards? Why would only some packages have library linking problems and such when all packages are built on the same machine against the same library versions---and thus the conditions resulting in a failed build would be identical to those in a successful build? I could be wrong, but I think you're on the wrong track. The quickest way to find out is to describe what the real problem is, not what you imagine the solution to be.

  • How to set username and password when using Proxy class for SOCKS5?

    Hi all,
    I use the proxy class for SOCKS5, so need to set username and password, I don't find where can I set the value. whether the API support it.
    Thanks in advance!

    System.getProperties().put("proxySet", "true");That does nothing. Remove.
    System.getProperties().put("proxyHost", getProxyHost());
    System.getProperties().put("proxyPort", getProxyPort());You should be setting socks.proxyHost and socks.proxyPort here.
    System.setProperty("java.net.socks.username", getSOCKSUsername());
    System.setProperty("java.net.socks.password", getSOCKSPassword());
    Authenticator.setDefault(new ProxyAuth(getSOCKSUsername(), getSOCKSPassword()));You either need the first two lines or the third, not both. See the last link posted above.
    1. After I set the value, I connect internet by proxy, how the proxy server knows the values?Because Java tells it during the SOCKS handshake.
    2. In my app, I just set the values in the system properties, then JVM does remaining work? Remaining work is not concerned?Should be OK unless you have to connect to a different SOCKS proxy from the same JVM, but that kind of thing is problematic anyway due to the curious Authenticator design which is set globally, not per connection as you might expect.

Maybe you are looking for