Unable to image HP DC5850

Hi everyone....
I run Zenworks 7 on SLES 9 and i'm unable to image HP DC5850 computer.
When i use Boot CD ot PXE, I always have the message :
Could not find Zenworks Installation source
I'm not very familiar with Linux and command line. If someone have a solution, it is possible to give me all details to resolve the problem?
Thanks in advance....

Hi Aaron....
I always have this patch installed.
If i found the driver, can you help me to How can I add a driver in Zenworks 7?
Thanks in advance....
Originally Posted by Aaron Z
On Mon, 20 Apr 2009 19:36:04 +0000, stevev wrote:
> Hi everyone....
>
> I run Zenworks 7 on SLES 9 and i'm unable to image HP DC5850 computer.
>
> When i use Boot CD ot PXE, I always have the message : Could not find
> Zenworks Installation source
>
> I'm not very familiar with Linux and command line. If someone have a
> solution, it is possible to give me all details to resolve the problem?
>
> Thanks in advance....
It sounds like a driver issue. what network card is in that laptop? you
will need to find a driver that works in linux. If you haven't done so
yet you will want to download the latest driver package from the support
site. Under Zenworks Desktop Management is it called "Zenworks Imaging
Driver Update for February 2009" if that doesn't have updated drivers
for your network cards there are more advanced steps to take.
Aaron

Similar Messages

  • Problem to image HP DC5850

    Hi everyone....
    I have a problem to image an HP DC5850 computer.
    I have Zenworks 7 running in SLES 9 with the last patches for Zenworks 7 and the December 2008 drivers update.
    When i try a PXE boot or with a CD, i have this error:
    Could not find Zenworks Installation source.
    Someone have an idea?

    stevev,
    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://support.novell.com/forums/

  • Unable retrieve image from database

    Hi,
    I'm using Mysql-database with blob column. I'm trying to show one image on the page. Now I only get red cross, not image.
    I followed advices by jprazak:http://swforum.sun.com/jive/thread.jspa?threadID=47085&tstart=0
    I changed code for my purpose.
    import java.io.IOException;
    import java.sql.Connection;
    import java.sql.ResultSet;
    import java.sql.Statement;
    import javax.servlet.ServletConfig;
    import javax.servlet.ServletException;
    import javax.servlet.ServletOutputStream;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    * DisplayPicture.java
    public class DisplayPicture extends HttpServlet {
    private final String dbUrl="jdbc:mysql://localhost/pictures";
    private final String dbUser="read";
    private final String dbPassword="public";
    /** Creates a new instance of DisplayPicture */
    public DisplayPicture() {
    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    public void destroy() {
    protected void processRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    String id = request.getParameter("imageid");
    String ct = request.getParameter("contenttype");
    if((ct==null)||(ct.equals(""))) {
    ct = "image/x-jpg";
    System.out.println(("Now displaying image with ID: "+id);
    try {
    ServletOutputStream out = response.getOutputStream();
    response.setContentType(ct);
    out.write(this.getImage(id));
    }catch(Exception e) {
    System.out.println(e.getMessage());
    e.printStackTrace();
    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    processRequest(request, response);
    protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    processRequest(request, response);
    public String getServletInfo() {
    return "Displays a picture from the database identified by a parameter IMAGEID";;
    private byte[] getImage(String id) {
    Statement sta = null;
    Connection con = null;
    ResultSet rs = null;
    byte[] result = null;
    try {
    java.lang.Class.forName("org.gjt.mm.mysql.Driver");
    con = java.sql.DriverManager.getConnection(dbUrl,dbUser,dbPassword);
    sta = con.createStatement();
    rs = sta.executeQuery("SELECT IMAGE FROM IMAGES WHERE IMAGEID="+id);
    if(rs.next()) {
    result = rs.getBytes("IMAGE");
    }else {
    System.out.println("Could find image with the ID specified or there is a problem with the database connection"););
    rs.close();
    sta.close();
    con.close();
    }catch(Exception e) {
    System.out.println(e.getMessage());
    e.printStackTrace();
    return result;
    Then I add to file web.xml
    <servlet>
    <servlet-name>DisplayPicture</servlet-name>
    <servlet-class>DisplayPicture</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>DisplayPicture</servlet-name>
    <url-pattern>/servlets/DisplayPicture</url-pattern>
    </servlet-mapping>
    And image-component to the page, url-value:
    http://localhost:18080/application_name/servlets/DisplayPicture?imageid=1
    I get no errors. What is wrong with this code?
    Thanks

    If I select DEMO_BLOB and BLOBCOL from servers window, I can see in properties window:
    SQL Type BLOB
    Type Name BLOB
    If I select IMAGE column from mysql-table and I can see in properties window this:
    SQL Type LONGVARBINARY
    Type Name longblob
    Could this SQL Type difference be the reason why I can't get images from mysql to the page?

  • Unable to Image HP DC-5700

    Can someone get me the ZDM7SP1 HP4 patch or newer? Have installed ZDM7SP1
    HP3 and imaging still can't find NIC. Hoping HP4 will have the fix.
    Ray Utter, CNE 6
    Systems Engineer
    Gaffaney's of Williston

    On Tue, 24 Apr 2007 19:19:59 GMT, Ray Utter wrote:
    > Can someone get me the ZDM7SP1 HP4 patch or newer? Have installed ZDM7SP1
    > HP3 and imaging still can't find NIC. Hoping HP4 will have the fix.
    http://www.novell.com/support/search...200%2033741332
    If you have already compiled drivers or have linux.2 please put them on
    http://forge.novell.com/modules/xfmo...ect/?zfdimgdrv
    Live BootCd and USB Disk from Mike Charles
    http://forge.novell.com/modules/xfmod/project/?imagingx
    eZie http://forge.novell.com/modules/xfmod/project/?ezie
    Marcus Breiden
    If you are asked to email me information please change -- to - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Anyone have any luck Imaging a Lenovo T420 with ZEN 10?

    I have a ZEN 10 server setup and got the latest (March 2011) BootCD.iso, but still am unable to image one of the New Lenovo T420 Laptops. Has anyone had any luck, or have a bootcd.iso that will work with them?
    Thanks
    Bill

    Originally Posted by schoenb
    I have a ZEN 10 server setup and got the latest (March 2011) BootCD.iso, but still am unable to image one of the New Lenovo T420 Laptops. Has anyone had any luck, or have a bootcd.iso that will work with them?
    Thanks
    Bill
    Try this one: NOVELL: Downloads - ftf_zcm11_e1000e_1.3.10a.zip
    Thomas

  • Disk Utillity 10.4.6 errors creating .DMG

    I had a client over yesterday, we reformatted his system, installed Tiger 10.4 updated to 10.4.6 installed all of his applications, configured all of his settings, and I've told him now that it's clean, and configured, with permissions repaired, to make an image of his drive, as i do, every few months, (I've imaged my system drive likely 100 times by now)
    He's called me, and I'm phone tech' ing him through this process, he's unable to image his system drive.
    He has several drives mounted...
    - A FW Lacie 160gb Empty - zero'd formatted OS Extended Journaled -NAMED "FW Bakup"
    - A Local HD 120gb Empty - zero'd formatted OS Extended Journaled -NAMED "WORK HD"
    His Full System drive (labeled SYSTEM HD) is 27gb used
    -- In Disk Utillity - -
    - Selecting the SYSTEM HD volume (not the whole Maxtor Drive - which is only 80gb anyway)
    - Hitting "New Image"
    - Naming it "Clean-Tiger"
    - Placing it on "WORK HD" OR "FW Bakup"
    Disk utility runs very slow, stalls about half way through, asks for Admin Password again, and yields the following error....
    "Unable to create Clean-Tiger.dmg. No Space Left On Device"
    Although both destinations are not only blank, with over 100gb available... the System image should only be 27gb.
    I've imaged (As I said above) my System, and other system drives, from my powerbook, G4's, G5's easilly a hundred times - and not had this error before.
    there was a 10.3.x panther version that had some disk utility problems for a while that were fixed, and addressed with the following update, that caused (If I remember correctly) a -1 error
    Anyone else having any problems ? have any work arounds ?
    I've tried this with him, booted off the Tiger install disk, an external FW OS X Tiger installation, and tried 3 different 100gb+ destinations.
    Very frustrating.
    His machine is a Quicksilver 933 - OS X 10.4.6 -
    Again, he's not booted off the system drive that he's trying to image, and the destination disks have a massive amount of room.
    All permissions are in tact
    Any thoughts ??

    David,
    I'm not at my G5 right now and my memory is a little hazy, but I think the menu procedure was Images > New > From Folder. Then select the top level of the disk you want to image as the 'folder'. I believe the top level was the name of the HD you want to image. Will look at my G5 when I get home tonight to confirm.
    Have you considered using Netrestore instead? It's free and works great. See Mike Bombich's Netrestore

  • Jabber for Mac - End User unable to Cut & Paste Images in IM

    Full discloure: I am an END USER, not an IT admin or anything like that. Not sure if this is the proper forum to ask this question but figured it was worth a shot...
    Running OSX 10.9.1 and Jabber 9.2.1.
    I am unable to copy-and-paste images into IM conversations with co-workers.
    My "cachedPresenceConfigStore.xml" file shows:
    "<im_cutandpaste_enabled>TRUE</im_cutandpaste_enabled>"
    and
    "<screen_capture_enabled>TRUE</screen_capture_enabled>"
    ...yet these functions seem to be missing from the IM client. As far as I know our organization's service-side policy allows for sending images over IM (confirmed this using the jabber client on a windows machine).
    Am I just "doing it wrong" somehow? Is there some special method I need to use to be able to paste images into an IM conversation?
    Any help or direction is appreciated.
    Thank you,
    Jason

    It appears they disabled it server-side as the button (a paperclip) normaly appears to the right of the emoticon button. While the jabber-config.xml file can block specific file extensions, it cannot disable the feature entirely. This is done within the Service Parameters of the server, which only an admin can see.
    ProcedureStep 1 Choose Cisco Unified CM IM and Presence Administration > System > Service Parameters.Step 2 From the Server menu, choose an IM and Presence node .Step 3 In the Service Parameter Configuration window, choose Cisco XCP Router as the service.Step 4 From the Enable file transfer drop-down list, click On or Off.Step 5 Click Save.Step 6 Restart the Cisco XCP Router Service on every node in the cluster. For more information, see Restart CiscoXCP Router service, on page 43.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/im_presence/deployment/9_1_1/CUP0_BK_D5B4C107_00_deployment-guide-for-imp-91.html
    Please remember to rate helpful responses and identify helpful or correct answers.

  • "Unable to capture window image"

    if I select a window to be screenshot, I get this error:
    Your screen shot can’t be saved.
    Unable to capture window image.
    (shortcut: cmd-shift-4 and then space)
    It seems to be new in Lion. Never had that problem before. And regular screenshots seem to work fine (cmd-shift-3).
    Thanks for any help! ~ Kai

    Thanks Davide ...
    I created com.apple.screencapture.plist with Terminal and restarted the Mac.
    The first couple of window screenshots worked on a Chrome browser window (command-shift-4, then space bar). But it did not work on other app's windows (Finder, Carousel).
    Then I switched back to Chrome and I didn't work there too anymore. Crazy thing is that now it works on Finder windows. Very very strange.
    All this is only true for capturing a whole window content (command-shift-4, then space bar)
    ~ Kai

  • Camera - Torch 9800 - Unable to capture the image

    Hey everyone!
    Had a torch 9800 for 18 months now and always been working fine... until today.
    I went to use the camera and it all seemed to open up fine but instead of seeing what the lens sees the screen was black. The centre focus [ ] was there and I could zoom back and forth just a black screen. 
    When I click for a photo I get a message " Unable to capture the image "
    I have searched the web and found nothing conclusive. Battery pulls, a full wipe and installation of the o/s have made no difference to it's lack of function.
    Does anyone out there have a suggestion? 

    I am having the exact same issue.  I also tried rebooting, taking out the battery and sim card and cleaning out the back, alas no difference.

  • Unable to create an encrypted disk image in Lion

    disk utility gives the error Unable to create "Volume.dmg." (error - 60008) when creating an encrypted disk image. I am using the following steps:
        1.    Open disk utility
        2.    Select the disk (internal or external) to create the image on
        3.    Select File>New>Blank Disk Image…
        4.    Save As: 'Volume'
        5.    Name: Volume
        6.    Size: 50GB
        7.    Format: Mac OS Extended (Journaled)
        8.    Encryption: 128-bit AES encryption
        9.    Image Format: read/write disk image
        10.    Click the Create button
        11.    Password dialog appears
        12.    When I enter a password the dialog closes after entering only a few characters i.e. before I've finished typing, and the following error message displays:
    Unable to create "Volume.dmg." (error - 60008)
    I have previously, successfully, created encrypted disk images in Snow Leopard, and I don't know why I can't in Lion
    Does anyone have any ideas?

    Thanks for this Thomas.
    I've tried naming the image differently, but still received the error, I did however try different permutations for the password.
    The error seems to happen if I use a purely numerical password string and occurs on input of the 10th numerical character, if I start with numerical character but use an alpha before the 9th number I can continue and create a password, and I can create a password  if I start with an alpha and switch to numerals after the first alpha character, purely alphabetical passwords are fine too.
    It seems that Lion doesn't like purely numerical passwords greater than 9 characters, whereas Snow Leopard wasn't so fussy. Seems it's a bit of a bug.
    Thanks for your help

  • Unable to create an encrypted disk image with Disk Utility

    Hi:
    With our upgrade to Lion a few weeks ago, we're now unable to create an encrypted disk image of any type using Disk Utility any more. This problem occurs on 3 different machines, and is reproducible whether one is using an internal HD or an external FW HD. We can successfully create nonencrypted disk images.
    This is a duplicate post with all the details here: https://discussions.apple.com/message/18469359#18469359
    We haven't had any luck with a solution trying various permissions fixes as helpfully suggested by other readers in response to the error message # (-60008 error), so I'm hoping that someone else has run across a solution from the encrypted disk image perspective and that this tag line will generate some help.
    Thank you!

    Save As: 01 (on Desktop)
    Name: 01
    Size: 100 MB
    Format: Mac OS Encrypted (Journaled)
    Encryption: 256-bit AES
    Partitions: Single partition- Apple Partition Map
    Image Format: read/write disk image
    At the password window that pops up I enter: 1234567890
    This says password strength is "Weak"
    All works fine
    Then I repeated this using:
    Save As: 02 (on Desktop)
    Name: 02
    Size: 100 MB
    Format: Mac OS Encypted (Journaled)
    Encryption: 256-bit AES
    Partitions: Single partition- Apple Partition Map
    Image Format: read/write disk image
    At the password window that pops up I enter: 1234567890 and when I start to enter the next "1" I get the "Unable to create "02.dmg." (error -60008)
    OS 10.7.4
    Disk Utility Version 12.1.1 (353)

  • I am unable to edit an image in Photoshop.

    I just installed Lightroom 5.3, and I have Photoshop CS5.1 installed. The problem is that I am unable to edit an image in Photoshop. When I click Photo>Edit In, the option for Photoshop is not active (i.e., it's not black), so I can't click on it. Why are the options for Photoshop and all of the other Photoshop related options, such as Merge to Panorama, etc., not active? In Preferences I have the following settings: File Format = TIFF; Color Space = ProPhotoRGB; Bit Depth = 16 bits; Resolution = 240; Compression = None. I am using Windows 7.

    Chris:
    I have to apologize for being misleading on my request for help in
    resolving the problem.
    Actually the version I am using is CS2 not CS3.
    Yesterday I tried numerous times, and ways, to edit an image and each time
    it refused to allow me to save it.
    The software program just shut down. This evening when I decided to give it
    another try it worked perfect.
    Guess the program just took the day off.
    Thank you for offering to help
    Regards,
    Doug

  • I am unable to email an image from camera roll. the image gets "stuck". cannot input email address or subject line. am unable to cancel and go back to camera roll

    i am unable to email images from my camera roll. the image gets "stuck". cannot insert email address or subject line. cannot cancel... return to camera roll.
    what to do. i tries taking new picture and sending it in an email... same thing... gets "stuck "
    Waht to do ?

    Hello lohmann8,
    Thank you for providing so much detail about the issue you are experiencing with emailing photos from the Camera Roll.
    The first thing I recommend is quitting and relaunching the applications on your iPhone:
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    You can find the full article here:
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    If you are still seeing the same issue after quitting and relaunching the Photos and Camera app, I recommend restarting your phone and then resetting if it's still not working:
    Restarting your device
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
    Press and hold the Sleep/Wake button until the Apple logo appears.
    Note: Reset your device only if you are unable to restart it.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    You can find the full article here:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    If the issue persists, the last thing I recommend is backing up and restoring your iPhone:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    iTunes: Restoring iOS software
    http://support.apple.com/kb/HT1414
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Unable To Remove An Image From An Album - Sometimes

    I have a project containing approximately 2900 images (masters plus versions). I have defined 8 albums and moved various images to each. I am able to select one or more pictures in any of the albums. For simplicity lets assume that I have a single image selected and I want to remove it from the album it is in. I go to the Image menu. About one-third of the time the "remove from album" option is enabled, and when it is I am able to delete the image either by selecting the Image option or using the Delete key. However, the other two-thirds of the time The "remove from album" is grayed out and even using the Delete key does not remove the selected image.
    One interesting behavior I have observed. If I find an image I am unable to delete, I can first select an image I KNOW can be removed, duplicate it, the select just the replicant plus the image I wanted to remove originally and now BOTH images can be deleted (the "remove from album" option is available).

    I'm having the same kind of problem and it's driving me nuts! Most of my problems have arisen from duplicate images imported when I did a mass import into Aperture from iPhoto. It brought in both the original image and the edited image, and I can't remove either from a given album! I will try your suggestion of duplicating a cooperative image first and using it as the "seed" for deletion.

  • Unable to burn AUDIO to DVD or Disk image, video is fine

    As many other posts have stated; I am unable to burn the Audio portion of an iDVD nor does "save as disk image" transfer the audio of my iDVD. Transferred an iMovie, (an iPhoto set of photos with iTunes audio imported into iMovie) to iDVD. Audio plays on iMovie, audio plays on iDVD preview. Tried removing recommended ~com.apple.iXXX.plist, no help. Tried different encoding methods: i.e. Best/High/Professional. Tried saving to different sizes HD/Large/etc. Tried Share Media in iTunes, Media Browser, etc. Checked Main Audio, volume slider bar in iDVD. Tried importing audio into iDVD rather than transferring from iMovie. It doesn't seem to matter how I build the iDVD it works, until I go to Save As Disk Image or Burn DVD. Video works great (better in Large than HD) Audio doesn't transfer.
    21 total minutes, 1.15GB of final iDVD using a default theme.

    Hi
    (an iPhoto set of photos with iTunes audio imported into iMovie) to iDVD
    Yes this is the problem - in iTunes there is a copy-protection that moves over
    Result
    • Plays well in iMovie
    • Plays well in iDVD preview
    • Silent on DVD
    Only way around this is to in iTunes collect needed audio into a play-list
    Burn this out as an Audio-CD and .aiff (NOT .mp3)
    Use the audio on this CD in Your iMovie project.
    Yours Bengt W

Maybe you are looking for