Raw device not seen  after reboot the server

hi,
I hv upgrade kernal in linux 7.2 but when reboot system no raw device found
how can find out raw device

From http://www.fors.com/orasupp/unix/37914_1.HTM
Raw Devices and Oracle - 20 Common Questions and Answers
2. How can a raw device be recognised?
In the /dev directory, there are essentially two type of files: block
special and character special. Block special files are used when data is
transferred to or from a device in fixed size amounts (blocks), whereas
character special files are used when data is transferred in varying
size amounts. Raw devices use character special files; a long listing
of the /dev directory shows them with a 'c' at the leftmost position of
the permissions field, e.g.
crw-rw-rw- 1 root system 15, 0 Mar 12 09:45 rfd0
In addition, character special files usually have names beginning with
an 'r', as shown in the above example. Some devices, principally disks,
have both a block special device and a character special device
associated with them; for the floppy diskette shown above, there is also
a device
brw-rw-rw- 1 root system 15, 0 Apr 16 15:42 /dev/fd0
So the presence of a 'c' in a device does NOT necessarily mean this is a
raw device suitable for use by Oracle (or another application).
Generally, a raw device needs to be created and set aside for Oracle (or
whatever application is going to use it) when the UNIX system is set
up - therefore, this needs to be done with close co-operation between
the DBA and UNIX system administrator.
Once a raw device is in use by Oracle, it must be owned by the oracle
account, and may be identified in this way.

Similar Messages

  • Raw device owners change after reboot the server

    The raw device owner change after reboot the server. i have to adjust it manually like
    chown oracle:oinstall /dev/raw/raw*
    any idea to make it permanent after bouncing the Server?
    MY OS is RHEL4 & Rdbms 10.2.0.1

    I got my answer .
    New to Linex. Need suggestions...
    How i can create new file ? like i want to create file oracle.permission
    should i use this command
    touch <filename> or any other command?
    second i want to put these entries raw device 3, 6,7,10,11 etc
    shoud it work ? like in the oracle.permission directory?
    # ASM
    raw/raw[3671011]:oracle:dba:0660

  • Disk " disk " does not exist or is not instantiated after reboot the server

    Hi,
    I have one issue with 11gR2 cluster. I have 2 node cluster on CentOS 5.5. I am using HP MSA 1000 storage LUNs and create disk group and volume for RAC setup in openfiler.
    The whole setup was running fine but before few days some one has recreate the database [clusterDB] using control file. I can see this from alter.log file of "oracle" user. And somehow one node is not able to up and running.
    I have no idea what is going on so just restart both the nodes and storage one by one.
    After restarting I can not view my ASM disk from /usr/sbin/oracleasm listdisks.
    EvenI can not see the ASMdisk from /dev/oracleasm/disks... also I try to querydisk it showing that "Disk "<diskname>" does not exist or is not instantiated"
    From the master node I can see the cluster registry configuration through "ocrcheck -config"
    *./ocrcheck -config*
    Oracle Cluster Registry configuration is :
    Device/File Name : +ACFSDG
    from the slave when I run the ocrcheck ...it gives error
    PROT-602: Failed to retrieve data from the cluster registry
    PROC-26: Error while accessing the physical storage ASM error [SLOS: cat=8, opn=kgfolclcpi1, dep=210, loc=kgfokge
    AMDU-00210: No disks found in diskgroup ACFSDG
    AMDU-00210: No disks found in diskgroup ACFSDG
    ] [8]
    Any idea what is the cause behind this? There are many errors in $GRID_HOME/log/<hostname>.log file and other referring file. I might be sure that until I enable the ASMDISK/detect the ASMDISK I can not start crs...
    Shall I try with restore operation of OCR or replace option in ./ocrcheck...will it usefull?
    Let me know if you have already face this issue.
    Thanks...
    Edited by: user12039625 on Nov 12, 2010 5:30 AM
    Edited by: user12039625 on Nov 12, 2010 5:36 AM

    Hi,
    Thanks for your reply.
    I have "/dev/sd*" in my both the RAC nodes and on storage machine it was showing as "/dev/dm-*" whenever I run " fdisk -l " command... and I did this through iscsi initiatior and target and also create "Create Persistent Local SCSI Device Names ".
    I also create one script "iscsidev.sh" in /etc/udev and it was perfectly working. Before this issue I was restarted the server and confirm it.
    script is below
    ==============
    # FILE: /etc/udev/scripts/iscsidev.sh
    BUS=${1}
    HOST=${BUS%%:*}
    [ -e /sys/class/iscsi_host ] || exit 1
    file="/sys/class/iscsi_host/host${HOST}/device/session*/iscsi_session*/targetname"
    target_name=$(cat ${file})
    # This is not an open-scsi drive
    if [ -z "${target_name}" ]; then
    exit 1
    fi
    # Check if QNAP drive
    check_qnap_target_name=${target_name%%:*}
    if [ $check_qnap_target_name = "iqn.2004-04.com.qnap" ]; then
    target_name=`echo "${target_name%.*}"`
    fi
    echo "${target_name##*.}"
    ==============
    Thanks...
    Edited by: user12039625 on Nov 12, 2010 6:04 AM

  • SCVMM Service (2012) does not start after reboot VMM-Server

    VMM-Server: WIN 2008 R2 Standard x64
    SQL-Server: 2008 R2 x64
    Hi,
    after reboot VMM-Server we get the following error messages from the EventViewer when starting the VMM-service:
    Event ID: 19999
    Virtual Machine Manager (vmmservice:130936) has encountered an error and needed to exit the process. Windows generated an error report with the following parameters: 
    Event:VMM20
    P1(appName):vmmservice
    P2(appVersion):3.0.6005.0
    P3(assemblyName):Remoting
    P4(assemblyVer):3.0.6019.0
    P5(methodName):M.V.R.IndigoSerializableObject.BuildKnownAssemblyTypes
    P6(exceptionType):S.Reflection.ReflectionTypeLoadException
    P7(callstackHash):17ca
    and
    Event ID: 1
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
       at System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark)
       at System.Reflection.Assembly.GetTypes()
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.BuildKnownAssemblyTypes(Assembly assembly)
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.InitializeKnownTypesCache(List`1 assembliesToExamine)
       at Microsoft.VirtualManager.Engine.Remoting.IndigoServiceHost.InitializeKnownTypesCache()
       at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStart(String[] args)-2146232830
    Thanks in advance!

    You would have to post the same in the XI forums for more relevant answers.
    Please close this thread and open a new on in the XI forums or send a mail to
    [email protected]
    tp have it moved.

  • HT2292 Phone indicates connection to itunes on screen, will not function, after rebooting the itunes connection screen is still there.

    While downloading update, itune connection screen will not go away, phone will not work even after rebooting with itunes connection screen reappearing

    Your iPhone is in recoverty mode at the moment so to possibly get it back up and running you would need to do a restore as you have been trying. Follow the steps in the article below for the specific error messages you have been receiving. If after following all steps the issue remains book an appointment at a local Apple Retail Store to have the iPhone evaluated.
    Resolve specific iTunes update and restore errors

  • Problems to open a application after reboot the server

    Hhi there
    after some problems and rebooring the server, i cant open the appliaction anymore. i got the message "unable to connect to server"
    I restarted the services allready and tried to figure out where is the problem in the log files etc. but without success.
    the DB is working without problems. is it possible that the problem is in the firewall or ports? but then I'm wondering why it worked a few minutes before!
    thanks for help!

    I don't recommend increasing this setting unless you know for sure that you are experiencing performance or significant latency issues between the HFM application server and the database server. This setting simply allows for a 2 minute timeout rather than a 60 second timeout when HFM is reading or writing to the database. You would be better off correcting the underlying database or connectivty issue. If this were your issue, you would see some messages in the HsvEventLog.log file regarding HFM's repeated but failed attempts to connect to the database server during a SQL statement.
    Also, this setting can be controlled through the EPM Configurator or Web and Server Cofiguration utility as well as altered directly in the registry as you've shown.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • USB device not recognized after connecting the iphone to PC

    Hi all,i have an iphone 3Gs 16 GB.I have some problems with it.Yesterday when I decidet to plug my iphone to PC and update the iOS,windows gives a message:USB device not recognized. ***?! I tried to change the USB cable and no fix,i tried reinstalling iTunes-same thing,I tried on another computer-the same.So in my country there's no apple store just Orange store what sels this mobiles and i took it there, so i'm waiting for the response.What could be with it?! There was no water or physical damage. ?! Thanks a lot

    someone? please

  • After rebooting the server, SpamAssassin's recognition rate went worse

    Always when I'm in need to restart the server, the spam recognition rate of SpamAssassin wents worse and many UCE mails are going through.
    Does somebody has an idea why this happens and what can be done to solve this issue ? I investigated in many directions by myself, but haven't found a solution yet.

    Hi Pavan,
    When you uncheck the .NET Framework 4.5 checkbox in the Remove Roles/Features Wizard of Server Manager, Windows will check all roles/features that may also be installed as it would need to be removed as well.
    In this case, please follow these steps:
    1.  Run the below commands in the Server Core’s command prompt window to help you recover:
    DISM.exe /online /enable-feature /all /featurename:NetFx4
    DISM.exe /online /enable-feature /all /featurename:MicrosoftWindowsPowerShell
    2.  The above commands will re-install .Net 4.0 and PowerShell on the server. Once PowerShell is installed, you can add the Graphical Shell (Windows Explorer) using the following command:
    Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
    3.  Once the GUI Shell is installed, you will need to restart the server with the following command:
    Restart-Computer
    Refer to:
    Removing .NET Framework 4.5/4.5.1 removes Windows 2012/2012R2 UI and other features
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • DAQmx devices not recognized after reboot

    I have a PXI-1042 box communicating with a desktop computer over a MXI-3 bridge.  This system has been up and running for several years through four or five revs of code. I am currently running MAX 4.6.0f1, DAQmx 8.9.5, LV 2009 and TS 4.2.
    Lately when an engineer logs on, although all six  cards are recognized in the NI-DAQmx Devices configuration section, only three are listed as installed. All six cards are listed in the Chassis section. See attached screen shot. If the engineer logs out and reboots enough times, eventually all six cards are available. Any ideas on what may be corrupting  the configuration?
    The PC is a Dell Precision WorkStation 380 (Pentium 4) running XP SP3 with 4 GB of memory. The installed PXI cards are:
    Slot        Card
    1            8330 MXI-3
    2            2567 Relay Control
    3            6551 DIO
    4            6551 DIO
    5            2503 Mux
    6            6220 M series DAQ
    7            2591 Coax Mux
    Thanks, Bob
    Attachments:
    MAX NI-DAQmx issue.JPG ‏83 KB

    John,
    Here are answers to most of your questions:
    Can you verify that the missing switch modules are always only the switch modules, or are other modules sometimes missing, too? 
               >> It is always the switch modules that are missing.
    Is the MXI Bridge always connected to the host controller?
    Is the chassis always powered up before the host? 
               >> Yes and yes.
    When the engineer repeatedly logs out and in, do the cards appear only one at a time, or do multiple formerly missing cards appear at once?
               >> They always come and go together.
    Once all cards appear in MAX, do they remain until the machine reboots (even if you log out or in)?
               >> Not positive on this one. I'm 90% sure they come and go, even with just logging in and out.
    When cards are missing, does the device manager list the cards under the NI Devices section, or are there any bangs?
               >> Not sure what you are asking here. Is this the "NI-DAQmx Devices" section that is highlighted in the screen shot? The center panel is what is listed when this section header is selected (as shown). What are "bangs"?
    Thanks for your help
    Bob

  • Help, OracleDBConsoleasdb could not start after rebooting of server.

    We have Oracle AS 10g R2 with infrastructure and portal. What can I do?
    Mbw
    Elena

    Which of them?
    F.exp. Oracleim1ASControlsrvc.log contain:
    01/14/08 06:04:05 Recieved ServCtrlHdlr command, 5
    01/14/08 06:04:05 Stopping iasconsole
    01/14/08 06:04:05 Launching stop EMD process...
    01/14/08 06:04:06 Waiting for stop EMD process to exit. numRetries=74
    01/14/08 06:04:11 Waiting for stop EMD process to exit. numRetries=73
    01/14/08 06:04:16 Waiting for stop EMD process to exit. numRetries=72
    01/14/08 06:04:16 Stop process has exited with exitCode: 0
    01/14/08 06:04:16 Waiting for emwd process to exit. numRetries=74
    01/14/08 06:04:16 Watchdog process exited with exit code -1
    01/14/08 06:04:16 Signal Shutdown event.
    01/14/08 06:04:16 Shutdown thread exited.
    01/14/08 06:04:16 ServiceMain wake up by ShutdownProc, emwd has exited. ServiceMain exits
    -------------- [Oracleim1ASControl] ------------
    EMDROOT=D:\oracle\im
    ORACLE_HOME=D:\oracle\im
    EMDSTATE=D:\oracle\im
    CONSOLE_CFG=iasconsole
    TRACE_LEVEL=16
    TIMEOUT=15
    01/14/08 06:04:56 Start pending...
    01/14/08 06:04:56 Verifying iasconsole is not started already. Command line "D:\oracle\im\bin\emctl.bat" istatus iasconsole
    01/14/08 06:05:00 iasconsole launch commandline is "D:\oracle\im\bin\emctl.bat" istart iasconsole
    01/14/08 06:05:00 Tracking process launch...
    01/14/08 06:05:33 Received exitCode 1 from emctl istatus
    01/14/08 06:05:43 Did not hear back from emctl istatus.
    01/14/08 06:05:43 Waiting a further 5 secs...
    01/14/08 06:05:48 Did not hear back from emctl istatus.
    01/14/08 06:05:48 Waiting a further 5 secs...
    01/14/08 06:05:53 Did not hear back from emctl istatus.
    01/14/08 06:05:53 Waiting a further 5 secs...
    01/14/08 06:05:58 Did not hear back from emctl istatus.
    01/14/08 06:05:58 Waiting a further 5 secs...
    01/14/08 06:06:04 Did not hear back from emctl istatus.
    01/14/08 06:06:04 Waiting a further 5 secs...
    01/14/08 06:06:09 Did not hear back from emctl istatus.
    01/14/08 06:06:09 Waiting a further 5 secs...
    01/14/08 06:06:14 Did not hear back from emctl istatus.
    01/14/08 06:06:14 Waiting a further 5 secs...
    01/14/08 06:06:19 Did not hear back from emctl istatus.
    01/14/08 06:06:19 Waiting a further 5 secs...
    01/14/08 06:06:24 Did not hear back from emctl istatus.
    01/14/08 06:06:24 Waiting a further 5 secs...
    01/14/08 06:06:29 Did not hear back from emctl istatus.
    01/14/08 06:06:29 Waiting a further 5 secs...
    01/14/08 06:06:34 Did not hear back from emctl istatus.
    01/14/08 06:06:34 Waiting a further 5 secs...
    01/14/08 06:06:39 Did not hear back from emctl istatus.
    01/14/08 06:06:39 Waiting a further 5 secs...
    01/14/08 06:06:44 Did not hear back from emctl istatus.
    01/14/08 06:06:44 Waiting a further 5 secs...
    01/14/08 06:06:49 Did not hear back from emctl istatus.
    01/14/08 06:06:49 Waiting a further 5 secs...
    01/14/08 06:06:54 Did not hear back from emctl istatus.
    01/14/08 06:06:54 Waiting a further 5 secs...
    01/14/08 06:07:00 Did not hear back from emctl istatus.
    01/14/08 06:07:00 Waiting a further 5 secs...
    01/14/08 06:07:05 Did not hear back from emctl istatus.
    01/14/08 06:07:05 Waiting a further 5 secs...
    01/14/08 06:07:10 Did not hear back from emctl istatus.
    01/14/08 06:07:10 Waiting a further 5 secs...
    01/14/08 06:07:15 Did not hear back from emctl istatus.
    01/14/08 06:07:15 Waiting a further 5 secs...
    01/14/08 06:07:20 Did not hear back from emctl istatus.
    01/14/08 06:07:20 Waiting a further 5 secs...
    01/14/08 06:07:25 Did not hear back from emctl istatus.
    01/14/08 06:07:25 Waiting a further 5 secs...
    01/14/08 06:07:30 Did not hear back from emctl istatus.
    01/14/08 06:07:30 Waiting a further 5 secs...
    01/14/08 06:07:32 Received exitCode 3 from emctl istatus
    01/14/08 06:07:32 iasconsole started

  • Oracle SSO not showing up status after rebooting the 10gapplication server

    Hi all,
    I installed 10g R2 10.1.2.0.2 application server RHEL AS 4.0 2.6.9-11 kernel.
    After the successful installation IM and MR and MT (BI). All the components in the MT and infrastructure was showing up status. After rebooting the machine i executed the following commands
    For Infrastructure
    1.     To make the metadata repository up and running
    Log in as an oracle user
    #cd /home/oraASInfra/bin
    #export ORACLE_HOME=/home/oraASInfra
    #export ORACLE_SID=mamcinfr
    #./lsnrctl start
    #./sqlplus
    Enter userame: sys as sysdba
    Sql>startup
    Sql>Exit
    2.     To start the other components of the infrastructure
    Log in as an oracle user
    #cd /home/oraASInfra/opmn/bin
    #./opmnctl startall
    3.     To start the iasconsole
    #cd /home/oraASInfra/bin
    #./emctl start iasconsole
    For Middle tier
    1.     To start the middle tier components
    Log in as an oracle user
    #cd /home/oraASmt/opmn/bin
    #./opmnctl startall
    2.     To start the iasconsole
    #./emctl start iasconsole
    In the MT all the components is showing up status
    In the Infrastructure except oracle sso OID , HTTP server and OC4J security is showing up status.
    There is no any port conflicts between the infrastructure and MT.
    Is there any post installation tasks has to be done after the installation?
    please help me to sort out the issue.
    thanks,
    C Saju

    1. After RapidWiz with 11.5.10.2 CDs, do we need to
    do any post installation step to make the browser
    load Oracle Forms. Do we need to create our own
    certificate using envshell.cmd and then adjkey. And,
    apply that to Jinitiator using adjbuild.sh and
    regenerate JAR files using ADADMIN Jar ( I am so far
    assuming that these steps are not necessary after for
    rapidwiz install of 11.5.10.2 )Your assumption is right. You do not have to do anything
    2. Do I need to apply the Oracle App 11i 11.5.10.2
    Maintenance Pack after installing using RapidWiz from
    the main set of CDs labeled as 11.5.10.2No
    3. Should I try by installing manually latest
    Jinitiator 1.3.1.21 or 1.3.1.25You do not have to upgrade your jinitiator version unless you want to go with the latest one.
    Since (adsign.txt, appltop.cer, and identitydb.obj) do not exist in your system, you just need to initialize the java certificate as follows:
    adjkey -initialize
    This will create the following files:
    - adsign.txt directory $APPL_TOP/admin
    - appltop.cer direcotry $APPL_TOP/admin
    - identitydb.obj directory $HOME of the user that launch adjkey
    Metalink note: 365735.1 should be helpful.
    Good luck

  • "This message has not been downloaded from the server" - Multiple devices all using Exchange Active Sync

    We are having this issue across multiple IOS devices ranging from IOS version 5.x up to the latest 6.1.2. Many (not all) emails sent to the devices are unreadable and simply state: "This message has not been downloaded from the server". Microsoft believes this to be some sort of bug with the IOS devices in the way they are handling the SSL encryption.
    Facts:
    - Devices are connected to an Exchange 2010 SP1 Rollup 6 via Active Sync (No POP3, IMAP or SMTP)
    - issue occurs on multiple IOS devices within the organization ranging from IOS 5.x up to the latest 6.1.2
    - Issue occurs on both external cellular data and internal wireless networks
    - Not all emails sent to the devices result in the error, but issue does tend to occur more frequently from certain senders/domains
    - Using the same user account on an android phone does not result in an issue (even when receiving the exactly same email that has been sent to the IOS devices)
    - Closing mail app / rebooting device does not resolve the issue
    - Doesn't appear to matter what the mesage format is (can be html, plaintext, etc)
    - Spent nearly 7 hours with Microsoft going through the Exchange server configuration and looking for possible causes. None have been found and all testing indicates things are setup correctly.
    - This is not a case of Issue 2.3 listed here: http://support.microsoft.com/kb/2563324 (verified by Microsoft Support)
    - If we disable SSL on the IOS device and connect via plain HTTP the messages are displayed correctly!
    - If we use a different SSL certificate, the issue still occurs - so not a problem with the original cert.
    Does anyone have any suggestions on what would cause this? Does the ISO devices have any sort of log that would indicate why it's reporting this error? The current error is pretty unhelpful.

    GFI Have a solution for this problem. It is to do with iOS implementation of reading the message headers when SPF compliance modifications are made by GFI.
    http://kb.gfi.com/articles/SkyNet_Article/Error-This-message-has-not-been-downlo aded-from-the-server-when-downloading-messages-to-an-iOS-device?retURL=%2Fapex%2 FSupportHome&popup=true

  • Site does not load after some minutes of creation or after restart the server

    Hello,
    I have been asked to create a test enviroment identical to the production enviroment. So, what I did was:
    Backed up the production web application's content database: Prod_WSS_ContentDB
    Created new test servers (domain controller, sql server and sharepoint 2013 server) in a new, completely isolated, network environment, without any connection with the production environment (specifically Azure)
    Created a new web application in test environment with a new content database.
    Dismounted the new content database with powershell: Dismount-spcontentdatabase Test_WSS_Content
    Copy the Prod_WSS_ContentDB database to the test sql server and restored it with Management Studio.
    Mount the Prod_WSS_ContentDB databe to the web application with powershell:
    Mount-spcontentdatabse Prod_WSS_ContentDB -WebApplication http://testsp/
    Then, when I type http://testsp in the browser it redirects me to http://testsp/SitePages/Home.aspx
    and the site loads exactly as the production environment.
    But, after some minutes, or if I restart the Sharepoint Server, when I navigate to
    http://sitesp I am redirected to http://testsp/SitePages/Home.aspx
    as expected, but the site does not load, the browser just show a complety blank page.
    The Central Administration site loads normally.
    Trying to fix it I found that if I dismount the content database Prod_WSS_ContentDB, then mount the test database Test_WSS_Content,
    then navigate to the site, dismount Test_WSS_Content and finally mount again Prod_WSS_ContentDB, the site loads normally, no blank page, but after some minutes or if I restart the same happens again.
    For the error event I receice in event viewer it seems that the problem is related to database. I have not found a solution for this error... How can I solve  this?
    The error is:
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          6/27/2014 2:44:22 PM
    Event ID:      5586
    Task Category: Database
    Level:         Error
    Keywords:      
    User:          UCETEST\spaccount
    Computer:      TESTSP01.ucetest.edu.do
    Description:
    Unknown SQL Exception -2146893055 occurred. Additional error information from SQL Server is included below.
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>5586</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-27T14:44:22.743159500Z" />
        <EventRecordID>4742</EventRecordID>
        <Correlation />
        <Execution ProcessID="1688" ThreadID="1692" />
        <Channel>Application</Channel>
        <Computer>TESTSP01.ucetest.edu.do</Computer>
        <Security UserID="S-1-5-21-2552298216-324766354-3392103171-1108" />
      </System>
      <EventData>
        <Data Name="int0">-2146893055</Data>
        <Data Name="string1">A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)</Data>
      </EventData>
    </Event>
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

    Hi,
    According to your post, my understanding is that Site does not load after some minutes of creation or after restart the server.
    Please make sure you create a test environment for existing production site correctly.
    Here are some great articles for your reference:
    Moving content between SharePoint environments
    Copy SharePoint production data to a test environment
    Build a SharePoint 2010 Test/Development Farm
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support
    Hello Linda Li,
    I follwed that steps to create my test enviroment... and I have recreated it some times using that same steps, but the problem persits. After some minutes or after I restart the SharePoint server the site does not load.
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

  • HT1386 My iOS device (Ipad mini) only appears in iTunes while cable-connected, but does not appear after diconnect the cable. How can I Wifi sync ?

    Hi, My iOS device (Ipad mini) only appears in iTunes while cable-connected, but does not appear after diconnect the cable. How can I Wifi sync ?
    Documents say
    Whenever the computer and the iOS device are on the same network, the iOS device will appear in iTunes, and you can sync it....
    But I can't see my iPad Mini in iTunes.
    And my  Ipad  (Settings, General, iTunes Wifi Sinc)  shows  a message :" Sync will resume when xxx(my PC with iTunes) is available "...
    Both are in the same network,
      Ipad mini is is plugged in to power
    . iTunes is open on the computer
    what can i Do ???

    Hi Skydiver119,  and tks for four interest.
    I have done exactly as you say, but it does not work for me.
    You indicated  " Navigate to the info tab and scroll down. There'll be a check box for 'sync over wifi' or something to that effect. Check that box and sync to affirm your choice."
    I navigated to Summary tab (not Info Tab) and checked "Sync with this ipad over Wi-Fi"
    I disconnect the wire,
    and my iPad disappears from my iTunes screen.
    in my iPad ->Settings -> General -> iTunes Wi-Fi Sync -> says " Sync will resume when (my PC) is available.
    So, I can not sync via wi-fi
    I appreciate if you can help me.

  • The annoying login screen after rebooting App server

    Is there a way to disable to login prompt after reboot the App server? IE offers
    to remember it, but it doesn't. Thanks for any info!
    Dinesh

    Hi,
    I have answered a similar question in How to logout an user when the browser is closed?
    Thanks,
    Sharmila

Maybe you are looking for

  • Windows Vista Service Pack 2

    ThinkPad T61p 6459-CTO on Windows Vista Home Premium. For over two months, Windows Vista SP 2 has been trying to get installed in my system but it systematically fails installation. I have tried everything, from Google searching, posting in Microsoft

  • Date format in Prompt

    Hi All, I am having a problem with the Date format in a Dashboard prompt. Using the following SQL for a default value, I get a date and time result, i.e. yyyy-mm-dd hh:min:ss SELECT CASE WHEN 1=0 THEN "Leach Center - Visits"."Visit Date" ELSE CAST(TI

  • Crashes accessing photos

    Apple tv crashes when I try to access my entire photo library from my shared music folder.  It works on 'events', 'faces' and individual albums like 'last 12 months', but not on 'photos'. Apple TV running 6.1 and iMac running mavericks. 

  • Problem in activating DCs in NWDI

    Hello I have a problem while activating the DC's in DTR. I activated the DC's with forced activation. DC's were activated but for some of the DC's the source code was not migrated from the inactive state to the active state. In the repository browser

  • Problem when using Siri.

    I got my iPhone 4S yesterday. Sometimes when I use Siri, when the phone is locked, the screen goes blank and Siri can't understand the word 'boo'. My boyfriend's contact name is Boo Boo, when I say 'text boo boo' she doesn't understand. Is anyone exp