- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2016 01:31 PM - edited 03-05-2019 03:54 AM
does anyone know how to push an IOS via SCP from a server to a specific directory on a router? I can get it to started with normal syntax, but the disk0: is full on the 7609 I want to put it on. I need to push it to disk1. Just can't find the right syntax. What I am using to push it is the following:
scp ./isr4400-universalk9.03.13.04.S.154-3.S4-ext.SPA.bin <username>@<ip omitted>:/isr4400-universalk9.03.13.04.S.154-3.S4-ext.SPA.bin
It'll get started but of course tell me I don't have enough space because it's trying to push it to disk0
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2016 12:45 AM
I think the answer is:
scp ./isr4400-universalk9.03.13.04.S.154-3.S4-ext.SPA.bin <username>@<ip omitted>:disk1:/isr4400-universalk9.03.13.04.S.154-3.S4-ext.SPA.bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2016 12:45 AM
I think the answer is:
scp ./isr4400-universalk9.03.13.04.S.154-3.S4-ext.SPA.bin <username>@<ip omitted>:disk1:/isr4400-universalk9.03.13.04.S.154-3.S4-ext.SPA.bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2016 05:17 AM
Thank you Philip.
I actually got the answer later last night and that worked. I appreciate your response.
Wade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2016 11:54 PM
It would be great if you could rate and mark the answer so as to help others. :-)
