Smpatch in remote mode RMIERROR

Any thoughts on what am I missing here? I've tried this multiple ways. smpatch analyze runs fine in local mode on all machines I'm testing. I have not seen remote mode work once.
(i) First scenario, I enabled wbem to accept remote connections. Then, I tried to analyze another host with smpatch:
otherhost{/}# svccfg -s wbem  setprop options/tcp_listen = true
otherhost{/}# svcadm restart wbem
somehost{/}# smpatch analyze -H otherhost:898 -n otherhost
Authenticating as user: root
Type /? for help, pressing <enter> accepts the default denoted by [ ]
Please enter a string value for: password ::
Loading Tool: com.sun.admin.patchmgr.cli.PatchMgrCli from otherhost:898
Login to otherhost as user root was successful.
Download of com.sun.admin.patchmgr.cli.PatchMgrCli from otherhost:898 was successful.
Assessing patches for machine otherhost. Please wait...
RMIERROR(II) Second scenario, I disabled remote access to wbem (i.e. it's only listening on localhost) and ran the following, same error:
somehost{/}# smpatch analyze -H localhost:898
Authenticating as user: root
Type /? for help, pressing <enter> accepts the default denoted by [ ]
Please enter a string value for: password ::
Loading Tool: com.sun.admin.patchmgr.cli.PatchMgrCli from localhost:898
Login to localhost as user root was successful.
Download of com.sun.admin.patchmgr.cli.PatchMgrCli from localhost:898 was successful.
Assessing patches for machine localhost. Please wait...
RMIERRORBoth somehost and otherhost are base 11/06 release Solaris 10 x86 with updated SUC patches. Again, no problems in local mode, but I was hoping to test the remote mode with patch lists. For example, in the man page of smpatch:
     Example 4: Applying Updates by Using an Update List File
     # smpatch add -x idlist=/tmp/update/update_file \
     -d /net/fileserver/export/updatespool/Solaris10 -n lab1 -n lab2
     Applies    the    updates    specified    in    the     file
     /tmp/update/update_file  to  the  systems lab1 and lab2. The
     updates are  located  in  the  NFS-mounted  directory  named
     /net/fileserver/export/updatespool/Solaris10.Is there perhaps a consolidated list of requirements for services and/or ports that need to be available for smpatch to function as documented in remote mode?
Many thanks for any feedback...

Can you tell us a little about the systems, for example:
# cat /etc/release
# uname -rvp
# cat /etc/patch/patch.conf
# java -version
# showrev -p | egrep -e '121454|121119|120336|121082|121564|122232|119789'
Have the systems been hardened in any way?
This issue may be caused by bug #6228997
If this is the case you could use ssh to perform the same function:
# ssh root@host "smpatch analyze"
or if you wanted to apply a number of patches from a list held on a network share:
# ssh root@host "smpatch update -x idlist=/net/net_host/patch.list"

Similar Messages

  • My Keynote interactive links don't work in remote mode (ipad to iphone)

    I have interactive links to videos that don't work when I am in the remote mode, my ipad is controlling my iphone the is connected to a monitor.

    Same here - I returned my original, same problem on the second one, and same problem on my son's phone. I called Apple tech months ago, got to a senior supervisor who assured me he'd get back to me, but never did.

  • How to deploy JSP as EJB in Remote Mode

    Hello:
    I used JDeveloper and BC4J to create a JSP web site.
    When I was running the JSP creation wizard, there is a option let me to selete run the JSP at "Remote Mode" or "Local Mode".
    When I selected to run at "Local Mode", after I deloyed the JSP to 9iAS, it works fine.
    But when I selected to run at "Remote Mode" and deployed the application module as EJB session bean, there is a RunTimeException occurs, the error likes "The applicaiton module can not be instanced".
    I saw the JSP config file, it just a little different.
    In Local Mode:
    config name = XXXX.XXXXXX.XXXXXX.AppModuleLocal
    password = xxxxxx
    In Remote Mode:
    config name = XXXX.XXXXXX.XXXXXX.AppModuleEJB
    password = xxxxxx
    I read the web page about deploy JSP to 9iAS: http://technet.oracle.com/docs/products/jdev/technotes/JSP/Deployment.html
    but the page seems just show that deploy JSP in the local mode.
    Can you give me the complete procedure to deploy JSP application as EJB in Remote Mode?
    Thank you!

    HI Welcome to J2ee...
    I am also new to this...But i ll share my ideas with you...
    In EJB 3.0 No need of any Deployment Descriptors....
    And If you are using Eclipse You can Deploy(as jar) using Export in File tab...
    XDoclet is not mandatory...
    Gopal V

  • 34410A DMM stays in Remote mode after session, using USB

    My Agilent 34410A DMM stays in remote mode after my code exits, or if I use MAX to communicate with it, but only if I'm communicating over USB.  If I use GPIB, the DMM returns to local mode when my code closes.  Apparently there is no LOCAL command for this instrument.  Is there any way, other than pressing the Local button, to put the instrument back in local mode using a USB interface?  I call hp34401a_close() to close the instrument.
    Thanks for any suggestions. 

    Hi JoeN,
    I think what is happening is that when using the GPIB interface you are sending a code to set the instrument back to Local. I took a look at the user's manual for the hp34401a and it seems to have a command to set this back: SYSTem:LOCal. 
    You can try this at the end of your USB interface program, and see if this is able to help you out. Otherwise I would run NI-SPY on the GPIB end and see exactly what command is being sent to disable remote control of the device.
    Let me know if this helps
    Regards,
    Can W.
    PXI and VXI Platform PSE
    National Instruments

  • VISA control putting devices into remote mode

    So, I drop a VISA control on my fp. What I think is happening is when it populates, it is sending an *IDN? command to all the devices in the measurement and automation explorer. The problem with this is, some of the devices are in local mode, but if they detect something coming in over GPIB, they automatically switch to remote. I haven't tested it, but I have replaced the VISA control with a string control whos proper GPIB value is set from an INI file. I'm assuming this will solve the problem.
    However, is it possible to have the VISA control on the fp and populate without it sending these devices into remote mode?
    Message Edited by for(imstuck) on 05-18-2010 11:48 AM
    CLA, LabVIEW Versions 2010-2013

    Ravens Fan wrote:
    I don't understand what you mean by "So, I drop a VISA control on my fp. What I think is happening is when it populates, it is sending an *IDN? command to all the devices in the measurement and automation explorer".
    I don't know of any reason why that should happen.  Try running NI-SPY or Portmon before doing this and see if you can capture a *IDN? command going out when it shouldn't be.
    K, I'll do that. I guess what I assumed is when it (VISA ctl) populated its self, it went out and tried to find what instruments were actually there in order to know what to put in the VISA control drop down (i.e. GPIB0::1::INST,GPIB0::2::INST, etc). I assumed it may be doing this with an *IDN? command. I'll run the capture and see what's happening. For some reason when I start my program up, it's clearly sending other devices into remote mode by sending them something over GPIB that I'm not controlling. I know this because if I highlight execution, my code is in the idle state when these devices somehow get switched.
    Hopefully NI-Spy will show me something.
    CLA, LabVIEW Versions 2010-2013

  • ReportViewer 11.0 component in remote mode - drilldown leads to significant increase of drilldown column width

    Description
    Hello guys,
    I have a problem with drilldown function in my reports with ReportViewer 11 component from version 10.0 to 11.0 in my simple ASP.NET 4.0 application, using ReportViewer in remote rendering mode.
    The report design is based on multiple row groups, which should be opened one level after another (like hierarchy tree). It's a simple table without group headers, calculating summary of related orders value.
    If I open some row group (drill down) via clicking onto a "+" sign in any data row other than first from the top, the column width becomes too big(like twice the original row width) causing the whole row width to increase significantly. If I do the same drilldown in the first data row in the tablix, the row(and all columns) preserves it's original width (is OK).
    The report works fine when launched directly from the SSRS Report Server interface but the column widths are HUGE when run with Report Viewer 11.
    I'm using latest reportviewer DLL files (all are version 11.0.3452.0)
    Microsoft.ReportViewer.WebForms.dll
    Microsoft.ReportViewer.ProcessingObjectModel.dll
    Microsoft.ReportViewer.DataVisualization.dll
    Microsoft.ReportViewer.Common.dll
    Could you please fix the problem or suggest to me what can I do to overcome this problem?
    These reports are for a large corporate client and need to be delivered quickly and look good.Thank you in advance,Joe
    Joe Colorado

    Hi Joe,
    As you have mentioned that the drilldown report works fine in the report server but have the size issue in the reportviewer 11.0.
    Please test to see if the other drilldown report  will have the issue about the column width increase too much, please also test on the reportviewer10.0 (VS2010) to see if you will got the same issue.
    If the reportviewer 10.0 is ok, please try to use it as an workaround and it seems like a bug and you can ask Product group here directly.
    http://connect.microsoft.com/
    Or you can log a service ticket to microsoft to work on it. If finally the ticket is indeed a bug, the ticket will not be charged.
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • What is the correct command sequence code in Labview that will take an instrument out of Remote and put it in Local mode?

    I am writing a routine in Labview 5.1 that will capture the screen data on a Network Analyzer after configuring the display. The routine to capture the data is working fine but when I try to send the equipment into local to allow me to manually make another change to the data I want to capture, the analyzer will go into a listen mode. The command I am sending to the analyzer using the 488 misc function is "loc". I've notice that is seems to put the anayzer into listen mode which will not respond to the commands to capture the screen data again.

    Check the manual for the instrument. Some instruments do not have a specific command to go into local (or remote) mode. Tektronix oscilloscopes use the GTL command to Go To Local. HP and Agilent instruments do not have a command for this.
    It's been a while since I used LV5.1, but in LV6, there is a VI under Instrument I/O->488->488.2 that allows you to set instruments into local mode. Hopefully, the same VIs exist in LV5.1.
    Rob

  • Best approach for batch mode generation of large report via SSRS

    I have revised this question now that I've determined that we *will* be using the Enterprise edition of SQL Server 2012.
    I have a report (that I will deploy to an SSRS 2012 server) which can vary greatly in size. When the report is expected to be small (which we can determine ahead of time by means that are not relevant to this post), it will be rendered by a .NET 4.5 web
    application using a ReportViewer control (in remote mode).
    When the report will be large, we want the web app to "trigger" the report server to generate the report and deposit it as a PDF file or Excel file in a folder on a file share, and then send an e-mail notification to a configured user. Because
    the reports can be very large, I would prefer not to stream them to the web app and from there to the file share. We have experienced browser timeouts in the past, and so I would prefer to have the SSRS server deposit the generated report directly to the file
    share.
    About 8 parameters have to be passed to the stored procedure which serves as the report’s data source. 
    The database where the stored procedure resides will soon be upgraded to SQL Server 2012.
    I am fairly new to reporting services and wanted to ask what approach would be best suited for accomplishing the above-stated goals.
    From what I've read so far, I know that one possible approach would be to use data-driven subscriptions but the question then becomes:  after inserting report parameters into the subscription table, how does my web app trigger report generation?
    Also, I want to deposit the report in a file share and send an e-mail notification to the user. Do I have to create two subscriptions? There is a configuration option when setting up e-mail notification to embed a hyperlink in the e-mail rather than actually
    include the report in the message. If I select this option, do I give up the ability to specify the destination folder?

    @JoeSchmoe115:  Thanks for your suggestion.  Using a web service or WCF service would still mean dealing with potential timeouts for very large reports (granted you can adjust those timeouts).    
    I think an approach using a console app could work, but rather than having the web app spawn it, an alternative would be to do the following:  (1) have the web app insert report generation requests (including all necessary report parameters) into
    a database table, and (2) have a console app, periodically invoked by Windows Task Scheduler, which reads that database table and then uses the SSRS API as you describe to generate the report, save the byte stream to a file, and finally send
    the e-mail notification to the user.  
    mkedwards
    What you've described will work but saving report generation requests in separate table may not be necessary. I don't have much experience with web services but can they just spawn C# console app with needed parameters and exit without waiting for console
    app to complete?
    The positive side of using database to store report generation requests is that you would have complete log of all requests. Your console app can then update database with completion status.

  • Unable to call exported client methods of EJB session bean remote interface

    I am unable to call client methods of a BC4J application module deployed as a Session EJB to Oracle 8i at the client side of my multi-tier application. There is no documentation, and I am unable to understand how I should do it.
    A business components project has been created. For instance, its application module is called BestdataModule. A few custom methods have been added to BestdataModuleImpl.java file, for instance:
    public void doNothingNoArgs() {
    public void doNothingOneArg(String astr) {
    public void setCertificate(String userName, String userPassword) {
    theCertificate = new Certificate(userName, userPassword);
    public String getPermission() {
    if (theCertificate != null)
    {if (theCertificate.getPermission())
    {return("Yes");
    else return("No, expired");
    else return("No, absent");
    theCertificate being a protected class variable and Certificate being a class, etc.
    The application module has been tested in the local mode, made remotable to be deployed as EJB session bean, methods to appear at the client side have been selected. The application module has been successfully deployed to Oracle 8.1.7 and tested in the remote mode. A custom library containing BestdataModuleEJBClient.jar and BestDataCommonEJB.jar has been created.
    Then I try to create a client basing on Example Oracle8i/EJB Client snippet:
    package bestclients;
    import java.lang.*;
    import java.sql.*;
    import java.util.*;
    import javax.naming.*;
    import oracle.aurora.jndi.sess_iiop.*;
    import oracle.jbo.*;
    import oracle.jbo.client.remote.ejb.*;
    import oracle.jbo.common.remote.*;
    import oracle.jbo.common.remote.ejb.*;
    import oracle.jdeveloper.html.*;
    import bestdata.client.ejb.*;
    import bestdata.common.ejb.*;
    import bestdata.common.*;
    import bestdata.client.ejb.BestdataModuleEJBClient;
    public class BestClients extends Object {
    static Hashtable env = new Hashtable(10);
    public static void main(String[] args) {
    String ejbUrl = "sess_iiop://localhost:2481:ORCL/test/TESTER/ejb/bestdata.BestdataModule";
    String username = "TESTER";
    String password = "TESTER";
    Hashtable environment = new Hashtable();
    environment.put(javax.naming.Context.URL_PKG_PREFIXES, "oracle.aurora.jndi");
    environment.put(Context.SECURITY_PRINCIPAL, username);
    environment.put(Context.SECURITY_CREDENTIALS, password);
    environment.put(Context.SECURITY_AUTHENTICATION, ServiceCtx.NON_SSL_LOGIN);
    BestdataModuleHome homeInterface = null;
    try {
    Context ic = new InitialContext(environment);
    homeInterface = (BestdataModuleHome)ic.lookup(ejbUrl);
    catch (ActivationException e) {
    System.out.println(e.getMessage());
    e.printStackTrace();
    System.exit(1);
    catch (CommunicationException e) {
    System.out.println(e.getMessage());
    e.printStackTrace();
    System.exit(1);
    catch (NamingException e) {
    System.out.println(e.getMessage());
    e.printStackTrace();
    System.exit(1);
    try {
    System.out.println("Creating a new EJB instance");
    RemoteBestdataModule remoteInterface = homeInterface.create();
    // Method calls go here!
    // e.g.
    // System.out.println(remoteInterface.foo());
    catch (Exception e) {
    System.out.println(e.getMessage());
    e.printStackTrace();
    It doesnt cause any errors. However, how must I call methods? The public interface RemoteBestdataModule has no such methods:
    void doNothingNoArgs();
    void doNothingOneArg(java.lang.String astr);
    void setCertificate(java.lang.String userName, java.lang.String userPassword);
    java.lang.String getPermission();
    Instead of that it has the following methods:
    oracle.jbo.common.remote.PiggybackReturn doNothingNoArgs(byte[] _pb) throws oracle.jbo.common.remote.ejb.RemoteJboException, java.rmi.RemoteException;
    oracle.jbo.common.remote.PiggybackReturn doNothingOneArg(byte[] _pb, java.lang.String astr) throws oracle.jbo.common.remote.ejb.RemoteJboException, java.rmi.RemoteException;
    oracle.jbo.common.remote.PiggybackReturn customQueryExec(byte[] _pb, java.lang.String aQuery) throws oracle.jbo.common.remote.ejb.RemoteJboException, java.rmi.RemoteException;
    oracle.jbo.common.remote.PiggybackReturn setCertificate(byte[] _pb, java.lang.String userName, java.lang.String userPassword) throws oracle.jbo.common.remote.ejb.RemoteJboException, java.rmi.RemoteException;
    oracle.jbo.common.remote.PiggybackReturn getPermission(byte[] _pb) throws oracle.jbo.common.remote.ejb.RemoteJboException, java.rmi.RemoteException;
    I cannot call those methods. I can see how they are called in BestdataModuleEJBClient.java file:
    public void doNothingNoArgs() throws oracle.jbo.JboException {
    try {
    oracle.jbo.common.remote.PiggybackReturn _pbRet = mRemoteAM.doNothingNoArgs(getPiggyback());
    processPiggyback(_pbRet.mPiggyback);
    if (_pbRet.isReturnStreamValid()) {
    return;
    catch (oracle.jbo.common.remote.ejb.RemoteJboException ex) {
    processRemoteJboException(ex);
    catch (java.rmi.RemoteException ex) {
    processRemoteJboException(ex);
    throw new oracle.jbo.JboException("Marshall error");
    However, I cannot call getPiggyback() function! It is a protected method, it is available to the class BestdataModuleEJBClient which extends EJBApplicationModuleImpl, but it is unavailable to my class BestClients which extends Object and is intended to extend oracle.jdeveloper.html.WebBeanImpl!
    It seems to me that I mustnt use RemoteBestdataModule interface directly. Instead of that I must use the public class BestdataModuleEJBClient that extends EJBApplicationModuleImpl and implements BestdataModule interface. It contains all methods required without additional arguments (see just above). However, how must I create an object of BestdataModuleEJBClient class? That is a puzzle. Besides my custom methods the class has only two methods:
    protected bestdata.common.ejb.RemoteBestdataModule mRemoteAM;
    /*This is the default constructor (do not remove)*/
    public BestdataModuleEJBClient(RemoteApplicationModule remoteAM) {
    super(remoteAM);
    mRemoteAM = (bestdata.common.ejb.RemoteBestdataModule)remoteAM;
    public bestdata.common.ejb.RemoteBestdataModule getRemoteBestdataModule() {
    return mRemoteAM;
    It looks like the remote application module must already exist! In despair I tried to put down something of the kind at the client side:
    RemoteBestdataModule remoteInterface = homeInterface.create();
    BestdataModuleEJBClient dm = new BestdataModuleEJBClient(remoteInterface);
    dm.doNothingNoArgs();
    Of course, it results in an error.
    System Output: null
    System Error: java.lang.NullPointerException
    System Error: oracle.jbo.common.PiggybackOutput oracle.jbo.client.remote.ApplicationModuleImpl.getPiggyForRemovedObjects(oracle.jbo.common.PiggybackOutput) (ApplicationModuleImpl.java:3017)
    System Error: byte[] oracle.jbo.client.remote.ApplicationModuleImpl.getPiggyfront(boolea
    System Error: n) (ApplicationModuleImpl.java:3059)
    System Error: byte[] oracle.jbo.client.remote.ApplicationModuleImpl.getPiggyback() (ApplicationModuleImpl.java:3195)
    System Error: void bestdata.client.ejb.BestdataModuleEJBClient.doNothingNoArgs() (BestdataModuleEJBClient.java:33)
    System Error: void bes
    System Error: tclients.BestClients.main(java.lang.String[]) (BestClients.java:76)
    I have studied a lot of documents in vain. I have found only various senseless discourses:
    "Use the Application Module Wizard to make the Application Module remotable and export the method. This will generate an interface for HrAppmodule (HrAppmodule.java in the Common package) which contains the signature for the exported method promoteAllEmps(). Then, deploy the Application Module. Once the Application Module has been deployed, you can use the promoteAllEmps() method in your client-side programs. Calls to the promoteAllEmps() method in client-side programs will result in calls to the promote() method in the application tier."
    However, I have failed to find a single line of code explaining how it should be called.
    Can anybody help me?
    Best regards,
    Svyatoslav Konovaltsev,
    [email protected]
    null

    Dear Steven,
    1. Thank you very much. It seems to me that the problem is solved.
    2. "I logged into Metalink but it wants me to put in both a tar number and a country name to see your issue." It was the United Kingdom, neither the US nor Russia if you mean my issue.
    I reproduce the text to be written by everyone who encounters the same problem:
    package bestclients;
    import java.util.Hashtable;
    import javax.naming.*;
    import oracle.jbo.*;
    public class BestdataHelper {
    public static ApplicationModule createEJB()
    throws ApplicationModuleCreateException {
    ApplicationModule applicationModule = null;
    try {
    Hashtable environment = new Hashtable(8);
    environment.put(Context.INITIAL_CONTEXT_FACTORY, JboContext.JBO_CONTEXT_FACTORY);
    environment.put(JboContext.DEPLOY_PLATFORM, JboContext.PLATFORM_EJB);
    environment.put(Context.SECURITY_PRINCIPAL, "TESTER");
    environment.put(Context.SECURITY_CREDENTIALS, "TESTER");
    environment.put(JboContext.HOST_NAME, "localhost");
    environment.put(JboContext.CONNECTION_PORT, new Integer("2481"));
    environment.put(JboContext.ORACLE_SID, "ORCL");
    environment.put(JboContext.APPLICATION_PATH, "/test/TESTER/ejb");
    Context ic = new InitialContext(environment);
    ApplicationModuleHome home = (ApplicationModuleHome)ic.lookup("bestdata.BestdataModule");
    applicationModule = home.create();
    applicationModule.getTransaction().connect("jdbc:oracle:kprb:@");
    applicationModule.setSyncMode(ApplicationModule.SYNC_IMMEDIATE);
    catch (NamingException namingException) {
    throw new ApplicationModuleCreateException(namingException);
    return applicationModule;
    package bestclients;
    import bestdata.common.*;
    import certificate.*;
    public class BestClients extends Object {
    public static void main(String[] args) {
    BestdataModule bestdataModule = (BestdataModule)BestdataHelper.createEJB();
    Certificate aCertificate = new Certificate("TESTER", "TESTER");
    //calling a custom method!!
    bestdataModule.passCertificate(aCertificate);
    Thank you very much,
    Best regards,
    Svyatoslav Konovaltsev.
    [email protected]
    null

  • FMS edge hybird mode

    I need help to setup FMS edge can stream video from a FMS-core (or from other FMS-edge). configuration diagram:
    FMLE ==> FMS-core ==> FMS-edge ==> users.
    on FMS-edge i have a application on
    C:\AMS\applications\myapp
    if i did not change anything in Vhost.xml file (path: C:\AMS\conf\_defaultRoot_\_defaultVHost_\Vhost.xml). The myapp application is ok, but can not see the video stream rtmp://FMS-edge/live/livestream.
    if i change Vhost file:
    <Proxy>
                        <Mode>remote</Mode>
    <RouteTable protocol="">
                                  <RouteEntry>FMS-edge:1935;FMS-core:1935</RouteEntry>
    Then video stream is ok but application don't.
    In this case, setup FMS-edge hybird mode. 1 Vhost setup as local mode to serve myapp application, and 1 Vhost setup as remote mode to serve streamming video from FMS-core, right?
    Tony

    hey one541_,
    i believe for you to be gettiing .proxy files you must be having disk caching enabled. These are created to handle process mutex.  These files get removed as soon as fms shuts down. If these are not getting deleted maybe you are not shutting the edge server (in the edge origin configuration) down properly or you are not shutting down at all.

  • Can't access Internet via Ethernet port of 'n' Express in 'Extend' mode

    I just purchased the new Airport Express (AXp) n version for the purpose of extending my Airport Extreme (AXt) n version wireless network so that I can connect my old MacBook Pro (MBP) 17" core duo, running Mac OS X 10.5.2, to the AXp via an Ethernet cable when the MBP is stationary at my desk, in order to increase the maximum speed at which I am able to access the internet, from 54 Mbps for my MBP's internal wireless g card to 130 Mbps at which the AXp runs in the following configuration.
    On the AXt, I set the wireless mode to create a wireless network, checked off the option to allow this network to be extended, set the radio mode to n (b/g compatible), set the channel to 11 (works best for our house), and set the wireless security to WPA/WPA2 Personal. On the AXp, I set the wireless mode to extend a wireless network, unchecked the option to allow wireless clients (I have also tried this option checked, as well), and set the wireless security to WPA/WPA2 Personal. Both Airport bases are running firmware version 7.3.1.
    When I do this everything looks fine. My network preferences indicate that I have a valid IP address, and I am able to see and screen share with other computers on the local network; however, when I try to access the internet using Safari 3.1, I get a timeout error message indicating that the server I addressed is not responding. Then when I run the diagnostics from the network preferences, it indicates that my internet connection appears to be working correctly, and all the network status lights show green.
    Any ideas?

    Thanks so much for all your replies. I will try to address all the points in this reply.
    99, I think you are right, about Apple not supporting using the Ethernet WAN port as a LAN port when the AXp is in the "Extend" mode. However, I had read on the Apple website that it does support using the AXp WAN as a LAN in the WDS "Remote" mode, as you have verified with your older AXp, and which I had also verified with my new AXp. The only problem was, when using the AXp in the WDS "Remote" mode, the AXp ran ONLY at 54 Mbps, even when there were no additional wireless clients connected to it or to the AXt, which kind of defeated the purpose of using the AXp as an Ethernet bridge in the first place.
    The only way I could get an AXp bridge to run at 130 Mbps was to use it in the "Extend" mode or the "Join" mode. In the "Join" mode, using the WAN as a LAN works fine when connecting to the Internet, but I am not able to see or screen share with any of the computers on my local network. In the "Extend" mode, I am able to see and screen share with all the computers on my local network, but I am not able to get to the Internet, even though the Network Diagnostic tool reports that my Internet connection "appears" to be working properly, and it gives me all green lights (and as near as I can tell with my limited knowledge of DNS, all that information appears correct, as well).
    Bottom line, I don't think Apple has properly enabled the AXp's WAN as a LAN in the "Extend" mode, as they have in the "Join" mode and in the slower WDS "Remote" mode.

  • How to cancel a remote request at the POA?

    Hi,
    today we had the problem that a user running the gwclient in remote mode
    had requested the download of an email attachment. This attachment was
    very large and because of the bad internet connection at his location,
    transfer was aborted several times. Because of that the user cancelled
    the remote request on his side (= gwclient).
    Problem was, that this request has been transmitted to our POA and any
    time the user connected again via remote mode, the attachment transfer
    started from scratch; making it impossible to sync the other (newer)
    mails.
    In the past I was able to delete remote requests at the POA, by deleting
    the user's directory below "../ofwork/ofdirect/". This time the user did
    not have such a directory, therefore nothing I could delete.
    Is there any other way to get rid of remote requests??
    Thanks in advance,
    Frank

    Maybe TID10080811 has the answer.
    >>> Frank Langner<[email protected]> 2/10/2012 9:40 AM >>>
    Hi,
    today we had the problem that a user running the gwclient in remote mode
    had requested the download of an email attachment. This attachment was
    very large and because of the bad internet connection at his location,
    transfer was aborted several times. Because of that the user cancelled
    the remote request on his side (= gwclient).
    Problem was, that this request has been transmitted to our POA and any
    time the user connected again via remote mode, the attachment transfer
    started from scratch; making it impossible to sync the other (newer)
    mails.
    In the past I was able to delete remote requests at the POA, by deleting
    the user's directory below "../ofwork/ofdirect/". This time the user did
    not have such a directory, therefore nothing I could delete.
    Is there any other way to get rid of remote requests??
    Thanks in advance,
    Frank

  • Error 550 while using windows terminal mode

      I am using the GPIB-RS232 converter
      I am NOT using LabView.  I am attempting to use it with an RS232 interface via a standard terminal program.
      I am testing the setup with an HP(Agilent) 34401A meter
      If I enter the following via the terminal:
    Wrt 22
    *cls
    Wrt 22
    *rst
    Wrt 22
    Conf:volt:dc 100, 0.003
      Everything is fine and the meter goes in the proper mode.
      If I enter:
    Wrt 22
    Meas?
      Or
    Wrt 22
    Read?
      The meter reports Error code 550:
    From the HP manual:
    "The multimeter received a READ? or MEASure? command while in the local mode. During RS-232 operation, you should always execute the SYSTem:REMote command before sending other commands over the interface."
    SYSTem:REMote is an RS232 command and is not available when utilizing the GPIB interface.
    From the HP site
    This RS-232 error 550 can be generated when using a non-Agilent controller to program the DVM over the GP-IB. The error usually occurs when performing a query (MEAS: ? or READ?). We have seen the problem occur with a National Instruments and a Metro-byte(sp?) 488 card.
    This error occurs when the non-Agilent controllers sends commands to instruments, without pulling the REMOTE line on the GP-IB interface. The IEEE 488.2 specification requires the instrument to be in remote mode, when performing a query. The fixes is to set a bit on the card to force the REMOTE line true.
    Something is wrong with how your GP-IB card is setup, please contact the manufacturer of your GP-IB card on how assert the REMOTE line.
    Solutions or suggestions appreciated.
    Phil

    Phil,
    There is a special remote enable command for using the serial to gpib converter. You need to send "sre" command to enable the Remote Enable line. Here is the info from the GPIB-serial converter help file:
    sre
    Set (or Clear) Remote Enable
    Type
    Low-level bus management function
    Syntax
    sre
    [bool]<CR>
    Purpose
    Use sre to turn the Remote Enable
    signal on and off. In some cases, the first I/O or high-level bus management
    function you call sets remote enable automatically.
    Remarks
    If the argument bool is 1, the GPIB-RS232/485/422 asserts the Remote Enable
    (REN*) signal. If the argument bool is 0, the GPIB-RS232/485/422 unasserts REN*.
    Many GPIB devices have a remote program mode and a local program
    mode. It is usually necessary to place devices in remote mode before programming
    them from the GPIB. A device enters the remote mode when the REN* line is
    asserted and the device receives its listen address.
    Use cmd to send a device its listen
    address after using sre. Use loc to return the device to local program mode.
    If you call sre with an argument and
    the GPIB-RS232/485/422 is not System Controller, the ESAC error is recorded.
    If you call sre without an argument,
    the GPIB-RS232/485/422 returns its current remote status: 1 = remote, 0 = local.
    -Marshall R
    National Instruments
    Applications Engineer
    One stop for all your NI-VISA Support
    GPIB Support has a new homepage

  • Remote deploys from Windows to Linux fail with deployment plans on WLS 10.0

    Hi there,
    We're using WLS 10.0.1 running in a RHEL environment (actually CentOS release 4.7 for development), and attempting to perform remote deploys from Windows work stations using the weblogic.Deployer ant task.
    It works fine when not using deployment plans, or when performing a remote deploy from a unix based work station such as a Mac. However, introducing a deployment plan causes a failure only when run from Windows.
    The log trace follows:
    weblogic.Deployer -debug -remote -verbose -upload -noexit -name obpservices -source C:\work\obf\ver4.0\services\target\obpservices.war -targets obEnterpriseServer -adminurl t3://wlsdev:7001 -user weblogic -password ******** -redeploy -plan C:\work\obf\ver4.0\services/src/runtime/deployment-plans/steves-deployment-plan.xml
    weblogic.Deployer invoked with options: -debug -remote -verbose -upload -noexit -name obpservices -source C:\work\obf\ver4.0\services\target\obpservices.war -targets obEnterpriseServer -adminurl t3://wlsdev:7001 -user weblogic -redeploy -plan C:\work\obf\ver4.0\services/src/runtime/deployment-plans/steves-deployment-plan.xml
    [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at wlsdev:7001, as user weblogic
    [ServerConnectionImpl.getEnvironment():288] : setting environment
    [ServerConnectionImpl.getEnvironment():291] : getting context using t3://wlsdev:7001
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://wlsdev:7001/jndi/weblogic.management.mbeanservers.domainruntime
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://wlsdev:7001/jndi/weblogic.management.mbeanservers.runtime
    [DomainManager.resetDomain():36] : Getting new domain
    [DomainManager.resetDomain():39] : Using pending domain: false
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@359df4
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@359df4
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@375edb
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@375edb
    [ServerConnectionImpl.initialize():171] : Connected to WLS domain: obportal_domain
    [ServerConnectionImpl.setRemote():482] : Running in remote mode
    [ServerConnectionImpl.init():161] : Initializing ServerConnection : [email protected]9a
    [BasicOperation.dumpTmids():691] : Incoming tmids:
    [BasicOperation.dumpTmids():693] : {Target=obEnterpriseServer, WebLogicTargetType=server, Name=obpservices}, targeted=true
    [RedeployOperation.setupPaths():86] : in place redeploy: false from moduleArchive: C:\work\obf\ver4.0\services\target\obpservices.war
    [RedeployOperation.setupPaths():95] : redeploy src path: C:\work\obf\ver4.0\services\target\obpservices.war
    [BasicOperation.deriveAppName():140] : appname established as: obpservices
    <20/10/2009 10:47:57 AM EST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating redeploy operation for application, obpservices [archive: C:\work\obf\ver4.0\services\target\obpservices.war], to obEnterpriseServer .>
    [ServerConnectionImpl.upload():658] : Uploaded app to /opt/bea/user_projects/domains/obportal_domain/servers/AdminServer/upload/obpservices
    [BasicOperation.dumpTmids():691] : Incoming tmids:
    [BasicOperation.dumpTmids():693] : {Target=obEnterpriseServer, WebLogicTargetType=server, Name=obpservices}, targeted=true
    [BasicOperation.loadGeneralOptions():608] : Delete Files:false
    Timeout :3600000
    Targets:
    obEnterpriseServer
    ModuleTargets={}
    SubModuleTargets={}
    Files:
    null
    Deployment Plan: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deplo
    yment-plan.xml
    App root: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices
    App config: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan
    Deployment Options: {isRetireGracefully=true,isGracefulProductionToAdmin=false,isGracefulIgnoreSessions=false,rmiGracePeriod=-1,retireTimeoutSecs=-1,undeployAllVersions=false,archiveVersion=null,planVersion=null,isLibrary=false,libSpecVersion=null,libImplVersion=null,stageMode=null,clusterTimeout=3600000,altDD=null,altWlsDD=null,name=obpservices,securityModel=null,securityValidationEnabled=false,versionIdentifier=null,isTestMode=false,forceUndeployTimeout=0,defaultSubmoduleTargets=true,timeout=0}
    [BasicOperation.execute():425] : Initiating redeploy operation for app, obpservices, on targets:
    [BasicOperation.execute():427] : obEnterpriseServer
    [RedeployOperation.initializeTask():55] : Starting task with path: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\app\obpservices.war
    java.io.FileNotFoundException: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deployment-plan.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at weblogic.deploy.internal.adminserver.operations.AbstractOperation.parsePlan(AbstractOperation.java:1027)
    at weblogic.deploy.internal.adminserver.operations.AbstractOperation.execute(AbstractOperation.java:133)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl$2.run(DeployerRuntimeImpl.java:816)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl.performDeployerActions(DeployerRuntimeImpl.java:810)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl.redeploy(DeployerRuntimeImpl.java:568)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:443)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:248)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:63)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:377)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:375)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:310)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    [ServerConnectionImpl.closeJMX():374] : Closed JMX connection
    [ServerConnectionImpl.closeJMX():386] : Closed Runtime JMX connection
    [ServerConnectionImpl.closeJMX():398] : Closed Edit JMX connection
    Note the file path that cannot be found: "\opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deployment-plan.xml ".
    Of course this file does actually exist when the correct path separators are used.
    Is this a bug? Is there anything we can do about it? The chances of us upgrading WLS are very remote unfortunately.
    Thanks in advance,
    Steve C

    This is something you should definitely file an Oracle support ticket for. It's entirely possible there's a patch for this.

  • How to install the patch by the runInstaller's silent mode?

    I manage the device by remote mode , and i do not use a Xwindow client.
    But i need to install the patch using by silent mode , what should i do .
    Thanks .

    hi,
    left upper corner on this forum.
    there is a box that "says" Search
    It is very easy to use, it is not necessary to be an Engineer.
    apart of the notes, there is (at least) one EXACT query like yours:
    [O patch apply procedure in Hp-ux and IBM aix|Re: O patch apply procedure in Hp-ux and IBM aix]

Maybe you are looking for

  • Adobe Bridge CS6 wurde unerwartet beendet.

    Adobe Bridge CS6 wurde unerwartet beendet. Diese Meldung kommt bei jedem neuen Aufruf. Gibt es eine Lösung? Von Adobe kommt nur "Keine Lösung für diese Problem gefunden"

  • How do i get my apps store to accept my apple id?

    I went to settings, sumbitted my info and credit card info, its charging my card a dollar, but its saying itunes and apps store cant fill my request. idk what to do... help (

  • Saving a frame imovie11

    The easiest way to save a frame from imovie11 is to run the movie on full  screen and take a  screen shot  pressing the "Apple", "Shift" and "3" whenever you wan to get that specific  picture frame. then  with  iphoto  you can crop  the Picture to yo

  • Confirmation long text deletion

    Operation 010 is confirmed by the user with confirmation text (long text )which is incorrect ,now without reversing/cancelling the confirmation need to delete this confirmation text /long tex.t IW43 displayPM order confirmation screen.Need to know ho

  • Photoshop CS6 bugs + lagging ??

    My Photoshop CS6 is having problem, not really a big problem but it gets very irritating when especially on urgent work. Below is my Photoshop CS6 Problem: I have 4 buttons not listening to my order, maybe more but so far I only found 4. ( "B" for br