- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- listener hung
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 08:35 PM
12-17-2003 08:35 PM
Re: listener hung
LISTENER =
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL=IPC)
(KEY= db01)
)
(ADDRESS =
(PROTOCOL = TCP)
(HOST = db01)
(PORT = 1526)
)
)
LOG_DIRECTORY_LISTENER = /apps/oracle/product/7.3.2.2/network/log
LOG_FILE_LISTENER = sqlnetv2
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = dw01)
(ORACLE_HOME=/apps/oracle/product/7.3.2.2)
)
)
TRACE_LEVEL_LISTENER = ADMIN
$more tnsnames.ora
live =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(HOST = db01)
(PORT = 1526)
)
)
(CONNECT_DATA =
(SID = dw01)
)
)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 08:36 PM
12-17-2003 08:36 PM
Re: listener hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 08:42 PM
12-17-2003 08:42 PM
Re: listener hung
please check that.
Can you do a
#nslookup db01
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 08:49 PM
12-17-2003 08:49 PM
Re: listener hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 09:17 PM
12-17-2003 09:17 PM
Re: listener hung
What is the output of ..
#nslookup db01
#nslookup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 09:19 PM
12-17-2003 09:19 PM
Re: listener hung
At what point?
When you run it up or when you connect internal?
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 10:31 PM
12-17-2003 10:31 PM
Re: listener hung
did you try to restart the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 10:35 PM
12-17-2003 10:35 PM
Re: listener hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 10:37 PM
12-17-2003 10:37 PM
Re: listener hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 10:51 PM
12-17-2003 10:51 PM
Re: listener hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 10:51 PM
12-17-2003 10:51 PM
Re: listener hung
Something completely different.
It happened to us a few weeks ago. One of the internal drive was dying. I mean it was not dead. (nor alive !).
For whatever reason, it did affect our listener, as we were not able to shut it down.
The problem was fixed when internal disk replaced.
Regards,
Jean-Luc
PS : our internal disks are mirrored. But because the disk was not "dead" this created more pb.
Check you syslog.log for any messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 11:20 PM
12-17-2003 11:20 PM
Re: listener hung
What about tusc'ing your listener just to get the step where it stops ?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 12:19 AM
12-18-2003 12:19 AM
Re: listener hung
tusc -f -o /tmp/tusc.log "lsnrctl status"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 12:26 AM
12-18-2003 12:26 AM
Re: listener hung
Your arp table cleared? Maybe your arp is still regestering your old mac/ip addresses?
I'm also running out of ideas.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 12:33 AM
12-18-2003 12:33 AM
Re: listener hung
This might sound simple, but just to step back for a minute. Can you ping the new ip address from the box itself? If so, can you ping the boxes hostname from the box?
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 01:35 AM
12-18-2003 01:35 AM
Re: listener hung
I've logged a TAR n waiting for a feedback.
Many thanx,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 02:01 AM
12-18-2003 02:01 AM
Re: listener hung
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 02:14 AM
12-18-2003 02:14 AM
Re: listener hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:54 PM
12-18-2003 08:54 PM
Re: listener hung
my perception is that:
Check whether any software or application hit against the port 1521 of listener and if so then change the listener port or application port.
mixing 32 and 64 bit databases and listeners is also one of the cause
check for listener.log file size it should not be more than 2 Gb and trim the log file to as small as possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 12:54 AM
12-19-2003 12:54 AM
Re: listener hung
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.69/
Dave
- « Previous
-
- 1
- 2
- Next »