Fc Port Remains In "Initializing" State

First of all, thank you for taking the time to read this.....
We are trying to add an IBM P770 to our Cisco MDS 9000 Fabric Switch.  We've set the port to Fx mode, trunking off, rate-mode is shared.  For some reason the port remains in the "initializing" state.  The only way that we could get it to come up, is by putting the port into ST state.  Even when the port does come up, in ST mode, when you look at the Flogi database, the port doesn't appear.  Unfortunately, our support isn't through SmartNet, so we have to open support with another vendor.  Unfortunately, they are as stumped as we are.  We have read many online blogs, but nothing seems to help us.  None of us are Storage Network experts, so hopefully someone can help.  Again, thanks for taking the time to read this!            

OK try this.
Set the switch port type to auto and then get your unix admin to rmdev the hba (without the -d will be fine), then do a cfgmgr.
Steven

Similar Messages

  • Socket remains in "established"  state

    In the following code, my program listens for input from port 1505. there are 3 PCs to connect to this port. if there is a data from the port there is no problem with thw connection and the sockets are closed and program continues. but when i see one of the computers goes to established state with no data from the port, it does not release the port. although i close sockets and streams in the code, it remains in established state. other computers trying to connect automatically goes to close_wait state and they remain in this state. Please help me solve this problem.
    private void makeConnection() throws IOException, ClassNotFoundException, SQLException {
              ServerSocket serverSocket = null;
              Socket clientSocket = null;      
            try {
                 serverSocket = new ServerSocket(1505);
            catch(IOException e){
                      System.out.println(" IOException");
                      serverSocket.close();
                      makeConnection();
            try {
                  clientSocket = serverSocket.accept();
            } catch (IOException e) {
                 System.out.println(" IOException : Accept");
                System.out.println("Accept failed.");
                //System.exit(1);
            BufferedReader in = new BufferedReader(new InputStreamReader(clientSocket.getInputStream()));
            String inputline;
            if((inputline=in.readLine()).equalsIgnoreCase(null)){
         System.out.println(" No Data");
         in.close();
         clientSocket.shutdownInput();
         clientSocket.setTcpNoDelay(true);
         serverSocket.close();
         clientSocket.close();             
                 makeConnection();
            else{
                 System.out.println(inputline);
                 newAnaliz=new AnalizTokenizer2(inputline);
                 inputsAndResults.setText(inputline+"\n");
                 inputsAndResults.append(newAnaliz.getAnaliz());
                 repaint();
                 analiz=inputline;
                 System.out.println(inputline);
                 String analizType=newAnaliz.getAnalizType();
                 newSend=new SendAnaliz(analizType, newAnaliz.getUnformattedText(), newAnaliz.getAnaliz());
                 int len=newSend.getConnectionStatus().length;
                 String[] constat=new String[len];
                 constat=newSend.getConnectionStatus();
                 setTextArea(constat);           
                 in.close();
         //clientSocket.shutdownInput();
         serverSocket.close();
         //clientSocket.setTcpNoDelay(true);
         clientSocket.close();             
                 System.out.println("Server Socket Closed"+serverSocket.isClosed());
                 //System.gc();
                 //new ListenAnaliz();
                 //this.dispose();
                 makeConnection();
         }

    In the following code, my program listens for input
    from port 1505. there are 3 PCs to connect to this
    port. if there is a data from the port there is no
    problem with thw connection and the sockets are
    closed and program continues. but when i see one of
    the computers goes to established state with no data
    from the port, it does not release the port. although
    i close sockets and streams in the code, it remains
    in established state.You have this back to front. Clearly if the socket is ESTABLISHED nobody has closed it, and it will remain in that state, and your readLine() method will remain blocked, until the client closes the socket.
    Other problems:
    (a) makeConnection() calls itself endlessly and will eventually run out of stack.
    (b) It also closes and reopens the ServerSocket unnecessarily, introducing timing windows during which clients will be unable to connect.
    try {
         clientSocket = serverSocket.accept();
    } catch (IOException e) {
    System.out.println(" IOException :
    ception : Accept");
    System.out.println("Accept failed.");
    //System.exit(1);
    }(c) is this really meant to fall through? If you get an IOException here you will get an NPE below.
    if((inputline=in.readLine()).equalsIgnoreCase(null)){
    (d) How can a null string reference have case?
         in.close();
         clientSocket.shutdownInput();(e) This will do nothing as the socket is already closed by the previous line.
         clientSocket.setTcpNoDelay(true);(f) After the close this throws a SocketException. Clearly you have never executed this line of code.
         serverSocket.close();(g) Bad practice, see above.
         clientSocket.close();(h) Redundant but harmless.
         makeConnection();(i) Infinite recursion, see above.
         in.close();
         //clientSocket.shutdownInput();(j) You were correct to comment this out, it does nothing after the close.
         serverSocket.close();(k) Bad practice, see above.
         //clientSocket.setTcpNoDelay(true);(l) You were correct to comment this out: after the close it throws a SocketException.
         clientSocket.close();(m) Redundant but harmless.
    System.out.println("Server Socket Closed"+serverSocket.isClosed());
         //System.gc();
         //new ListenAnaliz();
         //this.dispose();
         makeConnection();(n) Infinite recursion, see above.
    Basically you seem to be expecting null from readLine() under the wrong conditions. See what the documentation actually says.
    You should also look at some socket coding examples: this is weird.

  • 3825 FXO Port remains in off-hook after call

    Hello,
    I have a 3825 router with 8 FXO ports running Cisco IOS Software, 3800 Software (C3825-SPSERVICESK9-M), Version 12.4(24)T3, RELEASE SOFTWARE (fc2). The problem we are facing is that after a call is placed through any of the FXO ports and the call is ended by the user, the port remains in off-hook till a reset of the port is done or someone restarts the router. Only then is the port accessible again.
    I am thinking of changing the cards, but i do not want to invest in replacing the cards and then find out that this doesnt solve the problem.
    The wierd thing is that this issue started on its own accord not too long ago.
    Comments and suggestions please!
    Regards,
    Femi

    Hello,
    I do not want to change the FXO card till I am sure that is the problem and I did state that I always have to reboot the router when the problem starts. Rebooting clears the problem but it is back immediately I attempt a call again and hang up that call.
    I have timeouts call-disconnect already configured, see below:
    voice-port 0/0/0
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/0/1
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 2626878
    caller-id enable type 1
    voice-port 0/0/2
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/0/3
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/1/0
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/1/1
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/1/2
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    voice-port 0/1/3
    supervisory disconnect dualtone mid-call
    compand-type a-law
    timeouts call-disconnect 5
    timeouts wait-release 5
    connection plar opx 21000
    description FXO CONNECTION TO PSTN
    caller-id enable
    Regards,
    Femi

  • Reset View to its initial state

    Hi experts,
    In my Webdynpro componenet I am navigating between different views. I am displaying data in one view by entering the selection fields. And, when I come back to this view the selection and the data remains in the view. I want the view to be displayed in its initial state every time. Is there any method to reset the view, to be handled in WDDOEXIT?
    Thanks,
    Sharmila

    Hi Sharmila ,
    Change the lifetime of the view to when visible.
    and it will not decrease your performance .
    Refer to this wiki for the same :
    [http://wiki.sdn.sap.com/wiki/display/Community/HighperformanceofWebdynpro+ABAP]
    Regards
    Kuldeep

  • How set an initial state for Slide effects

    Hi everyone, I would like to use the slide effect like the
    collapsable panels, with an initial state "closed".
    I used Spry Pre-Release 1.5 Preview
    In my first attempt
    <a
    onclick="Spry.Effect.Slide('MoreOptionSlide',{duration:1000,from:'0%',
    to:'100%',toggle:true})" >More Options</a>
    The DIV is always "open" and after click it closes and
    performes the slide animation.
    Also i tried to change some style attributes of the DIV and
    restore or change them in the "setup" function of the
    spy.Effect.Slide constructor, I thought this function is executed
    before animation, but it is executed even without be triggered the
    animation.
    Thanks,
    Richard

    Hello Richard,
    After you design the page and adjust the element dimensions
    as if the element would be in page without the animation to show it
    you'll have to set the 'display:none' CSS property on that element.
    In this situation the element will remain in page but will simply
    be invisible. Something like this:
    <div id="MoreOptionSlide" style="width: 300px; height:
    200px; border: 1px solid black; overflow: auto;display:none;">
    </div>
    Now using Spry 1.5 effects you can make this element appear
    after the More Options link is clicked:
    <a href="#" onclick="effect.start(); return false;"
    >More Options</a>
    <script type="text/javascript">
    var effect = new
    Spry.Effect.Slide('MoreOptionSlide',{duration:1000,from:'0%',
    to:'100%',toggle:true});
    </script>
    Regards,
    Cristian MARIN

  • How to get the initial state of JSF PAGE IN ORACLE ADF

    Hi everybody
    my Jdeveloper version is 12.1.3
    I'm building my JSF pages based on a template that has a navigation pane which contains command navigation items , every one of them (command navigation items) appears as a link at runtime and calls a JSF page , I wish to get the initial state for any page when leaving it then entering such page again , and I would like to know what is the suitable place to write the code to do this task.
    many thanks !

    Clear the cache by adding the following to each jsf page.
    <%
    response.setHeader("Cache-Control","no-cache"); 
    response.setHeader("Pragma","no-cache");
    %>

  • Spry Validation-text field shows the "required" text even in initial state

    Hi,
    I'm having trouble with spry validation.
    I insert my spry textfied and go to the properties inspector where  I choose validate on "Blur" and "submit" for the Required state. I check the required box for the "required state" but the initial state will also have the "a value is required" text. If I try to delete the "a value is required" text from the initial state, the required state won't show this error.
    What should I do?
    Any help is much appreciated.
    Thank you.

    Hi, thanks so much for the reply
    Well the javascript came with the spry file that I downloaded from the adobe site.
    Here is my statement:
      <label for="name"><span class="style87">Name:</span></label>
                      <span id="sprytextfield1">
                      <input name="name" type="text" class="textInput" id="name" />
                      <span class="textfieldRequiredMsg">A value is required.</span>                  </span></p>
                  <p> <span class="style87">
                      <label for="email">Email:</label>
                      </span><span id="sprytextfield2">
                      <input name="email" type="text" class="textInput" id="email" />
                      <span class="textfieldRequiredMsg">A value is required.</span></span></p>
    This is the statement for the submit button:
      <span class="clearIt">
                      <input name="send" type="submit" id="send" onclick="MM_validateForm('username','','R','password','','R','name','','R','email','','R' ,'comments','','R');return document.MM_returnValue" value="Send comments" />
                    </span><span class="clearIt">
                    <input type="hidden" name="MM_insert" value="form1" />
    This is the javascript
    <script type="text/javascript">
    <!--
    function MM_validateForm() { //v4.0
      if (document.getElementById){
        var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
        for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
          if (val) { nm=val.name; if ((val=val.value)!="") {
            if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
              if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
            } else if (test!='R') { num = parseFloat(val);
              if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
              if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
                min=test.substring(8,p); max=test.substring(p+1);
                if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
          } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
        } if (errors) alert('The following error(s) occurred:\n'+errors);
        document.MM_returnValue = (errors == '');
    //-->
    </script>
    This is at the bottom of the page:
    <script type="text/javascript">
    <!--
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none");
    var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "none", {validateOn:["blur"]});
    //-->
    </script>
    Thank you for your help.

  • My iphone is stucked and  I forget my icloud password so how can I restore  my phone to the initial state?

    - Product name: i phone 4G
    - Memory:32GB
    - Operating System: i OS 7.0.0 (Not sure)
    Dear Sir,
    I forget my icloud password and my e-mail has been closed and I tried to recover it but it looks that I also lose my e-mail data and my phone is stacked so could you please help me to return my iphone to it's initial state...
    I Thank you too much...

    Sorry, not understanding what it is you are asking. Your iCloud password is the same as your Apple ID password. If you are attempting to restore the device and you are on the Activation Lock screen, you must supply the iCloud/Apple ID password before you can proceed:
    ACTIVATION LOCK
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account - Apple Support
    Cheers,
    GB

  • Most of the time queries remain in suspended state in our production environment.

    Most of the time queries remain in suspended state in our production environment.
    Not getting any solution.
    Thanks

    Wait typeS : PAGEIOLATCH_SH,PAGELATCH_EX is when requested page is in buffer and some other process/request
    is holding the lock in buffer.
    SQL will manage it internally , Have you faced in performance issue if yes the need to check
    1) Fragmentation of indexes. if fragmented the defrag it so that time of execution will less and will also reduce wait time. 
    2) Any missing indexes is there then create it
    3) Update statistics  status of tables.
    4) Check if any table scan is there the create appropriate indexes on that...etc ....

  • Campus Manager report - Ports in error Disabled state

    Hi,
    I have LMS 3.2 and I wonder how Campus Manager collects information from the switch to generate a report of discrepancies, namely a report of "Ports in Error Disabled state"??
    I find that I have ports in errDisabled state but Campus Manger doesn´t show this information in "Ports in Error Dissabled state" report. What could be the problem?
    Thanks.

    Hi,
    Campus Manager do snmpwalk on the ciscoErrDisableMIB to get the status of the error disabled ports.
    Thanks,
    Gaganjeet Singh

  • Datasource 0UC_SWTMSGDATA - request remains in yellow state

    hi all,
    we are using the datasource 0UC_SWTMSGDATA to extract message data for the switch documents.
    every time we scheduled the infopackage to load data into sap bi, the datasource extracts all data records to the bi.
    but at the end, when all records arrived at bi, the request remains in yellow state.
    do you have the same problem? what's the reason?
    we are already using the datasource 0UC_SWTDOC, it works fine.
    kind regards,
    phil
    Edited by: Philipp Südfeld on Jul 8, 2011 4:49 PM

    Hi,
    You have to check  the job status in SM37 in R/3 system. If it shows "Active mode", then you will be getting Yellow color in BW. You may have to wait till the job gets finished in R/3.
    Sometimes, transferring I-Docs take time.
    Regards,
    Suman

  • Data warehouse monitor initial state data synchronization process failed to write state.

    Data Warehouse monitor initial state data synchronization process failed to write state to the Data Warehouse database. Failed to store synchronization process state information in the Data Warehouse database. The operation will be retried.
    Exception 'SqlException': Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    One or more workflows were affected by this. 
    Workflow name: Microsoft.SystemCenter.DataWarehouse.Synchronization.MonitorInitialState
    Instance name: Data Warehouse Synchronization Service
    Instance ID: {0FFB4A13-67B7-244A-4396-B1E6F3EB96E5}
    Management group: SCOM2012R2BIZ
    Could you please help me out of the issue?

    Hi,
    It seems like that you are encountering event 31552, you may check operation manager event logs for more information regarding to this issue.
    There can be many causes of getting this 31552 event, such as:
    A sudden flood (or excessive sustained amounts) of data to the warehouse that is causing aggregations to fail moving forward. 
    The Exchange 2010 MP is imported into an environment with lots of statechanges happening. 
    Excessively large ManagedEntityProperty tables causing maintenance to fail because it cannot be parsed quickly enough in the time allotted.
    Too much data in the warehouse staging tables which was not processed due to an issue and is now too much to be processed at one time.
    Please go through the links below to get more information about troubleshooting this issue:
    The 31552 event, or “why is my data warehouse server consuming so much CPU?”
    http://blogs.technet.com/b/kevinholman/archive/2010/08/30/the-31552-event-or-why-is-my-data-warehouse-server-consuming-so-much-cpu.aspx
    FIX: Failed to store data in the Data Warehouse due to a Exception ‘SqlException': Timeout expired.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Job remains in active state indefinitely

    hello everyone,
    i had a request to create a spool for a background job.
    i was getting numerous spools getting created after my coding.i some how rectified the issue and a single spool is generated now.
    but the job remains in active state only.
    please suggest

    check at workprocess level, if the job doing nothing and showing Active on SM37 cancel it and rerun.
    -SS

  • Task remain in Ready state

    Hi Experts,
    When in am triggering my workflow, its task remains in Ready state. I always have to execute it manually. Could anyone of you please let me know what could be the reason?
    Thanks and Regards,
    Pritam Kunal

    Hi,
    Step is not executing its first step only. Sub workflow step is the alst step.
    Also, There is no need of any action by user. so no one will have to receive the workitem. this task is there to get some data by executing a method. This itself is not getting executing automatically.
    Workflow is active ans task is background task only.
    Thanks and Regards,
    Pritam Kunal

  • Is initial state of a Java stack frame stored somewhere

    In My IDE (Eclipse), debugger has an option "Drop to Frame" for each method in the method stack, which when clicked resets the stack to the initial state of the selected method.
    How is the operation achieved?
    Is this an potion from JDB or IDE would have stored the initial state of all method stack frames?
    How could have static variables for other classes got reset?

    http://www.coderanch.com/t/485739/Java-General/java/initial-state-Java-stack-frame

Maybe you are looking for

  • Acrobat Pro is not working

    Jeff, I have been suffering with loading and downloading Acrobat Pro for over a year.  It stops working after 3 or 4 days.  Can you please get someone to help me.  I have worked with the technicians and the same thing keeps happening. Marsha <Removed

  • Xml Form Builder HTML Editor

    Hi All, In my xml form builder application, i have to insert an image inside the UI "HTML Editor". But there is no option called as "insert image from km" into the HTML Editor? How can i have that option called "Insert Image From KM" ? I tried "confi

  • Icons in open dialog

    I used to be able to control the size of the icons in an open dialog, for instance Preview, by changing the icon size in finder window for the directory I was looking at. This doesn't seem work in Lion. Any suggestions.

  • Apache plug-in for 2.0.48

    Hi Friends, I have downloaded the apache webserver 2.0.48 and trying to use it as weblogic proxy in weblogic 7.0 using the DSO mod_wl_20.so. When I try to start the http server it says "Apache.exe: module "mod_weblogic.c" is not compatible with this

  • Want to restore Apple - Mac OS X icon to Dock

    I accidentally dragged the Apple - OS X icon off the dock, so it went poof and disappeared. In order to put it back, I assume I just drag something to the dock, but I don't know where to find that item. How do I put it back? This is the thing that lo