Server to server FTP Problem

Dear Sir
i have one cisco 6509 with FWSM in one site, and 6509 with FWSM in onother site.
i have problem with FTP server to server application, where clients in VLAN connected to the first site must access FTP servers VLAN in the first site and transfer files to FTP servers VLAN on the other site, but file transfer dont work.
also i opened FTP between the two FTP Vlans.
Thanks

Make sure you have put both the vlans in same security level and you have configured "same-security-level" command to permit the traffic between the interfaces. Following link may help you
http://www.cisco.com/en/US/docs/security/fwsm/fwsm22/configuration/guide/filter.html

Similar Messages

  • Let's Revisit MacOS Server's Passive FTP Problem

    Mac OS X Server's built-in FTP server can't be configured to determine which ports above 1024 will be used for Passive FTP connections. More often than not, this means that clients behind NAT routers (for a variety of complicated reasons) can't discover which of the "high ports" are being used in their passive connection. Furthermore the Mac OS X administrator would have to open every port above 1024 to anticipate connections, severly weakening the security of the system.
    The effect for the user is that their FTP client can connect, but can't list the contents of a directory or upload/download anything.
    Here's a primer on the difference between Active and Passive FTP:
    http://slacksite.com/other/ftp.html
    Apple introduced a "solution" to the problem by making this addition to the Network Services manual sometime around 10.3 server:
    "See if the client is using FTP passive mode, and turn it off. Passive mode causes the FTP server to open a connection on a dynamically determined port to the client, which could conflict with port filters set up in IP filter service. "
    This was a tacit admission that MacOS's various FTP daemons over the years have unchangeable, precompiled configurations. The typical workaround was choppy, but workable: replace Apple's built-in FTP daemon with a fully configurable one like ProFTPd or PureFTPd, configure a narrow range of ports for your own security, and configure your firewall to match.
    We're on Tiger server now and that's still in the Network Services manual. Leopard or whatever is looming. Will Apple ship an FTP server that works out-of-the-box with its own firewall this time? Any new thoughts or solutions?

    I think you need to do a little more research on FTP. Most of the actual problems you describe are inherent in FTP and nothing to do with any kind of Apple-inhibited FTP server.
    For example, you say:
    > Mac OS X Server's built-in FTP server can't be configured to determine which ports above 1024 will be used for Passive FTP connections
    Not true. You can choose whatever port range you like using the portrange directive in /etc/ftpd.conf
    By default this directive isn't set so the entire port range is used. Feel free to change that.
    >The effect for the user is that their FTP client can connect, but can't list the contents of a directory or upload/download anything.
    This is an inherent flaw in FTP, suffered by every FTP server on the market. Nothing to do with Apple.
    > This was a tacit admission that MacOS's various FTP daemons over the years have unchangeable, precompiled configurations
    Again, incorrect. The suggestion was a workaround for the FTP protocol restriction, not for Apple's implementation. I've been dealing with the exact same issues for years on various Sun servers I've run.
    Most of the problems you describe regarding FTP and firewalls won't be solved at all in any future OS update - from any vendor. FTP was never designed with firewalls and security in mind. The only solution is to fix the underlying protocol, or use something different altogether.

  • SERVER.XML re-write problem when changing HTTP to HTTPS

    Hello,
    I am using SUN ONE App server and had a problem with turning SSL on in order to use HTTPS.
    What I did was that in GUI I selected a http listener under my instance and checked SSL/TLS Settings. I clicked Apply Changes button and I got a message saying that there wa a problem with XML-DOM. I checked my server.xml and found that its size was 0. It seems that it stopped re-writing it when it met the problem.
    An interesting thing is that when I created an additional http listener with SSL at a different port, there was no problem.
    It seems that the problem occurs only when I tried to change HTTP to HTTPS.
    Is there anyone who can tell me why this happens?
    I will appreciate any answers or comments.
    Thanks

    Hi,
    Is your Implementation Class is still the same (as the old one), when you changed the pre-fix.
    Just double click on the Implementation class and check whether the methods are still implemented or not.
    Thanks, Advay

  • Import Process Server has encountered a problem and needs to close

    Hello,
    Loaded an AVI-from the desktop, as that is where my project file and scratch disk go, about 7.5 GB's, and when I scroll through it or try to render, I get this little message:Import Process Server has encountered a problem and needs to close
    Windows XP Pro/ 64 Edition
    Dell Precision T7500
    Intell(R)Xeon(R) CPU
    E5520 @ 2.27 GHz
    2.26 GHz, 12.0 GB of RAM
    Thanks so much in advance,
    Tim S.

    Jim,
    Thanks for all your help.  Sure enough, an MOV file works just fine and I may have tracked down the problem: the video, I'm sure caused from the source tape, lags towards the end-it seemed like every time I scrolled towards the end of the AVI it would crash.  Still seems mighty peculiar that it would crash the system each time.
    Thanks,
    Tim S.

  • "DataSocket Server has encountered a problem and needs to close" - why?

    I am trying to use DataSocket to publish a Front Panel control. First I start the DataSocket Server and then run a corresponding VI. It goes well once or twice but in the end DataSocket Server crashes producing an error message and offering to send an error report to Microsoft:
    "National Instruments DataSocket Server has encountered a problem and needs to close. We are sorry for the inconvenience".
    I wonder if there is any remedy for this. Windows firewall does not seem to be the cause - the crash happens with the firewall disabled.
    Alternatively - is there any way other than using DataSocket to dynamically access data from a running VI?
    Regards,
    Danielis

    Hi Danielis
    This kind of errors usally occurs when there is a file corruption. In either the application of the configuration files. The Datasocket configuration is save in the 'cwdssini.dss' file. this is by default installed in 'C:\Program Files\National Instruments\DataSocket'. Yu could try and remove this and then run the Datasocket Server Manager once to recreate a file with default settings.
    We it is a problem with the Application you could try and install a fresh copy on a other machine and run the VI and server on that machine. Or just run the server on the other machine and connact you Front panel object to that server instead.
    As for other ways of doing this you could look into the Shared Variables that have been introduced in LabVIEW 8
    Hope this helps
    Karsten

  • SQL Server 2005 Update mechanism problem

    Hi Gurus,
          We're faced with one SQL Server 2005 update mechanism problem. Here is my problem:
          According to our requirement, an add_on interface program is designed to execute creation of production order by calling Bapi.
          There are 3 steps in this add_on program:
          Step 1: Create production order
          Step 2: Change the information of production.
          Step 3: Some other
          After the step 1 has finished immediately step 2 is called, Howerver the information which should have inserted into database table couldn't be found from database. (Maybe because the time between two steps is too short to finish inserting)
          In order to ensure the complete of the transaction, before the step 2 executed, the information in step 1 should have inserted into database.
           Is there any solution to solve this problem?
           I guess whether there is any parameter which control the time of writing buffer into database...
    Any advice is appreciated.
    Thanks & Best Regards,
    Derek Yang

    Hi
    I have the same problem, but that post didnt help me
    This is the error I have:
    My snapshot agent hangs.. waiting for a response from the server.. and timeouts.
    This only hapens for a publication that has a filter based on HOSTNAME()
    The other publications work fine
    Error messages:
    Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Command Text: sp_MSsetup_partition_groups
    Parameters: @publication = XXXXXXX
    Stack: at Microsoft.SqlServer.Replication.AgentCore.ReMapSqlException(SqlException e, SqlCommand command)
    at Microsoft.SqlServer.Replication.AgentCore.AgentExecuteNonQuery(SqlCommand command, Int32 queryTimeout)
    at Microsoft.SqlServer.Replication.AgentCore.ExecuteDiscardResults(CommandSetupDelegate commandSetupDelegate, Int32 queryTimeout)
    at Microsoft.SqlServer.Replication.Snapshot.MergeSnapshotProvider.SetupPartitionGroups()
    at Microsoft.SqlServer.Replication.Snapshot.MergeSnapshotProvider.DoRegularMergeSnapshotPreparations()
    at Microsoft.SqlServer.Replication.Snapshot.MergeSnapshotProvider.DoPreArticleFilesGenerationProcessing()
    at Microsoft.SqlServer.Replication.Snapshot.SqlServerSnapshotProvider.GenerateSnapshot()
    at Microsoft.SqlServer.Replication.SnapshotGenerationAgent.InternalRun()
    at Microsoft.SqlServer.Replication.AgentCore.Run() (Source: MSSQLServer, Error number: -2)
    Get help: http://help/-2
    Server XXXXXXXXX, Level 11, State 0, Procedure , Line 0
    Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. (Source: MSSQLServer, Error number: -2)
    Get help: http://help/-2

  • Error - Oracle BI Server has encountered a problem

    Dear Experts,
    Oracle BI Server has encountered a problem and needs to close. We are sorry for the inconvenience.
    Error Signature : szAppName : NQSServer.exe szAppVer : 10.1.3.4 szModName : msvcrt.dll
    szModVer : 7.0.2600.5512 offset : 00037fd4
    I am facing the above error whenever i point the RPD to Test Intance.
    Can you please help me on what can be the root cause for this issue.
    Please note I reinstalled OBIEE on the system but still the same issue.
    Appreciate your immediate response!!
    Thanks
    ~ Veena

    i need your help on this too because i also encounter this error on 10g.
    fyi, i just installed oracle 10g (10.2.0.1.0) database and 10g developer suite. i am a newbie to 10g. i used to program using 6i developer and 8i database.
    this happens on three different scenarios:
    1. when i click on the Canvasses node even it is a new form.
    2. whenever i create a new block using the wizard upto the Layout wizard.
    3. whenever i click on the Canvasses node after opening an already existing form made from 6i.
    i'll be waiting for your responses. thanks.

  • SharePoint 2010 Application server has SQL timeout problem

    Hi All,
    Our SharePoint has App & WFE servers, and the SQL server is always on. BTW, App server sometimes has timeout problem as follow, has any idea on it? This problem does not occur timing, our SP 10 is RTM version.
    Error Log:
    01/29/2015 17:25:29.96 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (Timer Job job-workflow)
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    System.Data.SqlClient.SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean
    breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)     at
    System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()     at System.Data.SqlClient.TdsParser.ConsumePreLoginHandshake(Boolean
    encrypt, Boolean trustServerCert, Boolean& marsCapable)     at System.Data.SqlCl...
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    ...ient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)     at
    System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String
    host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString
    connectionOptions, String newPassword, Bo...
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    ...olean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean
    redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection
    owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection
    owningObject)     at System.... 5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    ...Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection
    outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.SharePoint.Utilities.SqlSession.OpenConnection()
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880k High    
      at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand
    command, CommandBehavior behavior)     at Microsoft.SharePoint.Administration.SPDatabase.get_IsReadOnly()     at Microsoft.SharePoint.Administration.SPContentDatabaseLockManager.CanProcessContentDatabase(SPContentDatabase contentDatabase)
        at Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.Execute(SPJobState jobState)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService,
    Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(Time...
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880k High    
    ...rJobExecuteData& data, Int32& result)  
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880j High    
    SqlError: 'Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.'    Source: '.Net SqlClient Data Provider' Number: -2 State: 0 Class: 11 Procedure: '' LineNumber: 0 Server:
    'spsql' 5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    3355 Critical
    Cannot connect to SQL Server. spsql not found. Additional error information from SQL Server is included below.  Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    tzku High    
    ConnectionString: 'Data Source=spsql;Initial Catalog=WSS_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    85t4 High    
    An error occured while attempting to verify that the database is read only for database WSS_Content. The error contained the following message: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not
    responding. 5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:51.00 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Monitoring                    
    b4ly High    
    Leaving Monitored Scope (Timer Job job-workflow). Execution Time=21043.2150707921
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    Thnaks.
    Ben

    What is the latency (measured via ping) between the App and SQL Server? SharePoint 2010 RTM hasn't been supported for quite some time. Upgrade to SP2 and see if it resolves the issue.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Mac OS X Server and Pure-FTP: error in OS X Server Sdmin

    Hi all.
    Recently I installed an XServe to serve different needs:
    It's a File service, Web service, Windows Service, Print Service AND, I supposed, a nice FTP service.
    Simply I had to allow few people that don't belong to the company, to "ftp's" document from outside.
    The FTP module with the OSXServer core is really UGLY and absolutely not flexible so I preferred to move to an OpenSource program to substitute it.
    I choosed Pure-FTP.
    It works very fine BUT I saw something wrong in the ADMIN app of Mac OS X Server: the service FTP "looks like" running!
    Also the button at the top of the window shows the service running; if I stop it, the PURE-FTP application stops to work!
    Anyone has found this situation or anyone is using this app program on an XServe?

    If you are using PureFTP, then use it.
    Server Admin is NOT designed to work in conjunction with non-Apple, 3rd-party products, or non-Apple configs of 3rd-party items such as Postfix or Amavisd, and certainly not for non-Apple-provided ftp services. Ignore Server Admin completely for FTP if you are using PureFTP.
    End of story

  • Windows Small Business Server 2011 Essentials Dashboard Problems

    I'm having a problem on a Windows Small Business Server 2011 Essentials Server. The Dashboard has stopped working correctly. The Dashboard loads fine but once it loads there is not data visible. Under the different tabs there are no User accounts listed,
    Server Folders, Hard Drives, etc. When trying to add a new user we get the following error message:
    "There was a problem adding the user account
    Cannot create the user account. Please restart the Add a User Account Wizard, and then try again."
    The next message is:
    "There was a problem adding the user account.
    The Add a User Account Wizard cannot communicate with the server storage system. If you continue to experience this problem, it may help to restart the server. If the problem persists, contact a computer support profssional, or visit the Microsoft Web site
    at http://go.microsoft.com/fwlink/?LinkId=154454 and search for related information."
    Any possible ideas or suggestions would be appreciated. Thanks.
    Tech Services Group, LLC

    Can you check which certificates you have under the local computer>personal store
    in the MMC > Certificates > Local Computer
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • DMZ - DNS Server, Mail Server, Web Server, FTP Server

    Hi,
    I am looking at a router to support around 20-30 people. I have a DNS Server, Mail Server, Web Server, FTP Server (all on one box (PC). I was wondering how everyones experiences with DMZ and port forwarding have been with these protocols with Airport and supporting a group of this size? Do you forsee issues? Will the new Airport handle these requirements better?
    Thanks

    A record for mail.mydomain.com going for ip 199.99.99.999
    MX record for mail.mydomain.com with destionation as mail.mydomain.com
    That doesn't quite make sense. There must be an A record for "server.mydomain.com" or you wouldn't be able to reach it at all. You want the MX record to point to that.

  • My Dictionary Wikipedia doesn't work: The Wikipedia server has a temporary problem.

    My Dictionary Wikipedia doesn't work: It only says this, 'The Wikipedia server has a temporary problem.'

    What kind of information do you need?
    Apart from what I have told you, the only thing I can think of is about four weeks ago, an Apple Support guy was trying to help solve another issue with the Help Menus not working properly.
    He got me to change the DNS address in my network settings, and after trying something, I returned it to the original address.
    This didn't solve that problem, but I noticed the junk mail that I've been getting every day for a long time ceased, and also I think this might have had something to do with the Wikipedia stopping working, as I noticed it not long after.
    Steve

  • FTP Server with WEB FTP function

    Hi,
    which is the best solution for a FTP Server with WEB FTP Service?
    kind regards
    Piero

    No, I am not running this solution at a corporate level; I'm just using this one for home use by maybe a dozen people. At any rate, I looked around for several and this one seemed to work best for me. Here's some others I checked into. I did use PFPFileNavigator before I found AjaXplorer. I went with AjaXplorer because I liked the interface better and it has LDAP support.
    PHPfileNavigator
    http://pfn.sourceforge.net/
    Relay
    http://ecosmear.com/relay/
    Mollify --- Probably the most "Mac looking" one
    http://www.mollify.org/
    QuiXplorer
    http://quixplorer.sourceforge.net/
    eXtplorer
    http://extplorer.sourceforge.net/
    Rumpus
    http://www.maxum.com/Rumpus/HomePage.html
    BarracudaDrive Web Server
    http://barracudaserver.com/products/BarracudaDrive/
    I hope this gives you some ideas. I spent about a week Googling, installing, and testing before settling on AjaXplorer. I tried PHPFileNavigator (but didn't have LDAP support, other than that I liked it), Rumpus (didn't like this as it is commercial, and, uses it's own built-in web server), Relay (not enough features), and Mollify (again, no LDAP support).
    Best regards,

  • EA6500 - unable to setup Folder Access / FTP Server / Media Server functions

    I purchased the EA6500 a few days ago, and when I'm connected to Cisco Connect Cloud I am unable to select Folder Access / FTP Server / Media Server.  I click them and nothing happens.
    Also, the Cisco light on the router keeps blinking.  I'm googling to find out how to troubleshoot these situations but I'm having no luck.
    I appreciate any help with these situations.

    DoublePromo wrote:
    I contacted customer service, and they helped me troubleshoot.  The description of the router and it's capabilites appears misleading to me - "Folder Access" - I thought it gave one the capability to file share between different computers that are on the same network.  It's only for files that are on a USB stick that's connected to the router.  Oh well.  Good thing I still have Network Magic Pro.
    In addition to this, storage functionality on the router doesn't need any software for it to work. The router should be able to detect the external drive when connected and get it configured on the router's interface unlike network magic which you've mentioned where the program must be installed to all computers in the network for it to be able to see all devices present in the network and share files and folders through it.

  • Sun Directory Server 5.2 installation problem on AIX 5.2

    Hi,
    Am newbie to sun ds5.2 and I got stuck during installation for last 2 days. Could you pls guide to resolve this issue. Please error msg below
    Checking disk space...
    The following items for the product Directory Server will be installed:
    Product: Directory Server
    Location: /Sun/mps
    Space Required: 141.70 MB
    Sun ONE Directory Suite
    Sun ONE Directory Server
    Sun ONE Directory Console Support
    Sun ONE Administration Services
    Sun ONE Administration Server
    Sun ONE Administration Console
    Sun ONE Server Console
    Sun ONE Server Console Core
    Java Runtime Environment
    Sun ONE Server Basic Libraries
    Ready to Install
    1. Install Now
    2. Start Over
    3. Exit Installation
    What would you like to do [1] {"<" goes back, "!" exits}? 1
    Installing Directory Server
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    [slapd-bmpdev4]: starting up server ...
    error:server:The server could not be started due to invalid command syntax or
    operating system resource limits.
    system_errno:2
    Configuration of the Directory Server failed.
    Warning creating dbswitch.conf
    Warning creating ssusers.conf
    Error Directory Server configuration failure
    Checking connection to the Configuration Directory Server... failed.
    The Admininistration Server cannot be configured.
    Error Administration Server configuration failure
    Error Configuration of the server(s) failed.
    Installation Details:
    Product Result More Information
    1. Directory Server Partially Installed. Refer to "Details..." for more
    information. Available
    2. Done
    Enter the number corresponding to the desired selection for more
    information, or enter 2 to continue [2] {"!" exits}: 2
    thanks
    Bala

    You are correct. Dir 5.2 is not certified for AIX 5.2. It does install though. Like a previous reponse stated. Check the permissions for the user you are installing with and the file system you are installing to. Make certain you have enough disk space. My install took 150 MB of disk space. Finally, Dir 5.2 creates the file "/var/adm/sw/productregistry" during install. If you do not have permissions to /var/adm/sw, you may have troubles.
    Tim
    Computer Systems Engineer
    Komatsu Canada Limited

Maybe you are looking for

  • Why is the loading icon staying on?

    I have just got the ipad air 2. Its all been backed up from my old ipad 2. Whenever I go back on the homepage, the loading icon in the top left hand corner is continually on. Can anyone advise please?

  • Quality of printout is really bad

    Hi Experts, I use the system command "print screen", to print my visual composer cockpit (only tables and forms, no charts). Unfortunately, the quality of some printout is really really bad. It seems that VC does some scaling, in order to fit the for

  • Work item 000000400082: Object FLOWITEM method EXECUTE cannot be executed?

    Hello, I am getting the above mentioned error during the start of the custom built workflow. The process to re-produce the error is as follows; 1. The employee raises a travel request which goes to his reporting officer for the approval process. 2. T

  • Monitoring Xi - SXMB_MONI

    Is there a way I can monitor errors reported in SXMB_MONI through RZ20?

  • Weblogic.rjvm.PeerGoneException

    this package is not in the API doc on the web for WL5.1... but i still get an error: <I> <RJVM> Signaling peer -2000438937484024190S110.20.116.265:[7031,7031,7032,7032,7031,-1] gone: weblogic.rjvm.PeerGoneException: - with nested exception: [java.io.