Using LMS 3.2 to setup switches for archive config

Is there a way in LMS 3.2 to setup switches for using the archive config feature such that the filename could be automatically set to be the switch mgmt address or hostname?
So for the below example:
archive
log config
  logging enable
  notify syslog contenttype plaintext
path disk0:switch01.archive
write-memory
time-period 1440
Would there be a way to set (I'm guessing in netconfig) "path disk0:switch01.archive" with something like "path disk0:$HOSTNAME.archive" or "path disk0:$IP.archive" ?
-Dave

Nevermind. Figured out that there are variables in the path that I can use for this:
$h - hostname
$t - timestamp
archive
log config
  logging enable
  notify syslog contenttype plaintext
path disk0:$h-Backup-$t
write-memory
time-period 1440

Similar Messages

  • Using NIC Teaming and a virtual switch for Windows Server 2012 host networking and Hyper-V.

    Using NIC Teaming and a virtual switch for Windows Server 2012 host networking!
    http://www.youtube.com/watch?v=8mOuoIWzmdE
    Hi thanks for reading. Now I may well have my terminology incorrect here so I will try to explain  as best I can and apologies from the start.
    It’s a bit of both Hyper-v and Server 2012R2. 
    I am setting up a lab with Server 2012 R2. I have several physical network cards that I have teamed called “HostSwitchTeam” from those I have made several Virtual Network Adaptors such as below
    examples.
    New-VMSwitch "MgmtSwitch" -MinimumBandwidthMode weight -NetAdaptername "HostSwitchTeam" -AllowManagement $false
    Add-VMNetworkAdapter -ManagementOS -Name "Vswitch" -SwitchName "MgmtSwitch"
    Add-VMNetworkAdapter -ManagementOS -Name "Cluster" -SwitchName "MgmtSwitch"
    When I install Hyper-V and it comes to adding a virtual switch during installation it only shows the individual physical network cards and the
    HostSwitchTeam for selection.  When installed it shows the Microsoft Network Multiplexor Driver as the only option. 
    Is this correct or how does one use the Vswitch made above and incorporate into the Hyper-V so a weight can be put against it.
    Still trying to get my head around Vswitches,VMNetworkadapters etc so somewhat confused as to the way forward at this time so I may have missed the plot altogether!
    Any help would be much appreciated.
    Paul
    Paul Edwards

    Hi P.J.E,
    >>I have teams so a bit confused as to the adapter bindings and if the teams need to be added or just the vEthernet Nics?.
    Nic 1,2 
    HostVMSwitchTeam
    Nic 3,4,5
             HostMgmtSwitchTeam
    >>The adapter Binding settings are:
    HostMgmtSwitchTeam
    V-Curric
    Nic 3
    Nic 4
    Nic 5
    V-Livemigration
    HostVMSwitch
    Nic 1
    Nic 2
    V-iSCSI
    V-HeartBeat
    Based on my understanding of the description , "HostMgmtSwitchTeam and
    HostVMSwitch " are teamed NIC .
    You can think of them as two physical NICs (do not use NIC 1,2,3,4,5 any more , there are just two NICs "HostMgmtSwitchTeam and
    HostVMSwitch").
    V-Curric,
    V-Livemigration , V-iSCSI ,
    V-HeartBeat are just VNICs of host  (you can change their name then check if the virtual switch name will be changed )
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Using Smart Folders to locate old files for archiving

    This seems pretty straight forward, but I can't quite get it done.
    I would like to have a smart folder that locates all folders, within a specific folder, that do not have any contents that have been modified within the last "x" months.
    Simply put, I want all the folders in "This folder" that haven't been touched (or their contents) in 3 months. I just want the folders within that folder, not the nested ones farther down.
    It's easy enough to create a folder that finds all files with contents that meet the criteria, but it brings up all the nested folders too.
    If the search "other" selection dialog had an option called, "Containing folder is:", all my troubles would be solved.
    If I could set this, I could locate just the folders I need to Archive, and all the nested folders wouldn't come up to muddle the search.
    I tried to use the "Path" option, but it didn't work. The folder I'm searching is a mounted volume.
    Does anybody have a way to accomplish this?

    Problem is that if the contents of an upper level folder do not change - even if the contents of its subfolders change-the date modified on the upper folder does not necessarily change.
    Also, sometimes just looking at a folder is enough to change it's Last Modified date (I noticed this in List View) probably because the view settings files in each folder are changed.
    Other problem is that searches work down. I haven't yet seen one that can exclude subfolders because including them is usually the point of searching as opposed to just browsing the folder in the Finder window.
    BTW-The 'Path' option is not supposed to work for searches according to the developer reference-don't know why they included it.

  • How to calculate storage space for archive log files and database backups?

    Hi all,
    I have a 1.8 terabyte Oracle 9i database and need to plan for how much additional disk space I will need to perform nightly backups and for archivelog files. Is there a script or formula available that can help me estimate how much required disk space I will need to hold a days worth of archived logs as well as a nightly export dump file and a full hot RMAN backup on disk?
    Thanks!

    I'm not sure how to estimate the size of your backups, especially if you use incrementals. However, the space required for archive logs will be equal to the amount of REDO your DB generates. I would count the number of log switches per day with a query like the following:
    select trunc(first_time), count(*)
    from v$log_history
    group by trunc(first_time)
    I would then take the average and multiply this count by the size of your redo log files (assuming they are all the same size).

  • DART for archived data

    Hello Sap experts
    we have a requirement where business want us to execute dart process for archived data. We have opened the archived files for this but we have a doubt regarding use of t.code FTWB because i hope this t.code is also used if we need to run DART for archived data but we are not sure when this t.code is used & how?
    Kindly suggest.
    Thanks & Regards
    Deepak Garg

    Hi
    Follow the link,
    [http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFDART/CAGTFDART.pdf]
    Regards.

  • How to view router/switch logs using LMS 3.2?

    Of course I can log into each of my 100 routers and switches and peforms "sh loggin" to look for problems, but how do I use LMS 3.2 to consolidate all those logs into one location?  Can I set up something so I can see those logs in more or less real time?
    Thanks in advance.

    >> Does LMS go get syslog messages periodically or does the device send a copy to LMS whenever it generates a new message?
    The latter.
    If for some reason, the devices cannot log directly to LMS, there're a few options: 1) Devices log to a central syslog server, which in turn exposes the syslogs to LMS' Syslog Analyzer, either via the Cisco-supplied Remote Syslog Collector or some unsupported methods such as NFS mount, or 2) Install Syslog-ng on the central syslog server, relay the logs to LMS, as described in this whitepaper: http://www.cisco.com/en/US/prod/collateral/netmgtsw/ps6504/ps6528/ps2425/white_paper_c11-571038.html
    >> What's the benefit of scheduling a report to run automatically?  Is it saved somewhere that is easier/quicker to get to?
    It's the usual benefits of automation. Scheduled syslog reports apparently write outputs to /var/adm/CSCOpx/files/rme/cri/archives/syslog/reports/output/[jobID_runID], on Solaris, for example. The structure inside is rather muddy. So it might be easier to have something like a VBscript to screen-scrape the LMS web GUI for the report outputs instead.
    >> Can new syslog messages from devices be posted to an RSS feed?
    That's a novel idea. Though obviously not from the devices directly, it most likely coud be done through some "syslog2rss" relay residing on the syslog server. I think the potential volumes of logs could be too much for RSS, unless careful filtering/deduplication takes place on the relay before posting to a feed.

  • Shutdown ports that is not in use for a while using LMS 4.x

    Hi,
    Is there a way to disable switch ports that has not been in use for a while using LMS 4.x
    Your assistance would be much appreciated.
    Regards,
    Clifton

    Hi,
    Is there a way to disable switch ports that has not been in use for a while using LMS 4.x
    Your assistance would be much appreciated.
    Regards,
    Clifton

  • Is it possible to use the same Switch for two different clusters.

    I have 10g Rac setup on windows.
    Now I am planning to install 11gR2 on different servers.
    Is it possible to use the same Switch for two different clusters.

    user9198027 wrote:
    I have 10g Rac setup on windows.
    Now I am planning to install 11gR2 on different servers.
    Is it possible to use the same Switch for two different clusters.
    Yes.  Technically there will not be any conflict as long as the private addresses used by the 2 clusters do not collide, and provided that the switch's port capacity and bandwidth will not be exceeded.
    Your NA (netadmin) can also configure the switch to separate the 2 Interconnects from one another (called partitioning when using Infiniband) - if the switch supports such features.
    A major consideration is not to make the switch, public. That typically cause a range of problems and can have a serious impact on an Interconnect. But using 2 private networks on the same infrastructure should not have the same problems - if configured and implemented correctly.

  • Setup crypto for secure communication with other switches

    What kind of code can be used to setup crypto for secure communication with other switches.

    ok but is there any special code i need to write if i need to create a crypto secure communication between some particular switches.

  • Pros and Cons of using logrot.pl over Solaris logadm utility for LMS v3.2

    All,
    I've been going back and forth with development on a way of best leveraging a log rotation capability in our newly deployed LMS 3.2 rollout on Solaris 10.
    My issue:
    As of now, we use the services facility built into Solaris to start/stop the syslog service and logrotate (via logadm) our LMS log file (syslog_info) on a weekly basis.  I added an argument in logadm to HUP the syslogd service which I think resets the file pointer and/or forces syslogd service to re-read the syslog.conf file. The problem with this setup is that in order for me to logrotate, I additionally have to stop and start a whole chain of processes so that the LMS application can carry on its duties of collecting and analyzing this data.  So what I would have to do without drilling down a lenghty process dependencies is to stop/restart LMS which I really dislike doing for a small part of the entire application suite.
    Cisco TAC recommends that insead of using logadm, that we should use logrot.pl which I have used in the past on a limited basis.  TAC informs me that this will essentially logrotate and stop/start the LMS as well but what I haven't been able to get out of them is how this script deals with the syslog service. I looked over the code but didn't see any reference to the actual syslog service.
    In summary, I need to know:
    1) why is logrot.pl preferred over logadm.
    2) how does logrot.pl handle the syslog service.
    Your feedback would be most appreciated...
    Michael

    The main advantage of logrot is that it rotates the file in place without modifying the inode number.  It also hass some Daemon Manager knowledge built in.  With syslog_info, logadm is perfectly fine provided you use the "-c" argument to logadm.  This will do an in-place rotation, and no daemons will need to be restarted.

  • I'm switching from PC to Mac. I'm using my one time switch for Lightroom. I have elements 7. Can I upgrade or do I née to just buy outright?

    I'm switching from PC to Mac. I'm using my one time switch for Lightroom. I have elements 7. Can I upgrade or do I née to just buy outright?

    If you use the organizer, you need to buy the boxed version of PSE 12. You can usually find it at big box stores and online retailers for less than adobe's upgrade price, if you shop around. You need the boxed version because you get a serial  number that works on both platforms, and you will need to install PSE 12 in windows first, upgrade your catalog, then make a full backup to a removable drive and restore from that to the mac, after installing PSE 12 there.
    If you don't use organizer, it doesn't matter.

  • Somehow my iPad got switched for messaging to showing from my email. There is no option showing to use my phone number. How do I get it back to my phone number? This happened when I upgraded my iPhone today, but it is using the phone number fine.

    Somehow my iPad got switched for messaging to showing from my email. There is no option showing to use my phone number. How do I get it back to my phone number? This happened when I upgraded my iPhone today, but the iPhone messaging is using the phone number fine. It's only the iPad messaging that is messed up. Help, pls.
    thanks!

    You can link the phone number to the iPad again, if you follow the instructions here.
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ...
    The relevant information for you will be at the end of the article. You may have to sign out of messages on the iPhone and the iPad and start all over again.

  • "please use setup.exe for installati​on instead of blackberry desktop software.m​si" error when trying to install the software through 610_b038_m​ultilangua​ge.exe

    "please use setup.exe for installation instead of blackberry desktop software.msi" error when trying to install the software through 610_b038_multilanguage.exe
    I need to install this so that i can transfer my contacts and calendar to my laptop

    Hi and Welcome to the Community!
    Sorry to be dense, but what happens when you do exactly as the message instructs?
    Thanks!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Is change to a recommendation setup possible for not using EMET GUI?

    Hello.
    Is change to a recommendation setup possible for not using EMET GUI?

    Hello.
    ↓TEST
    1.EMET4.1 Inst
     EMET Setup.msi /quiet /norestart
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --import "C:\Program Files\EMET 4.1\Deployment\Protection Profiles\CertTrust.xml
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --import "C:\Program Files\EMET 4.1\Deployment\Protection Profiles\Popular Software.xml
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --system Pinning=Enabled
     →recommendation setting OK
    2.EMET5 Inst
     EMET Setup.msi /quiet /norestart CONFIG_OPTIONS=15
      "C:\Program Files\EMET 5.0\EMET_Conf.exe" --import "C:\Program Files\EMET 5.0\Deployment\Protection Profiles\Popular Software.xml
     →recommendation setting OK
    3.EMET5 Maximum Security Setting(GUI)
    4.EMET5 UnInst
     msiexec /q /x {ID} 
    5.EMET4.1 Inst
      EMET Setup.msi /quiet /norestart
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --import "C:\Program Files\EMET 4.1\Deployment\Protection Profiles\CertTrust.xml
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --import "C:\Program Files\EMET 4.1\Deployment\Protection Profiles\Popular Software.xml
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --system Pinning=Enabled
     →recommendation setting NG
    Result
     EMET5、EMET4.1 Maximum Security Setting(GUI) → recommendation setting(CUI) → NG
     EMET5、EMET4.1 Maximum Security Setting(GUI) → recommendation setting(GUI) → OK
    Anticipation
     It can return only by GUI?

  • I have a Sony AC-U50AD charger can I use it on my ipod touch and ipad mini - there is a switch for "ipod"

    I have a Sony AC-U50AD charger can I use it on my ipod touch and ipad mini - there is a switch for "ipod" - I've had the adapter for several years and I think it's ok for my ipod touch but since it pre-dates both of these products I want to try and make sure it's ok to use with them before I do use it. Thanks.

    If iTunes does not see your iPod then your only hope is a data recovery company. Not cheap.
    However, you may be able to get some photos by:
    Photos
    - If they are in an iPod backup then restore another iPOd, iPhone or iPad from that backup. See the restore topic of:
    iOS: How to back up
    - If you used PhotoStream then try getting them from your PhotoStream. See that topic of:
    iOS: Importing personal photos and videos from iOS devices to your computer
    - If they are in the iTunes backup then get them from the backup by:
    Recover iPhone, iPad or iPod photos from backups with Picturescue
    How to perform iPad recovery for photos, videos
    Wondershare Dr.Fone for iOS: iPhone Data Recovery - Wondershare Official     
    http://www.amacsoft.com/ipod-data-recovery.html
    iPod recovery software to restore lost music files      

Maybe you are looking for

  • HT2905 I cant find the " display exact duplicates" with the new update, any ideas?

    For new iTunes with latest update, any help ?

  • RMI Callback Connection Refused Problem

    we are running Red Hat Linux 9, we previously had a problem connecting a server and client running in 2 different PC's. we had the following error Exception in mainjava.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:

  • Smart Folders show icons only in Open Dialog pane

    Hi, I have created a couple of Smart Folders and put them in the side bar. When i select the Smart Folder, it shows the files and their preview icons. When i access the same Smart Folder in an Open Dialog pane from Keynote or another application, it

  • Organizing Tracks in Audio books

    I have imported two audio books onto my shuffle. The tracks are organized 1 thru 23 with chapters listed as the name and 1 thru 25 with the chapter titles listed as name in iTunes. I imported using auto fill from music and unchecked choose items rand

  • Os lion sidebar is grayed out????

    Just started using my new 27" iMac w/ OS 7 Lion and noticed a few quirks that are really bugging me. 1. The side bar is completely grayed out.  Icons are no longer in color.  It is extremely annoying. I don't want to have to READ the name of each fil