Moving trustees with rsync -AXp locked up server

Hello
I have OES2SP3 x64 (with the latest patches January 2013 Scheduled Maintenance for OES2SP3 (8404))
I enabled /ListXattrNWmetadata in nsscon and tried to move millions of files and dirs from volume1 to volume2 with this command rsync -aruAXp --stats --progess /media/nss/VOLUME1 /media/nss/VOLUME2
after several ours I noticed:
Max Thread Size : 50
Thread Peak Size : 50
Number of Queued Requests : 450
Queued Requests Peak Size : 450
So I increased max thread issuing this command ncpcon set CONCURRENT_ASYNC_REQUESTS=100
after several minutes values became
Max Thread Size : 100
Thread Peak Size : 98
Number of Queued Requests : 950
Queued Requests Peak Size : 950
then I did ncpcon set CONCURRENT_ASYNC_REQUESTS=200
and got
Max Thread Size : 200
Thread Peak Size : 198
Number of Queued Requests : 1000
Queued Requests Peak Size : 1000
after that sever didn't respond to rcndsd and ncpcon volumes and users were unable to map disks and login to that server

alexhawk,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://www.novell.com/support and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Forums Team
http://forums.novell.com

Similar Messages

  • How do I stop the ruler from moving along with my guide line as I move it?

    Hello everyone,
    I am new to muse and may well be missing the obvious here, but I have a little problem, which until it is solved is a big road block to me.
    I am trying to move a guide lower on the page and can not do that because the left ruler is moving along with the guide!
    How do I lock the ruler itself, so the guide can be moved to a different position on the ruler?
    Totally weird. I have tried searching "locking rulers" both in this site and in google, but got no results at all.  I don't think the rulers are supposed to move in the first place, so am worried that nobody out there may have an answer to this.
    So I am stuck for now & I can't finish my project unless this is solved.
    Thanks for reading,
    Pat

    I would need more details for this, as you have mentioned rulers move ? Are you referring to rulers on page in design ?
    You can move a guide lower down the page , ruler marks will be displayed on ruler but that will not stop you moving the guides.
    What happens if you uncheck rulers from top view options ?
    Thanks,
    Sanjit

  • Have you moved from Unix/Oracle to Windows/SQL Server

    I am looking for people that have moved from Unix/Oracle to Windows/SQL Server...
    Would you do it again ?
    Did you save money ?
    Were you using Zones to virutalize on Unix ?
    Did you gain or loose overall Performance ?
    Have you had to perform a recovery on SQL Server ? 
    Have you done a recovery in Oracle ?
    Were you using Rman ?
    Which worked better ?
    We are going through an analysis of does it really make sense, save money and effect performance to move from a strong unix/oracle environment to a MS/SQL environment.
    THanks Rob
    [email protected]

    Hi,
    All our R/3 legacy systems are Windows/Oracle.
    All the new systems (BW, SRM, CRM, XI) are Windows/MSSQL.
    It was an order from the management to make the switch because of the high prices of Oracle licences.
    The official motto is now Oracle on Unix only and SQL server on Windows only.
    We get the same level of performance as with Oracle, but we, old SAP Oracle grumpy admins, are much more comfortable with Oracle admin than SQL server admin.
    imho, SQL server may seem simplier but it is much easier to look under the hood whith Oracle.
    We have to reinvent the wheel and it's kind of frustrating but we will cope with it...
    I would say that SQL server is not a good choice for BW usage because there is a lot more litterature on BW database optimisation for Oracle than MSSQL.
    The official SAP class does not speak at all about SQL server but has several chapters on Oracle...
    Regards,
    Olivier

  • Simple question about moving files with applescript : Not finisched

    I use this script now but the dubble files stays in folder A. I would like to delete the dubble files so the folder is empty after moving. With this script the dubble files keep is folder A.
    tell application "Finder"
    activate
    set this_folder to ("MAC2:A")
    set these_files to every file of folder this_folder
    move these_files to ("MAC2:B") with replacing
    end tell

    Your script works fine on the same volume. If you are going to another volume (disk or server) a move become a duplicate by nature. You would have to delete the files after duplicate is complete.
    After everthing is moved
    tell application "Finder"
    activate
    set this_folder to ("PowerMac:Temp:")
    set these_files to every file of folder this_folder
    move these_files to ("Server:Backup:") with replacing
    delete these_files
    end tell
    Delete each file as you go
    tell application "Finder"
    activate
    set this_folder to ("PowerMac:Temp:")
    set these_files to every file of folder this_folder
    repeat with these_file in these_files
    move these_file to ("Server:Backup:") with replacing
    delete these_file
    end repeat
    end tell

  • Moving roles with user assignment

    Hi There,
    Need your help...
    We have roles and users created in QA for training, now we want to move roles from QA to Production with user assignment.
    Users that are created in QA for training have also been created in Production, is it possible to move the roles from QA to Production with the user assignment.
    Thanks and Regards,
    Azher.

    Table PRGN_CUST does'nt contain any entries, its an empy table in QA.
    USER_REL_TRANSPORT entry with value NO locks system from TR imports with User assignment. So you have to ensure your target system-Production does not has that entry in PRGN_CUST.
    TR is geting created in Local change request which cannot be moved to Production.
    This TR request are created in Local Change request only when you do not specify a target system/group . All you need to do is specify the "Target" while creating the TR in PFCG (subsequent screen after you hit Create request) and release your TR via SE10. Once released, the TR would be added to the import queue of Production. You/your Basis team can import it manually via STMS_IMPORT (Extras>Other requests>Add TR and CTRL+F11 to import). If there are any errors please have Basis team to review the transport logs.
    P.S:  You can only transport direct user assignments of roles via PFCG transport option described in my post. In case of indirect user assignments that were created using Organizational Management (HR-Org), you will have to use transport functionality in Organizational management.
    Thanks
    Sandipan

  • Moving Custom Database to Native Sharepoint Database Server

    Hi,
    What are Microsoft recommendations on moving custom database from one SQL node to native node containing sharepoint content database.
    Are there any limitations or disadvantages of moving the custom database to content database server.
    Regards, Ketan Gandhi

    The general advice is not to. SharePoint doesn't play nicely with other applications (at least at the SQL level) and you're complicating the performance analysis aspects a lot.
    It also often involves harming the SharePoint security model by granting other service accounts and support staff permissions on the SharePoint databases. You've then got potential performance problems when either of the two applications is heavily loaded.
    Your SharePoint SQL instance may be using a custom Collation, which probably won't hurt anything but you can get odd behaviour if you end up with multiple DBs from different collations.
    You must keep the Max Degree of Parallelism at 1 for SharePoint, even if this hurts your custom App.

  • Can I create a 2012 home license with a 2013 volume license server?

    I am having trouble getting a new installation of LV2012 SP1 to see the home license. I have to change computers at home so I am trying to move my install from one computer to the other. While I have given my IT person the new computer name and ID and they have generated the necessary file, Labview does not see the LV2012 SP1 installation I have. It is still in "evaluation mode". While my IT has upgraded the volume license server to 2013, all of my teams have not yet moved to 2013. So can I (or my IT) create a 2012 SP1 home license with a 2013 volume license server? Or is the problem with my new computer?

    The license should be good for any version older than the current SSP is under.  So somebody with a license for LabVIEW 2013 can activate LabVIEW 2012 as well.  It is sounding like something is wrong with your new setup.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Cannot use iphone because it is on factory setting with the message that activation server is temporarily unavailable

    cannot use iphone because it is on factory setting with the message that activation server is temporarily unavailable, please help

    That message usually indicates that your phone was hacked to unlock it from the original phone carrier and when you updated or restore your phone it locked back to that carrier.

  • Moving abroad with iPhone?

    Hi, I'm trying to find some user's experience on moving abroad with a simlocked iPhone (most likely US people using the iPhone legally).
    For example, you buy the iPhone in the US, thus you have a contract of 2 years with AT&T. What happens when you move abroad (fe. Spain), and have to use a native operator (fe. a pre-paid with Vodafone)? Does this have consequences?
    Next to this: what if the 2-year contract with the operator is over, and you want to switch to another operator? Will Apple unlock the phone and leting you use it legally with any other operator? Or would it force customers to take hold of an unlocked version?
    It seems to me simlocking would limit the use of the iPhone in several countries, which is why it would be great to hear from people who had to deal with these situations already.
    Personally, I currently live in Belgium, yet moving to Spain in some weeks time. I am therefor choosing between waiting for the unlocked Belgian version, or getting one in Spain and being bound to an operator...
    Hope to get some answers. Thanks.
    Tim

    The US iPhone is carrier locked to ATT. Using it in Spain would entail signing up for one of ATT's international plans and paying for international roaming.
    At this time, no one knows whether ATT or Apple will provide an unlock code when the 2 years are up since no phone has hit the 2 year mark yet. Come back July 1, 2009 for that question.

  • Hello, i tried to update my iPhone 3GS and it work and my phone switched back on but it says insert a valid SIM with no PIN lock, what do i do?

    hello, i tried to update my iPhone 3GS and it work and my phone switched back on but it says insert a valid SIM with no PIN lock, what do i do?

    http://support.apple.com/kb/ts3694#error29
    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, 40
    These errors typically occur when security software interferes with the restore and update process. Use the steps to troubleshoot security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See the steps under the heading "Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store." If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.

  • Prepare sharepoint 2010 with sp2 environment on windows server 2012 R2

    HOw  prepare sharepoint 2010 with sp2 environment how i  install sharepoint 2010 with sp2 in a windows server 2012 
    i mean
    from scratch  i just prepared a windows server 2012 R2 vm
    and i set all required  roels (Appserver,webserver etc) according to this link
    http://social.technet.microsoft.com/wiki/contents/articles/12502.how-to-install-and-configure-windows-server-2012-for-sharepoint-2010.aspx
    and i have sharepoint 2010 set up, and i downloaded sharepoint 2010 sp2
    from this link
    http://www.microsoft.com/en-us/download/details.aspx?id=39672
    now should i install sp2 and install sharepoint 2010 binaries?
    adil

    SharePoint 2010 has no supportability statement for Server 2012 R2.  I would not use it until Microsoft releases a supportability statement.
    Even it  has no supportability for server 2012, but sharepoint 2010 running fine in my server 2012 test environment
    adil
    You indicated you were using 2012 R2.  SharePoint 2010 supports Server 2012 (non-R2) with SP2 media, but has no supportability statement for Server 2012 R2.
    Trevor Seward, MCC
    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.

  • Problem with shares on Windows 2003R2 server from a Windows 8.1 PC

    I'm having problem with shares on Windows 2003R2 server from a Windows 8.1 PC.  It times out when I try to copy a file from my PC to the server and I get an error message saying "There is a problem accessing network drive W:\. Make sure you are
    connected to the network and try again."
    I have no problem copying files from the server to the PC.
    Any ideas?

    Hi,
    How about your problem now? Have you test other machine also installed Windows 8.1? Did they have this problem?
    To diagnose this problem, firstly, please check Windows 2003R2 firewall settings, also can disable firewall temporarilly for test.
    Secondly, try to use Network Monitor to capture network communication package for test.
    Network Monitor:
    http://www.microsoft.com/en-us/download/details.aspx?id=4865
    Roger Lu
    TechNet Community Support

  • How to export data with column headers in sql server 2008 with bcp command?

    Hi all,
    I want know "how to export data with column headers in sql server 2008 with bcp command", I know how to import data with import and export wizard. when i
    am trying to import data with bcp command data has been copied but column names are not came.
    I am using the below query:-
    EXEC master..xp_cmdshell
    'BCP "SELECT  * FROM   [tempdb].[dbo].[VBAS_ErrorLog] " QUERYOUT "D:\Temp\SQLServer.log" -c -t , -T -S SERVER-A'
    Thanks,
    SAAD.

    Hi All,
    I have done as per your suggestion but here i have face the below problem, in print statment it give correct query, in EXEC ( EXEC master..xp_cmdshell @BCPCMD) it was displayed error message like below
    DECLARE @BCPCMD
    nvarchar(4000)
    DECLARE @BCPCMD1
    nvarchar(4000)
    DECLARE @BCPCMD2
    nvarchar(4000)
    DECLARE @SQLEXPRESS
    varchar(50)
    DECLARE @filepath
    nvarchar(150),@SQLServer
    varchar(50)
    SET @filepath
    = N'"D:\Temp\LDH_SQLErrorlog_'+CAST(YEAR(GETDATE())
    as varchar(4))
    +RIGHT('00'+CAST(MONTH(GETDATE())
    as varchar(2)),2)
    +RIGHT('00'+CAST(DAY(GETDATE())
    as varchar(2)),2)+'.log" '
    Set @SQLServer
    =(SELECT
    @@SERVERNAME)
    SELECT @BCPCMD1
    = '''BCP "SELECT 
    * FROM   [tempdb].[dbo].[wErrorLog] " QUERYOUT '
    SELECT @BCPCMD2
    = '-c -t , -T -S '
    + @SQLServer + 
    SET @BCPCMD
    = @BCPCMD1+ @filepath 
    + @BCPCMD2
    Print @BCPCMD
    -- Print out below
    'BCP "SELECT 
    * FROM   [tempdb].[dbo].[wErrorLog] " QUERYOUT "D:\Temp\LDH_SQLErrorlog_20130313.log" -c -t , -T -S servername'
    EXEC
    master..xp_cmdshell
    @BCPCMD
      ''BCP' is not recognized as an internal or external command,
    operable program or batch file.
    NULL
    if i copy the print ourt put like below and excecute the CMD it was working fine, could you please suggest me what is the problem in above query.
    EXEC
    master..xp_cmdshell
    'BCP "SELECT  * FROM  
    [tempdb].[dbo].[wErrorLog] " QUERYOUT "D:\Temp\LDH_SQLErrorlog_20130313.log" -c -t , -T -S servername '
    Thanks, SAAD.

  • Unable to run ADF Project Using with Jdev 10 and Weblogic server 9.2

    Dear All,
    I am unable to run ADF Project on Weblogic Server 9.2. I am created Sample Project with ADF Control. This was when we create jsp at that time i am selected libraries ADF. After created war file. This war i am deploying into Server. At that time i am getting error java.lang.noclassfound error.
    so please tell me how we can run these application.
    Regards,
    Suresh.V

    Hard to help you here. JDev 10 used to work with OAS 10g as application server. This does not mean that you can't use Weblogic9.2, but because it is not the default configuration you may have some problems doing this.
    One problem is that you need to install the ADF runtime libraries in the WLS 9.2 server, but there is no installer I know of. You can try to deploy the needed libraries together with your app, but you have to figure out which libraries you need.
    Next thing is that you should deploy an EAR instead of a WAR.
    Timo

  • Is it possible to share an aperture library with different users using osx server.

    is it possible to share an aperture library with different users using osx server.

    Not really.  You should not be sharing an Aperture library over a network.  It's not designed for that and you'll likely corrupt your library at some point.

Maybe you are looking for