How do I patch remote system?

I have a proxy(patchsvr) system to allow me to download and patch remote systems. They can access the system fine but I want to push patches out to these system and I am unable to do so. What am I missing on this setup?
smpatch analyze -n hostname
smpatch update -n hostsname
smpatch add -n hostsname
These all fail.
I have a /.rhosts file giving patch server root access.
What am I missing on this setup?

with an LPS the idea is that the clients pull patches from it. you should be able to run smpatch analyze/download/update from your clients and they will get all patches they need from patchsvr

Similar Messages

  • Unable to patch remote systems

    Need help with the setup to patch remote systems. I am using NIS and am first trying to patch Sol 10 systems before I install the management software on older versions. Can someone give me a clue why I am failing to update these remote systems please.
    Chris

    MSI (c) (1C:64) [09:06:15:075]: Final Patch Application Order:
    MSI (c) (1C:64) [09:06:15:075]: Other Patches:
    MSI (c) (1C:64) [09:06:15:075]: Unknown\Absent: {AC76BA86-A440-FFFF-A440-7A8C40011009} - C:\Users\*********\Downloads\AcrobatUpd11009.msp
    The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
    C:\Windows\Installer\c288bb.msi
    MSI (c) (1C:64) [09:06:15:075]: Product: Adobe Acrobat XI Standard - Update '{AC76BA86-A440-FFFF-A440-7A8C40011009}' could not be installed. Error code 1642. Additional information is available in the log file c:\temp\acro.log.
    MSI (c) (1C:64) [09:06:15:076]: Windows Installer installed an update. Product Name: Adobe Acrobat XI Standard. Product Version: 11.0.05. Product Language: 1033. Manufacturer: Adobe Systems. Update Name: {AC76BA86-A440-FFFF-A440-7A8C40011009}. Installation success or error status: 1642.
    MSI (c) (1C:64) [09:06:15:077]: Product: Adobe Acrobat XI Standard -- Installation failed.
    MSI (c) (1C:64) [09:06:15:077]: Windows Installer installed the product. Product Name: Adobe Acrobat XI Standard. Product Version: 11.0.05. Product Language: 1033. Manufacturer: Adobe Systems. Installation success or error status: 1642.

  • How does Max Find Remote Systems

    How does MAX find remote systems?
    I have written a UDP chriper as a way to solve this problem in the past, however, it seems that NI has allready solved this problem and I'd rather use what comes in the box. 
    Existing APIs or documentation would be great.
    ~Jon
    Certified LabVIEW Architect
    Solved!
    Go to Solution.

    There is a Find Systems VI on the Real-Time / RT Utilities / System Configuration palette that can find some things (like PXIs) on the network.
    BS

  • How to create a jar file which is in the remote system?

    Hi,
    I have a set of files that resides in a remote system,which have to be "jar"red. I have a firewall in between. I want to create a jar file out of the files situated in the remote system.How do i go about this process.?

    Hi,
    You can't do that in a simple way. You need to have a port open in the firewall, and you need to have a server process on the remote machine.
    Kaj

  • How to call an EXE file on a remote system from SAP system?

    Hi Friends,
    I want to execute an EXE file existing on the remote system from SAP system. Could some one give me an idea of how to execute that?
    Thanx in advance,
    Ram

    Hi Ram,
    Try this
    SXPG_COMMAND_EXECUTE
    Reward if this helps,
    Satish

  • How to create the log file in remote system using log4j.

    Hi,
    How to create the log file in remote system using log4j. please give me a sample code or related links.The below example i used for create the log file in remote system but it return the below exception.Is there any authandication parameter for accessing the remote path? Please help.
    public class Logging
    Logger log=null;
    FileAppender fileapp=null;
    public Logging(String classname)
    try
    log = Logger.getLogger(classname);
    String path=" [\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt|file://\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt]";
    fileapp = new FileAppender(new PatternLayout("%r [%t] %-5p %c %x - %m%n"),path, true);
    log.addAppender(fileapp);
    log.info("Logger initilized");
    }catch(Exception ex)
    ex.printStackTrace();
    java.io.FileNotFoundException: \\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt (The network path was not found)
    at java.io.FileOutputStream.openAppend(Native Method)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at org.apache.log4j.FileAppender.setFile(FileAppender.java:290)
    at org.apache.log4j.FileAppender.<init>(FileAppender.java:109)
    at annwyn.logger.BioCapLogger.<init>(Logging.java:23)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Please help.
    Thanks in advance.
    Saravanan.K

    Sorry path is missing for the above request.
    path="\\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt ";
    please help.
    Saravanan.K

  • How to run a remote windows dll files and the drivers of the system using j

    Dear Friends,
    I need some valuable info regd how to run a remote windows dll files and the drivers of the system using java
    reply regd thanking you

    Please don't make duplicate posts like this.

  • How to run windows dll files and driver loaded in remote system?

    Dear Friends,
    I need some valuable info regd how to run a remote windows dll files and the drivers of the system using java
    reply regd thanking you

    Please don't make duplicate posts like this.

  • How to test if remote R/3 system (Receiver) is down in case of Async RFC ?

    Hi Experts,
       How to test if remote R/3 system (Receiver) is down in case of Async RFC call? There is no BPM as well. I have configured an alert category and created a rule in runtime workbench's Alert Configuration for the specific inbound interface.
       I have tried by stopping the channel and also by changing the server name in the communication channel but all in vail. XI still shows message successfully processed.
      Kindly help me
    Thanks
    Gopal

    Hi,
    How to test system down in XI? Kindly help!
    Have answered here as well.
    Meanwhile, you would have an error in the receiver RFC adapter in Comm Channel Monitoring.
    Maybe you change another RFC adapter rather than the one being used in the receiver agreement.
    regards
    Bhavesh

  • How to pass parameter into remote system

    i'm doing a small testing on remote connection where i need to remotely login to another NT machine by using JAVA code. therefore i need to send over the ctrl-Alt-Del command by using ASCII code as well as the username and password to login to the remote NT machine. My problem is after my JAVA code start up the VNC connection, the ASCII code and parameter passing was executed before the VNC window popup therefore the parameters are not received by the remote end.

    Hi oling,
    i am really not sure how u can invoke or rather pass parameters to a Remote System thru Java, where no Java server is running.
    which Java Api do u use to connect to remote System. How will the remote System understand the serialised bytes transferred thru ur program.
    The Bottomline is i am confused how will the connection haapen after all!!!!!!!!!!!!!!!!!!!!!
    can u please explain this or rather pass me the Code...
    Thanks in advance,
    Manja

  • How to Connect to Remote ECC 5.0 System from EP ?

    Hi,
       We are using EP6.0 - located in India, and our client ECC5.0 System is in US. Can anyone please let me know the steps how to connect to Remote ECC 5.0 System?.
    Thanks in advance.
    Krishna Kumar J

    Hi,
    Finally we have successfully got connected the ECC 5.0 system which is located in the remote network thru VPN Connection using the same connecting procedure for the local R/3 System.
    Thanks & Regards
    Krishna Kumar

  • How to run TestStand script on a remote system from a TestStand script?

    I would like to run a test stand script on a remote system from within another TestStand script. How can this be done?

    Hi EyaID,
    I believe you are looking for the Remote Sequence Call feature. Look at this last paragraph in this knowledge base and section 5-18 of the TestStand Reference Manual for more help:
    How can I Call an External Sequence with Parameters when the Sequence is Located on Another Computer...
    Regards,

  • How to Query a database table of a remote system in a program.

    How to Query a database table of a remote system in a program.
    Thanks in adv.
    -Satish

    1.Create an RFC(SE37) in Source (To Where you want to get data)
    IMPORTING MATNR
    EXPORTING : SYS TYPE SY-SYID
                         I_MARA TYPE MARA
    SELECT SINGLE * FROM MARA INTO I_MARA WHERE MATNR EQ MATNR
    2.Copy the same RFC to Target(From Where you want to get data)
    3.Create a RFC destination(SM59.) in Source
    Enter the connection type as 3 and enter the target host  and system number ( may be 00)
    4.Create a program to calling RFC in Source.
    PARAMETERS: p_matnr LIKE mara-matnr.
    PARAMETERS: p_dest LIKE rfcdes-rfcdest DEFAULT 'NONE'.
    DATA: system LIKE sy-sysid.
    DATA :i_mara TYPE mara.
    CALL FUNCTION 'XX_RFC_GET_TEST' DESTINATION p_dest
      EXPORTING
        matnr                 = p_matnr
      IMPORTING
        sys                   = system
        i_mara                = i_mara
    :-Gopeekrishnan

  • How to config DAQmx device on remote system

    How can I set the DAQmx device on the remote system? I have NI-7831R on a desktop, but when I open MAX on my lap top which is connected to the desktop I can't see the device? Should I do something to configure the device? 

    The 7831R is not a DAQmx device, so it should not show up under your DAQmx devices.  It should show up in MAX on the computer it is installed in as as a RIO device.  However this will only show up if you have NI-RIO driver installed on the system as well.  What version of NI-RIO are you using?
    David_L | Certified LabVIEW Architect
    LabVIEW Tools Network | LabVIEW Tools Network Developer Center

  • How to raise Remote System Event

    Hi,
    I need to load data from a remote DB system (Not SAP system) when data is created or modified.  I setup DB Connect to load the remote data with an event triggered InfoPackage.  How can remote system trigger the local event?
    Thanks,
    Frank

    Frank, there should be a command on the server that your R/3 or BW system resides on called <b>sapevt</b>.  This command sits outside the SAP system and its sole purpose is to allow you to raise an SAP event from outside the SAP system.
    check out the following link:
    http://help.sap.com/saphelp_erp2004/helpdata/en/fa/096e6b543b11d1898e0000e8322d00/frameset.htm
    Regards,
    George

Maybe you are looking for

  • List of values not properly working in the selection screen.

    Dear Mates, In BEx query all the selection parameters are working and showing all the list of values. Created the same report in crystal from BEx query, for one particular selection it is not showing the list of values or drop down. Just showing "DIS

  • How can I set the number of day that FF remembers a visited site?

    Using FF 8, a visited site link turns color to show it has been visited. I would like to have that color go back to normal after 14 days. In other words, I want FF to remember that I visited a site by turning the link a different color for only 14 da

  • USB for Audio Out

    I am looking at buying a Bose Companion speaker system. The Bose Companion Series 5 plays music through a USB connection. If I connect the speakers via USB on the Airport Express will it output audio through this connection via iTunes? Thanks, Mike

  • Which one of these 12volt/car charger for MacBook Pro would you choose..???

    Hi everyone. I am looking for a suitable 12volt/car charger, so i can charge my brand new MacBook Pro directly from our caravan batteries via a car/12 volt socket. I dont want to use a inverter, as it draws unnecessary power from the vans batteries.

  • DVD burning Catch 22?

    I just purchased my first Mac and I noticed that all my MPG movie files from my Sony HDD cannot be played without the MPEG-2 Component and Streamclip. So, I downlaoded both add-ons and, after converting some sample clips to DV, everything seems fine.