Space for scripts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-08-2014 06:07 PM
Hi,
new Extreme switches have a lot of RAM.
Now we can download xsf scripts to the flash,
but it is possible to use linux tmpfs -> /dev/shm (for example 20 MB)
This could be useful when you need to download some dynamic scripts.
Is it possible to add this to EXOS?
--
Jarek
new Extreme switches have a lot of RAM.
Now we can download xsf scripts to the flash,
but it is possible to use linux tmpfs -> /dev/shm (for example 20 MB)
This could be useful when you need to download some dynamic scripts.
Is it possible to add this to EXOS?
--
Jarek
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-09-2014 11:38 PM
administrator@ubuntuServer-TAC1:~$ sftp admin@10.67.73.65
Keyboard-interactive authentication
Enter password for admin:
Connected to 10.67.73.65.
sftp> put /home/administrator/combined-switch1.pol
Uploading /home/administrator/combined-switch1.pol to /config/combined-switch1.pol
/home/administrator/combined-switch1.pol 100% 144KB 143.7KB/s 00:00
sftp>
EXOS will store the config file under the /config/ folder.
I am using SFTP(OpenSSH_5.9p1) to upload the ".POL" file on switch. I would say in similay way you may also upload it.
Let me this is what you want.
Keyboard-interactive authentication
Enter password for admin:
Connected to 10.67.73.65.
sftp> put /home/administrator/combined-switch1.pol
Uploading /home/administrator/combined-switch1.pol to /config/combined-switch1.pol
/home/administrator/combined-switch1.pol 100% 144KB 143.7KB/s 00:00
sftp>
EXOS will store the config file under the /config/ folder.
I am using SFTP(OpenSSH_5.9p1) to upload the ".POL" file on switch. I would say in similay way you may also upload it.
Let me this is what you want.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-09-2014 06:16 PM
Hi,
sorry for my above description.
I try to clarify what I mean.
Now, it is not possible to get access to /dev/shm on EXOS to download scripts
(to Extreme RAM), is there any chance to make it as a feature request ?
--
Jarek
sorry for my above description.
I try to clarify what I mean.
Now, it is not possible to get access to /dev/shm on EXOS to download scripts
(to Extreme RAM), is there any chance to make it as a feature request ?
--
Jarek
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-09-2014 04:29 PM
YES, you should able to trasnfer the file. I have tried using filezilla as well and I was able to transfer XSF files successfully.
