Cloning of the network settings on the printer - Smart zero 4.4 clients using Xen

I ran into an issue trying to implement for thin client network printers Smart zero with the build Z6X44017 (same question for with prior build 4.3; same question for T520s, T610s, T620s): If the printer is set by the 'user' account in the HP printer Mapping utility, it does not pass by in a published desktop, XenApp as a printer available to all.  When changing the account 'user' to the 'administrator' account, the printer is listed in the printer mapping GUI.  But it is not available on the published desktop.

However, if the printer is CREATED or MODIFIED by the administrator via the GUI HP printer Mapping on the Xen login Panel, then it is displayed as the default printer on the published desktop.

As we seek to implement dozens of devices at once with the same network printer queue defined, it would be useful to set up once and then clone the settings.

Here's what I've done so far:

1 use the GUI HP printer Mapping utility to create (in administrator mode) network print queue and check that it works on the published desktop

2. use HPDM to capture the root > printer-mapping-Bishop and root > registry values printers from that device using a task of 'files and records.

3. apply these registry via the job template settings to the target group of devices.

It works very well with regard to obtaining the printer to display in the GUI of the mapping of the printers on the Xen login Panel.  However, the same problem exists: unless I go again in administrator mode in the GUI and the Edit/save the printer, it is not available on the published desktop.

A possible solution might be to run a job to 'validate' the printer settings via a program that could be run from the command line, but I can't find such a program in the file system for the Linux client.  It's just a bug in the configuration of the printer, or a limitation of this printer MUST be configured via the GUI only?

The local HP sales engineer for thin clients was able to track down the command of "committing" the printer settings after running the registry task to copy the settings.  It is run as a task of type Script as a template file and registry.

Here is the command to run in the script:

/usr/share/Manticore/plugins/printer-mapping-Mgr/wrappers/apply.sh "root/printer-mapping-mgr.

It can be added as the second subtask under the task of file & registry.

The complete solution is:

1 use the GUI HP printer Mapping utility to create (in administrator mode) network print queue and check that it works on the published desktop

2. use HPDM to capture the root > printer-mapping-Bishop and root > registry values printers from that device by using a "file and registry" tasks and save it as a template

3 edit the template to add a second sub-task of Script to run the command ' root/printer-mapping-mgr ' /usr/share/manticore/plugins/printer-mapping-mgr/wrappers/apply.sh

4. run the task of file & registry model against the target devices.  This model will then apply these registry settings for the group target devices and run the script to validate the changes on the target devices.

Tags: HP Desktops

Similar Questions

  • Not able to scan from the printer to my computer control panel using the HP Photosmart 5510

    Hello

    I recently bought the new HP Photosmart 5510 all in one - and I am not able to scan from my printer to my computer.

    I am however able to scan by launching the scan of the computer. I talked to HP customer earlier this evening and we ran printing + scan doctor and can't find any problems.

    I am running Windows 7-64 bit and that you have installed my wireless printer using the Installation CD supplied with the printer today.

    I could not finish troubleshooting with the technician that I talked to because I had to go to work. The person that I spoke with proposed possibly the full functionality of software downloaded from the hp.com site, which I'm happy to do, but I think that it is useless, because I have the CD of installation here. (The rep that I talked to was very nice, but I prefer not to have to uninstall and reinstall if it is not necessary)

    Because as I mentioned above, everything works perfectly and I am able to scan - but not directly from the printer itself.

    When I try to scan from my printer to my computer an error message appears on the control panel of the printer indicating that: there is no scan destination options of analysis chosen / no..

    However, I can't find anywhere with my HP software where I could add / make sure that the destinations were there. (As I could on my other printers. (IE. By the solution Center)

    This printer does not appear to be a solution center that I could find and the scanner installed with the CD icon doesn't give me any options regarding changing the settings of the parser

    I wonder:

    1. the Hp Photosmart 5510 does not have the capacity to scan from the printer control panel?

    2 OR the CD installation provided with my printer only has the base drivers as the agent of tech support suggested? Which means to scan from my printer I need to download drivers for your hp Web site?

    3. or is the problem because of something else entirely?

    Thanks for your help!

    HI Dublin,

    Follow the steps below to uninstall and reinstall the printer.

    1. open Control Panel

    2. click on uninstall a program

    3 uninstall the Photosmart 6510 in the list

    4 restart your computer

    5. download and install the latest version of Adobe flash player

    http://www.Adobe.com/support/flashplayer/downloads.html

    6 download the drivers and full software functionality, and then reinstall the printer.

    Version 28.8

  • should I turn the printer off when you are not using it?

    you just buy new printer - HP envy 5530 - need to know if I need put it off when you are not using it or if it passes in mode "sleep"?  other printers I had went to sleep mode however cannot locate this answer in the FAQ - like entry - thanks ~ ) husband

    Welcome to the mgchandler forums,

    I saw your post on want to know if you should be powered down the printer or if it won't fall in the mode 'sleep'. My best advice would be to turn off the printer by the power button if it will not be used for a period of time, for example during the night. Regards the mode "standby", the printer goes into standby after 5, 10 or 15 minutes of inactivity.

    • To change the settings for sleep mode, go to the front screen of the printer and press settings (wrench)
    • Contact preferences
    • Press the arrow down and on Standby Mode when you see
    • You can now change the time of mode 5 to 10 to 15 minutes before

    User - Guide Page 93 + 94 for Info Sleep Mode

    I hope I helped answer your question!

    Have a great Tuesday

  • How to open the print window via Javascript (normally we use shortcut Ctrl-P in illustrator)

    Screen Shot 2016-04-05 at 4.42.26 PM.png

    You can use the method executeMenuCommand as below:

    app.executeMenuCommand("Print");
    
  • decrease the RAM on vsphere 5.5 clients using powershell

    Hello

    I have client vsphere with 4 GB ram deployed and the wish to reduce this amount to 1 GB, they are held in w8.1

    can I do this using the powershell cli software and the script?

    I can do what everyone turned off, then decreasing RAM within the interface of vsphere and then power it back on, but I need a better and faster way

    and if we can do this using powershell is a ready to use script, I can use or change?

    Thank you

    Hello

    With PowerCLI you can use cmdlets Set - VM with something MemoryGB parameter like below:

    Get - VM VM1. Set-VM - MemoryGB 2

    or

    Get - VM $VMName | Set-VM - MemoryGB $memorysize - confirm: $false

    If you want to feed off the coast of the first virtual machine, you can do

    Get - VM $VMName | Stop-VM - confirm RunAsync: $false

    #or

    Get - VM $VMName | Stop-VMGuest-confirm: $false

    #set memory in GB

    Get - VM $VMName | Set-VM - MemoryGB $memorysize - confirm: $false

    #then light

    Get - VM $VMName | Start-VM - confirm RunAsync: $false

    References:

    vSphere PowerCLI reference Set - VM: vSphere 5.5 Documentation Center

    VMware KB: Management of the virtual machines using PowerCLI

    Thank you

    Bayu

  • Photosmart b209a more: how to change the network settings?

    I have this printer on a wireless network connection. In a few weeks will change my broadband service, which is to get a new router. Is there an easy way to change the network settings for this printer to connect to the new router, without having to reinstall the printer software?

    Here's what you need, your support page.

    http://support.HP.com/us-en/product/HP-Photosmart-plus-all-in-one-printer-series---B2/3777155/model/3777156/drivers

  • Want 4500: I get a message saying that the "the printer is not connected.

    I just bought a HP Envy 4500 all in one printer.

    I can't print to it without having to restart it every time.

    I get a message saying that the "the printer is not connected.

    I can access the built-in web server, so I am sure that it is connected.

    It seems that he is going to sleep but cannot be awoken by activity.

    I checked network settings changed and tried to change the Hello Service of priority higher to 9100 (because the default Internet Printing Protocol) seems odd, but makes no difference.

    The State indicates that the power of the wireless signal is 5 - that sounds just because it's six feet from my PC that has a great wireless signal.

    I uninstalled and reinstalled the printer.

    The restart is only viable if the printer is restarted and sent instantly - work if you wait a few minutes (energy saving option is set to 15 minutes and it's inside that) is the same thing - the said printer dialogus "Opening conection printer" and then, almost immediately, "the printer is not connected.

    If I try to scan I get an error-9923

    Hi @jpkeates,

    Welcome to the HP Forums!

    I understand that you can not print with your HP Envy 4500, once he falls asleep on your computer Mac OS X 10.11. I'm happy to help you!

    Please, try the steps in this guide, "printer offline" or "printer not responding" Message (OS X). It is also important to ensure that:

    Make sure that the multicast is supported

    If you use a wireless network, make sure that muticasting is supported and enabled on your router.

    If the new connection is working, you know that the printing problem is tied to the computer.

    If the new connection does not work, then the printer may need to be repaired or printed using a different type of connection.

    Disable IPv6 (network connection)

    Disable IPv6 on the printer to make sure IPv4 is used on your network.

    If your printer has a control panel with display, find the IPv6 settings in the advanced network configuration menu and set it to Off or disabled.

    If your printer does not display, use the built-in web server (EWS) to disable IPv6.

    From a computer on your network, type the IP address of the printer in the field URL of your Internet browser.

    NOTE:

    If the Web page appears empty, try another Internet browser.

    Click on the tab network or network, and then open the section or page corresponding to your type of network - wired or wireless.

    Select enable IPv4 only (or similar).

    Figure: Configuration example IPv4 using an integrated Web server

    If this, or one of the posts on this thread, helped you to solve the problem, please click on accept as Solution on the message. To show you 'like', or that they are grateful for my post, please click the thumbs upwards below. If there is anything else I can do to help, please don't forget to let me know!

    Hope this guide and help the steps!

  • P1102w - cannot find the printer

    Hello

    I'm unable to print using a wireless connection.

    the printer is p1102w.

    operating system is MAC OS 10.10 Yosemite

    Whenever I try to print something I get "printer is not connected / cannot find the printer" message.

    I tried the solutions on your support site, but nothing helped.

    For sure, printer is connected to the same network as the computer. I see it on the print configuration page and I can connect to its IP address via a web browser (but I can't use web services).

    All software and drivers are up to date. Update Apple is nothing new to me. Niether have your site.

    I tried to move the printer closer and further away from router. No results.

    No web proxy is related to my network.

    To make this work, I have to remove the printer from my system, reinstall it using the USB cable, and then add it again via wi - fi.

    But some time the problem reappears.

    It's really frustrating. Help, please.

    Hi @xopot ,

    I see that you have problems printing via wireless network. I would like to help you today.

    Since you can access the printer embedded Web server, the printer would have a valid IP address. Most likely, it has something to do with the software that the printer uses.

    Fix permissions of the drive on the Mac:

    Close all applications.

    In the Apple menu, click OK, click Applications, and then click utilities.

    Double-click disk utility.

    Highlight your hard drive / partition on the left.

    Click on check and then repair disk permissions.

    Restart the computer...

    Reset the printing system:

    Note: This will remove all printers in the print and Fax/Scan, any printer deleted can be re-added later by clicking the sign plus (+) symbol.

    Click on the Apple icon and then click on System Preferences.

    Click on Printers & Scanners.

    Make a right click (or Ctrl + click) in the left white side panel, and then click Reset printing system.

    Click OK to confirm the reset.

    Type the name and the correct password.

    Click OK to reset the printing system.

    Then click on the sign to add the driver, highlight the printer +. (you may need to click the drop down menu to select the name of the printer) Then click the Add button.

    Configure a static IP address for the printer.

    The printer is not found during Installation wireless.

    Do not take into account the title. Select the Solution 4: assign your printer a static IP address.

    If you need help, let me know.

    Have a great day!
    Thank you.

  • HP Deskjet 3050 J611 series: I can't remove a document from the print queue

    My printer has an element 'stuck' in the print queue.  It got stuck when I accidentally turned off the computer until the print job has finished.  I use the "remote" printer, that is to say through the network. not with a printer cable.

    I tried to remove it, I went to the Control Panel, etc., I tried HP Support Assistant - nothing works.

    I tried to turn off the computer, printer and internet router for several minutes.

    The print queue of the printer says "delete", but it has been like that for 12 hours.

    I can not print anything else!

    Help, please!

    Yes, after the restart I had to go back in the case R Windows to run, and then in the print spooler and press start and the printer came back without the stuck paper.  Thank you very much!

  • m276n: print from a mobile device using a wired connection on the printer

    Hello

    I am considering buying the printer m276n for use in the home. I have a small Home Office on the top floor of my house which is out of range of my wifi signal but has a wired connection to the same router that broadcasts the wifi signal. I want to put the printer and connect it via a wired connection to the network. I know that it works perfectly for all windows home computers that are attached to the same network (wired and wireless), as long as I give you a fixed IP address to the printer.

    But since we use mobile devices more and more (apple and android) it will be a nice to have to print those as well. I watched Eprint Airprint movies, but all tell me that the printer must be connected wireless. Is it a necessity or my proposed wired installation will work just as well?

    Hi @MartijnS ,

    I see by your post that you would like to know if you can use the ePrint Airprint functionality with the printer and when it is configured on the network via an Ethernet connection. I can certainly help you.

    The ePrint and Airprint feature work when a printer is connected to a network. It can be wired or wireless to the router.

    Here is the document with a little information for print from an Apple Mobile Device.

    The documentation shows also wireless, but again, it works through a wired too.

    I hope this helps.

    Have a great day!
    Thank you.

  • New wireless router and the printer does not print

    Old wireless router has failed, installed new network installation one C7280 printer.

    The printing attempt failed. The wireless network Test report indicates all PASS and Excellent, no other nerwork not detected.

    Remove the printer in Control Panel > printers.  Then:

    1. make sure the printer is on and connected to your network. Verify that you can access the printer's internal web page by accessing its IP address before continuing.
    2. click on > start > Control Panel > printers.
    3. click on add a printer
    4. Select local printer
    5. Select create a new port and select Standard TCP/IP Port, and click Next.
    6. under device type, select TCP/IP Device. Under the name of host or IP address, enter the host name of the printer (found on the network printer configuration report the generated above). Click Next.
    If you get a message about required additional Port information, then the printer is not found using the host name. You can go back and start over or using the IP address of the printer instead of the host name.
    7. Select Hewlett-Packard in the list of manufacturers and select and select your printer model. Click Next.
    If your printer model is not in the list, then select disk provided, browse the CD that came with your HP printer and select the first file begins with hp and ending with INF. click Open, then OK. Select your printer model. Click Next.
    8. If prompted, use the driver that is currently installed.
    9. He will ask the name of the printer - enter a new name or use the one existing. This will be the name of the printer that you select from other applications.
    10. we may ask you to share the printer. Make a choice and click Next.
    11. the printing area of Test Page is displayed. Go ahead and print it out.
    12. click on finish.

  • Please help, the printer does not have 'ink system failure '.

    Hello

    Any help appreciated.  My printer is printer all-in-one Photosmart C7280.

    2 days ago my printer has not worked. It comes with several error messages after I turn it on. The first is "ink system failure: ink system has failed." Cannot copy, receive faxes or print. Refer to the printer documentation. Error: 0xc19a0025. Turn off the power, then new. »

    However when I turn off and then again via the "power" button, I get a message saying "abnormal termination. Then the same error message original returns (0xc19a0025). It is the most common error and won't go away. Then too, I get a message saying "problem Photo tray: lift the output tray, check the photo tray is pushed up to the stop, lower output tray. Despite the fact that I haven't used the photo tray in several months and it is in the correct position.

    So far I tried to turn on the printer, shut down several times by using the power button. Also, I turned off the printer in making last night (after having been closed properly) and back on this morning. I looked through the documentation of the printer, but could not find tips for troubleshooting for this kind of problem. I updated the driver from HP using software update on my mac, and the problem is still there.

    Now I get desperate, I rely on my printer/scanner/copier a lot!

    Thank you

    Nathalie

    This widget could not be displayed.
  • I'm unable to install the printer driver for HP OfficeJet G55xi

    I am trying to install the printer driver for HP OfficeJet G55xi.

    When I went to the HP site, it said to install Windows 7 operating system printer driver, by plugging the printer on my Windows 7 computer using a USB cable.  I did, but it was not installed.

    I also need to install the HP Director software.

    I had a computer technician to connect remotely to my computer to install the printer.  He had to install additional tools that are available on the same site where I tried to install the printer driver.  I don't know how he did, but I watched it.  Anyway, he managed to install additional tools, which resulted in the printer being installed correctly.

    It's a pity that the site where I download the printer driver does not provide adequate instructions for how to do this.  I guess the solution is hiring a computer technician to do it for you.

  • PRO-100 network settings

    I just got my Pro-100 and set up, but I can't figure out how to get the network settings. I printed the network configuration page and it shows that my ethernet is disabled. Where can I enable and whee do configure ethernet and wifi settings? I have install all software provided on the CD, and I can't find anthing that connects me to these settings. It is currently connected through the USB port, but this is not how I want to connect. Frustrating!

    Just use the Canon IJ Network Tool to change your settings.  Let him find the printer, select the printer port, click the configuration tab.  Here you select the wired lan connection and have the choice to give up or let the printer get the IP address automatically.  In my system, my assigned IP printer is 10.0.0.3.  I found assigning printers in the better router and ports (wired and wireless) Setup and any changes in the automatic allocation of router messed with my configuration of printer port assignment.

    If you have installed the drivers both 8-bit and 16-bit, you may need to verify that the port assignments have the same address.  I don't remember if I had to assign in the two ports, but better to be safe.

  • Count the number of zero terms between non zero terms

    Hello.  I have a table of data of zero and nonzero (example: {1 2 56 2 3 0 0 0 0 0 2 3 5 2 3 5 2 0 0 0 0 32 43}) I need to count the number of zeros of each string of zeros and mark that number against the first zero no term following the string of zeros (NOTE (: string is used here as a description of a series of zeros, not a string variable).  So the plot which coordinates since my example would be (5.2) and (4.32).

    I'm clear on the way to the path, but I am unable to store only each final count of consecutive zeros without having unnecessary data in my plot.

    Thanks in advance to all those who have advice!

    -Mike

    Do something like that?

    EDIT: Minor Correction because of the additional function of decrement.

Maybe you are looking for