How to setting ip address air lap 1262N-A-K9 via CLI?

as my title, can we configure ip address air lap 1262N-A-K9 via CLI?
Thanks for any responses

Hi,
Do you console access or telnet/ssh to device?
What message do you get when you type above command?
Regards
Najaf
Please rate when applicable or helpful !!!

Similar Messages

  • How to set FROM ADDRESS for EMAIL activity in Process Flow

    Hi all,
    Can any one tell how to set(which address) FROM ADDRESS for EMAIL activity in Process Flow?
    Thanks,
    Suvvi

    Did you set what OWB guide says:
    To execute a process flow with an email activity, you may need to access different host machines and ports. New security measures implemented in Oracle Database 11g Release 1 restrict access to hosts and ports. You must explicitly grant access to hosts and ports that the email activity accesses using the DBMS_NETWORK_ACL_ADMIN package.
    For example, the user OWBSYS needs to send an email through the mail server mail.example.com using port 25. The DBA must perform the following steps:
    1. Create an Access Control List (ACL) for the user OWBSYS using the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.CREATE_ACL
    (’acl_for_owb_cc.xml’,’ACL for Control Center’,’OWBSYS’,’CONNECT’);
    The ACL has no access control effect unless it is assigned to network target.
    2. Assign the Access Control List (ACL) to a network host, and optionally specify a TCP port range. Use the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL (’acl_for_owb_cc.xml’,’mail.example.com’,25)
    3. Commit the changes made using the COMMIT command.

  • How to connect my macbook air with thunderbolt to tv via hdmi?

    How to connect my macbook air with thunderbolt to tv via hdmi?

    With this adapter. You will also need an HDMI cable.
    The Thunderbolt port doubles as a mini DisplayPort on the MBA.

  • How to set endpoint address using UTL_DBWS

    Hi,
    I have been struggling to invoke a web service in the Oracle 10g database using UTL_DBWS. Now I reached a point where I need to set an endpoint address using UTL_DBWS to complete the invoking process, I try to use UTL_DBWS.Set_Target_Endpoint_Address to do this, but SQL*Plus is returning an error saying Set_Target_Endpoint_Address must be declared.
    Am I calling the wrong function? If so which function should I call to set endpoint address in UTL_DBWS? I have all the necessary jar files installed and the right grants to access this package.
    any hint would be appreciated.
    Thanks.

    Did you try using 'UTL_SMTP.WRITE_DATA'?
    Like:
    DECLARE
    con UTL_SMTP.CONNECTION;
    BEGIN
    con := UTL_SMTP.OPEN_CONNECTION('alpha.beta.com');
    UTL_SMTP.HELO(con, 'gamma.com');
    UTL_SMTP.MAIL(con, '[email protected]');
    UTL_SMTP.RCPT(con, '[email protected]');
    UTL_SMTP.OPEN_DATA(con);
    UTL_SMTP.WRITE_DATA(con,'Importance: HIGH'||UTL_TCP.CRLF);
    END;I have not tested the code. I am not sure if it is going to work in your case.

  • How to Set cookie in AIR with HTML/Javascript

    Can someone explain or post example code as to how I can go
    about setting a cookie in AIR using HTML and Javascript?
    I have an AIR app that requires the user to login on a form
    that lives in a non-applicationSandbox. I know how to
    create/modified/delete cookies using JS and a web browser, but the
    same code returns a cookie with a null value. I'm sure I'm just
    missing one line/word of code to make this happen.
    The stripped down basics of setting and reading a cookie
    using Javascript:
    document.cookie("myCookie = yummy");
    var taste = document.cookie;
    What am I doing wrong?

    quote:
    Originally posted by:
    anirudhs
    > So if I want to use cookies in AIR html/javascript the
    end user will need to have http access, whether it be from a public
    or private server?
    Yes.
    Though I am curious to why you are using cookies to store
    state on the client? This is AIR and you have access to the
    filesystem, local SQLite DB, encrypted local store, etc.
    Thanks for your previous answer anirudhs. Finally got a
    cookie thru Air! :P
    Some scenario's do require login via cookies for our webapps
    (in my case, chat w/ nicks which also logs users by serverside js +
    php, thereby allowing the same access method for web-browser login
    to the same chat rooms). It might be a bit of a stretch for some of
    us to attempt to code filesystem/SQlite/localStore updater for our
    web-users via js + php, although I know we could perhaps embed a
    hidden flash to do the localStore, and pass data back and forth
    from js, but that's lot of extra lifting, whereas browser cookies
    are naturally designed for such logins.
    I'm confused by the safari wording thou.. does the webkit
    security model in Air only work via user activated http (ie.
    clicking links), or is there some way Air can initiate an http
    connection (say using loader) to set or get cookies? It seems a
    pain to need to force the Air user to click and open a dead link
    just to activate a cookie session, even if it's only to a hidden
    frame.

  • How to set email address for user my site?

    Hi All,
    I am creating user my site using profile.CreatePersonalSite(); How can I set the email address of the personal site?
    Thanks in advanced.
    Moohak

    Hi,
    Userprofiles.CreatePersonalSite() donsn't take any argument by which you can set user's email address. So, if you want to set user's email then update the profile before creating profile object.

  • How to set IP address for 5800XM

    Hi,
    Is there a way for me to preset an IP address for the WiFi connection in the 5800XM? We do not have a DHCP server in the office but we use WPA authentication with pre-assigned IP addresses for each of our devices so I would need to set it manually.
    Thanks in advance.
    Current Phone: NOKIA N8 (Best phone ever)
    Solved!
    Go to Solution.

    19-Jan-2009 02:34 PM
    alexlimco wrote:
    19-Jan-2009 10:00 PM
    jacobsladder wrote:
    Haven't used 5800, but in all other S60s, chose "advanced settings" from the Options menu when you are editing the access point's settings.
    Hi, thanks for replying but I do not find any settings for IP address in Advanced Settings. Searching the web does not turn up anything too.
    Regards.
    so in Tools - Settings - Connection - destinations - Your access point - Edit - Options Advanced Settings
    You dont' have IPv4 settings?

  • How to set IP address to deployed application ?

    Hi,
    I downloaded OC4J server and extracted it and deployed a web service to it.
    When I am trying to access the web service on same machine there is no problem but when I am trying to access on another machine connected through LAN it's not working.
    In web service URL there is a Machine name instead of IP address.
    What settings I need to do ?
    Regards,
    Ajay Sharma

    19-Jan-2009 02:34 PM
    alexlimco wrote:
    19-Jan-2009 10:00 PM
    jacobsladder wrote:
    Haven't used 5800, but in all other S60s, chose "advanced settings" from the Options menu when you are editing the access point's settings.
    Hi, thanks for replying but I do not find any settings for IP address in Advanced Settings. Searching the web does not turn up anything too.
    Regards.
    so in Tools - Settings - Connection - destinations - Your access point - Edit - Options Advanced Settings
    You dont' have IPv4 settings?

  • How to Set Uniform Address Book Contacts

    you know what i would love to do? make all the numbers in addressbook.app uniform formatting, like every number +15551212, instead of all mixed; some (555)1212; some 15551212, etc. i can’t write scripts, so is there a way i can do this?

    In Address Book Preferences, select the Phone tab. There, choose one of the Formats in the pull-down menu, or create your own by choosing Custom... from the same pull-down menu.
    tf

  • How to set the address bar again ???

    What Should I DO???
    == This happened ==
    Every time Firefox opened
    == mozilla crashed

    In Firefox 3.6 on Windows you can hide the menu bar via "View > Toolbars" or via the right click context menu on a toolbar.
    Press and hold the Alt key down to bring up the menu bar.
    Go to "View > Toolbars" or right-click the menu bar or press Alt+V T to select which toolbars to show or hide.
    See also [[Menu bar is missing]]

  • How to set IPC JCO user  connect to CRM system via 'group'?

    Dear expert,
    When we do XCM setting for IPC JCO connect, we input the server address directly in 'ashost',  such as ashost = dga107.ndpaper.com. However, for CRM server, we have two instance, 107 and 108. Does that mean JCO user will only logon instance 107? Does that mean order will only creat in 107, no order in 108?  can we have do some some settings to enable a group logon for the JCO user?
    i noticed for base config, there is 'group connect' in dropdown list,how can i config XCM in the group way? is there any instruction?
    Thanks~
    Hedy
    Edited by: Ye Zhang on Nov 3, 2011 4:27 AM

    Hi Ying
    I'm pretty sure there is a way but I can't check it right now.
    We have such systems where this is set the way you would like it to be, but those are connected to a CUA (central user administration) so the possibility
    does exist for regular Dialog users.
    Unless it is valid for all users in the systems (which is very likely) that way only admin's in the CUA have authorization to change the password and synchronize it.
    Service users is indeed what you are looking and most likely the best solution.
    Kind regards
    Tom
    Edited by: Tom on Feb 1, 2008 10:35 AM

  • Sun IdM: How to set a multi-value field on document.mainform via javascript

    The following will set variables.variable1 to variables.variable2 when the "Script Link" component is clicked. I would like to modify
    this so that el2 references a multi-valued element (e.g. a list generated by a Select Field)
    <Field>
    <Display class='Javascript'>
    <String>
    function myScript() {
    el=getElement(document.mainform,"variables.variable1");
    el2=getElement(document.mainform,"variables.variable2");
    el.value=el2.value;
    </String>
    </Display>
    </Field>
    <Field name='Script Link'>
    <Display class='Link'>
    <Property name='URL'>
    <String>javascript:myScript();submitCommand(document.mainform,%20'Recalculate');</String>
    </Property>
    </Display>
    </Field>
    My issue is, if variables.variable2 is a list / multivalued, i get errors trying to traverse through the "array".
    How can i read and set a list element via the javascript function above? I've tried things like get(), put() , as well
    as path expressions like variables.variable2[0] .
    any help would be appreciated....
    is there an API somewhere i can reference?

    The MultiSelect field-type is a little different than the rest of the fields. If you use the applet version, then selecting/deselecting values cannot be captured by referencing the field directly in javascript.
    The way to identify the selections is to use the javascript methods includes/MultiSelect.js file (IDM form submission uses the same method):
    fixMultiSelectAppletBeforeSubmit( )
    fixMultiSelectNonAppletBeforeSubmit( )
    .. and then referencing the "<multiselect-field>_selected" form element.
    So in your case, the code should look something like this:
    function myScript() {
        fixMultiSelectAppletBeforeSubmit(document.mainform,"variables.variable1");
        var el1 = getElement(document.mainform,"variables.variable1_selected");
        // assign the value to variable2..
        el2 = getElement(document.mainform,"variables.variable2");
        el2.value = el1.value;
    }Just make sure ":variables.variable2" is not a multi-select field, else the value set here will be reset during form submission.
    Adi
    [www.xpressutils.com|http://www.xpressutils.com]

  • How to set CSRF token  to make a POST call via Destinations in HANA XS

    I have a requirement where I would want to make a POST call to Gateway Service,which would need a CSRF token.
    I fetch the CSRF token and then I use the same token during POST.
    Hence i set this in $.request.headers() .
    I know that I have to set the cookie as well for CSRF so I set the headers as
    req.headers.set("Cookie","'sap-XSRF_GIQ_100=TQRYJKzJSH8SknthcwRQFA%3d%3d20140425093233hxBe2w9qL9AjCtnh3gsIvPP6-IwsfZB2lqE5RtfGH8A%3d'")
    But this fails with CSRF token validation
    I found that the cookie value is not set in the service.
    How are cookies handled in  Hana how can i set my csrf and XSRF-Token cookie value in the request
    Thanks,

    Here is example code where I do this very thing - get the CSRF token for an ABAP/Gateway service and use it in the request. The CSRF Token should be a header not a cookie.
    var dest = $.net.http.readDestination("WileECoyoteABAP.services", "ZWILEECOYOTE_SRV");
      var client = new $.net.http.Client();
      //Get CSRF Token
      var CSRF = getCSRFToken(dest, client);
      //Make Request
      var req = new $.web.WebRequest($.net.http.POST, 'ACMEItemCollection/');
      req.headers.set("x-csrf-token",CSRF);
      req.headers.set("Content-Type","application/json");
      req.setBody('{"d": {"ItemId": "9999999999","Item": "'+Items.Details[0].ITEM+'"}}');
      client.request(req, dest);
      var response = client.getResponse();
    function getCSRFToken(dest, client){
      var req = new $.web.WebRequest($.net.http.GET, 'ACMEItemCollection/?$top=1&$format=json');
      req.headers.set("x-csrf-token", "fetch");
      client.request(req, dest);
      var response = client.getResponse();
      var CSRF = response.headers.get("x-csrf-token");
      if(response.status===200){}
      else{
      handleErrors(response);
      return CSRF;

  • How to set the properties of plots in XY graph via VI Scripting

    Hi,
    Is there any way out to change the properties of XY graph plots through VI Scripting? 
    From main VI, I create an XY graph in another VI through VI scripting. I now want to change the Plot legend names, and their styles etc. I notice that these properties can be set up in the new VI (See screen shot Graph Property Node in NEW VI.jpg). However, I couldn't see these properties by calling the property node of XY graph reference in main VI (see screen shot ).
    Thanks for the due response.
    Regards
    HB
    Solved!
    Go to Solution.
    Attachments:
    Graph Property Node in NEW VI.jpg ‏1527 KB
    Graph properties in main VI.jpg ‏959 KB

    Hello HB,
    I see plot.names when I scroll down a bit further. No scripting required.
    Hope this helps.
    Uli
    Attachments:
    plot.names.png ‏74 KB

  • How to set a column value in a tabular form via button

    Hi All,
    I am using Apex 3.0.1. And to create the form I am using the APEX interface tool
    I have tabular updateable report. In the same page I have a LOV field where I can choose some possible results.
    I want to have a button so I can select a value in the LOV, take this value and populate the column value to the LOV value for all rows in the tabular form.
    The LOV and the buttons are done.. to update the column I tried creating a pl/sql that is executed when the button is pressed and has the following update in a loop for each element:
    begin
    for i in 1..APEX_APPLICATION.g_f01.count loop
    APEX_APPLICATION.G_F02(i) := :P1_MY_LOV_VALUE;
    end loop;
    commit;
    end;
    When I press the button, the page refreshes but nothing happens. I don't see any changes in the Values for the column I am trying to update
    Thanks

    Hi user477501,
    If you are doing this after a SUBMIT, then try updating your data table instead of the g_f02 array. When you page is re-rendered, it should re-query your data table.
    If you do not want to submit the page, then try your hand at JavaScript.
    A good reference for this is Mike Hichwa's article at:
    http://www.oracle.com/technology/oramag/oracle/06-nov/o66browser.html
    Be sure to download the example application, it is very helpful.
    I hope this helps.
    Patrick

Maybe you are looking for