Telnet server can't be disabled

SENSOR-01# conf t
SENSOR-01(config)# service host
SENSOR-01(config-hos)# net
SENSOR-01(config-hos-net)# show settings
network-settings
host-name: SENSOR-01 default: sensor
telnet-option: disabled default: disabled
access-list (min: 0, max: 512, current: 8)
netstat -an | grep LISTEN | grep 23:
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
-bash-2.05b$ telnet localhost 23
Entering character mode
Escape character is '^]'.
login:
Is this a bug?
(I'm running Cisco Intrusion Prevention System, Version 5.1(1)S205.0)

Were you able to telnet into the sensor from an external host?

Similar Messages

  • Can some one translate these instructions D-Link DI-524: installation as wireless HUB/Bridge   General  ON ALL TYPES OF ROUTERS DHCP SERVER HAS TO BE DISABLED ON ALL TYPES OF ROUTERS UPnP ALSO HAS TO BE DISABLED OTHERWISE YOU CAN SEVERELY HINDER OTHER USE

    D-Link DI-524: installation as wireless HUB/Bridge
    General
    ON ALL TYPES OF ROUTERS DHCP SERVER HAS TO BE DISABLED
    ON ALL TYPES OF ROUTERS UPnP ALSO HAS TO BE DISABLED
    OTHERWISE YOU CAN SEVERELY HINDER OTHER USERS IN YOUR NEIGHBOURHOOD!
    Practical example: D-Link DI-524
    The DI-524 is a wireless router.Although the manufacturer doesn't mention this, you can also install this device as a wireless hub.Of course this is not supported by the manufacturer. Therefor you have nowhere to go in case of any problems Plug in the power cord of the DI-524. Do not yet connect the network cable!Search for existing wireless networks with your computer. Connect with the router.This can for example be done like this:
    Click the start-button (at the bottom in the left corner of your screen).
    Go to control panel
    Go to internet connections (you may have to choose classic representation first)
    You can now see your wireless network card, among other things. Right-click and 'View available Wireless networks'.
    Connect to the router. In most cases the router will be called 'default'.Check your IP-address: you get an IP address from the DI-524
    Go to the start-button
    Go to 'Run'
    Type 'cmd' and press enter
    type 'ipconfig' and press enter
    your IP address starts with 192.
    Surf to your router with your regular browser. For this you need the address and a password, which you can find in the documentation.
    In this case the address is 192.168.0.1
    Now you must secure the router. For this it is best to use WPA-PSK
    Your key is a randomly chosen sentence. Don't make this sentence too short.
    Warning: Case sensitive!
    You cannot reach the router anymore now.
    Go back to your network card via "make connection". Search for your wireless network again and make a new connection
    You are asked for a key. Supply this key the way you configured it in your router.
    Surf back to the router.
    Disable the DHCP server.
    !! YOU HAVE TO DISABLE UPnP ON ALL TYPES OF ROUTERS
    OTHERWISE YOU CAN SEVERELY HINDER OTHER USERS IN YOUR NEIGHBOURHOOD!
    for this, go to Tools, Misc and switch off UPnP
    Save these settings.
    If you do not have a D-link router, look up in the manual or somewhere else where you can disable UPnP
    Now you cannot reach the router anymore again.
    It is only from this moment that you can connect the router to the modem.
    Important: Use one of the 4 LAN ports. Never use the WAN port!
    Go to your network card via the control panel. Right-click and "Repair"
    Now you should get an IP-address in the range of 10.nnn.nnn.nnn
    If you still don't have 192... you've made an error. The DI-524 still functions as a router and this is not allowed!

    There are no Mac based instructions. The router is accessed and adjusted the same way whether you are using a Mac OS X, Windows or Linux. As noted in the other post it is done through your web browser which works the same from any computer. Even a Chrome Book.
    akertrav wrote:
    Thank you for that what I have been trying to do is extend the range of my wifi witha second dilink router. I was hoping for some mac based directions to achive this rather than the PC based as presented. Thank you for your ireply Paul

  • I can't to disable a responder on Exchange Server 2013

    Hello; i have a problema with continuos restart of a Exchange Server 2013.
    Analizing the dumb the bugcheck was: 0x000000ef (0xffffe001c4228080, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000).
    Investigating in this fórums and internet; i found that reboot cause from
    ActiveDirectoryConnectivityServerReboot responder. Whit this query:
    (Get-WinEvent -LogName Microsoft-Exchange-ManagedAvailability/* | % {[XML]$_.toXml()}).event.userData.eventXml| ?{$_.ActionID -like "*ForceReboot*"} | ft RequesterName
    ActiveDirectoryConnectivityServerReboot
    This Exchange 2013 server is in CU7
    Name      AdminDisplayVersion
    EXC01   Version 15.0 (Build 1044.25) 
    And then i tried to add a global monitoring override to disable the ActiveDirectoryConnectivityServerReboot responder
    Add-GlobalMonitoringOverride -Identity Exchange\ActiveDirectoryConnectivityServerReboot -ItemType Responder -PropertyName Enabled -PropertyValue 0 -ApplyVersion “15.0.1044.25”
    The before command end without errors
    But when a try to query the status of the responder propertie; show enable.
    (Get-WinEvent -LogName Microsoft-Exchange-ActiveMonitoring/responderdefinition | % {[XML]$_.toXml()}).event.userData.eventXml | ?{$_.Name -like “ActiveDirectoryConnectivityServerReboot"} | ft name,enabled
    Name                                                                       Enabled
    ActiveDirectoryConnectivityServerReboot                        1
    Why i can't to disable that responder? what i am doing wrong?
    please help me. Thank you very much.
    Best regards, Javier Uribe

    Hello Ramon; thank you for your help.
    I found the mistake. The "Microsoft Exchange Health Manager" was disable. I enabed and started the service. and then the responder now show disable status (Enabled = 0).
    Best regards, Javier Uribe

  • How do I connect multiple telnet clients to a telnet server in LabVIEW?

    Good afternoon,
    I'm writing a telnet server in LabView 6.1 that needs to handle multiple clients. To do this, I modified the "viserver\runvi.llb" example to use the telnet VI's from the Internet Toolkit instead of the TCP VI's. Then I changed the Open VI Reference to point to my telnet handler. Right now my handler just echoes the characters received from the client.
    My software works ok for the first connection. After the server accepts two or more connections, characters typed in one client get echoed to all clients. In addition, only one client will accept characters at a time. The client accepting input changes randomly every few seconds as characters are entered.
    Has anyon
    e gotten the telnet VI's to run in parallel? Not sure if they are thread-safe or not. If you have some experience with this, I have attached my llb if you think you can help.
    Thanks!
    Chris Norris
    Carrier Access Corp.
    [email protected]
    (303) 218-5826
    Attachments:
    CAC_Telnet_Server.llb ‏92 KB

    I don't think there's a problem with the TCP/connection portion of things. My feeling is that the problem is lurking somewhere in the timing of the application, or in the way LabVIEW task scheduling/multitasking is working compared to the way you expect it to work.
    For instance, I'm wondering why you stuck with 25 seconds (25000 ms) as the timeout value for the Telnet Read in Telnet Handler.vi. I assume you're expecting LabVIEW to quickly "sleep" that while loop and move on to check on the while loops of any other Telnet Handler.vi instances that might have been spawned as a result of connection requests from other remote clients.
    Instead, it seems to me (on my system, anyway, with three simultaneous connections active) that LabVIEW is not cyc
    ling through the other Telnet Handler.vi instances as you expect, but is only getting to them to read a byte at a time each time the main loop iterates in response to a byte appearing from the first of the three remote clients.
    If you change the Telnet Read timeout to 50 ms instead, the behavior is closer to what you might expect, but still not perfect.
    Because timing/threading/scheduling is a complicated subject in LabVIEW, I'm going to give LabVIEW the benefit of the doubt and assume it's operating as designed. Maybe someone else can provide more insight into what's happening in this particular case, and whether reentrancy or something else is affecting things.
    One option I would consider if I were in your shoes: program a simpler version of things that mimics Date Server.vi and cycles through a queue of connections to service them without relying on spawning new reentrant instances of a handler VI.
    I realize that your version of things (along with the reentrancy example
    that ships with LabVIEW) is expressly intended to handle this daemon-style situation, but simpler may be better for the purposes of debugging and development ease.
    My two cents,
    John Lum
    National Instruments

  • How can I Hide/ Disable the Question mark and Exit button in the Top right corner of Link Bar of Excel Documents in SharePoint 2013?

    Hi,
    How can we  Hide / Disable the Help(?) and Close(x) buttons which are located in the right corner of the Top Link Bar in the Sharepoint Document Library pages as well as Excel Web Access?
    Our requirement is : When we try to view the Excel Services Report from another web site, Help(?) and Close(x) icons are also appearing in the Excel Web Access Web Part, but we don't want to display them in our site.
    Please let us know the solution for this case.
    Thanks in advance.
    Regards,
    Sanjana

    Hi,
    In the xlviewer.aspx, we can find the two buttons like this:
    To hide them, you need to add the CSS into the xlviewer.aspx which stays in:
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • The problem is occurred with J2ee server node which is disabled it from MMC

    Dear SAP Consultants,
    The problem is occurred with J2ee server node which is disabled J2ee server node from MMS Console and the abap work process is working fine but the dispatcher is yellow status and I can login to the abap system but Iu2019m not able to start the j2ee from Tcode u201CSmicmu201D as well
    The system parameters are:
    BI 7.0 System as ABAP & JAVA add on, windows 2003 on Oracle database, 24 GB Ram
    Paging files: Driveu201D Os system: minimum: 1525, maximum: 3048
    Driveu201DEu201D application: minimum: 70855, maximum: 70855
    I can see the log files as follow:
    From dev_disp:
    Sun Jun 21 13:10:28 2009
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 2892
      argv[0] = E:\usr\sap\BWD\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = E:\usr\sap\BWD\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=E:\usr\sap\BWD\SYS\profile\BWD_DVEBMGS00_cai-bwdev
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64990
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=BWD
      argv[7] = -DSAPMYNAME=cai-bwdev_BWD_00
      argv[8] = -DSAPPROFILE=E:\usr\sap\BWD\SYS\profile\BWD_DVEBMGS00_cai-bwdev
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Sun Jun 21 13:10:29 2009
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1032
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1362) [nixxi.cpp    4424]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=2892)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Sun Jun 21 13:10:48 2009
    DpEnvCheckJ2ee: switch off j2ee start flag
    From dev_jcontrol :
    [Thr 2124] Sun Jun 21 13:10:29 2009
    [Thr 2124] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx.c   1642]
    [Thr 2124] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)
    [Thr 2124] JControlCloseProgram: started (exitcode = 66)
    [Thr 2124] JControlCloseProgram: good bye... (exitcode = 66)
    From dev_bootstrap :
    JHVM_BuildArgumentList: main method arguments of node [bootstrap]
    -> arg[  0]: com.sap.engine.bootstrap.Bootstrap
    -> arg[  1]: ./bootstrap
    -> arg[  2]: ID0072573
    -> arg[  3]: -XX:NewSize=57M
    -> arg[  4]: -XX:MaxNewSize=57M
    -> arg[  5]: -Xms256M
    -> arg[  6]: -Xmx256M
    -> arg[  7]: -XX:+DisableExplicitGC
    -> arg[  8]: -verbose:gc
    -> arg[  9]: -Djava.security.policy=.java.policy
    -> arg[ 10]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 11]: -Djco.jarm=1
    [Thr 5216] JLaunchIExitJava: exit hook is called (rc = 66)
    [Thr 5216] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 5216] JLaunchCloseProgram: good bye (exitcode = 66)
    From server.0.log :
    #1.5 #001E4F208703008A0001C7470000092000046A4414D60A1F#1242740546634#/System/Server##com.sap.caf.eu.gp.schedule.impl.ScheduleWorker#J2EE_GUEST#0##n/a##27772ea0447811deb9bf001e4f208703#SAPEngine_Application_Thread[impl:3]_25##0#0#Error#1#com.sap.caf.eu.gp.schedule.impl.ScheduleWorker#Plain###ERROR_ACQUIRE_CONNECTION
    com.sap.caf.eu.gp.base.exception.EngineException: ERROR_ACQUIRE_CONNECTION
         at com.sap.caf.eu.gp.base.db.ConnectionPoolJ2EE.getConnection(ConnectionPoolJ2EE.java:92)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleDbImpl.getScheduleToProcess(ScheduleDbImpl.java:1936)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleService.getScheduleToProcess(ScheduleService.java:432)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.work(ScheduleWorker.java:77)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.run(ScheduleWorker.java:63)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "
    cai-bwdev
    sapmnt
    BWD
    SYS
    global
    security
    data
    SecStore.properties" does not exist although it should..
         at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:59)
         at com.sap.caf.eu.gp.base.db.ConnectionPoolJ2EE.getConnection(ConnectionPoolJ2EE.java:89)
         ... 8 more
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "
    cai-bwdev
    sapmnt
    BWD
    SYS
    global
    security
    data
    SecStore.properties" does not exist although it should..
         at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:193)
         at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:338)
         at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:267)
         at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51)
         ... 9 more
    Caused by: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "
    cai-bwdev
    sapmnt
    BWD
    SYS
    global
    security
    data
    SecStore.properties" does not exist although it should..
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
         at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:117)
         ... 12 more
    Caused by: com.sap.security.core.server.secstorefs.FileMissingException: File "
    cai-bwdev
    sapmnt
    BWD
    SYS
    global
    security
    data
    SecStore.properties" does not exist although it should.
         at com.sap.security.core.server.secstorefs.StorageHandler.openExistingStore(StorageHandler.java:372)
         at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1946)
         at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
         at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
         ... 14 more
    Please advice with the right solution,
    Regards,
    Ahmed

    thanks

  • When I try to sign on I get the message: Server can't be found. I have cleared cache and recent history -no luck. what do I do now?

    I am on a Macbook (laptop) operating with Mac OSX 10.6.8. I am using WIFI to sign on and have no trouble opening Safari yet every time I try to open firefox I get hit with the 'server can't be found error message. Oddly, all the bookmarks still work and open fine.

    This is what I did to resolve this problem. First, I uninstalled Firefox 4 & removed the Firefox folder left behind. I made sure to NOT select the option to delete personal information. Next, I backed up all of the important files on my computer. Next, I upgraded my Windows 7 to Service Pack 1, which was pending in my updates folder. Then, I went to Mozilla's website & downloaded Firefox 4 again, making sure to select only the Firefox browser and not Thunderbird too. http://www.mozilla.org/ When prompted to close any open programs, I closed Internet Explorer (which I had used to get to the Mozilla website) and I disabled my Norton anti-virus. I then completed the installation & it works just fine now. It loaded all of my personal data, such as bookmarks, it remembered my password, etc. It's fine for my needs, as I'm not a heavy user of special add-ons & plug-ins. Some of those may not work yet with the new version.

  • SQL Server Agent(Agent XPs disabled)

    I've an issue with SQL Server Agent which is disabled and I'm trying to enable but it won't work.
    I've used following steps. Can someone guide me? Thank you reading and helping me.
    STEP.1 EXEC SP_CONFIGURE 'Agent XPs'
    STEP.2 EXEC SP_CONFIGURE 'show advanced options',1
    GO RECONFIGURE GO EXEC SP_CONFIGURE 'show advanced options' STEP.3 EXEC SP_CONFIGURE 'Agent XPs',1 GO RECONFIGURE

    Hello Neha,
    I tried all steps as you mentioned but still not help.. 
    Here is following details for SqlAgent log,...
    2014-01-09 10:06:38 - ? [100] Microsoft SQLServerAgent version 9.00.5000.00 ((Unknown) unicode retail build) : Process ID 304
    2014-01-09 10:06:38 - ? [101] SQL Server Web version 9.00.5057 (0 connection limit)
    2014-01-09 10:06:38 - ? [102] SQL Server ODBC driver version 9.00.5000
    2014-01-09 10:06:38 - ? [103] NetLib being used by driver is DBNETLIB.DLL; Local host server is 
    2014-01-09 10:06:38 - ? [310] 8 processor(s) and 24575 MB RAM detected
    2014-01-09 10:06:38 - ? [339] Local computer is HRWEB01 running Windows NT 5.2 (3790) Service Pack 2
    2014-01-09 10:06:38 - ? [432] There are 11 subsystems in the subsystems cache
    2014-01-09 10:06:38 - ! [364] The Messenger service has not been started - NetSend notifications will not be sent
    2014-01-09 10:06:38 - ? [129] SQLSERVERAGENT starting under Windows NT service control
    2014-01-09 10:06:38 - ! [298] SQLServer Error: 22022, Usage:  EXECUTE xp_sqlagent_notify <operation type>, <job id>, <schedule id>, <alert id>, <action type> [, <login name>] [, <error flag>] [SQLSTATE 42000] 
    2014-01-09 10:06:38 - ! [442] ConnConnectAndSetCryptoForXpstar failed (0).
    2014-01-09 10:06:39 - ? [098] SQLServerAgent terminated (normally)

  • Fax server can't SMTP to GroupWise Server

    I recently set up a new Fax server. Incoming faxes are supposed to be converted to a PDF file and emailed to a particular recipient based on the telephone number that they're faxed to.
    My problem is, I can't seem to connect to SMTP on my Groupwise server from my fax server. They're both on the same subnet. The Fax server can ping the Groupwise server, but if i try the following:
    "C:\telnet groupwisesreverip 25"
    from the fax server I get:
    "Could not open connection to the host, on port 25: Connect failed"
    This worked fine on the old fax server.
    I've added the IP of the new fax server as a host that the Groupwise server will accept SMTP relay connections from. I don't know what else to check.
    Does anyone have any suggestions?

    Originally Posted by liebl_j
    I recently set up a new Fax server. Incoming faxes are supposed to be converted to a PDF file and emailed to a particular recipient based on the telephone number that they're faxed to.
    My problem is, I can't seem to connect to SMTP on my Groupwise server from my fax server. They're both on the same subnet. The Fax server can ping the Groupwise server, but if i try the following:
    "C:\telnet groupwisesreverip 25"
    from the fax server I get:
    "Could not open connection to the host, on port 25: Connect failed"
    This worked fine on the old fax server.
    I've added the IP of the new fax server as a host that the Groupwise server will accept SMTP relay connections from. I don't know what else to check.
    Does anyone have any suggestions?
    What server OS version is you fax server running on? Could it be something with an outgoing firewall rule on the fax server?
    I'm assuming port 25 on the Groupwise server can be telnet'ed from another system without issue?
    Cheers,
    Willem

  • Telnet Client fails to detect Telnet Server reboot

    Hello All,
    I have written a telnet client that establishes a telnet session with the help of org.apache.commons.net.telnet.TelnetClient to the server and it monitors a particular file. It reads the latest contents written to that file using the tail -F command . The problem I am facing is that the blocking call inputStream.read(int) does not throw an exception even when the telnet server machine reboots, but When network cable is unplugged we are getting an IOException. Due to this behavior my program fails to receive the updates from the file after a machine reboot. Even the telnetClientObject.isConnected() returns true while the machine is rebooting.
    Can you please suggest ways to rectify this issue?
    Thanks,
    Naveen

    Set a socket read timeout.

  • Main Server cannot ping the 2nd server in another location but the 2nd server can ping the main server

       
    I have 3  servers :  Main server, and 2 file servers in another country.
    My main server can only ping the 2nd file server.
    But both of  our 2 file servers from another country can ping the main server.
    In short, I cannot remote to the first file server.
    The settings on both file servers are the same. And I don't have issues in accessing the 2nd file server using the Main server.
    Can somebody have the patience to help me figure out the issue?

    Being able to ping the server does not mean that you remotely access it.
    If you are trying to RDP a server then you need to check that RDP is enabled on the server and that traffic to port 3389 is not blocked or filtered. You can use PortQryUI for checking.
    For testing, you can temporary disable security software running on the servers and try again. Also, check the filtering done on network equipment in between your servers.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Telnet Server in java

    Hello!
    I am a student and I'm writting my graduate work on the implementation of Telnet protocol in java.
    Can anyone please tell me where can I find open source implementation of Telnet server in java, it was easy to find Telnet client but I have trouble finding the server.
    Thank you!

    Maybe worth checking out (I do not know whether the server side is supported):
    http://commons.apache.org/net/
    * Jakarta Commons Net* implements the client side of many basic Internet protocols. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. Our philosophy is to make the global functionality of a protocol accessible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that the programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed).
    Features
    Supported protocols are:
    FTP/FTPS
    NNTP
    SMTP
    POP3
    * Telnet *
    TFTP
    Finger
    Whois
    rexec/rcmd/rlogin
    Time (rdate) and Daytime
    Echo
    Discard
    NTP/SNTP

  • Oracle Apps Server can NOT restart.

    Hi OTN Experts,
    I encountered a trouble, after I backuped my instance,then apps server can not be restarted. I have read several similar threads,but still didn't find my solution. Could you please give me some suggestions.
    *<<<<<<<<Symptom>>>>>>>>>>>>*
    My Steps: start DB listener > start DB > Try to Start Apps.
    I didn't encounter error while start DB listener and DB server,but while using adstrtal.sh to start apps server,encounter error.
    +[oracle@bej301441 scripts]$ adstrtal.sh user/password+
    You are running adstrtal.sh version 120.15.12010000.3
    adstrtal.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE:  adstrtal.sh <appsusername/appspassword>
    adstrtal.sh <applications_username/applications_password> -secureapps
    adstrtal.sh -nodbchk
    adstrtal.sh: exiting with status 1
    *<<<<<<What I have investigated>>>>>>*
    1.Then I guess there is something wrong with DB/DB listener.You know if DB doesn't work,then Apps server will not work. I tried to use sqlplus to connect instance.
    +[oracle@bej301441 InstanceSID_bej301441]$ sqlplus user/password@InstanceSID+
    SQL*Plus: Release 10.1.0.5.0 - Production on Sat Jun 30 03:18:39 2012
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    ERROR:
    ORA-12537: TNS:connection closed
    Enter user-name:
    so It means there is something wrong with DB server.
    2.Then I check DB listener situation. use "lsnrctl status InstanceSID"command.
    +[oracle@bej301441 InstanceSID_bej301441]$ lsnrctl status InstanceSID+
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 30-JUN-2012 03:50:09
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=bej301441)(PORT=1522))(CONNECT_DATA=(SID=InstanceSID)))
    STATUS of the LISTENER
    Alias                     InstanceSID
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0 - Production
    Start Date                30-JUN-2012 03:09:47
    Uptime                    0 days 0 hr. 40 min. 21 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/oracle/InstanceSID/db/tech_st/11.1.0/network/admin/InstanceSID_bej301441/listener.ora
    Listener Log File         /u01/oracle/InstanceSID/db/tech_st/11.1.0/log/diag/tnslsnr/bej301441/InstanceSID/alert/log.xml
    Listening Endpoints Summary...
    +(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=my server ip address)(PORT=1522)))+
    Services Summary...
    Service "InstanceSID" has 1 instance(s).
    Instance "InstanceSID", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    it appears DB listener works fine,is it right?
    3.Use addbctl.sh to start DB server.It tell me server is running...
    [oracle@bej301441 InstanceSID_bej301441]$ addbctl.sh start immediate
    You are running addbctl.sh version 120.1
    Starting the database InstanceSID ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Sat Jun 30 07:33:53 2012
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    ORA-01081: cannot start already-running ORACLE - shut it down first
    Disconnected
    addbctl.sh: exiting with status 9
    [oracle@bej301441 InstanceSID_bej301441]$
    4.Execute "ps -ef|grep tns", I can see related processes..
    +[oracle@bej301441 InstanceSID_bej301441]$ ps -ef|grep tns+
    +root        13     2  0 May24 ?        00:00:00 [netns]+
    oracle   13616     1  0 May27 ?        00:00:32 /u01/oracle/InstanceSID/apps/tech_st/10.1.2/bin/tnslsnr LISTENER -inherit
    oracle   22183     1  0 02:55 ?        00:00:00 /u01/oracle/InstanceSID/apps/tech_st/10.1.2/bin/tnslsnr APPS_InstanceSID -inherit
    oracle   22486     1  0 03:09 ?        00:00:00 /u01/oracle/InstanceSID/db/tech_st/11.1.0/bin/tnslsnr InstanceSID -inherit
    oracle   28638 20816  0 03:51 pts/8    00:00:00 grep tns
    +[oracle@bej301441 InstanceSID_bej301441]$+
    5.tnsping the instance,appears works
    C:\Documents and Settings\ptian>tnsping InstanceSID
    TNS Ping Utility for 32-bit Windows: Version 10.1.0.2.0 - Production on 30-6月 -2012 18:14:29
    Copyright (c) 1997, 2003, Oracle.  All rights reserved.
    Used parameter files:
    D:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = my server ip address)(PORT = 1522)) (CONNECT_DATA = (SID = InstanceSID)))
    OK (770 msec)
    C:\Documents and Settings\ptian>
    *<<<<<<Some Config Files>>>>>>*
    1./etc/hosts
    [oracle@bej301441 InstanceSID_bej301441]$ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    10.182.74.33 my server ip address bej301441
    10.182.74.181 bej301589.cn.home.com
    138.1.191.58 rinoid06.us.home.com
    138.1.191.59 rinoid07.us.home.com
    2.$TNS_ADMIN/listener.ora
    [oracle@bej301441 InstanceSID_bej301441]$ cd $TNS_ADMIN
    [oracle@bej301441 admin]$ cat listener.ora
    # $Header: admk80ln_ux.sql 120.9 2007/03/09 04:31:05 sbandla ship $
    # LISTENER.ORA For Oracle Applications
    # This file is automatically generated
    APPS_InstanceSID =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= TCP)(Host= bej301441)(Port= 1627))
    SID_LIST_APPS_InstanceSID =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDSM )
    ( ORACLE_HOME = /u01/oracle/InstanceSID/apps/tech_st/10.1.2 )
    ( PROGRAM = /u01/oracle/InstanceSID/user/password_st/appl/fnd/12.0.0/bin/FNDSM )
    ( envs='MYAPPSORA=/u01/oracle/InstanceSID/user/password_st/appl/APPSInstanceSID_bej301441.env,PATH=/usr/bin:/usr/ccs/bin:/bin,FNDSM_SCRIPT=/u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/admin/scripts/gsmstart.sh' )
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = /u01/oracle/InstanceSID/apps/tech_st/10.1.2 )
    ( PROGRAM = /u01/oracle/InstanceSID/user/password_st/appl/fnd/12.0.0/bin/FNDFS )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=American_America.AL32UTF8,LD_LIBRARY_PATH=/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib32:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/InstanceSID/user/password_st/appl/sht/12.0.0/lib,SHLIB_PATH=/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib32:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/InstanceSID/user/password_st/appl/sht/12.0.0/lib,LIBPATH=/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib32:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/InstanceSID/user/password_st/appl/sht/12.0.0/lib,APPLFSTT=InstanceSID_BALANCE;InstanceSID_FO;InstanceSID,APPLFSWD=/u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/appl/admin;/u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/appltmp;/u01/oracle/InstanceSID/user/password_st/comn/webapps/oacore/html/oam/nonUix/launchMode/restricted' )
    STARTUP_WAIT_TIME_APPS_InstanceSID = 0
    CONNECT_TIMEOUT_APPS_InstanceSID = 10
    TRACE_LEVEL_APPS_InstanceSID = OFF
    LOG_DIRECTORY_APPS_InstanceSID = /u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/logs/ora/10.1.2/network
    LOG_FILE_APPS_InstanceSID = APPS_InstanceSID
    TRACE_DIRECTORY_APPS_InstanceSID = /u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/logs/ora/10.1.2/network
    TRACE_FILE_APPS_InstanceSID = APPS_InstanceSID
    ADMIN_RESTRICTIONS_APPS_InstanceSID = ON
    IFILE = /u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/ora/10.1.2/network/admin/InstanceSID_bej301441_listener_ifile.ora
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_APPS_InstanceSID = OFF
    [oracle@bej301441 admin]$
    3.farewell is disabled as well
    [oracle@bej301441 InstanceSID_bej301441]$ vi /etc/selinux/config
    SELINUX=disabled
    ==================================
    Could you please give me some suggestions, I am not clear what I need to check next...I have read many related topic, but still not find my solution.
    Thanks for your time
    Pan

    Thanks for your answer,
    1. In site:http://becomeappsdba.blogspot.jp/2006/08/startup-shutdown-apps-services.html
    It said,"+Order of StartUp of Services Should be First DB Listener, Database & then Application Tier Services+"
    I just follow that..so what should be first, DB Server or DB listener? a little confused.
    2. remotely,used SQLTools to connect instance,it told me:"*ORA-12537: TNS:connection closed*"
    Could you please suggest next action plan.
    Thanks
    Pan

  • Help: why i cannot telnet server

    Hi all,
    I find i cannot telnet server from workstation. At the same time,i cannot open "Sun Tools-->Terminal" in background pop-up menu.while in "Console" some messges show " unable to get pty".Also there are some error messages in file /var/adm/messages (list as following) .anybody can help me?
    Thank you in advance!
    (BTW: this problem can be solved by rebooting the server.but it will occur again later)
    # more /var/adm/messages
    Jun 16 04:00:16 gmsuzmas1o unix: /sbus@3,0/QLGC,isp@2,10000/st@0,0 (st0):
    Jun 16 04:00:16 gmsuzmas1o      <Quantum DLT7000>
    Jun 16 04:00:16 gmsuzmas1o unix: st0 at isp0:
    Jun 16 04:00:16 gmsuzmas1o unix: target 0 lun 0
    Jun 16 04:00:16 gmsuzmas1o unix: st0 is /sbus@3,0/QLGC,isp@2,10000/st@0,0
    Jun 16 04:00:24 gmsuzmas1o unix: /sbus@3,0/SUNW,fas@3,8800000/st@5,0 (st47):
    Jun 16 04:00:24 gmsuzmas1o      <Exabyte EXB-8500 8mm Helical Scan>
    Jun 16 04:00:24 gmsuzmas1o unix: st47 at fas0:
    Jun 16 04:00:24 gmsuzmas1o unix: target 5 lun 0
    Jun 16 04:00:24 gmsuzmas1o unix: st47 is /sbus@3,0/SUNW,fas@3,8800000/st@5,0
    Jun 16 17:34:00 gmsuzmas1o /usr/dt/bin/ttsession[14978]: child (15422) exited due to signal 1
    Jun 16 17:34:50 gmsuzmas1o automountd[504]: Mount of /export/home/.DtDirDataType on /home/.DtDirDataType: No such file or directory
    Jun 16 17:35:02 gmsuzmas1o last message repeated 5 times
    Jun 16 17:35:02 gmsuzmas1o automountd[504]: Mount of /export/home/.!dtz82 on /home/.!dtz82: No such file or directory
    Jun 17 07:00:00 gmsuzmas1o ypserv[443]: do_accept : can't open connection
    Jun 17 07:00:00 gmsuzmas1o su[28291]: yp_all - RPC clnt_call (transport level) failure: RPC: Unable to receive; Routine will place interface out of state
    Jun 17 08:33:24 gmsuzmas1o automountd[504]: Mount of /export/home/.DtDirDataType on /home/.DtDirDataType: No such file or directory
    Jun 17 08:33:24 gmsuzmas1o last message repeated 1 time
    Jun 17 08:47:42 gmsuzmas1o automountd[504]: Mount of /export/home/.DtDirDataType on /home/.DtDirDataType: No such file or directory
    Jun 17 08:50:13 gmsuzmas1o last message repeated 2 times
    Jun 17 12:02:05 gmsuzmas1o automountd[504]: Mount of /export/home/.DtDirDataType on /home/.DtDirDataType: No such file or directory
    Jun 17 12:03:54 gmsuzmas1o last message repeated 2 times
    Jun 17 13:37:26 gmsuzmas1o unix: pseudo-device: winlock0
    Jun 17 13:37:26 gmsuzmas1o unix: winlock0 is /pseudo/winlock@0
    Jun 17 13:40:41 gmsuzmas1o inetd[476]: config: rstatd/rpc/udp still active and was not reconfigured.
    Jun 17 13:40:41 gmsuzmas1o inetd[476]: config: 100083/rpc/tcp still active and was not reconfigured.
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: ftp/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: telnet/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: shell/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: login/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: exec/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: uucp/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: finger/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: time/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: echo/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: discard/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: daytime/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: chargen/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: fs/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: printer/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: dtspc/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: IMH_com_rec/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20001/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20002/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20003/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20004/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20005/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20006/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20007/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20008/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20009/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20010/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20011/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20012/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20013/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20014/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20015/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20016/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20017/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20018/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts44444/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20019/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20020/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20021/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20022/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20023/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20024/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20025/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20026/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20027/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20030/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20031/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20032/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20033/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20034/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20035/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20036/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20037/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20074/tcp: bind: Address already in use
    Jun 17 13:58:44 gmsuzmas1o inetd[6290]: tgwts20075/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: ftp/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: telnet/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: shell/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: login/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: exec/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: uucp/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: finger/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: time/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: echo/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: discard/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: daytime/tcp: bind: Address already in use
    Jun 17 14:00:33 gmsuzmas1o inetd[7030]: chargen/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: fs/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: printer/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: dtspc/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: IMH_com_rec/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20001/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20002/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20003/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20004/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20005/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20006/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20007/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20008/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20009/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20010/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20011/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20012/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20013/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20014/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20015/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20016/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20017/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20018/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts44444/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20019/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20020/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20021/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20022/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20023/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20024/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20025/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20026/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20027/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20030/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20031/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20032/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20033/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20034/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20035/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20036/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20037/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20074/tcp: bind: Address already in use
    Jun 17 14:00:34 gmsuzmas1o inetd[7030]: tgwts20075/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20075/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20074/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20037/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20036/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20035/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20034/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20033/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20032/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20031/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20030/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20027/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20026/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20025/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20024/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20023/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20022/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20021/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20020/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20019/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts44444/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20018/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20017/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20016/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20015/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20014/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20013/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20012/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20011/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20010/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20009/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20008/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20007/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20006/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20005/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20004/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20003/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20002/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: tgwts20001/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: IMH_com_rec/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: dtspc/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: printer/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: fs/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: chargen/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: daytime/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: discard/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: echo/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: time/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: finger/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: uucp/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: exec/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: login/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: shell/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: telnet/tcp: bind: Address already in use
    Jun 17 14:08:44 gmsuzmas1o inetd[6290]: ftp/tcp: bind: Address already in use
    Jun 17 14:09:23 gmsuzmas1o automountd[504]: Mount of /export/home/.DtDirDataType on /home/.DtDirDataType: No such file or directory
    Jun 17 14:09:23 gmsuzmas1o last message repeated 1 time
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20075/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20074/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20037/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20036/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20035/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20034/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20033/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20032/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20031/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20030/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20027/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20026/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20025/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20024/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20023/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20022/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20021/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20020/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20019/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts44444/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20018/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20017/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20016/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20015/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20014/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20013/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20012/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20011/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20010/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20009/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20008/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20007/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20006/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20005/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20004/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20003/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20002/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: tgwts20001/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: IMH_com_rec/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: dtspc/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: printer/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: fs/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: chargen/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: daytime/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: discard/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: echo/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: time/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: finger/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: uucp/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: exec/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: login/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: shell/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: telnet/tcp: bind: Address already in use
    Jun 17 14:10:33 gmsuzmas1o inetd[7030]: ftp/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20075/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20074/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20037/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20036/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20035/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20034/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20033/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20032/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20031/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20030/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20027/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20026/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20025/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20024/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20023/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20022/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20021/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20020/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20019/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts44444/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20018/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20017/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20016/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20015/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20014/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20013/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20012/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20011/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20010/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20009/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20008/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20007/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20006/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20005/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20004/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20003/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20002/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: tgwts20001/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: IMH_com_rec/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: dtspc/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: printer/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: fs/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: chargen/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: daytime/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: discard/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: echo/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: time/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: finger/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: uucp/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: exec/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: login/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: shell/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: telnet/tcp: bind: Address already in use
    Jun 17 14:18:44 gmsuzmas1o inetd[6290]: ftp/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20075/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20074/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20037/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20036/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20035/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20034/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20033/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20032/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20031/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20030/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20027/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20026/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20025/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20024/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20023/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20022/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20021/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20020/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20019/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts44444/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20018/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20017/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20016/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20015/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20014/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20013/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20012/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20011/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20010/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20009/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20008/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20007/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20006/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20005/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20004/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20003/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20002/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: tgwts20001/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: IMH_com_rec/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: dtspc/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: printer/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: fs/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: chargen/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: daytime/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: discard/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: echo/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: time/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: finger/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: uucp/tcp: bind: Address already in use
    Jun 17 14:20:33 gmsuzmas1o inetd[7030]: exec/tcp: bind: Address already in use
    Jun 17 14:2

    Hi,
    What Solaris version you are using? Check whether you have not reached upper limit of pt_tty limit.
    Solaris 8 sets this limit dynamically depending on available free memory but not in older versions. If there are too many telnet sessions are opened, please try to logout some users & check new telnet sessions can be started.
    Thanks,
    Santosh

  • Telnet server for SAPConsole

    Hi,
    We are implementing SAPConsole and we are evaluating some telnet server software.
    I would like to know the advantages or disadvantages of using Georgiasoftware or seattle labs telnet software .
    Has there anyone who can share their experience regarding these two telnet servers
    Thanks for your help.
    Raju

    we also are using georgia softworks.
    support was great setting it up. Plus, they have a replacement for the terminal engine that is FANTASTIC!
    the terminal engine (additional $) allows you to set up auto-tab and auto enter, and do other things. We have been extremely happy with it, and as the other person said, it is one thing we never worry about. it just runs.
    I have not had any experience with SL.

Maybe you are looking for