An object name for the command sh hardware fabric-utilization on Nexus

Hello,
does the customer use SNMP for the monitor a fabric-utilization on Nexus?? He wants to monitor values from the command "sh hardware fabric-utilization":
sh hardware fabric-utilization
> ------------------------------------------------
> Slot        Total Fabric        Utilization
>              Bandwidth      Ingress % Egress %
> ------------------------------------------------
> 1             184 Gbps          3.0       3.75
> 2             184 Gbps          4.0       4.25
> 3             184 Gbps          5.0       4.62
> 4             184 Gbps          4.0       4.0
> 5              92 Gbps          0.0       0.0
> 6              92 Gbps          0.0       0.0
he uses snmpwalk
> snmpwalk -v2c -c public ip-address  -On > switch
>
here is the output for slot1
>
> .1.3.6.1.2.1.47.1.1.1.1.2.22230 = STRING: "xbar-1 Outlet  (s1)"  ==
> ingres
> .1.3.6.1.2.1.47.1.1.1.1.2.22231 = STRING: "xbar-1 Intake  (s2)" ==
> egress
> .1.3.6.1.2.1.47.1.1.1.1.2.22232 = STRING: "xbar-1 Crossbar(s3)" ==
> total
>
> OIDs in the ENTITY-MIB.
he tried to use a filter for the xbar-1 Outlet
> ob@ns1main:~$ cat switch | grep 22230
> .1.3.6.1.2.1.47.1.1.1.1.2.22230 = STRING: "xbar-1 Outlet  (s1)"
> .1.3.6.1.2.1.47.1.1.1.1.3.22230 = OID: .1.3.6.1.4.1.9.12.3.1.8.29
> .1.3.6.1.2.1.47.1.1.1.1.4.22230 = INTEGER: 32
> .1.3.6.1.2.1.47.1.1.1.1.5.22230 = INTEGER: 8
> .1.3.6.1.2.1.47.1.1.1.1.6.22230 = INTEGER: 1
> .1.3.6.1.2.1.47.1.1.1.1.7.22230 = STRING: "xbar-1 Outlet  (s1)"
> .1.3.6.1.2.1.47.1.1.1.1.8.22230 = ""
> .1.3.6.1.2.1.47.1.1.1.1.9.22230 = ""
> .1.3.6.1.2.1.47.1.1.1.1.10.22230 = ""
> .1.3.6.1.2.1.47.1.1.1.1.11.22230 = ""
> .1.3.6.1.2.1.47.1.1.1.1.12.22230 = STRING: "Cisco Systems"
> .1.3.6.1.2.1.47.1.1.1.1.13.22230 = ""
> .1.3.6.1.2.1.47.1.1.1.1.14.22230 = ""
> .1.3.6.1.2.1.47.1.1.1.1.15.22230 = ""
> .1.3.6.1.2.1.47.1.1.1.1.16.22230 = INTEGER: 2
> .1.3.6.1.4.1.9.9.91.1.1.1.1.1.22230 = INTEGER: 8
> .1.3.6.1.4.1.9.9.91.1.1.1.1.2.22230 = INTEGER: 9
> .1.3.6.1.4.1.9.9.91.1.1.1.1.3.22230 = INTEGER: 0
> .1.3.6.1.4.1.9.9.91.1.1.1.1.4.22230 = INTEGER: 0
> .1.3.6.1.4.1.9.9.91.1.1.1.1.5.22230 = INTEGER: 2
> .1.3.6.1.4.1.9.9.91.1.1.1.1.6.22230 = Timeticks: (206227326) 23 days,
> 20:51:13.26
> .1.3.6.1.4.1.9.9.91.1.1.1.1.7.22230 = INTEGER: 60
> .1.3.6.1.4.1.9.9.91.1.2.1.1.2.22230.1281 = INTEGER: 10
> .1.3.6.1.4.1.9.9.91.1.2.1.1.2.22230.1282 = INTEGER: 20
> .1.3.6.1.4.1.9.9.91.1.2.1.1.3.22230.1281 = INTEGER: 4
> .1.3.6.1.4.1.9.9.91.1.2.1.1.3.22230.1282 = INTEGER: 4
> .1.3.6.1.4.1.9.9.91.1.2.1.1.4.22230.1281 = INTEGER: -128
> .1.3.6.1.4.1.9.9.91.1.2.1.1.4.22230.1282 = INTEGER: -128
> .1.3.6.1.4.1.9.9.91.1.2.1.1.5.22230.1281 = INTEGER: 2
> .1.3.6.1.4.1.9.9.91.1.2.1.1.5.22230.1282 = INTEGER: 2
> .1.3.6.1.4.1.9.9.91.1.2.1.1.6.22230.1281 = INTEGER: 1
> .1.3.6.1.4.1.9.9.91.1.2.1.1.6.22230.1282 = INTEGER: 1
> .1.3.6.1.4.1.9.9.92.1.1.1.11.22230 = ""
> .1.3.6.1.4.1.9.9.117.1.5.1.1.1.22230 = INTEGER: 2
> .1.3.6.1.4.1.9.9.195.1.4.1.1.22230 = ""
but there is not value which is seen in the show command.:-(
Does any mib object exists for monitoring these values??
Thank you.
Roman

i also tried cant find anything that can monitor this right now

Similar Messages

  • Using a Variable in SSIS - Error - "Command text was not set for the command object.".

    Hi All,
    I am using a OLE DB Source in my dataflow component and want to select SQL Query from the master table  I have created variables v_Archivequery
    String packageLevel (to store the query).
    <Variable Name="V_Archivequery" DataType="String">
         SELECT a.*, b.BBxKey as Archive_BBxKey, b.RowChecksum as Archive_RowChecksum
         FROM dbo.ImportBBxFbcci a LEFT OUTER JOIN Archive.dbo.ArchiveBBxFbcci b
         ON (SUBSTRING(a.Col001,1,4) + SUBSTRING(a.Col002,1,10)) = b.BBxKey
         Where (b.LatestVersion = 1 OR b.LatestVersion IS NULL)
        </Variable>
    I am assigning this query to the v_Archivequery variable, "SELECT a.*, b.BBxKey as Archive_BBxKey, b.RowChecksum as Archive_RowChecksum
    FROM dbo.ImportBBxFbcci a LEFT OUTER JOIN Archive.dbo.ArchiveBBxFbcci b
     ON (SUBSTRING(a.Col001,1,4) + SUBSTRING(a.Col002,1,10)) = b.BBxKey
    Where (b.LatestVersion = 1 OR b.LatestVersion IS NULL)"
    Now in the OLE Db source, I have selected as Sql Command from Variable, and I am getting the variable, v_Archivequery .
    But when I am generating the package and when running I am getting bewlo errror
     Error at Data Flow Task [OLE DB Source [1]]: An OLE DB error has occurred. Error code: 0x80040E0C.
    An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80040E0C  Description: "Command text was not set for the command object.".
    Can Someone guide me whr am going wrong?
    Please let me know where am going wrong?
    Thanks in advance.
    Thankx & regards, Vipin jha MCP

    What happens if you hit Preview button in OLE DB Source Editor? Also you can use the same query by selecting SQL Command option and test.
    Could you try set the Delay Validation = True at Package and re-run ?
    If set the query in variable expression (not in value), then Set Evaluate As Expression = True.
    -Vaibhav Chaudhari

  • Unable to get the SharePoint 2013 List names using Client object model for the input URL

    Please can you help with this issue.
    We are not able to get the SharePoint 2013 List names using Client object model for the input URL.
    What we need is to use default credentials to authenticate user to get only those list which he has access to.
    clientContext.Credentials = Net.CredentialCache.DefaultCredentials
    But in this case we are getting error saying ‘The remote server returned an error: (401) Unauthorized.’
    Instead of passing Default Credentials, if we pass the User credentials using:
    clientContext.Credentials = New Net.NetworkCredential("Administrator", "password", "contoso")
    It authenticates the user and works fine. Since we are developing a web part, it would not be possible to pass the user credentials. Also, the sample source code works perfectly fine on the SharePoint 2010 environment. We need to get the same functionality
    working for SharePoint 2013.
    We are also facing the same issue while authenticating PSI(Project Server Interface) Web services for Project Server 2013.
    Can you please let us know how we can overcome the above issue? Please let us know if you need any further information from our end on the same.
    Sample code is here: http://www.projectsolution.com/Data/Support/MS/SharePointTestApplication.zip
    Regards, PJ Mistry (Email: [email protected] | Web: http://www.projectsolution.co.uk | Blog: EPMGuy.com)

    Hi Mistry,
    I sure that CSOM will authenticate without passing the
    "clientContext.Credentials = Net.CredentialCache.DefaultCredentials" by default. It will take the current login user credentials by default. For more details about the CSOM operations refer the below link.
    http://msdn.microsoft.com/en-us/library/office/fp179912.aspx
    -- Vadivelu B Life with SharePoint

  • Is there (or can I create) a keyboard shortcut for the command "export"?

    is there (or can I create) a keyboard shortcut for the command "export"?

    Keyboard Shortcuts are created in the System Preferences app, Hardware section, Keyboard, Keyboard Shortcuts tab.
    Select Application Shortcuts on the left.
    Click the "+" sign on the right and in the dialog box that pops up, enter: "Export..." and your preferred key combination. Here's an example:
    Keep in mind that when you enter the name of the action in a layered menu, such as File > Export..., or Share > Export..., you are only going to enter the last menu choice, not the higher levels.
    Regards,
    Jerry

  • Is there a way to pass archive file name to the command-line control?

    Hi there,
    I have been researching the flash media live encoder laterly. But still cannot find confirmed anwsers on the following questions:
    1. Is there a way to pass an archive file name to the command-line control when starting an encoder?
    2. Can the username/password to the Flash Media Server be saved in the profile? If not, is there any otherway to provide(GUI mode) them automatically,
        like as variables to a script?
    Thanks a lot in advance.
    Helen

    1. The only way to inform the command-line encoder about the archive file name is to save the FMLE session profile with the file name. The node for saving the file name is <output><file><path>C:\sample.flv</output></file></path>. The easier way to update the xml profile is to use "Save Profile" option of the GUI mode. If you want to programmatically update the file name, read the profile and update the node before launching the encoder. I hope this answers your question.
    2. No. Credentials can't be saved in the profile. The only way to provide them programmatically is to use /ap and /ab commands for the command-line encoder. For GUI mode, there is no programmable option. But still you can try capturing keystrokes.

  • How to get the owner name for the file in ftp using abap ?

    Hi folks ,
    How to get the owner name for the file in ftp using abap ? please help me very ugernt . I tried with all standard FTP commands
    but doest work out me . Helping in this regard highly appreciated ...
    Thanks and regards,
    Swarupa Vanarchi

    Hi
    dont you  have used the os user while calling the FTP_CONNECT FM?
    Hope you are not talking about the user executing the FTP program.
    Else If you are talking about the FTP file creator then its not related to abap as you can handle it by maintaining the user in file name itself.
    May be i am going too far with if and elses here as your question possesses no  clarity.
    Plz elaborate your requirement  before anybody can help.
    Regards
    sateesh

  • Pass the text file name to the command prompt using servlet

    hi to all,
    I have a HTML page that takes the user inputs. Once the user clicks on the submit button on the HTML page, these values will be capture by a servlet and then store into a text file. A new text file is generated each time the user clicks on the submit button.
    Now, i need to call a command prompt window and then pass the text file name to another program for execution. Any idea how i can pass the text file name to the command prompt???
    Thanx a lot....
    kinki

    hi, thanx 4 ur reply.
    But i not onli want to display the file name on the Tomcat command prompt. I must also able to call up a program to execute the command. If i used System.out.println(); it onli display the value on the console windows. But not executing it... anyway where i can do it???.
    thanx...
    Kinki

  • ERROR - JBO-25005: Object name  for type View Object is invalid

    Hi All,
    I am getting this error "JBO-25005: Object name for type View Object is invalid" while executing my VO query in Controller code. Can any one please tell me the reason behind this error?
    I am creating a VO dynamically and .xml file of a VO is placed in a proper directly. Please let me know some inputs to resolve this.
    Thanks & Regards,
    -Abm

    I found the below explanation for the error mentioned. Check if your package name, Object names confirm to the standard specified
    JBO-25005: InvalidObjNameException
    Cause: An attempt has been made to associate a business component name with an object for which it is not valid.
    Action: The name should be a valid Java identifier with no spaces or punctuation. Names are of the format myProjectPackage.BusinessPackage.BusinessComponent

  • Object Name for Release Group

    All,
    Can anyone please tell me the object name for Release Group ?
    regards

    Hi Sandeep,
    for what you are looking for object name of release group.???
    If you want to add release group in Authorization profile,it is not possible.
    You can add Release code in authorization profile...not release group.
    If you have any specific requirement,please let me know.
    Regards,
    Manish.
    If ans is usefull,don't forget to reward.

  • Object names for ObjType in OPR1

    Hi all
    From which table to get object names for ObjType in OPR1?
    SELECT T0.[ObjType] AS 'Object Type' FROM  [dbo].[OPR1] T0  GROUP BY T0.[ObjType]
    Kedalene Chong

    Hi Kedalene,
    Please check the below document for list all the objects.
    SAP Business One Form Types and Object Types

  • JBO-25005: Object name  for type View Object is invalid

    Hi All,
    my workflow page is not opening when i try to open it by using some different responsibility.
    Its throwing an error message:
    JBO-25005: Object name for type View Object is invalid
    any suggestions?
    Thanks,
    NSP

    Hi NSP,
    Check if any personalization been done at responsibility level , that might be causing the issue .
    Also check the AOL functions as well .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                           

  • How to find Object name for a object?

    Hi Experts,
    How to find Object name for a particular Object? Is there a Tcode for it?
    __Like Object name for__
    Material number -  materialnr
    Goods receipts / return - matbeleg
    Accounting documents -  rf_beleg
    How to find Object name for other Objects? Is there a particular way?
    Thanks & Regards
    Chandan

    Hi,
    You can find objects in SNRO transaction.
    In SNRO search by giving long text...
    for eg., Service .. for service entry sheet. keep the first letter in capital letter only.
    Thanks & Regards,
    Anand.

  • JMX object names for JBI services

    In a previous post it was stated that the JMX objectnames for the JBI installation service, deployment service, and admin service were implementation specific. Is it possible to lookup the installation service and deployment service from the admin service in a similar fashion to looking up the object name of a component by it's name?

    The names are implementation dependent. The model is that administrative code is implementation-specific. You can use the AdminServiceMBean.getSystemService method to find things like the installation and deployment services:
    The Open ESB names for the System services are:
    DeploymentService
    LoggingService
    InstallationService
    ConfigurationService
    MessageService
    AdministrationService
    (These are best discovered using JConsole!)
    Obviously there are more system services than Deployment and Installation; the Open ESB implementation supplies other MBeans to control other implementation modules that are not specified by JBI, but are needed to realize a controllable system.
    -Ron

  • How to specify the job name on the command line?

    Does somebody know if there is a way to specify a custom name for the job being submitted on the command line?
    I know you can do it submitting the jobs in a xml file but I want to do it when I do :
    $xgrid -job submit myscript param1 param2

    As far as EJBs are concerned, JNDI names have to be specified in the <enterprise-beans> section of the proprietary sun-ejb-jar.xml deployment descriptor. It should look like this
    <enterprise-beans>
    <ejb>
    <ejb-name>MyEjb</ejb-name>
    <jndi-name>MyEjb</jndi-name>
    </ejb>
    </enterprise-beans>
    in order to lookup the EJB as follows
    ctx.lookup("java:comp/env/ejb/MyEjb");
    I hope this will help.
    Regards.
    Antonio.

  • Any Function module or BAPIs are available to get scheme name for the inter

    I have internal order no value in table  AUFK-AUFNR ,  and the internal order corresponding Scheme value is available in IMPR-PRNAM . Now I want to inner join both the tables to extract the data , but there is no common field . Is there any Function module or BAPIs are available to get scheme name for the internal orders?

    look at DB-VIEW  "V_IVP_OR".
    Regards,
    Laurent

Maybe you are looking for

  • BMP is not displayed in Oracle Forms 10g

    Hi, I am trying to display logo on the custom logon form. I have created an image item in the block. The following code is written in WNFI DECLARE Master_image VARCHAR2(80) := 'SS.bmp'; BEGIN set_window_property(forms_mdi_window, window_state, maximi

  • How to link a css file in the xsl file

    Hi            I would like to know how to include link to my .css file in my .xsl file. The scenario here is I want include a background color in my ShowForm.I am trying to do the same using css. This is the code snippet in my css file .outerbody {  

  • Places theme in iPhoto '11 slideshow

    Is it possible to change the scale of a map under the "places" theme in the iPhoto '11 slideshow? On my slideshow the maps are too detailed and I want to be able to show a more zoomed out view.

  • Someone PLEASE HELP ME WITH ITUNES STORE.

    I can't connect to the Itunes Store, and it's driving me insane. THis is what it says when I run Diagnostics: Microsoft Windows XP Professional Service Pack 3 (Build 2600) Dell Computer Corporation Latitude D600 iTunes 8.0.0.35 QuickTime 7.5.5 FairPl

  • Is udev all that is needed for automounting?

    Hi All, As soon as my new hard drive shows, I'm planning on installing Arch on it, and I was hoping to clear up some confusion before then. While i'm not necessarily a linux noob, gnome has covered up alot of stuff that I'll need to know for the swit