Config file from tftp at startup (6509 with Sup720)

Hi together
I will download the config file for my 6509 with Sup720 from a TFTP Server.
I have configerd the GigabitEthernet 5/2, so I can ping the tftp-server. Also I'm able to down&upload files to the tftp-server.
The configuration looks like:
hostname Testrouter
boot host tftp run 192.168.88.250
boot network tftp run 192.168.88.250
interface GigabitEthernet5/2
switchport
no ip address
media-type rj45
interface Vlan1
ip address 192.168.88.9 255.255.255.0
The service config command is also set!
The big problem is, the router comes up normaly and do not access the tftp-server in any way :-(
Have anyone a idea?
Thanks a lot in advance
Cheers Ralph

I have done it now in this way, but without any improvement! :-(
Here is my config:
(I found the ip tftp ? command!)
hostname Router
boot host tftp://192.168.88.250/run
boot network tftp://192.168.88.250/run
no aaa new-model
ip subnet-zero
ip tftp source-interface GigabitEthernet5/2
ip tftp boot-interface GigabitEthernet5/2
interface GigabitEthernet5/2
ip address 192.168.88.9 255.255.255.0
media-type rj45
ip default-gateway 192.168.88.250
I'm able to ping the TFTP Server...
Router#ping 192.168.88.250
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.88.250, timeout is 2 seconds:
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
Router#
Have anyone any idea??
Cheers Ralph

Similar Messages

  • Transfering a few files from iMac to MacBook Air with Thunderbolt.  Which do I put in Target Disk Mode?

    Transferring a few files from iMac to MacBook Air with Thunderbolt. Which do I turn on first in Target Disk Mode?  The one receiving the files or the one that has the files?

    I would put the destination computer into TDM

  • Move config file from c160 to c170

    I am doing an RMA to our unit
    the old unit is c160
    the new is c170           
    The old appliance was OS 7.6.1-022
    The new appliance is OS 7.5.2-101
    I want to move the config file from the old one to the new one,
    however I am getting "Error   —       No available upgrades  " on the new appliance,
    Any advice?

    Call TAC and get your new device provisioned for 7.6.1...

  • Transfer old config files from old C150 to New C170

    I exported the complete configuration from the old C150  and emailed it to myself without masked passwords.  I copied the file to my machine and logged into the new C170. System Administration --> Configuration File
    Selected Load Configuration file from local computer.  I browsed to the file and seleted it and hit "load"
    It failed on so many lines that just seemed incompatible with the new XML structure I just gave up.  I ended up doing it manually but would like to know if it is possible to accomplish the original task of importing that old config file?

    The dievices have different port settings and there are some large differences in the code.  You cannot transfer the entire config file but you can do it in sections.  Such as export your HAT config and import that to the C170. 
    How I did it was hook a laptop directly to the new C170 on the management port and opened a wireless connection via browser to the live C150 and manually set all of my network configurations individually.

  • Reading a config file from servlet

    I am having an issue where my servlet on init() is trying to read a file from the filesystem in order to override the log4j configuration for the application.
    Code in servlet:
    ServletContext context = getServletContext();
    String logInitFile =
    context.getInitParameter("log-init-file");
    if (logInitFile != null) {
    File file = new File(context.getRealPath(logInitFile));
    if (file.exists()) {
    logInitFile = context.getRealPath(logInitFile);
    LogManager.getLogManager().readConfiguration(logInitFile);
    ServletLogAppender.setServletContext(context);
    logger = LogManager.getLogManager().getLogger(CLASS_NAME);
    logger.debug("Log file was loaded from \"" + logInitFile + "\"");
    END CODE
    My orion-web.xml has an entry pointing to
    <context-param-mapping name="log-init-file">C:\jDev9052\j2ee\home\application-deployments\speed\log4j.xml</context-param-mapping>
    The error I am getting is a NullPointerException on the
    File file = new File(context.getRealPath(logInitFile));
    line.
    The point of this is to override the log4j.xml file that is packaged in the /classes folder of the .ear file with one specific to its deployment target (i.e. production, test, etc).
    This worked in 9.0.2 but now that I am upgrading to 9.0.5.2 it is not working.
    Is this possible to do anymore? Could someone assist.

    I just had -and solved- the same problem. The cause was that you tried to use getServletContext().getRealPath() to resolve the file name. That only works if the file is located some place where your Web container could serve it up as a file; i.e. getRealPath() translates a path from a Web URL into a file path.
    If you have your file in the Jar, chances are it's not even accessible as a file. I used getClass().getClassLoader().getResource() to give me a URL, and used that as an argument to log4j methods.

  • How should NEF files from my D300 be dealt with?

    I have a D300 and CS2. I have the CS2 version of Lightroom, PS and Bridge. I've been researching NEF files and their compatibility with the adobe applications I have. I'm confused on the best way to work with NEF files produced by the D300 directly with the versions of PS, Lr, and Br that I have. I hope I can work with the NEF files directly with the adobe products.
    I've learned the following from what I've read. I think each version of Ps, Br, and Lr are very picky on which versions of NEFs they will support. This is due to the constant tweaking of the NEF format. The support for a certain NEF is dependent on when the version of Ps, Lr, and Br were released. In other words, there is only good support for the NEFs that are created by current cameras at the time of the release of the Adobe software. The new software doesn't support the older NEFs.   And the older software doesn't support newer cameras.
    I've also read that I can get around this by converting the NEFs to a DNG file. The articles I read were a little old, but there seemed to be some concern about whether the dng format would stay around for the future. I don't think it had gained a lot of acceptance.
    Can someone please tell me the best way for me to work with RAW files in the adobe software that I have. Is there a plug in available for CS2 that will allow me to use the NEFs produced by my D300? Is my only option to convert these to DNGs before using them, if I want to keep my current version of Ps, Lr, and Br?  If I convert them to DNG is the White Balance data available in Ps or Lr? Or, is the only other option to buy a more recent version of the adobe software? I don't plan to buy any new software now because I can't afford it. Even if I did, I'm concerned about backwards compatibility. Nikon considers the regular D300 as old. I don't think adobe does a good of supporting older camers in the newer software.
    Can someone help me understand the best way to go about this. Thanks in advance for any help.

    All that changes in the NEF file between cameras is the usually camera name line. This is shown by using a Exif editor such as Exif tool and changing the camera name to one supported in the version of ACR used by your particualr version of LR or PS
    When ever a new camera comes out Adobe profiles the sensor to produce a calibration file for use in LR and ACR, so if you just change the camera name you will be stuck with the old calibration data and colour reproduction may suffer. You can,of course, use Adobes free tool to produce your own calibrations.
    Adobe updates ACR and LR around every three months to include calibration data for any camera released since the last update. These updates are free. However once LR or PS reaches a new full release these updates are no longer provided. You have a choice, when working with older software, of either updating to the new version, or using Adobes free DNG converter to convert the file to DNG. Nothing is lost in this process. All the original data is retained. Obviously whatever new things may be included in the latest versions of either ACR or LR will not work in the older versions. So if you use the DNG converter on a camera released since LR 3 came out you can use it in LR 2, but the lens correction tool will not work. Equally if you have LR 3, but only have CS 4 or older versions of PS, you will have to render the file in LR before PS can recognise the lens corrections applied.
    You say that Adobe doesn't do a good job of supporting older cameras. This is strange. All older cameras are fully supported in LR and PS. Adobe have never dropped support for any camera and they also provide the DNG format which ensures both backward and forward compatibility with their software.
    As far as acceptance of DNG as a container for RAW information from cameras not gaining acceptance, again a strange thing to say. Presently it is the only open and documented format available. It has been submitted to the ISO for acceptance as an international standard. It is also used natively by several major camera manufacturers, including Hassleblad, Leica and to some extent by Phase one. There really is presently no other format around. If the manufacturers wanted to get together to develop an alternative nothing is stooping them. Unfortunately the two big players in the market, Canon and Nikon, resist this and continue with their own propitiatory formats. Whilst these may be supported into the future it isn't guaranteed. However as DNG is a fully documented format there is no more reason to think it will stop being supported than any of the other standard formats (such as pdf, tiff and swf) developed by Adobe.

  • [SOLVED] Resetting config files from a package

    Suppose I modify a file called /etc/examplefile.conf from a package example-package.
    What is the easiest / most elegant way to reset this file? Reset = restore the file to its original, removing my modifications.
    This[1] topic discusses this, but it is two years old. I would say the "best" solution there was the one suggested in #7:
    you could move the config file first then reinstall.
    But I'm not sure if this is safe. For a dummy example, removing /etc/pacman.conf then reinstalling pacman wouldn't probably be a good idea (I suspect this wouldn't work).
    OBS.: Getting the original file from the package from the cache is an obvious solution, but I'm searching for a simpler (more direct) way to do this (a bash/zsh one-liner would be sufficient, for example).
    [1]: https://bbs.archlinux.org/viewtopic.php?id=137526
    Last edited by thiagowfx (2014-04-26 21:49:20)

    FYI, pkg_scripts are available both in the AUR https://aur.archlinux.org/packages/pkg_scripts/ and in Xyne's repo: https://wiki.archlinux.org/index.php/Un … #xyne-i686 or https://wiki.archlinux.org/index.php/Un … #xyne-i686

  • Migrate Config File From C350 to C370

    Hi,
    We are currently upgrading our C350 appliance to C370s. What I'd like to find out is can we export the configurations file from the C350 (with all the settings intact) and restore it on the C370 appliance.
    I am assuming the IP/Host name will have to remain the same and that we will need to ensure the Async OS version is the same on both devices.
    Is this possible? Anyone have any experience doing this?
    Thanks,
    Steve

    I've done it, but its been a while.
    They don't have to be the same IP/name (you can edit the XML file), but you do want them on the same version.
    Export from the old one, and get the XML file locally (download it via FTP, or email it to yourself, with passwords unmasked)
    Look at the XML file and edit out the Network section (I use Notepad++ as it can do syntax highlighting)
    FTP the XML file to the new box, then load it. (The last time I did it, it didn't want to upload from my desktop...
    Hope that helps.

  • How do I transfer files from my old macbook air with a broken screen to my new macbook air?

    I've got a broken screen on my old macbook air and I can't see ANYTHING AT ALL on it.
    Is there a way so I can connect both computers and copy the files from the old broken one to the new one?
    I've tried to connect on my tv but I couldn't seen anything at all...

    Use Target Disk Mode:
    https://support.apple.com/kb/ht1661
    Ciao.

  • How to copy files from TC to another TC with ethernet

    Hello. I bought a new 3 TB Time Capsule and I need to transfer almost 2 TB in files from my old Time Capsule. Using wireless says it will take more than a week... is there any other option? maybe ethernet? or do you know a faster way to do that? I've searched over the web and found some people talking about ethernet but they didn't explain.
    thanks

    The copy is always via the computer.. so you want to plug the old TC into the new one by ethernet.. wireless off on the old TC..
    Plug the computer into the new TC, wireless off on the computer.
    Now copy the files.. this will not be fast due to the double handling of the files, but it will better than wireless by 3-5days.

  • Why, when exporting as master file from FCX, I have problem with sync

    I edited all audio of a short movie in protools, bounced a stereo file, imported it in final cut and shared the master file at prores 422, from there through compressor I have created 2  files (mpeg 2 and ac3) and burnt a  dvd but seems always to be out of sync , why?
    fortunately  i still have dvd studio pro that allow me to "nudge" the  audio to fix the problem, but all this is quite time consuming. 
    any advice?

    I have fixed some issue about audio and video, created a new project with correct sample rate, imported the master video at same frame rate, and in pt bounced  a new track of audio, so  no orange bar, everything fine in FCX,AUDIO AND VIDEO PERFECTLY IN SYNC.  i exported a master file at best current setting and in compressor have created a dvd setup hi quality, 2 pass vbr encoding mode etc
    and.. imported the m2v file and ac3 in DVD STUDIO PRO, and on time line i hear out of sync, now i don't know if the problem happen during the encoding in compressor or is dvd studio pro.

  • Transferring files from OS9 to new iMac with OSX

    Hi,
    I'm one of the (very) slow ones to upgrade. Just got my new iMac G5, and want to move my data and files over from my iMac G3 400 hrz graphite. I've got an ethernet network set up, but looking thru various instructions, I'm told that OS 10.4 won't allow transfers using Appletalk and I think it's telling me I need to go thru tcp/ip. I"m not finding any info that tells me how to do this. Anyone have the know-how, or can point me to find it?
    Thanks, I hope---
    marshgoose

    I do have the original Graphite, then.
    Thanks for all the responses! I did do the transfer with a Firewire, and all is well (after freezing the G5 screen into a gray-chroma vertical line pattern--must have moved a corrupted file into it. Necessitated a nice little talk with India tech and several passes with Disk Doctor on the G3, but I think it's sorted out now. Just the usual New Computer Cakewalk.
    Appreciate the help!
    marshgoose
    G3 imac   Mac OS 9.2.x  

  • Converting AVCHD files from .mt2s VS Ingesting Directly with FCE

    I found this out by mistake.
    I am working with lots of older footage taken on a Sony Camera in AVCHD. Originally I downloaded much of that footage to my PC using Sony's software Picture Motion Browser (PMB).
    All of the files stored on my PC were taken from the camera into .mt2s format.
    I have decided to work with Mac and now needed to convert those files to .mov to use in FCE.
    I used a third party program called ClipWrap and it worked well. MPEG Stream Clip will also do this well.
    My files converted to .mov this way ended with files that retained their same file names as existed from the original download to the PC in .mt2s format. I find this an amazing advantage as these file names hold the full date and time shot information. Year, month, day ... e.g. 20090223132124
    If on the other hand I ingest files using FCE, the resulting file names default to clip numbers only e.g. clip #1 Clip #2 etc. ... and all the date information is gone.
    ? My question is this ... Is it OK or advisable to go thru this 2 step process for the file name convenience? Do I lose anything in this double step ... such as file quality, data or anything else that would hurt the end result in my final editing in FCE?

    If you feel the ClipWrap/Streamclip approach is more convenient, go for it. As long as you're using the program to convert directly to the Apple Intermediate Codec then the only thing you lose is time (in my experience Log and Transfer ingests a bit faster + has a nicer interface).

  • How can I create MWV file from iMovie that is compatible with Windows

    Hi Folks:
    I have have an iMovie project that I need to share as a WMV file that I can upload to a website that is then able to be opened in a Windows browser.
    I've already created a QuickTime version that seems to work in Mac and Windows browsers. Just need a way to create a WMV file that works.
    I have purchased software (Flip4Mac WMV) that lets me make a WMV file but the files that I make with that software open up in Mac browsers (Firefox and Safari) but will not open in either Firefox or IE for Windows. The windows browsers both report that the page is not available. One of the options is to refresh the page. I do this on Win 2K IE6 and the movie is played in Media Player in a pane at the left side of the browser. On Windows XP IE 7 the page just does not produce anything that is useful.
    Anyone able to tell me what I should do to make the WMV files OK for Windows or some software that actually creates WMV files that work on Windows? Or is this a Web Page Formatting problem?
    Is it something I am doing on the site? I am using the "embedding" technique recommended by Apple to use a JS function to embed the file in a web page as shown below: (slightly modified)
    function InsertMovie(movie)
    document.write('<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
    document.write('<param name="src" value="movies/' + movie +'" />\n');
    document.write('<param name="controller" value="true" />\n');
    document.write('<param name="autoplay" value="false" />\n');
    document.write('<embed src="movies/'+movie +'" width="320" height="256" autoplay="false" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed>\n');
    document.write('</object>\n');
    This works in that the movie is presented to the Windows browsers are presented with the movie but they don't want to display it. I have two versions of the Movie and the one that's an H264 encoded QT movie loads fine in both IE and Firefox on Windows with QT installed. It is the WMV file that is not being handled as I would like.
    Any help would be appreciated a great deal. In fact, I will give a registration code for RollingCredits to anyone able to solve this problem for me.
    I know, resorting to bribery could be considered bad form but I am in need of a solution. And I know there are a lot of smart people out there.
    Cheers
    David

    Are you saying that my problem is that I am not using
    the correct software to create the WMV file or that
    VisualHub is a less expensive alternative.
    My problem seems to be that the file that I create is
    not being recognized by the browser -- not that it is
    not a WMV file.
    As I'm sure you know, WMV, like QuickTime mov files, come in many flavors. VisualHub may give a slightly different 'flavor'.
    After I made my original post, it occurred to me that Flash video is probably a more universal solution to your problem. Had you considered Flash video?
    But your suggestion(s) to try VisualHub have not gone unheeded.
    It's the least expensive way I've found so far to create Flash video files.
    F Shippey

  • How to transfer file from server to client pc with out client unknown

    Hi,
    Fill some form ,then submit, that time generate one xml file put in server,then the same file transfer to client machine fixed path(c:/download/) with out any pop up message..
    Pls help ..
    pls give some code idea
    Thanks in Advance
    karthik

    Thanks
    Vendor application only call the URL with parameter
    to get the File in secured manner. OK.
    the Vendor
    application may be in java or not..NET ?
    so in that case
    also do.so what ? is your problem solved or not ?
    you may need to make webservices.

Maybe you are looking for