CTIOS Cli

Hello,
I am facing a problem that the statistics for the agent in the CTIOS client is empty , the skill group statistics are showed normally but the problem is only with the Agent statistics , if i use CAD i can see the statistics the problem is only with the CTIOS client, Any idea what is happening ?
UCCE is 8.0(3) ES33
Amer

Hi Tony,
Can you check what do you have in the registry value set for the below two in CTIOS serve
[HKEY_LOCAL_MACHINE\SOFTWARE\Cisco Systems,Inc.\Ctios\CTIOS_ \CTIOS1\Server\Agent]
1) PollForAgentStatsAtEnd Call
2) PollingIntervalSec
Just make sure those values are set as default as given in the CTIOS System Manager guide
http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/ctios/ctios8_0/installation/guide/cti80smg.pdf
Regards,
Senthil

Similar Messages

  • How can I stay on the same line  when inputting values in the CLI?

    The title is a bit vague i know :) but i have this issue which isn't really a problem but it would be better if I can solve it.
    Intro)
    I've made this simple addition (and more options but thats not relevant) application for kids in my spare time so that they can train their maths in school and compare their results with other students which is saved in the database using the hypersonic DB that comes with the JBoss application server.
    Now so far so good, but i'm having an issue with the Scanner (I think, but i doubt its because of the CLI) , when i enter a number or text it works and exceptions will be catched etc but when i press the enter key without anything entered the input value wil be displayed a line below and that's not what I want. I want it to stay in the same line.
    Sample CLI output:
    bla application
    ***By: deAppel***
    Ver: 31/10/2007
    Your name:     deAppel
    Your class:     MasterClass
    How many sums you want to make? 14
    Time: 22:03:27
    1: 32 + 40 =     72
    2: 38 + 19 =     57
    3: 5 + 57 =     62
    4: 30 + 20 =     1
    5: 57 + 54 =     2
    6: 33 + 17 =     3
    7: 38 + 54 =     4
    8: 23 + 23 =     5
    9: 48 + 47 =     95
    10: 29 + 55 =     6
    11: 48 + 11 =     7
    12: 1 + 40 =     41
    13: 46 + 35 =     91
    14: 23 + 52 =     75
    Answer 1:      72     You answered:      72     (good)
    Answer 2:      57     You answered:      57     (good)
    Answer 3:      62     You answered:      62     (good)
    Answer 4:      50     You answered:      1     (wrong)
    Answer 5:      111     You answered:      2     (wrong)
    Answer 6:      50     You answered:      3     (wrong)
    Answer 7:      92     You answered:      4     (wrong)
    Answer 8:      46     You answered:      5     (wrong)
    Answer 9:      95     You answered:      95     (good)
    Answer 10:      84     You answered:      6     (wrong)
    Answer 11:      59     You answered:      7     (wrong)
    Answer 12:      41     You answered:      41     (good)
    Answer 13:      81     You answered:      91     (wrong)
    Answer 14:      75     You answered:      75     (good)
    EndTime: 22:04:18
    Total good: 6
    Total wrong: 8
    Total sums answered: 14
    Final score: 42.857143%
    Upload score? (yes/no): no
    Compare score from other users? (yes/no): no
    Want to try again? (yes/no): no
    ********Made by: deAppel @ http://www.link removed cause it doesnt matter .com*********
    ************The application will close within 5 seconds*************
    To sum it up for those that don't like to read my post:
    1: 32 + 40 = 72
    2: 38 + 19 =
    whitespace <-- this happens because of the enter
    whitespace <-- this happens because of the enter
    57
    3: 5 + 57 = 62
    I want the input to stay in the same line unless you have typed something. I feel silly for not knowing how to handle this.
    Hm.. i'll tried to solve it myself but it seems that im unable to do that.
    /me takes a quick coffee break and will look at the code again after that *

    paulcw wrote:
    It sounds like you want either a CURSES implementation (I believe there's one for Java), or just move to a GUI.I was planning to create a GUI for it eventually, but i just wanted to solve this one first and make sure everything works the way i want it too. I'll take a look at the CURSES implementation thanks.

  • I remove CTIOS 8 in window 8.1, and install CTIOS 9.0 but i am trying to login new one they given the error. Pls help

    I remove CTIOS 8 in window 8.1, and install CTIOS 9.0 but i am trying to login they given the error. Pls help

    This may help, it allows you to reset the application, it also may be worth clearing out the app store cache and temp files.
    http://www.ryanragle.com/index.php?/site/comments/where-does-the-mac-app-store-d ownload-temp-files-to
    To contact Apple use the feedback form, this is a user forum and I don't think they will respond here.
    regards

  • Query help needed for querybuilder to use with lcm cli

    Hi,
    I had set up several queries to run with the lcm cli in order to back up personal folders, inboxes, etc. to lcmbiar files to use as backups.  I have seen a few posts that are similar, but I have a specific question/concern.
    I just recently had to reference one of these back ups only to find it was incomplete.  Does the query used by the lcm cli also only pull the first 1000 rows? Is there a way to change this limit somwhere?
    Also, since when importing this lcmbiar file for something 'generic' like 'all personal folders', pulls in WAY too much stuff, is there a better way to limit this? I am open to suggestions, but it would almost be better if I could create individual lcmbiar output files on a per user basis.  This way, when/if I need to restore someone's personal folder contents, for example, I could find them by username and import just that lcmbiar file, as opposed to all 3000 of our users.  I am not quite sure how to accomplish this...
    Currently, with my limited windows scripting knowledge, I have set up a bat script to run each morning, that creates a 'runtime' properties file from a template, such that the lcmbiar file gets named uniquely for that day and its content.  Then I call the lcm_cli using the proper command.  The query within the properties file is currently very straightforward - select * from CI_INFOOBJECTS WHERE SI_ANCESTOR = 18.
    To do what I want to do...
    1) I'd first need a current list of usernames in a text file, that could be read (?) in and parsed to single out each user (remember we are talking about 3000) - not sure the best way to get this.
    2) Then instead of just updating the the lcmbiar file name with a unique name as I do currently, I would also update the query (which would be different altogether):  SELECT * from CI_INFOOBJECTS where SI_OWNER = '<username>' AND SI_ANCESTOR = 18.
    In theory, that would grab everything owned by that user in their personal folder - right? and write it to its own lcmbiar file to a location I specify.
    I just think chunking something like this is more effective and BO has no built in back up capability that already does this.  We are on BO 4.0 SP7 right now, move to 4.1 SP4 over the summer.
    Any thoughts on this would be much appreciated.
    thanks,
    Missy

    Just wanted to pass along that SAP Support pointed me to KBA 1969259 which had some good example queries in it (they were helping me with a concern I had over the lcmbiar file output, not with query design).  I was able to tweak one of the sample queries in this KBA to give me more of what I was after...
    SELECT TOP 10000 static, relationships, SI_PARENT_FOLDER_CUID, SI_OWNER, SI_PATH FROM CI_INFOOBJECTS,CI_APPOBJECTS,CI_SYSTEMOBJECTS WHERE (DESCENDENTS ("si_name='Folder Hierarchy'","si_name='<username>'"))
    This exports inboxes, personal folders, categories, and roles, which is more than I was after, but still necessary to back up.. so in a way, it is actually better because I have one lcmbiar file per user - contains all their 'personal' objects.
    So between narrowing down my set of users to only those who actually have saved things to their personal folder and now having a query that actually returns what I expect it to return, along with the help below for a job to clean up these excessive amounts of promotion jobs I am now creating... I am all set!
    Hopefully this can help someone else too!
    Thanks,
    missy

  • [SOLVED] Unable to boot after CLI shutdown

    Fresh install Archlinux (3.8.4-1-ARCH) + KDE
    From KDE console, I did a shutdown with  the following command
    # shutdown -h -P now
    I observed the following messages on the screen (no errors apparently):
    [ OK ] Stopped Getty on tty1.
    [ OK ] Stopped K Display Manager.
    Stopping Permit User Sessions...
    [ OK ] Stopped /etc/netctl/wireless generated by archboot setup.
    [ OK ] Stopped Permit User Sessions.
    [ OK ] Stopped target Basic System.
    [ OK ] Stopped target Sockets.
    [ OK ] Closed LVM2 medatada daemon socket.
    [ OK ] Closed Device-mapper event daemon FIFOs.
    [ OK ] Closed D-Bus System Message Bus Socket.
    [ OK ] Stopped target System Initialization.
    Stopping Setup Virtual Console...
    [ OK ] Stopped Setup Virtual Console.
    [ OK ] Stopped target Encrypted Volumes.
    Stopping Apply Kernel Variables...
    [ OK ] Stopped Apply Kernel Variables.
    Stopping Load Kernel Modules...
    [ OK ] Stopped Load Kernel Modules.
    [ OK ] Stopped target Swap.
    [ OK ] Deactivated swap /dev/disk/by-uuid/1f32953-22b4-4591-8f0d-e1a41e33015b.
    [ OK ] Stopped target Local File Systems.
    Unmounting /boot...
    Unmounting /home...
    Unmounting Temporary Directory...
    [ OK ] Stopped target Remote File Systems
    [ OK ] Failed unmounting /boot.
    [ OK ] Failed unmounting /home.
    [ OK ] Failed unmounting Temporary Directory.
    [ OK ] Stopped target Local File Systems (Pre).
    Stopping Remount Root and Kernel File Systems...
    [ OK ] Stopped Remount Root and Kernel File Systems.
    Starting Save Random Seed...
    Starting Update UTMP about System Shutdown.
    [ OK ] Reached target Shutdown.
    But the PC does not  power off, it hangs at the last  message and I had to press the power off button.
    When I started the PC again I got  plenty of errors  of type “failed to mount /boot “, “Dependency failed for local file systems”  and so on.
    Then, I boot from CD and changed root to try to mount  the existing partitions of my HD:
    /dev/sda1 --> boot
    /dev/sda2 --> swap
    /dev/sda3  --> root
    /dev/sda4 --> home
    Partitions were successfully mounted
    What I did next was to install again the bootloader  (syslinux)  and    try to  reboot  the   system
    This time I got the following boot sequence:
    Booting the kernel
    :: running early hook [udev]
    :: running hook [udev]
    :: Triggering uevents...
    :: running hook [keymap]
    :: Loading keymap...done.
    :: performing fsck on ‘/dev/sda3’
    ROOT_ARCH: clean, 161613/3203072 files, 1465739/12800000 blocks
    :: mounting ‘/dev/sda3’ on real root
    :: running cleanup hook [udev]
    ERROR: Root device mounted successfully, but /sbin/init does not exist.
    Bailing out, you are on your own. Good luck.
    sh: can’t access tty; job control turned off
    [rootfs /] #
    And the cursor gets stuck at the rootfs promtpt,  no chance to type anything ...
    I’ve googled for this error and came up with this link:  https://bbs.archlinux.org/viewtopic.php?id=146388
    But editing the kernel parameters as  stated in the link did not fix my  problem,  it just brought me back to the situation where it failed to mount the local filesystems
    I installed archlinux & KDE from scratch again . But performing a CLI shutdown   got me into the very same problem again ....
    I’ve revised the mkinitcpio.conf and I seem to have all the hooks (using the default config by the way). ¿Could be related to KDE?
    No idea how to proceed now.
    EDIT: corrected typos
    Last edited by cortezthekiller (2013-09-17 21:58:10)

    jasonwryan wrote:
    Should it matter? Not really. There is this:
    man shutdown wrote:NOTES
    This is a legacy command available for compatibility only.
    Yes:
    $ pacman -Ql systemd-sysvcompat
    systemd-sysvcompat /usr/
    systemd-sysvcompat /usr/bin/
    systemd-sysvcompat /usr/bin/halt
    systemd-sysvcompat /usr/bin/init
    systemd-sysvcompat /usr/bin/poweroff
    systemd-sysvcompat /usr/bin/reboot
    systemd-sysvcompat /usr/bin/runlevel
    systemd-sysvcompat /usr/bin/shutdown
    systemd-sysvcompat /usr/bin/telinit
    There are all the old sysv commands, symlinked to systemd. 
    Last edited by headkase (2013-09-16 08:53:41)

  • CTIOS Client is not working on Windows 7 64x platform

    Hi All, Good day
    I'm installing CTIOS client ver 8.0 on winodws 7 64x but after installation once I open it it crashed.
    I've tried to look in the registry but I'm not able to find the Cisco folder under HKEY_Local_Machine > Software
    I'm attaching a snapshot for the crash error
    Regards,
    Mohamed Sherif

    8.0 is not supported on windows 7 64-bit.
    From the 8.5.x BOM -
    Windows 7 (64-bit) Support for CTI OS
    Starting with CTI OS Release 8.5(2), you can access the CTI OS Client on Windows 7 64-bit.
    Try running in compatibility mode for windows XP ...
    Brian
    Please rate helpful posts

  • ACS 5.4 How to change CLI password?

    Anyone know how to change the ACS 5.4 CLI password?
    I found the command "acs reset-password".  But it seems to reset the GUI password instead of CLI password.
    Thank you very much!

    If you already know the current admin CLI password so to reset the password for the ACS CLI admin you'll have to use the "username" command.
    Reference:  http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.4/command/reference/cli_app_a.html#wp1896348
    The DVD is used to reset the password in situations where the password has been lost/forgotten.
    ~BR
    Jatin Katyal
    **Do rate helpful posts**

  • The Definitive Amex 3X CLI Guide

     Note:  while this was at one time the correct guide, recent changes in policy have changed.  There will be updated information coming soon. One of the most popular topics of discussion on the forum is the American Express 3X CLI. Here is a small guide I put together to alleviate some misconceptions based on personal experiences and discussions here and other boards. Please feel free to suggest modifications or enhancements. Please don't copy/paste the information to other boards. Linking here is fine.  
    What is the 3X CLI?
    =========================================================== American Express is one of the most sought after credit cards in the market. They are also typically one of more generous companies with respect to credit limits outside of the credit unions. For folks who do not qualify for NFCU and other credit unions known to issue high credit limits despite low FICO scores and or moderate credit history, the best way to get high(er) CLs is to first get accepted into American Express and then apply for an increased credit limit upto 3 times the existing approved limit after a certain minimum number of days have passed (discussed in details below). This really comes in handy when the initial approved limit is on the lower side (example $2,000) due to internal American Express risk score models, mostly for folks starting out in their credit journey or with other risky credit/income factors. After completing the "60" day magic number of the account being open and in good standing, one can request an increased credit limit upto 3X the initial limit starting with the 61st day, meaning someone who got approved for $2,000 could request that the new credit limit be $2,000 x 3 = $6,000, someone who got approved for $3,000 initially could request the new credit limit be $3,000 x 3 = $9,000 and so on.  Why is the 3X CLI Important?
    =========================================================== Credit Utilization is one of the most important components of the FICO score (30% per official wording from FICO).Given the same amount of spending, with higher available credit, utilization is lower and hence FICO scores are higher. But more importantly this is a gateway to getting approved for other prime cards/rewards cards like Visa Signature, MasterCard World, points, cashback etc offered by various lenders like Chase, Citi, BoA, US Bank etc who typically issue them if they see an existing high limit card. Higher limits from one lender attracts higher limits from others up until the overall available credit reaches a certain threshold. No other lender is known to have a 3X CLI policy and that too as early as the 61st day. One may be able to procure a CLI from other lenders but typically it is a hard inquiry or sometimes flat out denial because the account is considered too new. Amex is the only lender that offers this. More recently though GEMB issued credit cards are also known to get generous increases (sometimes even > 3X initial limits) via a Soft Pull. This policy is relatively new but widely reported to be successful across different boards.  Is the 3X CLI automatic or guaranteed?
    =========================================================== Most definitely not. The components factored into a CLI approval or denial are not published but widely accepted to be similar to the FICO models. Amex also asks for income and rent during the CLI request process. Other factors remaining same, chances of a CLI approval are higher if the account has always been in good standing e.g lower utilization, low risk spending patterns, on time payments etc. The 3X CLI request has to be manually initiated by the account holder after becoming eligible. 
    Will there be a hard inquiry when requesting 3X CLI?
    ===========================================================
    Fortunately not. American Express initiates soft pulls on Experian throughout the life of an open account with random frequency. During the first 60 days, it is not uncommon for Amex to have soft pulled at least 3-4 times. The CLI approval or denial will be based on the last soft pull before the CLI request and other factors like income/rent etc. A new hard pull or soft pull is not initiated when requesting the 3X CLI. If in doubt, get a copy of your Experian report and see when Amex issued a soft pull to gauge account statistics at that snapshot and request CLI accordingly. Post 186 explains how to get your experian report and check for soft pulls. If there are concerns that the overall utilization or Amex utilization was high during the last soft pull, it might be worth waiting a few more days and then applying for CLI after Amex has issued a new soft pull. 
    When does an acccount become eligible for CLI?
    =========================================================== Amex does NOT increase an account's credit limit during the first 60 days after it has been OPENED, or for at least 6 months from the last credit limit increase. The key word here is OPENED aka the account creation date. There are a few ways to find out the exact date the account was opened. a) Call the number on the back of the card and simply ask the friendly customer service rep. There is nothing to be worried about here or get nervous. You are not asking for a CLI to the rep, but simply the day the account was opened. This can be done during card activation itself or any point later. Some friendly CSRs will also calculate and mention the first eligible date for CLI (61st day since account opening). If they are not aware of the first eligible date, simply ask for account opening/creation date and calculate it yourself. b) "Date Opened" field on your Equifax or TransUnion credit report. Both EQ and TU report the account opened day and month accurately (Equifax started doing this recently). 3rd party credit pullers may or maynot pull the date opened field accurately, the official credit reports are the only reliable source. It is important to note that the year field in "Date Opened" is affected by your American Express Member Since date, so may not reflect the year the card was originally opened. The only downside is one has to wait for the card to report to EQ and TU first, but Amex is usually very prompt to report.
    c) Before the first statement has been cut, the account opened date is reflected under the Recent Charges field next to the "Since". Example in this pic, the account opened date is Jan 08. The "Since" field changes every statement period as it starts tracking the spending for that statement, so it is a good idea to get the account open date information using this method as early as possible. Existing Amex card members with an online profile are at an advantage to use this method because any new approved cards show in the profile before the card has been delivered physically, displaying several key account details like the account open date, first statement closing date, last 5 digits of card etc. First time Amex card members should try to setup the online profile as early as possible after physically receiving the card(s) to take advantage of this method as the first statement can sometimes close very soon after receiving the card(s). 
    Example calculation of 1st eligibility date taking the above screenshot as an example (Account opened : 01/08/2013). The account will complete 60 days on March 9, 2013 based on the following calculations:
    Number of days by January 31 : 23
    Number of days by February 28 : 28
    Number of days by March 9 : 9
    Total days open by March 9 : 60 In this example the first eligible date for CLI is March 10, provided there have been no other CLIs for any other accounts in the last 6 months, as the 60 days are completed by March 9th,  A better and easier way to calculate Amex milestones has been explained in Post 227. Using the time and date calculator, we see the same result that we got from the manual calculation above. 
    How to request the CLI?
    =========================================================== a) Calling the number on the back of the card. The number is unique to each credit product and is automated. Usually the option to request a credit limit increase is option #4 or #5, or if you are comfortable a CSR can take the application and let you know approval/denial once they submit. If you are denied, they may not be able to give the specific reason and you have to wait for an email or a letter in the mail outlining the reasons. b) Logging into your account. Click on "Profile and Preferences -> More Options -> Manage Credit Limit" under Account Management.  It is also available by clicking "Manage My Account"(Toggled to "HIDE ACCOUNT OPTIONS" in the pic below) next to the "Outstanding Balance/Available Credit" on main page    In both cases you want to request the new credit limit itself (e.g $6,000 if initial limit is $2,000). Don't calculate the increase ($6.000 - $2,000 = $4,000) yourself and mention it. 
    What happens if you are denied CLI?
    =========================================================== If you jumped the gun before the 60 days/6 months rule, the reason for denial is considered ineligibility. If that is the case you can reapply after the original and correct 60day/6month timeline. You do not have to wait an additional 90 days, so the clock doesn't get reset. If you were eligible and got denied due to other factors, then you are ineligible to reapply for another 90 days since the denial date. If you get the message after requesting CLI, that a decision will be mailed within 7-10 days, it most likely means that the CLI has been denied. There is an outside chance that the letter that comes from Amex may ask for a signed 4506T in order to give further consideration to the CLI request(details below) but in 99% of the cases it is a letter outlining the reasons for denial. It also provides the true FICO score from the bureau that was used in the decision making process. Most of the time it is Experian FICO, but Amex is known to use EQ and or TU in rare circumstances. Sometimes the reason(s) for denial is also sent via email immediately after the CLI request in addition to the letter in mail. Update 06/23/2013 : Lately there have been reports of approvals in emails within a 24 hr period after initially getting the 7-10 day message. The 7-10 day message indicates manual review and there has been a report of successful partial CLI after talking to CSR post 7-10 day message as well in Post 182  Can you request 3X CLI again after 6 months since last CLI?
    =========================================================== Absolutely. There have been lots of success stories where people have gone from $2,000 to $6,000 to $18,000 because their income and credit profile supported the increase request. It is generally tougher to get the full 3X CLI after 6 months on the same account since the first CLI however. Even if a 3X CLI is requested, Amex may counter offer a partial increase which you can choose to accept or refuse. It is a good idea to not short change yourself and ask for a partial increase from the beginning because Amex system is smart enough to offer and approve a partial CLI if eligible. Amex may request documentation to support a CLI to a CL above $25K, including a request for a 4506T.  Accounts are not suspended, nothing is mandatory. They may ask for documents, and if you don't present them, they may deny the CLI. More details below.  Additional Documentation/4506T for certain CLI Requests
    =========================================================== For certain CLI requests, Amex sends a letter requesting a signed 4506T from the card holder. Amex can then obtain tax return transcripts from IRS in order to verify income. Here is a sample tax return transcript which shows what kind of information can be obtained via a signed 4506T. A tax return transcript has far more details than just income and hence is considered very intrusive by many. If Amex does not receive the signed 4506T within 30 days from the date on the letter, then no further consideration is given to the CLI request and a letter of denial is sent. No CLI can be requested for 90 days from the date in the denial letter. Sending back the signed 4506T also doesn't guarantee a CLI approval as Amex will also evaluate the usual credit factors via soft pulls on Experian in addition to income verification. Income to overall credit available across all accounts(amex and non-amex) is one of the key factors for Amex Internal Risk Score. Lower risk score improves chances of getting approved for the CLI. The following often (but not always) are potential reasons why Amex asks for 4506T for a CLI request.  New requested credit limit exceeds $25,000 for that particular account.New requested credit limit would make overall credit extended across all Amex revolving accounts exceed $34,500 (post 123)High internal risk score due to income on file to overall credit across amex and non-amex accounts ratio being too low.Unusual/large/manufactured/risky spending patterns. It is important to note that this whole process,although inconvenient/complicated/intrusive, is different from the dreaded Amex Financial Review. During an Amex FR, all accounts are suspended and sending back the signed 4506T is mandatory in order to be considered for lifting the suspension. For business accounts, even more documentation is required during an FR. Also an FR can happen at any time and not necessarily after requesting an increase in credit limit.    Some generic Amex CLI Guidelines
    =========================================================== Requesting CLI > 3X current limit results in automatic denial. Letter in the mail indicates that credit limit cannot be greater than three times the current limit. So American Amex credit limits are capped at 200% increase. Update: Requesting CLI > 3X no longer results in automatic denial. If the account is eligible for CLI, then new limit is counter offered keeping the 200% cap in effect(meaning CLI counter offered will not exceed 3X current limit under any scenario)Canadian Amex are capped at 50% increase every 6 months (Post 45)Minimum 6 month since last CLI rule applies across ALL accounts held by an individual and includes both personal & business accounts for the same person. So if CLI was successful on a personal account, no CLI can be approved on all other personal and business accounts for the same person for a period of 6 more months. (Posts 5 and 6 of the AmEx 61 day CLI result: 7-10 day written response thread)Credit limits can be moved between accounts only after the completion of 13 statements cycles on both the donor account. Post 170 explains how to move limits between Amex cards. Additionally limits cannot be moved between personal and business cards as mentioned in Post 171 Moving credit limits doesn't reset the 6 month clock and is a backdoor to receiving CLI on same account twice within 6 months (Post 128)"6 months" timeline used in context of this guide actually is 180 days to be more precise (not 6 calendar months)  

     Carrying Balance vs PIF & Other Utilization Factors=========================================================== This section is a work in progress.  To see how charge cards affect credit scores, please check Post 204Amex clearly dislikes carrying balance. Check Post 189 to see more details and the official reason for denial as "one or more payments received in the past 12 months on your american express account were too low given the outstanding balance and repayment history"          Change Log
    =========================================================== 06/23/2013: All changes since last update marked in RED Added method to check Amex softs in official EX reportAdded time and date calculatorAdded verbiage to 7-10 message section to reflect recent experiences.Modified CLI > 3X point in generic CLI guidelines.Modified verbiage for moving credit limits to reflect 13 statement cycles for donor account only. Added links on how to move credit limits and restriction clause to move limits between personal and business cards.Added a new work-in-porgress Carrying Balance vs PIF section.
    03/30/2013: "Letter in 7-10 business days" interpretation added in "What happens if you are denied CLI?" section thanks to Revelate03/29/2013: Modified verbiage on method (c) to find account eligibility date, corrected some typos, added new 4506T section, updated generic CLI guidelines.01/26/2013: a) Added section "Some Generic CLI Guidelines") b) Added pic for another way to access CLI online c) Modified verbiage in "What happens if denied CLI".01/14/2013: Minor edits in formatting and ready for sticky.01/13/2013: Initial document. Changes incorporated via posts from bradpitt (GEMB), OptimasPrime (cropped pic) and Walt_K (4506T documentation)  

  • Using CLI to enter Mac local list on 1200 Series

    I have a number of 1200 series Ap's that are set up for MAC Authentication based on a local list only. From the GUI these addresses are entered from the Advanced Security Screen.
    I wnt to find a method for entering them from the CLI but am running into a problem with the level 7 passwords that seem to be automaticly applied when the MAC addresses are added from the GUI.
    If I enter MAC 0011.22aa.33ff from the GUI and then look at the config from the CLI it looks like this:
    username xxx password xxxx
    username xxxx autocommand exit
    how do I do this from the CLI?

    Hi,
    I think if you need to enter lots of MAC Addresses into AP, the fastest way is to use CLI.
    Refer to the following doc on how to configure MAC from CLI. Look under "Local Authenticator Access Point - Step 11"
    http://www.cisco.com/en/US/partner/products/hw/wireless/ps4570/products_configuration_guide_chapter09186a0080341e72.html#wp1039558
    If authentication is purely done via MAC, then you can do like the following example:
    AP#config t
    AP(config-radsrv)# user xxx password xxx group clerks mac-auth-only
    Probably you need to use notepad to list all MAC (as username & password), then copy &paste to your AP's CLI.
    Hope this helps.
    Rgds,
    AK

  • Multi cam shoot using  P2 cards. How to move clis to timecode positions

    multi cam shoot using P2 cards. How to move clis to timecode positions. We were using free TC. I want to a large # of clips from both cams. and have them move to the correct TC position on the timline. In Nuendo eith audio u hit apple a or ctrl a right click move to orgin. Avid will take care of it for u. FCP???

    If you read the "Apple Pro Training Sereis; Final Cut Pro 5" book, it's very easy. You can sync the clips manually by setting In or Out points, specifying TC, or using one of the two Aux TC fields. Since this is the first, and most basic step in doing Multiclip editing, I'd suggest you get the book, or read the appropriate section of the User Manual. I don't think anyone wants to post a full "how to" article in a forum.
    It can be done, you're clips have to all have been recorded with synced TC, or they simply won't sync up in any NLE. Read the book. Cause even if I did have the time to explain FCP's Multiclip editing in this forum, you'd still have questions that are in the book.
    If you actually walk through the first steps of building a Multiclip to edit, it's blatatnly obvious in the first step. I'd give it a try first.
    Problem is the DVCPRO-HD codec is going to require a higher end Mac with tons of RAM and either RAID, or internal drives to do a DVCPRO-HD Multiclip, as DVCPRO-HD (P2) is a pretty high bandwidth codec. I use it daily, I know, it takes horsepower to do.

  • How to UPDATE ESX Server 3i, 3.5.0, build 207095 using SSH or VSphere CLI remotely!

    Hello Guys,
    Over the past few hours I have been posting related questions and I have gotten a little closer to updating my server/host.
    I have gone to the ESX Server 3i updates (Embedded and Installer) and I have noticed that the first build for ESX 3i is 207095. Which means that I have not done any updates since the installation. CORRECT!
    Now... I have been using "ESX Server 3 Patch Management guide, which instructs us to use esxupdate, but it appears that some of the command in that document is not supported on my host.
    This post: vihostupdate35 | VMware vSphere Blog - VMware Blogs ..... Tells me that I will have to use "vihostupdate35" from a remote CLI which I installed but cannot see how to connect to the server as I cannot find any document that shows the syntax etc.
    At this point I am confused and frustrated and just need a little more guidance from someone who could point me to a document or copy and past the procedures I need to use to get this update done.
    I have downloaded this file to do the UPDATE: "ESXe350-201302401-O-SG.zip" and I have extracted it on the host on a Datastore and copied it to my "/Tmp/ESXi350" folder.
    I have also extracted it there as well just in case I need to browse to the extracted folder, and run any command.
    Can anyone out there help me with the correct SYNTAX and METHOD to get this update installed?
    I can connect with SSH from a windows machine using puTTy.exe as well as I have VSphere CLI installed on another Windows PC and can browse to the "C:\Program Files (x86)\VMware\VMware vSphere CLI\bin" folder to run "vihostupdate35.pl" I can see it in the folder with a "dir" command:
    12/11/2014  03:50 PM                 0 esxcli.exe.log
    08/13/2014  08:55 AM         1,898,106 esxcli.zip
    08/13/2014  08:55 AM            12,300 EULA
    08/13/2014  08:55 AM            63,778 EULA.rtf
    08/13/2014  08:55 AM           207,212 open_source_licenses.txt
    08/13/2014  08:55 AM         2,131,968 python26.dll
    08/13/2014  08:55 AM            31,348 svmotion.pl
    08/13/2014  08:55 AM                82 vcli.bat
    08/13/2014  08:55 AM             9,994 vicfg-advcfg.pl
    08/13/2014  08:55 AM            12,080 vicfg-authconfig.pl
    08/13/2014  08:55 AM             9,196 vicfg-cfgbackup.pl
    08/13/2014  08:55 AM             9,456 vicfg-dns.pl
    08/13/2014  08:55 AM            13,032 vicfg-dumppart.pl
    08/13/2014  08:55 AM            17,081 vicfg-hostops.pl
    08/13/2014  08:55 AM            27,513 vicfg-ipsec.pl
    08/13/2014  08:55 AM            78,858 vicfg-iscsi.pl
    08/13/2014  08:55 AM             7,129 vicfg-module.pl
    08/13/2014  08:55 AM            20,277 vicfg-mpath.pl
    08/13/2014  08:55 AM            18,477 vicfg-mpath35.pl
    08/13/2014  08:55 AM             8,606 vicfg-nas.pl
    08/13/2014  08:55 AM             9,696 vicfg-nics.pl
    08/13/2014  08:55 AM             7,425 vicfg-ntp.pl
    08/13/2014  08:55 AM             2,989 vicfg-rescan.pl
    08/13/2014  08:55 AM            13,808 vicfg-route.pl
    08/13/2014  08:55 AM            22,439 vicfg-scsidevs.pl
    08/13/2014  08:55 AM            12,716 vicfg-snmp.pl
    08/13/2014  08:55 AM             5,731 vicfg-syslog.pl
    08/13/2014  08:55 AM            37,949 vicfg-user.pl
    08/13/2014  08:55 AM            27,369 vicfg-vmknic.pl
    08/13/2014  08:55 AM            13,313 vicfg-volume.pl
    08/13/2014  08:55 AM            37,164 vicfg-vswitch.pl
    08/13/2014  08:55 AM            17,712 vifs.pl
    08/13/2014  08:55 AM            24,230 vihostupdate.pl
    08/13/2014  08:55 AM            13,787 vihostupdate35.pl
    08/13/2014  08:55 AM            41,721 vmkfstools.pl
    08/13/2014  08:55 AM            60,794 vmware-cmd.pl
    08/13/2014  08:55 AM            49,664 w9xpopen.exe
                  56 File(s)      5,317,017 bytes
                   2 Dir(s)  34,432,933,888 bytes free
    ...So how do I complete this?
    (So Close!)

    Thanks A.P.!
    Your post led me to the answer here:
    VMware KB: ESXi Server 3.5 June 2011 Rollup CD image
    I missed an update and for that reason I have to do a clean install as stated at the link above.
    My version cannot do any upgrade or update anymore!
    *** What you need to know about the Secure Key Update ***
    ESXi Server 3.5 June 2011 Rollup CD image (2000593)
    This Installable CD contains ESX Secure Key Update ESXe350-201012401-I-BG.
    For more information on this patch, see Critical Impact: VMware ESXi 3.5, Patch ESXe350-201012401-I-BG: Apply this patch to continue applying patches on ESXi 3.5 hosts after June 2011 (1030002).
    NOTE: If you have not applied this patch by June 1, 2011, you will not be able to apply any patches from then on. To get your hosts updated with ESX Server 3i version 3.5 is to apply this Installable CD as fresh install. Alternatively, upgrade to ESXi 4.0 Update 1 Installable. 
    Thanks for your suggestions ... at least it led me to the answer.
    One clean install coming up!

  • CLI framerate and serial jobs on a cluster

    Hello,
    I have couple of questions for compressor (ver 4 )
    1) Is there a way to specify framerate for image sequence using command line interface.
    The compressor help lists the following but does not provide a way how such an option work. I tried few different ways in vain
    -jobpath  -- url to source file.                        -- In case of Image Sequence, URL should be a file URL pointing to directory with image sequence.
    -- Additional parameters may be specified to set frameRate (e.g. frameRate=29.97) and audio file (e.g. audio=/usr/me/myaudiofile.mov).
    2) I have a managed cluster with 8 nodes each running 4 instances. For some reason compressor only uses 6 instances spread across many nodes and not all 32.
    3) Is there a way to specify and process just one job for a given cluster? This is equivalent of serialize option but it does not seem to be available.
    Currently when I submit multiple jobs few of them run at once and create a havok on NFS mounts and fail. I can limit the job queue to one but that is not ideal.
    I would appreciate any pointers.
    Thanks
    --Amit

    Hi Amit, just saw your post. I assume you are passing the settings via the "-settingspath" <my_specific_job_settings_in_a_file_path_somwhere.settings" on the compressor command?
    If so, it's a very simple matter to specify the frame rate etc etc on the VIDEO setting itself, save it and use it.
    I don't recall that such "atomic settings" we're actually available in the v3 of compressor.app. I'll check later for v4. I'd be surprised  if they are. :)
    What I've done in the past is to simply make my own personalised settings (and destinations) up using  the Compressor.app V4 UI (save as ... my name .. i.e.  prores_noaudio_PAL" and path these file paths on the -settingspath" parm on the compressor cli. In your case I'd imagine a simple VIDEO setting for your frame rate and you're set!
    Compressor.app v4 makes any of your own R.Y.O settings on your ~/library/application support/compressor/settings folder. You can copy or move or link these anywhere you like and pass these customised Parms to compressor cli as above.
    I doubt also if these atomic settings are available as AppleScript properties, there's likely no vars like that there me thinks. . I recall the same ones exist as they do for the cli and now in compressor.app 4 they probably support Qmaster .. Yeah.. Compressor.app is apple scriptable.. It's not in the default list library so just add it...
    Lastly as a guess these compressor ".setting" files are probably XML base.. So you might consider to tinker with one with an editor.
    Anyway.. Try then"-settingspath" operand and see how u go.
    2) the way Qmaster schedules across unmanaged transcode nodes is likely based on how busy each node is. You should be able to see if there is a pattern simply by looking on the Qmaster job controller.log .. See share monitor.app info or use console.app look on
    your ~/library/application support/apple Qmaster/logs directory. There will be something in there.
    Also have a look for any errors on the cluster services logs in case the services you expects to be there are actually not.
    Are you using a managed cluster? Personally I have found this quite stable. Make sure u insure that those services are for managed climates only..
    3) yes you can specify a specific cluster on the using the "-clusterid" operand. Should you have more than one managed cluster in the farm, this is a cool way to go. Also considering the "-priority" operand usage as well for hot jobs. Make sure all submissions are low priority... It's batch.. Works great!!
    4) NDS mounts.. Well the simple rule is to keep them mounted on their own subnet, maker sure all destinations and sources are available to all hosts, set compressor options to copy to cluster only when ya must, and make sure the service time for NDS io READ Request is as fast as u can make it. ( jumbo frames, dedicated NICs and sinners and optimum fast read file systems... Keep other traffic away for it.. Works a treat!
    Should you turn something up pleased at it here for others to see. I'm certainly interested.
    Sorry for typos.. Just on MTR with iPhone on way home. :)
    Hth
    Warwick
    Hong Kong

  • Can't get conky-cli and bash scripts to both display in dwm statusbar!

    I'm trying to configure my dwm status bar to display some simple information using conky-cli and bash scripts. At first I tried just letting conky run the bash scripts (for network and volume state), but this increased my cpu usage by about 5%, which is significant considering I normally have 1-3% usage when idle. Also, I wanted to keep conky because it makes the display of certain information easy, such as cpu & RAM usage.
    The problem is I'm having trouble getting both to display side by side. Here are the relevant parts of my .xinitrc:
    network(){
    iwconfig wlan0 2>&1 | grep -q no\ wireless\ extensions\. && {
    echo wired
    exit 0
    essid=`iwconfig wlan0 | awk -F '"' '/ESSID/ {print $2}'`
    stngth=`iwconfig wlan0 | awk -F '=' '/Quality/ {print $2}' | cut -d '/' -f 1`
    bars=`expr $stngth / 10`
    case $bars in
    0) bar='[-------]' ;;
    1) bar='[#------]' ;;
    2) bar='[##-----]' ;;
    3) bar='[###----]' ;;
    4) bar='[####---]' ;;
    5) bar='[#####--]' ;;
    6) bar='[######-]' ;;
    7) bar='[#######]' ;;
    *) bar='[--!!!--]' ;;
    esac
    echo $essid$bar
    exit 0
    volume(){
    vol=$(amixer get Master | awk -F'[]%[]' '/%/ {if ($7 == "off") { print "MM" } else { print $2 }}' | head -n 1)
    echo Vol: $vol%
    exit 0
    conky | while true; read line; do xsetroot -name "`$line` `volume` `network` `date '+%a %m-%d-%Y %I:%M%p'`"; done &
    exec dwm
    (let me know if it would help to post any other files)
    For some reason when I run this I only get the network/volume scripts and date running, updating every second (I think). The conky line just doesn't show up. I don't know what could be wrong, since I didn't see any error messages.
    An even better solution would be to just have shell scripts to display CPU and MEM usage. I have a dual-core cpu, cpu0 and cpu1. I'd like to see both percentages if possible, or at least a percentage that is an accurate average of the two or something. In conky-cli I have something that shows:
    cpu0/1: xx% xx%
    Also, seeing RAM usage would help a lot. In conky it shows:
    mem: xx% (xxxMB)
    These are the ways I would like to have bash scripts show them, if possible, but I have zero skill in bash programming. I made this an option in case it's easier/cleaner/less resource hungry than a conky solution. Personally, if they're about the same in these aspects, I would prefer something with conky and the shell scripts because conky is so extensible, yet it's only flaw is executing scripts with minimal resource usage.
    Help?

    Thanks. I was thinking of using load average to save a few characters, but I didn't quite understand the numbers. I'll try that once I get to my Linux box, but could you please explain or post a link to something that explains load average (what's low, high, normal, etc.)?
    EDIT: I found a website that explains loadavg. I now have my dwm status bar displaying it perfectly (yay!). Now I just need to add a few more things like battery status, etc. and I might be done. I'll probably post here if I have more questions, though.
    Thanks for your help!
    Last edited by Allamgir (2009-07-18 14:41:11)

  • How to configure CLI/DNIS based access restriction in 5.3 ?

    Hi,
    does anybody have an idea how the setting
    define CLI/DNIS-based access restrictions which is defined in ACS v. 4.2
    can be configured in acs 5.3 ?
    in v. 4 for every user in a group with 40 members  a different CLI is defined for each. How can I configure that in version 5.3 ?
    any help as always much appreciated!

    The equivalebt to NAR functionality can be found at:
    Policy Elements > Session Conditions > Network Conditions > End Station Filters
    Can then define an object with a set of CLI values
    These objects can then be used in policy conditions. So can create a condition with a set of CLI values and then match in authorization policy for values that are included in this set and set authorizations accoridngly
    Not sure if this is your use case but hopefully may be a start

  • How do I get from a menu at login to CLI on a SG300-28 Switch?

    I have a SG300-28 and would like to configure through CLI not menu. How do I get to Cli from Menu?
      I am running Boot version 1.0.0.4 and SW version 1.0.0.27, Do I need to upgrade both boot and SW or Just SW?

    Hi rod3,
    Typically SSH/Telnet is disabled by default on devices.  In order to activate it you will need to go through the WEB GUI to Security > TCP/UDP Services and check the boxes that say SSH or Telnet then click apply.
    Then using a Terminal program of your choice you can connect to the switch and configure it.  Be advised that the CLI is not exactly the same as regular IOS.
    -Trent Good
    ** Please rate useful posts! **

Maybe you are looking for

  • Report open order

    I have REport in this report i want one more column  that is in stock item for corresponding warehouse that is sale order for item SELECT  T0.[DocNum] as 'SO No.', T1.[Project], T6.[PrjName] as 'Project Name' , T1.[CogsOcrCo2] as 'Branch',T1.[WhsCode

  • System sounds through the Bluetooth headset while listening to audio

    Not sure if anyone had this issue, I have read a few about cars and bluetooth connections but no mention of system sounds not operating. I was using Motorola S9 bluetooth headset and the music was fine, but after I returned home I noticed that I had

  • Mobile account on laptop will no longer connect for one user

    I have a set of laptops with user accounts set up on them as mobile accounts.  This morning one user stuck in his username and password, and the login panel went away and the "purple stars" came up, but it hung there and didn't continue and log him i

  • Viruses on MacBooks...

    So, I've had my Mac for just under a year now, and up until about a month ago I've always had virus protection on it. The guy at the apple store told me to uninstall it because it would do more harm then good, so after it expired I got rid of it. It

  • Missing ICC Profile

    Where do I locate missing ICC profile?  Printer will not print photo without it.