Ata2: port failed to respond (30 secs) and ata2: SRST failed

Hello,
I just upgraded from 2.6.17.13-3 to 2.6.18-4 (testing) and when I am booting I hang temporarily with an ATA problem.  Here is a snippet from dmesg...
ata1: SATA max UDMA/133 cmd 0xFE00 ctl 0xFE12 bmdma 0xFEA0 irq 18
ata2: SATA max UDMA/133 cmd 0xFE20 ctl 0xFE32 bmdma 0xFEA8 irq 18
scsi0 : ata_piix
ata1.00: ATA-6, max UDMA/133, 156250000 sectors: LBA48
ata1.00: ata1: dev 0 multi count 8
ata1.01: ATA-7, max UDMA/133, 312581808 sectors: LBA48
ata1.01: ata1: dev 1 multi count 8
ata1.00: configured for UDMA/133
ata1.01: configured for UDMA/133
scsi1 : ata_piix
ata2: port is slow to respond, please be patient
ata2: port failed to respond (30 secs)
ata2: SRST failed (status 0xFF)
ata2: SRST failed (err_mask=0x100)
ata2: softreset failed, retrying in 5 secs
ata2: SRST failed (status 0xFF)
ata2: SRST failed (err_mask=0x100)
ata2: softreset failed, retrying in 5 secs
ata2: SRST failed (status 0xFF)
ata2: SRST failed (err_mask=0x100)
ata2: reset failed, giving up
Vendor: ATA Model: ST380013AS Rev: 8.05
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: WDC WD1600JS-00M Rev: 02.0
Type: Direct-Access ANSI SCSI revision: 05
Any ideas?  Thanks.

I read that LKM thing and it seems they found a patch if you continue reading, against 2.6.18.  Don't know if anyone wants to try it out, but here:
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index 427b73a..3bc7f57 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -2271,11 +2271,14 @@ static inline void ata_tf_to_host(struct
* Sleep until ATA Status register bit BSY clears,
* or a timeout occurs.
- * LOCKING: None.
+ * LOCKING:
+ * Kernel thread context (may sleep).
+ *
+ * RETURNS:
+ * 0 on success, -errno otherwise.
-unsigned int ata_busy_sleep (struct ata_port *ap,
- unsigned long tmout_pat, unsigned long tmout)
+int ata_busy_sleep(struct ata_port *ap,
+ unsigned long tmout_pat, unsigned long tmout)
unsigned long timer_start, timeout;
u8 status;
@@ -2283,25 +2286,30 @@ unsigned int ata_busy_sleep (struct ata_
status = ata_busy_wait(ap, ATA_BUSY, 300);
timer_start = jiffies;
timeout = timer_start + tmout_pat;
- while ((status & ATA_BUSY) && (time_before(jiffies, timeout))) {
+ while (status != 0xff && (status & ATA_BUSY) &&
+ time_before(jiffies, timeout)) {
msleep(50);
status = ata_busy_wait(ap, ATA_BUSY, 3);
- if (status & ATA_BUSY)
+ if (status != 0xff && (status & ATA_BUSY))
ata_port_printk(ap, KERN_WARNING,
"port is slow to respond, please be patientn");
timeout = timer_start + tmout;
- while ((status & ATA_BUSY) && (time_before(jiffies, timeout))) {
+ while (status != 0xff && (status & ATA_BUSY) &&
+ time_before(jiffies, timeout)) {
msleep(50);
status = ata_chk_status(ap);
+ if (status == 0xff)
+ return -ENODEV;
+
if (status & ATA_BUSY) {
ata_port_printk(ap, KERN_ERR, "port failed to respond "
"(%lu secs)n", tmout / HZ);
- return 1;
+ return -EBUSY;
return 0;
@@ -2392,10 +2400,8 @@ static unsigned int ata_bus_softreset(st
* the bus shows 0xFF because the odd clown forgets the D7
* pulldown resistor.
- if (ata_check_status(ap) == 0xFF) {
- ata_port_printk(ap, KERN_ERR, "SRST failed (status 0xFF)n");
- return AC_ERR_OTHER;
+ if (ata_check_status(ap) == 0xFF)
+ return 0;
ata_bus_post_reset(ap, devmask);
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 66c3100..eb7d90f 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -702,9 +702,8 @@ extern int ata_host_set_suspend(struct a
pm_message_t mesg);
extern void ata_host_set_resume(struct ata_host_set *host_set);
extern int ata_ratelimit(void);
-extern unsigned int ata_busy_sleep(struct ata_port *ap,
- unsigned long timeout_pat,
- unsigned long timeout);
+extern int ata_busy_sleep(struct ata_port *ap,
+ unsigned long timeout_pat, unsigned long timeout);
extern void ata_port_queue_task(struct ata_port *ap, void (*fn)(void *),
void *data, unsigned long delay);
extern u32 ata_wait_register(void __iomem *reg, u32 mask, u32 val,
@@ -1019,7 +1018,7 @@ static inline u8 ata_busy_wait(struct at
udelay(10);
status = ata_chk_status(ap);
max--;
- } while ((status & bits) && (max > 0));
+ } while (status != 0xff && (status & bits) && (max > 0));
return status;
@@ -1040,7 +1039,7 @@ static inline u8 ata_wait_idle(struct at
u8 status = ata_busy_wait(ap, ATA_BUSY | ATA_DRQ, 1000);
- if (status & (ATA_BUSY | ATA_DRQ)) {
+ if (status != 0xff && (status & (ATA_BUSY | ATA_DRQ))) {
unsigned long l = ap->ioaddr.status_addr;
if (ata_msg_warn(ap))
printk(KERN_WARNING "ATA: abnormal status 0x%X on port 0x%lXn",
EDIT: patch didn't work for me

Similar Messages

  • List serial port fail in and I have exhausted all combination

    Background: If admintool can set serial I could have set it with a click.
    The error is "list serial port fail in "
    url:geocities.com/worldlinking/index.htm
    SO please help and guide.
    sunlearner.

    I have exactly the same problem:
    ASUS A7V133 Motherboard, Athlon 1.33Ghz
    Solaris 8 Release 10/01.
    ALL Recommended and Security patches installed.
    Device Config Assistant lists the ports as standard 16550 UARTS, which is correct - ASUS mention nothing 'special' about them.
    prtconf shows both ports with asy not attached.
    devfsadm does not change that. ports command has no effect.
    No /dev/tty/ttya or /dev/tty/ttyb or /dev/term/a etc.
    admintool says 'list serial port failed'
    ttymon has service entries for ttya and ttyb :
    #pmadm -l -s ttya
    zsmon ttymon ttya u root /dev/term/a I - /usr/bin/login - 9600 ldterm,ttcompat ttya login: - tvi925 y
    Any help greatly appreciated,
    --john                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Re-send with more information on  Modem installation problem- list port fail in admintools

    Background:
    If admintool can set serial I could have set it with a click.
    The error is "list port fail in "
    I have following many example including Celeste (stokey.com), I am totally lost with her instruction. I am a new-hand in SUN SOLARIS 8 INTEL. NEED good guidance and helping to set up an external Zoom 56 K modem on com 1.
    ==============================================================
    I was suspect a lot of work from internet is a copy of another.
    ===============================================================
    #sacdm -l t ttymon
    get:
    zsmon ttymon - 0 ENBALE /usr/lib/saf/ttymon
    #pmadm -l
    get:
    no service defined.
    There is no cua * under /dev
    These is nothing under /dev/term
    I have a number of error with the following script and I can screen-print and copy and then paste here.
    There are problem with the cua and term/$port.
    SO please help and guide.
    sunlearner.
    #!/sbin/sh
    # add_modem shell script. Must be run as root from bourne shell
    # Change these parameters as needed for your particular needs.
    # PARAMETER MEANING
    # PORT Port you want to set up. "a" or "b"
    # TTYSPEED Speed setting, from /etc/ttydefs
    # LOGINMSG The login message which will be displayed.
    # -p zsmon PMTAG, name of this port monitor
    # -s ttya SVCTAG, modem is on ttya. you may want ttyb
    # -d /dev/term/$PORT Actual port device.
    # -l contty5H Ttylabel, defined in /etc/ttydefs file. (speed
    # setting. contty5H=19200 baud)
    # -b Flag for bidirectional port use
    # -S n Turn software carrier off (modem supplies
    # hardware carrier detect signal)
    # "dial in/out on serial port" This is a comment you'll see on pmadm -l
    LOGINMSG="Always be nice to your sysadm. You may now login. "
    # set PORT = either a or b
    PORT="a"
    # choose your speed setting. See /etc/ttydefs for more, or build your
    # own from the examples in the rest of this article.
    # contty5H = 19200bps, 7 bits even parity, as supplied by Sun
    # conttyH = 9600bps, 7 bits even parity, as supplied by Sun
    TTYSPEED="contty5H"
    # change ownership of outgoing side of port to user uucp, group tty.
    # change ownership of incoming side of port to user root, group tty.
    chown uucp /dev/cua/$PORT; chgrp tty /dev/cua/$PORT
    chown root /dev/term/$PORT; chgrp tty /dev/term/$PORT
    # Remove any existing port monitor on this port.
    # You can ignore any error messages from this next command.
    # If you see the message "Invalid request, ttya does not exist under zsmon",
    # You may be trying to remove a port monitor which does not exist.
    /usr/sbin/pmadm -r -p zsmon -s tty$PORT
    # Create the new port monitor
    /usr/sbin/pmadm -a -p zsmon -s tty$PORT -i root \
    -v `/usr/sbin/ttyadm -V` -fu -m "`/usr/sbin/ttyadm \
    -p "$LOGINMSG" -d /dev/term/$PORT -s /usr/bin/login -l $TTYSPEED -b \
    -S n -m ldterm,ttcompat`" -y "dial in/out on serial port"
    ############ end of add_modem script ###################################

    The lack of /dev/cua etc is worrying - apparently there is an ACPI
    bug with certain BIOSes which means certain device nodes are not created (often floppy, printer, serial). Turning off ACPI in the BIOS if this option exists on your HW, followed by a reconfiguration boot (b -r) should help. When you have the device nodes in place, the guidance from Stokeley should work - you might also check the
    archives of the solarisonintel list at www.egroups.com

  • Access to HTTPS port failed

    Hi
    Access to Https port failed after changing the Keystore to "Custom Identity and Trust". I have generated the identity and trust certificates and placed the path info with passphrase.
    I have also set my SSL private key alias name to the key name generated during private key.
    But still it doesn't work.
    Any suggestions?
    Thanks,
    KR

    Hi
    Access to Https port failed after changing the Keystore to "Custom Identity and Trust". I have generated the identity and trust certificates and placed the path info with passphrase.
    I have also set my SSL private key alias name to the key name generated during private key.
    But still it doesn't work.
    Any suggestions?
    Thanks,
    KR

  • Live Migration Fails with error Synthetic FiberChannel Port: Failed to finish reserving resources on an VM using Windows Server 2012 R2 Hyper-V

    Hi, I'm currently experiencing a problem with some VMs in a Hyper-V 2012 R2 failover cluster using Fiber Channel adapters with Virtual SAN configured on the hyper-v hosts.
    I have read several articles about this issues like this ones:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/baca348d-fb57-4d8f-978b-f1e7282f89a1/synthetic-fibrechannel-port-failed-to-start-reserving-resources-with-error-insufficient-system?forum=winserverhyperv
    http://social.technet.microsoft.com/wiki/contents/articles/18698.hyper-v-virtual-fibre-channel-troubleshooting-guide.aspx
    But haven't been able to fix my issue.
    The Virtual SAN is configured on every hyper-v host node in the cluster. And every VM has 2 fiber channel adapters configured.
    All the World Wide Names are configured both on the FC Switch as well as the FC SAN.
    All the drivers for the FC Adapter in the Hyper-V Hosts have been updated to their latest versions.
    The strange thing is that the issue is not affecting all of the VMs, some of the VMs with FC adapters configured are live migrating just fine, others are getting this error.
    Quick migration works without problems.
    We even tried removing and creating new FC Adapters on a VM with problems, we had to configure the switch and SAN with the new WWN names and all, but ended up having the same problem.
    At first we thought is was related to the hosts, but since some VMs do work live migrating with FC adapters we tried migrating them on every host, everything worked well.
    My guess is that it has to be something related to the VMs itself but I haven't been able to figure out what is it.
    Any ideas on how to solve this is deeply appreciated.
    Thank you!
    Eduardo Rojas

    Hi Eduardo,
    How are things going ?
    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.

  • Activate Logical Ports Fails with UDDI error

    Hi experts....
    I have run into another issue with the installation/configuration of DUET Enterprise. I see the following error in the SOA Manager on the SCL (under Service Administration --> SOA Configuration Request Queue Management):
    Activate logical ports for service group /IWCNT/BPC_SERVICE_GROUP and application PS_ECQ_500/APPL_ECQCLNT500 in scenario DUET_STARTER_SERVICES_ALL: FAILED
    When I drill down the lowest level errors are:
    Failed to create a logical port using Service Registry
      UDDI error: No Primary Services Registry maintained in this System.
      Could not determine service using UDDI query
    When I look in SOA Manager --> Global System Settings --> Service Registry on the SCL system there are no Services Registry defined....
    Can anyone help? Do I need to somehow create a Services Registry?
    Thanks in advance,
    Simon
    Edited by: Simon Kemp on Apr 6, 2011 12:26 AM

    Hi Simon,
    most likely there was an error when releasing the Services on the backend system (following the instructions of Note 1480794).
    In order to solve this issue take a look not at the UDDI Error, but at the WSIL error ("Failed to create logical port using WSIL" -- since we are not using SLD to look-up the provider services on the backend, but the WSIL URL).
    I have send you a Troubleshooting Guide that is currently being published on SDN. Can you check the chapters
    7. An unexpected error occurred while executing the specified Action
    18. When opening a Workspace in the Start Services scenario you get an unexpected error occurred
    in it?
    Regards,
    Holger.

  • TS1574 optic digital port can't be shut off and the sound of speakers not working! what to do?

    optic digital port can't be shut off and the sound of speakers not working! what to do?
    this happened after taking out the head-phones. Now even after pressing CMD+ALT+P+R when booting - the sound of booting appeares BUT after the desktop is ready the sound doesn't work and sound buttons show the sign "circle with crossed line"

    If there is a red light visible in the audio output port, the switch id stuck.  Insert the earphone jack a few times.  If that fails to trip the switch, try a toothpick or similar device and jiggle it inside the port.  If that fails, try a shot or two of compressed air.  If still no success, go to a repair facility.
    Ciao.

  • 27" iMac Firewire Port fails after 300 days of use

    I had to take my 27" iMac (purchased in 2012) to the "Genius" bar today because the firewire port failed.
    Prior to this:
    My Apogee Duet Firewire Sound Interface has given me all kinds of errors with the iMac. I wrote emails to Apogee complaining about the Firewire issues and they gave me a long list of possible fixes, all of which did absolutely nothing. Apogee claims that the problem is Apple's, but when I connected a MOTU Traveler to the firewire port it performed flawlessly. Many people had complained online about the awful performance of the Firewire Duet with Lion OSX so I wrote back to Apogee demanding that they replace the device with their newer USB "Duet 2" and they chose to ignore my email. So I went back to dealing with the intermittent cutting out of the Duet which is only remedied by either restarting the machine or unplugging & reconnecting the Duet.
    2 days ago:
    The Apogee Duet stops working (like so many times before), so I unplug the Apogee Firewire 400-to-800 cable and this time when I reconnect, it starts rapidly blinking and clicking, so I quickly shut the iMac down. After a waiting for a few minutes I plug the Duet in and it's dead -no lights & no click. To determine if I'd just killed my Duet, I plugged it into my 2009 Macbook with a Firewire 400 cable and the Duet works. So I think.."Maybe it was the Apogee FW400/800 cable". Next day I bought a new Firewire 400/800 Cable and connected the Duet to the iMac and I still got absolutely nothing. So I booked an appointment at the Genius Bar.
    Today:
    The helpful gentleman there quickly discovered that the main-board needed replacement because the "newer" iMacs have all the I/O stuff attached to the motherboard. It would have cost me 800 bucks with out a warranty. While I was there, I tested my original Apogee Firewire 400/800 cable with a Macbook pro and it worked fine, ruling out the possibility that my cable could have caused the Firewire port to fail. Lastly,  I asked him to connect a Thunderbolt-to-Firewire Adapter to my iMac and - yes - the Apogee Duet worked fine through the Thunderbolt Port.
    In Conclusion,
    I'm glad that they are going to repair this problem but it would appear I really have no choice but to extend my "Apple Care" since, in my experience, the Firewire port can spontaneously fail. As a full-time musician it's lucky for me this happened while it was still under warranty, otherwise I probably would have just bought the Thunderbolt-to-Firewire Adapter and hope the Thunderbolt ports last longer than the firewire did.
    Has anyone else had their main-board replaced due to Port Failure?

    Not because of Firewire, but yes, my 2007 iMac had to have extensive things replaced twice under extended AppleCare.
    I personally think $2,000 dollar items should come with more than a one year warranty, unless you expect them to die shortly after a year.
    Didn't need any warranty on my Quadra/630, still runs every day, they don't make Macs like they used to.

  • The air port on my imac went off and i can not get it to work

    my air port on the imac weny off and i can not get it to work now

    Apple used to use airport name for everything.. is this the internal wireless card?? Or external airport router?
    If it is the internal wireless card, is it still listed in system profile.. and do a hardware test with your original CD.
    See http://support.apple.com/kb/ht1509
    The problems with Mavericks are very great.. if you upgrade installed anything can happen.. a common feature is the internal wireless card fails to work.
    Give details and we can figure it out.
    Here is discussion about the same thing as I think has happened to your imac in macbook.
    https://discussions.apple.com/thread/5219345?tstart=30

  • Synthetic FibreChannel Port: Failed to start reserving resources with Error 'Insufficient system resources exist to complete the requested service.' (0x800705AA)

    Hello Gurus 
    i have installed windows server 2012 RTM with Hyper-V. i already created virtual machine with virtual fiber channel adapter connected to physical one. sometimes when i restart the virtual machine it gets failed to start again and the following error appears
    in the event viewer of the host:
    error id 21502
    'Virtual Machine xyz' failed to start.
    'xyz' failed to start. (Virtual machine ID number)
    'xyz' Synthetic FibreChannel Port: Failed to start reserving resources with Error 'Insufficient system resources exist to complete the requested service.' (0x800705AA). (Virtual machine ID
    number)
    'xyz': Operation for virtual port (C003FF18F98C000E) failed with an error: No physical port available to satisfy the request (Virtual machine ID
    number).
    error id 1069
    Cluster resource 'Virtual Machine xyz' of type 'Virtual Machine' in clustered role 'xyz' failed. The error code was '0x5aa' ('Insufficient system resources exist to complete the requested service.').
    Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it.  Check the resource and group state using Failover Cluster
    Manager or the Get-ClusterResource Windows PowerShell cmdlet.
    appreciate your help
    Ashraf

    Dear All,
    Subject : Need to create a file cluster
    in Guest Vms (Host machine : Windows 2012 R2), using MSA p2000 strorage with HBA Qlogic (HP 8Gb PCIe Host Bus Adapter)
    Note: It's a direct connection from HBA to HP MSA p2000 (No SAN switch in between)
    Currently I am using Qlogic HBA (HP
    81Q 8Gb 1-port PCIe Fibre Channel Host Bus Adapter- Part No. AK344A).
    Unable to create vPort using  Microsoft
    Hyper-V (Win 2012 R2) & secondly using QConverge
    Console utility.
           When trying to create  Microsoft
    Hyper-V (Win 2012 R2), I received the below error.
    Secondly, when I am trying to create vSAN switch in using Qlogic QConverge Utility the above error is popup. 
    Currently I am using the following latest version of Qlogic Firmware & Drivers...
    HBA - Running Firmware Version:  7.00.02
    HBA - Driver Version:  STOR Miniport 9.1.11.24
    If any body the same issue, Please could you update me as earliest.
    Regards,
    Mirza

  • Error: DHCP-3-BIND_SRPORT_ERR: dhcp_support.c:374 Binding service port failed.

    Hi,
    I am getting bellow error messages with new wlan i created. On the same WLC i have three other wlans working OK. This wlan suppose to get authenticated with acs, i tried to disable the authentication but got same error message. With acs authentication, i am able to authenticate OK but cannot get ip address from dhcp server. DHCP server is on wlc, used by other three wlans ok. All wlans are on differnt subnets; vlans created where needed.Any ideas would be appreciated.
    Thanks
    Error from wlc:
    *Sep 10 13:23:53.303: %DHCP-3-BIND_SRPORT_ERR: dhcp_support.c:374 Binding service port failed.
    *Sep 10 13:15:33.111: %DHCP-3-BIND_SRPORT_ERR: dhcp_support.c:374 Binding service port failed.
    *Sep 10 13:07:12.920: %DHCP-3-BIND_SRPORT_ERR: dhcp_support.c:374 Binding service port failed.
    *Sep 10 12:58:52.732: %DHCP-3-BIND_SRPORT_ERR: dhcp_support.c:374 Binding service port failed.
    *Sep 10 12:50:32.535: %DHCP-3-BIND_SRPORT_ERR: dhcp_support.c:374 Binding service port failed.

    %DHCP-3-BIND_SRPORT_ERR: dhcp_support.c:374 Binding service port failed.
    This one perplexed me too, there is no answer on Cisco's website that I could find. I think I have the  solution though....
    Go to Monitor -> Interfaces -> Service-Port and have a look at the configuration.
    I'm willing to bet that DHCP is enabled for the service port (the Ethernet interface on the left side of  the controller that you may or may not use) and the Ethernet is either not connected or it's connected to  a LAN where it can't get a DHCP lease.
    What the controller is try trying to say is something like "%DHCP-3-BIND_SRPORT_ERR: dhcp_support.c:374 Failed to get a DHCP address for the service port"

  • USB port fails

    I cannot believe this: never has a USB port failed on any technical object I have owned. 
    Now, when I place any cable into the mini USB port on the Playbook, there is no reaction.
    That is a disaster, what?
    Anyone else had this happen?
    Returning it on Tuesday, after the long weekend, to see what Telus will do, considering that they have ceased selling RIM Playbooks. 

    swipe up from bottom left corner to center to bring up keyboard
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Port Range Forwarding Problem for E3000 and Iomega HMNHD Cloud

    I'm trying to set up an Iomega Home Media Network Cloud NAS and I'm having problems with opening ports 50500-50599.  I have opened port 80 and 443 successfully and included the above port range above as well, but when I check it on www.yougetsignal.com the ports 50500-50599 are still closed.  I even tried to split the range in two parts, and still no success.  I have been in contact with my ISP and confirmed they do not block any ports in the 50500-50599 range and that the cable modem (a Motorola SBV5120) is operating in Bridge Mode.
    I am operating under an older firmware and hope that is not the cause of this problem.  Also, using Win7 and Vista (tried and failed on 2 laptops).
    Did I forget anything?  Any suggestions/solutions?  Thanks.

    You may want to check out the list of tested hard drives to work with this router first. The link is E3000 and E2100L hard disk compatibility list. Based on the list, your iomega home media is not included. On the link for the tested hard drives to work with E3000, it is indicated that if your hard drive is not on the list, it may or may not work. With your case, since it is not working it may be due to compatibility issue.

  • Voice Mail Port Problem with CUCM 8.5 and Connection 8.5

    Hi im having a very strange problem witch the voice mail ports between a CM 8.5 and a Cisco Unity connection 8.5 , i configured them and they registered and all was working fine, however when i rebooted the servers the ports stayed in status unknown i tried resetting them both sides, re adding config both sides and nothing after hours of trying and deleting and adding the same config it worked again, however we have a power outage today and the same thing happened again status unknown and still i cannot get them to register again. Any ideas or help would be appreciated.
    Thanks,

    I'm not sure but it could be a DNS issue. Is DNS configured or are you just using IP addresses?  Make sure everything is resolving correctly.

  • My classic video ipod won't switch back to regular video mode after using it on an elliptical. The port still allows me to charge and works on the elliptical and treadmill but it will no longer change modes to allow me to watch my shows on the ipod screen

    My classic video ipod won't switch back to regular video mode after using it on an elliptical. The port still allows me to charge and works on the elliptical and treadmill but it will no longer change modes to allow me to watch my shows on the ipod screen

    From the iPod's Main Menu choose Videos -> Settings and make sure TV Out is set to Off.
    Otherwise, try a hard reset as well.  To do this, press and hold both the Select (Center) and Menu buttons together long enough for the Apple logo to appear.
    B-rock

Maybe you are looking for

  • New airport extreme not recognized by airport utility

    I've got a 2011 MBP. Right now I have an older Airport extreme up & working with my Time Warner cable modem. When I tried to connect my new 802.11n airport extreme, I couldn't get it to stop blinking amber. First the airport utility told me that I di

  • How can I get my Ipod Touch 2 replaced?

    Recently, I found out that my Ipod Touch 2 has an accelerometer issue. When I put it on a flat surface, it shows up there is 20 degree incline(I use an app named iHandy Level to find that). Yes, I can calibrate it, but when I did so, and turn it 180

  • Cannot download previously purchased music

    I am trying to download previously purchased music, Darius Rucker True Believer album, to my iPhone 5. I've tried using my LTE connection and WiFi. When I click on the cloud icon, it spins for a few seconds then stops. If I try to stream the song it

  • My playbook doesn t start anymore

    I started off my tablet this morming but the red light is lighting but the tablett stay black. somebody could help me?

  • Need help disabling bios cache and shadowing

    Can ANYONE help me put get rid of bios shadowing and cache I keep getting blue screen and I'm tired of it every time I login to the Internet. Please show me where directions are for that or what I can do