Setting sbRIO IP address without using link-local

Hello
I am working deployment of an image to sbRIO in production. Deploying the image works well, but setting up the sbRIO so that i can actually deploy the image does not. In production the deployment will deal with brand new sbRIO cards, so they will connect as DHCP/link-local.
The setup i have does not allow me to:
- Set the IP properties of the sbRIO manually.
- Set the host computer IP properties to DHCP/link-local
- Use a switch with DHCP
So at this point i can find the sbRIO with the System Configuration VI's. I can download the image to the sbRIO (if i manually set the IP address to static on the same subnet as the host). But i can not connect to the sbRIO with the System Configuration VI's unless i change the host computer IP settings, and so i cant set the IP settings on the sbRIO so that they match the host.
However, MAX seems to be able set the IP settings on the sbRIO just fine no matter if its using link-local or not. So it should be doable.
Does anyone have experience with this? How does MAX do it?
Ideally i would like to:
-Connect the (new) sbRIO
- Discover it (link-local)
- Set a static IP
- Write image
I also wonder if anyone else have seen strange behaviour in MAX when interacting with a sbRIO on a network card with multiple IP addresses? And if so, can it be fixed? In  my case new IP settings doesnt settle on the sbRIO unless the (host) network card has max one IP address.
/ Nimgaard

Ok, there are two different settings that involve DHCP, one being the public IP address that is assigned to the AirPort and the other being the IP addresses that are assigned to the computers on the private network.
Before doing the following, I would hard reset the AirPort Extreme by holding the reset button on the back for 5-10 seconds, just so we can get a default onfiguration.
If you run AirPort Utility, go to Manual Setup, and click on Internet your Connection Sharing at the bottom should be listed as Share a Public IP Address. This enables your AirPort to be the gateway and to receive a public IP address from your cable provider. This should really already be enabled since you did a hard reset.
Now test to make sure you have an internet connection. If not, then you need to reset your cable modem. If after resetting your cable modem you still can't get internet connection then you need to call your cable provider and have then do whatever they need to do to get you a new IP address.
Now that you have a working internet connection you need to setup your private network. Run AirPort Utility, click on Manual Setup, and go to the Internet tab again. Write down the DNS servers you see listed. For Configure IPv4, you need to change the setting from Using DHCP to Manually. Enter the IP address as 192.168.249.10, the subnet mask as 255.255.255.0, the router address as 192.168.249.10, and then use the DNS Servers you just wrote down.
Now click on the DHCP tab next to the Internet Connection tab and select 192.168.249.100 as your beginning DHCP address. Ending address could be something like 192.168.249.200. Update your AirPort and then see if things are working correctly.

Similar Messages

  • Getting error while accessing a webpage by using link local address of ipv6

    Hello,
    I want to access my login.jsp by using ipv6 address.
    when i am accessing my web page by using loop back or localhost6(like the following) it is working.
    http://[::1]:8080/test/login.jsp //for loopback
    http://localhost6:8080/test/login.jsp
    But when i am accessing my webpage by using link local address as following i am not getting my web page.
    http://[fe80::201:6cff:fe0f:d7ae%eth0]:8080/test
    or
    http://[fe80::201:6cff:fe0f:d7ae]:8080/test
    For the above case is there any solutions????

    Whatever i have mentioned these are correct. My ipv6 address is also correct.From browser only i am accessing.>
    Not a Java issue, then. Your problem I'm afraid.
    But how do you know they're correct? Given that one of them isn't working, I'd triple check it if I were you.

  • Why use link-local addressing for HSRP in IPv6?

    I have scoured the internet for an answer to this question, and am no closer to having it answered.  Am hoping someone here can help!
    * Why do we use link-local (or autoconfig) addresses for the standby IP in FHRPs?  If you are forwarding a packet towards a link-local destination address, wouldn't the source address then have to be a link-local address from the same prefix, which according to scope, should not route beyond the local link?  How do you route an IP packet that has a link-local address for a source address?
    Any insight would be much appreciated.
    Thank you in advance.

    Dougles,
    next hop is used for reaching "gateway" that know where to send packets farther (read it as "next hop to the destination")... routing in IPvX is hopping between nodes where every hop is closer to destination... This is theory behind.
    So as machine that needs to send packet to "not directly connected destination" you only need to send packet to gateway leading to this destination...
    so you need to send packet so, that "gateway" will recieve this packet and gateway then send this packet farther... it is not important what IP address this gateway has.
    On ethernet you only need to know MAC address of this gateway and you send packet (with your source IPv6 address and intended destination IPv6 address) encapsulated with "destination MAC address" of gateway. When gateway recieve ethernet frame, and this frame is for it (destination MAC address is its MAC address), the gateway will proceed IP header (inside IP header the gateway see IT is not final destination for this packet, and gateway will route this packet).
    So configuring IP address as next hop is just "hleper for simpler administration".. MAC address of gateway is important. In IPv4 address resolution protocol (ARP) is used to automaticly get MAC address of gateway if you configure next hop as IP address. In IPv6 there is neighbor discovery protocol(ND) used for this task.
    conclusion: you can use link local address as nex hop address for addresses from any scope ... next hop is just next hop, it is not used just for the same scope communication.
    And question is... if we need just information about MAC address of gateway, why to ask using global address?
    We need to get MAC address... that is information important just "locally"... so to ask for local information, why not use link local address ?
    HSRP is the same case... really just need MAC address to send packets correctly.

  • I set my cRIO from 'DHCP' to 'link local' and lost contact with it.

    I set my cRIO from 'DHCP' to 'link local' and lost contact with it.
     I changed the setting at the placed labeled "2" to link local only, then I think I hit save at "3".  Then poof, I had no network contact with my cRIO.  
    I tried;
        Hitting the reset button
        Opening a closing MAX
        Going to safe mode
        Throwing the Reset IP switch 
        Power cycling the cRIO
        Running cat 5 cable directly from the Host to my target
    None of it worked, and I have no contact with my cRIO.
    This is what MAX looks like now.  How can I fix this?
    Solved!
    Go to Solution.

    Make sure to disable the firewall on your computer.
    Otherwise you can check through the steps in this documentation:
    http://digital.ni.com/public.nsf/allkb/ABE4BC247E8​AC9BC8625734E005CAB42
    Note specifically that one option is to read the console out from the target VIA the serial port will a null modem cable during boot and it will indicate what IP the system is using.
    Craig H. | CLA | Systems Engineer | National Instruments

  • How to Set multiple Global Variables without using Controls or Indicators

    I have to set many Global Variables (i.e. declare and initialize them) in a subVI in order to pass them to various other subVI's. The only way I know how to do it in LabView is to create a Globals.vi on which you create a control or indicator for EACH Global Variable. That's fine if you have only a few variables. But I have close to a hundred Global Variables (which come from a configuration file for a large program) and clearly it is impractical and cumbersome to create a control for each global variable. In Agilent Vee, there is a simple function called "Set Variable" that sets the data value of a global variable. Then in other module, you simply use the "Get Variable" function to get back the v
    ariable and its value.
    In LabView you can use the "Invoke Node / Set Control Value" and "Get Control Value" properties to achieve the same thing. But as mentioned above, you need to create a control for each global variable and that is a big pain in my case, with many global variables. Furthermore, the global variables are read from a Configuration Text File to this VI. Is there a way to do it without using the control? Thank you in advance for any help.

    Actually you could create the same sort of facility in LV. All you have to do is create a LV2-style global that behaves as follows:
    To write a value to it, you supply a value name and the value. These pieces of data are save internally in seperate arrays.
    To read a value, you supply a value name. The VI looks up this name in the value name array to return an index into the value array. Output the value you find.
    Frankly though, it sounds like what you really need is not hundreds of globals, but a good way to manage configuration data.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Can I get a Mac email address without using the cloud?

    Can I get a Mac email address without having to use the cloud?  The OS on my desktop computer has not been upgraded to support it yet, but my phone will.

    Apple don't provide @mac.com addresses anymore. They haven't done for years.
    You can get an @me.com email address but ony by signing up for iCloud on an iOS device or Mac.

  • Compare two tables on different server without using Linked Servers

    I have an SSIS package that needs to compare a table to another table on another server.  Then only delete data from the first table if it exists in the second table.  
    I know this is possible with Linked Servers but we are doing away with them in my company.  Is there a way inside of SSIS to do this?
    Oh and I can't use a Data Flow since I don't know the table names or columns at run time (the whole package is dynamic) so I can't map the columns ahead of time.  
    So no MERGE JOIN unless it can be used outside of a Data Flow.  

    You 'll have to use the Data Flow Transformation, thing is, given the constraints, your only option seems to be in generating the package programmatically (using code).
    The type of a program would be a Windows Console. The program would expect a few parameters as the source and target tables along with any necessary connection parameters.
    Then use the merge join (being the easiest to code in) in an Execute SQL Task component.
    Examples of coding packages:
    Samples for creating SSIS packages programmatically
    PS: I can tell you, given your circumstances, at the very minimum the impact on the bottom line of your company is brittle apps accompanied with expensive maintenance which translates into reduced ROI from your tooling.
    Arthur My Blog
    The package is table driven and is a dynamic archival process.  The end user just fills in the framework table and the package archives data from within a certain time range.  The table can exist on any server, any database.  
    That part is done.  The part that still needs to be accomplished is to delete data out of the base table since it is archived.  I need a safe way of doing this and so thought to compare the archive table against the base table.  Because they
    can exist anywhere and can have any name I am not sure how to do this without Linked Servers.  That being said we will not have Linked Servers for this.  
    Is there another safe way to delete data out of the base table?

  • HELP me set up new account without using a CREDIT CARD or PAYPAL

    I am setting up an iTunes account on a Dell PC. The account setup wiz asks for a credit card but I do not want to use a credit card, instead use gift cards only. Am I forced to add in a credit card to activate an account? Is there a way around this?
    Thanks
    dan.

    No-
    Go back to the home page of the iTunes Store. To the right, under Quick Links, click on Redeem. Enter your gift card information, and then go through the prompts to create your account again. When you get to the payment information step, it should now give you the option for "none" since you've already successfully entered your gift card code.
    Good luck,
    CG

  • Is there any way to set up Firefox sync without using a PC?

    I am try to set up Firefox to sync between my tablet and phone on android without having to use a PC as an intermediary. I Is this possible? I I don't see any option to create an account or enter a sync code on the android version.

    You will require a computer. Sorry for any inconvenience.

  • Using a set from one dimension to filter a set on another dimension without using the slicer

    I have a complex mdx query.  In one step within this I want to restrict the members of one set to those that have data in the cells defined by this first set and a second set on a different dimension.  It is not the values in those intersection
    cells I want to end up with but just the restricted members of the first set.  I am then going to cross join this with the 'All' member of the second set.  The point of doing this is that the results can be joined with a union query to other results
    with the same dimensionality.
    I get what I want, in simplified way, from the following:
    with set x as filter([Org].[Dept].[Dept].members,
    [Proj].[ProjHierarchy].[Proj].&[100028])
    select [Measures].[Finance] on columns, x on rows from projects
    This shows the total finance for each dept member that has any finance against the specified project.  However, this won't do as what is supplied to the mdx is a string parameter that is converted to a list of members using StrToSet and the MDX above won't
    accept this.  I do not wish to use the slicer because of the complex overall MDX structure.  Is there any way to make something like the above work?

    Hi Kenneth
    does this set have the required dimensionality? :
    extract(
    nonempty(
    ( [Org].[Dept].[Dept].members
    , [Proj].[ProjHierarchy].[Proj].&[100028])
    , [Measures].[Finance])
    ,[Org].[Dept] )
    I'm not sure about the hierachy on the last line. Maybe:   [Org].[Dept].[Dept]
    Philip,

  • How to set JMS Header Property without using DynamicConfiguration.

    Hi,
    My Scenario is: PDF File -->XI -->JMS
    I need to send the PDF file as it is to JMS receiver, which shouldn't be a problem. The problem is I need to set the same file name in the Receiver JMS header property.
    So to do this I am using DynamicConfiguration in message mapping but when File Adapter picks the PDF file (as it is) I get the run time mapping error which is quite obvious since message mapping expects the data in xml format.
    Do you have any idea if I can avoid the message mapping and set the Dynamic Configuration somewhere else (not sure if java mapping can help here) or if there is some Module available to set file name in JMS header.
    Note: PDF File name is dynamic.
    Thanks!

    I am on XI 3.0. I am not good in java.. can someone give an example?
    Update:-
    I have done some changes to my code and now it is working for me. Since I don't have much knowledge in Java (except writing UDFs )so don't know how good this coding is but defiantly this is my first step to learn Java APIs. Thanks to everyone for their comments & suggestions!!
    If any improvement in below code can be done please let me know.
    package com.sap.xi;
    import com.sap.aii.mapping.api.*;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.HashMap;
    import java.util.Map;
    import com.sap.aii.mapping.api.StreamTransformation;
    import com.sap.aii.mapping.api.StreamTransformationException;
    import org.xml.sax.helpers.DefaultHandler;
    public class JMSHeaderMapping extends DefaultHandler implements StreamTransformation{
       private Map param;
        public void setParameter(Map map)//to access message header data during runtime
            param = map;
            if(param == null)
            param = new HashMap();
        public void execute(InputStream in, OutputStream out)  //This method is used to run the mapping
        throws StreamTransformationException
                DynamicConfiguration dynamicconfiguration = (DynamicConfiguration)param.get("DynamicConfiguration");
                DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File", "FileName");
                String MyFileName = dynamicconfiguration.get(key);
               DynamicConfigurationKey key1 = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/JMS","DCJMSMessageProperty0");
            dynamicconfiguration.put(key1, MyFileName);
            byte[] inbyte = null;
            try {
        // convert InputStream into byte stream
              int bufsize = in.available();
              inbyte = new byte[bufsize];
              in.read(inbyte);
        // convert byte stream into OutputStream         
              out.write(inbyte);
            catch (Throwable t){
             t.printStackTrace();
    Edited by: Sarvesh Singh on May 9, 2011 8:47 PM

  • Can I set up and register without using VoiceOver?

    I have a three yr old iMac which just had it's defective hard drive replaced. I am unable to get past the welcome screen to set up using VoiceOver! How do I navigate to the continue arrow once I've highlighted my country? I don't have an end key on my keyboard

    Try pressing hard the trackpad on "Continue".

  • Set up wireless modem without using a network card

    How can I set up my wireless router (WRT54G v8) if I do not have a working network card on my laptop? The wireless card works fine, but the wired ethernet card is shot. I have been connecting to the Internet via the USB port.
    The set up instructions assume you can connect to the Internet using your computer's ethernet card.
    I have a Comcast cable Internet modem.

    You can setup the router through a wireless connection although it is not ideal.
    With default settings the default SSID is "linksys" with no encryption. You connect to this network and open http://192.168.1.1/ Then you configure the router for your internet connection, change the SSID, enable wireless security, change the router configuration password, etc.
    It is a little bit more complicated as you have to make sure you configure your router and not your neighbor's who may also use a Linksys router in default configuration and you have a couple of disconnects after changing the SSID and after enabling the wireless security.

  • How Change my weblogic listen address without using console.

    Hi All,
    I am unable start my weblogic server because i changed with name my listen address so how can set IP address in listen address from files.
    How many files need to change and please give file paths.
    Maroof

    Hi Timo,
    I have installed WLS 10.3.5 Stand alone weblogic. when i was configuring that time i putted application3.myhost.com in listen address  but
    system32\drivres\etc\host file have application2.myhost.com with my machine ip. Since application3.myhost.com i set from console.
    now when i am starting my server then below error getting.
    java.net.UnknownHostException: applications3.almullagroup.com
            at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
            at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
            at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
            at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
            at java.net.InetAddress.getAllByName(InetAddress.java:1084)
            at java.net.InetAddress.getAllByName(InetAddress.java:1020)
            at java.net.InetAddress.getByName(InetAddress.java:970)
            at weblogic.rjvm.JVMID.setLocalID(JVMID.java:238)
            at weblogic.rjvm.RJVMService.setJVMID(RJVMService.java:48)
            at weblogic.rjvm.RJVMService.start(RJVMService.java:30)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    but any how i want to change listen address from application3.myhost.com to application2.myhost.com since i am unable to start my so i can change my listen address from console.
    From file can i change ?if yes then from which file and location.
    JDeveloper 11.1.1.7
    Maroof

  • How can we communicate the TPC 2012maodule with cRIO module without using the Local software system

    Hi everybody
    Iam using TPC-2012 module with cRIO 9074 device.I made exe file and deployed into the harddisk of TPC. We are getting input/output values  on TPC only when the Software loaded system is on,if we switch off the system,we wont get the input/output on the TPC.all are connected through LAN connection.

    The best programming practice would be to create variables under the RT target (which means you are hosting the library on the RT target and not on the PC). You, then, just need to drag and drop the variables that you created into the TPC VIs block diagram.
    If you are interested in TCP/IP, look up the examples in the Example Finder (Help -> Find Examples) or search on NIs website.
    Also, be sure to go through the following article:
    How Do I Install Support for Shared Variables on the TPC-2012?
    and the following one:
    Using the LabVIEW Shared Variable
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

Maybe you are looking for

  • Currency translation error

    I have created a currency translation key for Exchange rate type M and the key is based on time characteristic 0CALMONTH. It is working almost fine but is failing in the below two mentioned places: 1. The values for all the months are being shown cor

  • How to play MIDI files on Firefox for Android?

    When I click on a link in a web page at points to a MIDI file (that has a .mid file extension), I receive a error stating that it cannot play the audio file. In the desktop version of Firefox, there typically is a way to associate external applicatio

  • BW Loading filter values taking too much time

    Hi   Loading filter values of characteristics from Bex taking more time (annoying users), for example for sales document types when wants to select filter values to loads couple of around 30 it is taking more than 3-4 minutes.   Infoobject -> Busines

  • I-tunes wont start just a message "i-tunes has encounter a problem"

    Could someone please help everytime i start i-tunes i keep getting a message "i-tunes has encounter a problem and needs to close" ive tried to reinstall but no joy, my system seem to be fine has no problem anywhere else. Thanks in advance skylog.

  • Downsampling algorithm for JPG images in both PDF or automatic mode

    Hello, the question is: which algorithm is used when images are formatted by the Folio Builder in the Folio or Articles properties? My question is focused on the static images and I know that it would be better to resize images before placing them in