PXE Imaging & Licence Server Comms

Hi Guys,
long time forum reader, but first time poster - therefore please overlook the low post count.
We have a ZCM 10.3.3 setup, and i'm struggling to acheive Imaging connection.
Due to a lack of IP addresses in our ZCM subnet (DMZ) we have created a private LAN for commissioning new devices.
A router has been put in place to forward ICMP requests from the Imaging Satellite on the Private LAN to the ZCM Servers on the DMZ subnet, but im still getting comms errors.
From reading these forums, i see TID: 7004082 is very similar - but i'm hoping there will be a solution to my slightly different scenario.
Basically "office politics" means that our only communications from the Private LAN to the DMZ are ICMP requests (as we discovered early on that the Zen Satellites will not promote to imaging servers unless they can Ping the ZCM Primary Servers).
I have checked the novell-pbserv & prebootpoilcy logs etc (on the Imaging Satellite within the Private LAN), and see that after obtaining a DHCP request the client device (to be imaged) contacts the Preboot policy service, then exits.
The logs say "Failed to connect to ZCM Server (IP) at port 443, error code 7
What network requests are the clients trying to send through to the DMZ? and is it possible to configure them to look at the Imaging Satellite on the Private LAN, rather than go across to the DMZ, as due to the politics mentioned above, i don't think we will be able to make any further network changes.
I have looked at the conf files in the preboot folder on the Imaging Satellite but the only changes i have tried (and still failed with) is changing the HTTP server IP (novell-zenimgweb.conf) from the Primary server to the IP of the imaging satellite.
Any help would be appreciated!
Thank you in advance,

AGZCM,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://forums.novell.com/

Similar Messages

  • PXE image fails

    I am trying to create PXE image of 2008 server and it fails with error saying harddisk drivers not found. Can any one help me with it?

    you have to add drivers for the storage controller to your PE image.
    MCP/MCSA/MCTS/MCITP

  • How do I point my RDS 2012 R2 server to pick up the RDS licences from a dedicated RDS Licence server

    I have configured a dedicated server 2012 R2 box to be the RDS licence server for the Domain.
    When I use the Review configuration option, I get 2 green tick circles which indicate to me that all is well. However, when I built a separate RDS Server 2012 R2 box, this server does not seem to be picking up a licence.
    Can anyone help?

    Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Licensing
    "Use the specified RD license servers" = myservername
    "Set the Remote Desktop licensing mode" = Per User
    OR
    In Server Manager -- Remote Desktop Services -- Overview -- Deployment Overview -- Tasks -- Edit Deployment
    Properties.

  • How to see the image from server

    hi,
    I have uploaded an image to server using following code. I want to see the image from server now. When i open this page then it show image. But when i want to see this image from server then it shows blank. Whats the problem of my code? Give me solution.
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <%@ page import="org.apache.commons.fileupload.*" %>
    <%@ page import ="org.apache.commons.fileupload.servlet.*" %>
    <%@ page import ="java.util.*" %>
    <%@ page import ="java.io.*" %>
    </head>
    <title>User Registration page</title>
    <body>
    <%
    boolean isMultipart = ServletFileUpload.isMultipartContent(request);
    FileItemFactory factory=new org.apache.commons.fileupload.disk.DiskFileItemFactory();
    ServletFileUpload upload =new ServletFileUpload(factory);
    List items = upload.parseRequest(request);
    Iterator iter = items.iterator();
         while (iter.hasNext()) {
         FileItem item = (FileItem) iter.next();
         if (!item.isFormField()) {
         String path=application.getRealPath("/");
         File tempfile=new File(item.getName());
         File uploadfile=new File(path,tempfile.getName());
         item.write(uploadfile);
         %>
         <br>
    <img src="<%=uploadfile%>" height="100" width="100">
    <br>
    <%=uploadfile%>
    <%
    item.delete();
    %>
    </body>
    </html>Is there anybody can help me.
    With regards
    Bina

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <%@ page import="org.apache.commons.fileupload.*" %>
    <%@ page import ="org.apache.commons.fileupload.servlet.*" %>
    <%@ page import ="java.util.*" %>
    <%@ page import ="java.io.*" %>
    </head>
    <title>User Registration page</title>
    <body>
    <%
    String filename = "";
    boolean isMultipart = ServletFileUpload.isMultipartContent(request);
    FileItemFactory factory=new org.apache.commons.fileupload.disk.DiskFileItemFactory();
    ServletFileUpload upload =new ServletFileUpload(factory);
    List items = upload.parseRequest(request);
    Iterator iter = items.iterator();
         while (iter.hasNext()) {
         FileItem item = (FileItem) iter.next();
         if (!item.isFormField()) {
         String path=application.getRealPath("/");
         filename = item.getName();
                         File tempfile=new File(filename);
         File uploadfile=new File(path,tempfile.getName());
         item.write(uploadfile);
         %>
         <br>
    <img src="<%=path+filename%>" height="100" width="100">
    <br>
    <%=uploadfile%>
    <%
    item.delete();
    %>
    </body>
    </html>

  • Copy and paste images in server side folder

    Hi ,
    I want to copy & paste the images in server side folder .
    Have you any idea than please send me.
    Thanks.
    Have a nice day

    Client side: Reading/Sending file contents
    FileInputStream in = new FileInputStream(filePath+"\\"+fileName);
    int size = in.available();
    byte data[] = new byte[size];
    in.read(data,0,size);
    in.close();
    //calling remote method for sending file
    uploadFile(fileName,data);
    Server side method
    public boolean uploadFile(String fileName,byte []data) throws IOException, ServerNotActiveException {
            FileOutputStream out = new FileOutputStream(fileName);
            out.write(data);
         out.close();
    }

  • Upload image from server in jdev release2 11.1.2.4.0?????

    HI i am using jdev 11.1.2.4.0
    my requirments are
    1.upload image from server
    2.display image and edited by using editor page like paint.
    3.save that edited copy also
    i am new i jdev,is this requirements are done by jdev,please help,i dont have any idea,please help????

    Unfortunately upgrading to 10.8.2 messes up your previously configured steps and you can no longer rely on Java Preferences to define your JDK setup.
    What I suggest is doing this:
    1) Delete your current JDev installation + the system directory
    2) Ensure that the symbolic link as described in step 3 of the following link is still present and points to actual file
    3) Follow the steps in this blog: https://blogs.oracle.com/blueberry/entry/how_to_saddle_your_mountain ... to reinstall JDev.
    This should get you back up and running.
    CM.

  • Shake Floating licence Server?

    Hi Guys,
    I remember working at a company a few years ago (back in Shake 2.5 - 3.5) and the licencing was controlled by 'Shake Floating Licence Server" software that ran from the company's server
    The company had 4 licences that could be run at one time - on any machine in the building i think
    Any one know if something like this still exists for Shake 4.1?
    Cheers
    Adam

    Yes you could up till 4.0 but 4.1 doesn't even use a serial or license anymore.

  • Copy & paste the images in server side folder

    Hi ,
    I want to copy & paste the images in server side folder .
    Have you any idea than please send me.
    Thanks.
    Have a nice day

    [http://java.sun.com/docs/books/tutorial/essential/io/].

  • Users have to enter licence server name after server reboot

    Hi all,
    After every reboot of their server, every users of my customer have to enter the licence server name to be able to connect to SAP. Any idea why it's happening ? Is their a file where the name of the server is saved which could be deleted ?
    Thanks
    Charles Froment

    Hi
    did you change the IP address?
    did you change any hardware piece in the server?
    In the client you can find a file called b1-current-user.xml in Application Data\SAP\SAP Business One folder.
    Open this file, and if it corrupted delete it. SBO will create another with the right configuration.
    Kind regards
    Agustín Marcos Cividanes

  • Save image to Server in folder from iframe tag

    I am using iframe tag to display image. Also there is a Save Image Button on page. I want that when user rotate the image inside iframe, then this rotated image should save into server in folder by click of a button.
    How to do this...plz help

    Hi Rajnegi,
    In my opinion, this thread is related to ASP.NET forum. So please post thread on that forum for more effective response. Thank you for understanding. Please refer to the following link.
    http://forums.asp.net/.
    To save your time, the following way is a popular way to upload images to server. You can put the code in your iframe. Please see the page below:
    http://www.aspsnippets.com/Articles/Multiple-File-Uploads-Gmail-Style-using-JQuery-and-ASP.Net.aspx.
    Hope useful.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error: IP Address or Server Name for the Licences Server

    I am getting this error after installing SAP Server and after that the client. But the Error keep Comming back:
    IP Address or Server Name for the Licences Server.
    Regards,
    Faisal Baloch

    Hi faisal,
    Ca you please elaborate more on this like, which version & module you have installed the server on? like solution manager etc.
    Thanks
    M. Nizam

  • Bug when save area flash to image on server

    hi all,
    I've a problem when save area flash to image on server (both Win or Linux), but on local (OS: Window) it allaway runs well. I try to find this bug, when user "loadMovie" function it's bug, but i don't use "loadMovie" function it runs well (on Sever)
    source below:
    * Print Button has been clicked
    function print_me(){
        trace("printing...");
        var _loc4 = new flash.display.BitmapData(300,300, false);
        _loc4.draw(this);
        my_mc = _root.snap_mc;
        my_mc.cont_mc.attachBitmap(_loc4, 5, "auto", true);
        my_mc.cont_mc._width = 200;
        my_mc.cont_mc._yscale = my_mc.cont_mc._xscale;
        var _loc2 = new flash.display.BitmapData(my_mc._width, my_mc._height, false);   
        _loc2.draw(my_mc);
        myclr = "";
        for (i = 0; i < _loc2.width; i++)
            for (j = 0; j < _loc2.height; j++)
                clr = _loc2.getPixel(i, j).toString(16); // cannot get color of this pixel when it runs on server(all away return FFFFFF - white) , but on local it runs well
                myclr = myclr + (clr + ",");
            } // end of for
        } // end of for
        var _loc3 = new LoadVars();
        _loc3.w = _loc2.width;
        _loc3.h = _loc2.height;
        _loc3.clr = myclr;
         _root.result_.text    = myclr;
         // send php save image
          _loc3.sendAndLoad("http://example.com/save_image.php", _loc3, "post");
    var mclListener:Object = new Object();
    mclListener.onLoadStart = function(target_mc1:MovieClip) {
       trace("start");
    mclListener.onLoadComplete = function(target_mc1:MovieClip) {
      trace("complete");
    //abc();
    mclListener.onLoadInit = function(target_mc1:MovieClip) {
       trace("onLoadInit");
        // Print when load image completed
        print_me();
    mclListener.onLoadError = function(target_mc1:MovieClip) {
       trace("error");
    var image_mcl:MovieClipLoader = new MovieClipLoader();
    image_mcl.addListener(mclListener);
    _root.mc.loadMovie('http://example.com/box_rose_frame.jpg');
    any body help?
    thanks

    thanks your help.
    I fixed it: if use "loadMovie(url)" function with
    - Url: remote, ex: http://example.com/abc.jpg => errror
    -Url: local, ex: ../../upload/abc.jpg => run well
    it's fixed
    Regard

  • Connection to Licence Server fails - not authenticated

    System:
    SAP B1 2007A PL42
    SAP Client, SAP Server and SAP Service Manager are running on my local computer.
    Service Manager and Licenze Server are running.
    Try to login as manger to a client database in SAP B1.
    The login fails with error message "Connection to Licence Server is not authenticated" ("Verbindung zu Lizenz Server ist nicht authentifiziert!").
    Login to other client databases installed in the same system without any problem.
    Thank you for your help!
    Frank Romeni

    Hi Frank,
    Does the database name contain a '&' sign? If it does, could you please try restoring the database with a name that does not contain the '&' sign.
    When the database name is forwarded to the licence service in an XML format and there are certain characters which are not allowed to be in an XML: > < & ' " \                                                             
    The database name must not include such characters and this is what causes the error message you are receiving.                                                                               
    In order to solve this issue, please follow the steps below:                                                                               
    1. Detach DB, check datafile.mdf and logfile_log.log for special signs. If necessary rename.
    2. Attach it again. Make sure no special sign e.g. like "&" are used for the name of DB as well
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team

  • Receiving images from server

    Hello,
    I want to get image, from server to mobile.
    In what format server shoud transfer image?
    May be in byte array?
    In what way images are transfered through the network ?
    Thank you.

    Hi,
    I have done it. May be it helps you. Send png image from server in byte array. Treate your image as a file and send the contents of file as a bytes. that means read a whole image file in to byte array and send the array.
    At receiving side create image from this byte[] . Suppose you had received array :
    byte[] imageBytes; then do
    Image image = Image.createImage(imageBytes,0,imageBytes.length()-1);
    It will create immutable image. If you want muttable image from it ,then do
    Image mutable = Image.createImage(image.width(),image.height());
    Graphics g = mutable.getGraphics();
    g.drawImage(image,0,0,Graphics.TOP|Graphics.LEFT);
    Hope it will help you.
    Regards,
    Ronak Patel

  • Licence server - enter valid password

    Hello Experts,
    I wanted to upgrade my 9.0 version to 9.1 version. But When I enter the B1SiteUser password to start upgrading, I am getting this error : "Could not connect to licence server; enter valid password."
    For your information:
    In Turkey Localization, you should do this step (c:\Program Files (x86)\SAP\SAP Business One ServerTools\System Landscape Directory\apache- tomcat-6.0.35\bin\) and rename the tomcat6w.exe to SLDw.exe) and add "-Duser.country=US  -Duser.language=en".
    I also changed "the current language for the non-unicode programs" from Turkish to English in Region and Language set-ups of Windows.
    But no luck.
    Thanks in advance,
    Onur

    Hi,
    I have same problem with B1 9.1, Version for Hana, but I cannot apply the workaround of San Xu on linux server.
    I try a clean installation of 9.1 servertools on linux server, but on windows server, when I run the Upgrade.exe for the databases, the error appears: "Could not connect to licence server; enter valid password".
    I've the italian localization.
    Can someone help me?
    Thanks & Regards
    Valerio

Maybe you are looking for

  • How to Import dutch language in CProject 3.1 BSP pages

    Hi all, I had installed Cprojects 3.1 in my ECC5 system which installed with Dutch language. I'm not sure full translation of cProjects in Ductch language is possible in version 3.1 as my customer was request for Dutch translation in cProjects Web Ap

  • Reporting Error After Upgrading to SCCM 2012 R2

    After upgrading from SCCM 2012 SP1 CU2 to SCCM 2012 R2, some users receive an error whenever they open a report.  This occurs in both the SCCM console and the SSRS web site.  What's odd is not all users receive the error.  In fact, for two users with

  • Text from Potential Spoofed #?

    I received an extremely rude / personal text message from a Miami, FL number that I don't know. The text contained information that could be discovered on social media (name of boyfriend /girlfriend) if the sender was a facebook friend, but otherwise

  • BACKUP MAIL ALERT

    Hi Gurus ,            We using SAP R/3 for our production , We taking backup regularly using DB13 TCODE , We need to configure the mail alert . We already configured SCOT , The testing of outgoing mails working fine . But we are not able to set alert

  • Ical won't let me write on a subscribed calendar

    Hi, In my office we have 7 calendars hosted on a webdav server. When i subscribe to them using ical, i would like to be able to read and wirte information on them, but ical, does not let me write on them as it says they are read only... The thing is