Issue configuring ASM

I am trying to create a new Single instance test database (10.2.0.4 on Linux RHEL4) with ASM storage and but I am unable to get any disk listing on the 'Configure Automatic Storage Management' screen. But when I execute
$ /etc/init.d/oracleasm listdisks
ASMDSK1
ASMDSK2
ASMDSK3
ASMDSK4
ASMDSK5
ASMDSK6
Also, when I queried the disks, I didn't get any errors.
$ /etc/init.d/oracleasm querydisk ASMDSK1
Disk "ASMDSK1" is a valid ASM disk on device [8, 17]
There is no error log or any information regarding ASM in the install log file.
What am I missing out where am I going wrong?
Thanks in advance,
Arindam

please check permission files at /dev/oracleasm/disks/
Example:
# ls -l /dev/oracleasm/disks/
total 0
brw-rw---- 1 oracle dba 7, 1 Dec 11 10:09 VOL1
brw-rw---- 1 oracle dba 7, 2 Dec 11 10:09 VOL2
brw-rw---- 1 oracle dba 7, 3 Dec 11 10:09 VOL3
what use did you start ASM instance "oracle"?
if you use "oracle", you should have "oracle" permission at files in /dev/oracleasm/disks/ PATH
if permission on files don't match with user start ASM instance... you should modified configure ASMLIB
- Stop ASM instance
- Reconfigure ASMLIB
$ su - root
# # /etc/init.d/oracleasm configure
Configuring the Oracle ASM library driver.
This will configure the on-boot properties of the Oracle ASM library
driver. The following questions will determine whether the driver is
loaded on boot and what permissions it will have. The current values
will be shown in brackets ('[]'). Hitting <ENTER> without typing an
answer will keep that current value. Ctrl-C will abort.
Default user to own the driver interface []: oracle
Default group to own the driver interface []: dba
- check
# /etc/init.d/oracleasm listdisks
- start Oracle ASM
$ id
uid=500(oracle)
$ export ORALCE_SID=+ASM
$ sqlplus / as sysdba
SQL> startup
SQL> select * from v$asm_disk;
Or... use "dbca"

Similar Messages

  • Issue with ASM disk

    Hello,
    When using database configuration assistant to configure ASM and create disk group, it can't find any disk. I've tried to chage disk discovery path by using 'ORCL:*', '/dev/oracleasm/disk/*' and install procedure is as follow:
    TIA,
    Step 1 :
    # rpm -Uvh oracleasm-support-2.0.3-1.i386.rpm \
    oracleasm-2.6.9-42.0.0.0.1.ELsmp-2.0.3-2.i686.rpm \
    oracleasmlib-2.0.2-1.i386.rpm
    Step 2 :
    #vi /etc/sysconfig/rawdevices
    add a line
    /dev/raw/raw1 /dev/sdb1
    To bind the disk devices to the raw devices, enter the following command:
    # /sbin/service rawdevices restart

    Hi,
    Me also facing same issue while creating ASM.
    i done what you said,but now also i'm facing same issue. Please find below steps what i did.
    1) ]# /etc/init.d/oracleasm createdisk VOL1 /dev/sdb7
    Marking disk "VOL1" as an ASM disk: [FAILED]
    2) then i enter the raw devices in the below directory
    ]# vi /etc/sysconfig/rawdevices
    /dev/raw/raw7 /dev/sdb7
    3) then i changed the ownership root to oinstall
    4) then i given the permissions to the raw device
    5) after that i given the below command
    ]# dd if=/dev/zero of=/dev/raw/raw7 bs=1M count=100
    dd: opening `/dev/raw/raw7': Device or resource busy
    6) Then i tried the below way
    ]# dd if=/dev/zero of=/devsdb7 bs=1M count=100
    100+0 records in
    100+0 records out
    104857600 bytes (105 MB) copied, 0.077255 seconds, 1.4 GB/s
    7) then i tried to create the ASM Diskgroup but again i got same issue.
    Can you please give suggession to me it's very important to me
    Regards,
    Ram

  • Issue with ASM

    Hi All,
    I am doing configuration of RAC on Windows 2003 Ent servers.Its a 2 node cluster with ISCSI storage.
    Clusterware installtion completed without any issues and ASM,CRS,CSS,EVM etc services are running in both nodes.
    C:\Documents and Settings\Administrator>crsctl check crs
    CSS appears healthy
    CRS appears healthy
    EVM appears healthy
    Oracle installtion completed with storage using ASM (no database created) and rebooted both nodes.
    When i try to create new database using dbca got some errors and at last found that ASM is not mounted
    SQL> startup mount;
    ASM instance started
    Total System Global Area 92274688 bytes
    Fixed Size 1289076 bytes
    Variable Size 65819788 bytes
    ASM Cache 25165824 bytes
    ORA-15032: not all alterations performed
    ORA-15040: diskgroup is incomplete
    ORA-15042: ASM disk "3" is missing
    ORA-15042: ASM disk "1" is missing
    SQL>
    verified that iscsi volumes are accesible through windows disk manager and iscsi initiator client.
    Someone faced this kind of issue?Please help me.
    Thanks,

    Please ignore my previous post..
    I managed to resolve the issue. There was something wrong with iscsi initiator and is resolved after reconnecting volumes on node1..
    Thanks.

  • ASMCA needs Oracle Grid Infrastructure to configure ASM - 11gR2 on SLES11

    Hi,
    I'm trying to install 11gR2 with ASM on a new SLES11 Server. So far i successfully installed the Database Software but struggle now when it comes to installing the Grid Infrastructure.
    Partitioning and stamping the disks as ASM disks worked fine, oracleasm listdisks would give me my disknames as output.
    So far so good - in the grid infrastructure installer i chose "install and configure grid infrastructure for a standalone server"
    The setup was working, i executed the root.sh script without any issues - but configuring ASMCA failed with the following error:
    INFO: Read: Error while detecting Oracle Grid Infrastructure. ASMCA needs Oracle Grid Infrastructure to configure ASM.
    Unfortunately i couldn't find a lot about it on the internet - i'm very stuck here..
    Any ideas?
    Andrea

    i used raw devices in my first attempt - but read that it's not supported anymore - so i configured them as asm disks using the oracleasm tool.
    which worked.. so the disks can not be the problem
    i already read amans solution before posting here - but the problem in that thread was different - the guy installed the grid infrastructure software only and then tried to manually configure it, which failed.
    His solution was to delete his previous install and choose '+Install and Configure Grid Infrastructure for a standalone server+' in the installer.
    I already started my installation with Install and Configure Grid Infrastructure for a standalone server ... so that's no solution either :(

  • Oracle Database 11gR2 RAC - Configure ASM Libraries on VM

    Folks,
    Hello. I am installing Oracle 11gR2 RAC system using 2 Virtual Machines (rac1 and rac2 - Oracle Linux 5.6) on the top of VMPlayer.
    I am configuring ASM libraries on rac1 using the command:
    [root@rac1 dev]# oracleasm configure -i
    But this message comes up:"Command not found."
    I cannot find the directory where "oracleasm" is located. Can any folk help to solve the issue ?
    Thanks in advance.

    I would suggest you to take a look at these guides
    http://www.oracle-base.com/articles/11g/Articles11g.php#db11g_release_2_installations
    Many of them are installed in virtual machines.

  • How to install and configure ASM on Red Hat Linux 6.4

    Hi Team,
    How do you install and configure ASM on Red Hat Linux 6.4?
    Thank you in advance.
    Bee

    Here is an article that you may find useful http://eriglen.blogspot.com/2013/01/step-by-step-configuring-automatic-storage-management-on-standalone-server-with-oracle-enterprise-linux-and-oracle-11g-R2-using-external-storage-managed-by-openfiler.html

  • Configure ASM Instance in RAC cluster - problem

    Linux RH4 with Oracle 11.1.0.6
    I previously had ASM working in a RAC environment, but have uninstalled on all 3 nodes following Oracle guidelines.
    When I attempt to re-configure ASM it states that an ASM instance is located in nodes 2 and 3. Previous ASM software has been removed, and there are no entries in the /etc/oratab files on any of the nodes.
    How do I locate and then remove these instances on nodes 2 and 3
    Thanks

    Steps in Note 311350.1 have been followed, and there are no occurances of ASM appearing in the crs_stat output. Also the fact that the ASM software has also been removed from all of the various, where are these ASM instances being started?
    I am unable to proceed past the "Select Configuration Screen" which gives you the option to 1)Create Database, 2)Configure ASM or 3) Install Software only.
    When I select option 2 and enter ASM SYS password, I get the error message that ASM instances are present in the other nodes.
    Would appreciate any help in how I can progress past this stage.
    Thanks

  • Configure ASM for oracle Grid installation

    Hi,
    I do not know how to configure ASM for oracle grid infrastructure. As i tried to install oracle grid infrastructure says [INS - 30507] Empty ASM disk group.
    I have to configure Asm before installing 11g R2. Please let me know what i have to do and provide the steps to configure and administer asm.
    Thanks in advance.

    http://docs.oracle.com/cd/E11882_01/install.112/e24660.pdf
    ORACLE-BASE - Oracle Database 11g Release 2 RAC On Oracle Linux 5.8 Using VirtualBox

  • ASMCA needs Oracle Grid Infrastructure to configure ASM

    Hi,
    I am trying to install ASM 11gR2 on RHEL5. I am using VMWare Workstation for this.
    I have already installed Oracle database software and Grid Infrastructure on this machine.While installing Grid Infrastructure, I chose install Grid Infrastructure software only.
    Once this was successfull I am trying to create ASM instance using asmca.
    Regarding the disks, I am using raw devices. I created a virtual disk which I have partitioned but haven't formatted it. Done this to create raw device
    [root@localhost sysconfig]# /bin/raw /dev/raw/raw1 /dev/sdb
    /dev/raw/raw1: bound to major 8, minor 16
    and have added
    ACTION=="add",KERNEL=="sdb",RUN+="/bin/raw /dev/raw/raw1 %N"
    to /etc/udev/rules.d/60-raw.rules
    Then I tried creating the disk but it failed. So I did the following steps to fix it
    [root@dhcppc2 Softwares]# /etc/init.d/oracleasm createdisk VOL1 /dev/sdb
    Marking disk "VOL1" as an ASM disk: [FAILED]
    [oracle@oracle11gR2 grid]$ tail -f /var/log/oracleasm
    Device "/dev/sdb" is not a partition
    To fix this
    [root@localhost ~]# /usr/sbin/asmtool -C -l /dev/oracleasm -n VOL1 -s /dev/sdb -a force=yes
    asmtool: Device "/dev/sdb" is not a partition
    asmtool: Continuing anyway
    Now I am able to view the asmdisk through listdisks option.
    Have set following environment variables before running asmca
    [oracle@oracle11gR2 ~]$ export ORACLE_HOME=/u01/app/oracle/product/11.2.0/Grid
    [oracle@oracle11gR2 ~]$ export PATH=/u01/app/oracle/product/11.2.0/Grid/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    When I am running ASMCA I am facing this error - Oralce Grid Infrastrcture is not configured properly. ASMCA needs Oracle Grid Infrastructure to configure ASM
    Any thoughts?

    Hi Aman,
    Thanks for the reply.
    Is it possible to configure 11gR2 ASM on single instance databases ? I have done the config with 10g but I am struggling with the Grid Infrastructure. For eg: when I do deinstall of Grid Infrstructure
    +[oracle@oracle11gR2 deinstall]$ ./deinstall -home /u01/app/oracle/product/11.2.0/Grid+
    ORACLE_HOME = /u01/app/oracle/product/11.2.0/Grid
    Location of logs /u01/Softwares/oracle11gR2/deinstall/logs/
    +############ ORACLE DEINSTALL & DECONFIG TOOL START ############+
    +######################## CHECK OPERATION START ########################+
    Install check configuration START
    Checking for existence of the Oracle home location /u01/app/oracle/product/11.2.0/Grid
    Oracle Home type selected for de-install is: SIHA
    Oracle Base selected for de-install is: /u01/app/oracle
    Checking for existence of central inventory location /u01/app/oraInventory
    Checking for existence of the Oracle Grid Infrastructure home
    Install check configuration END
    Traces log file: /u01/Softwares/oracle11gR2/deinstall/logs//crsdc.log
    Network Configuration check config START
    Network de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/netdc_check42401.log
    Network Configuration check config END
    Asm Check Configuration START
    ASM de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/asmcadc_check42402.log
    +ASM configuration was not detected in this Oracle home. Was ASM configured in this Oracle home (y|n) [n]:+
    ASM was not detected in the Oracle Home
    +######################### CHECK OPERATION END #########################+
    +####################### CHECK OPERATION SUMMARY #######################+
    Oracle Grid Infrastructure Home is:
    The cluster node(s) on which the Oracle home exists are: (Please input nodes seperated by ",", eg: node1,node2,...)null
    Oracle Home selected for de-install is: /u01/app/oracle/product/11.2.0/Grid
    Inventory Location where the Oracle home registered is: /u01/app/oraInventory
    ASM was not detected in the Oracle Home
    +Do you want to continue (y - yes, n - no)? [n]: y+
    A log of this session will be written to: '/u01/Softwares/oracle11gR2/deinstall/logs/deinstall_deconfig2010-08-07_01-31-49-PM.out'
    Any error messages from this session will be written to: '/u01/Softwares/oracle11gR2/deinstall/logs/deinstall_deconfig2010-08-07_01-31-49-PM.err'
    +######################## CLEAN OPERATION START ########################+
    ASM de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/asmcadc_clean42403.log
    ASM Clean Configuration END
    Network Configuration clean config START
    Network de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/netdc_clean42404.log
    De-configuring backup files...
    Backup files de-configured successfully.
    The network configuration has been cleaned up successfully.
    Network Configuration clean config END
    ---------------------------------------->
    Press Enter after you finish running the above commands
    +<----------------------------------------+
    I don't see any commands to run but the deinstall blindly says that
    "Press Enter after you finish running the above commands"
    and while looking at the net I found out it might be something similar to this
    /u01/Softwares/oracle11gR2/deinstall/perl/bin/perl -I/u01/Softwares/oracle11gR2/deinstall/perl/lib -I/u01/Softwares/oracle11gR2/deinstall/crs/install /u01/Softwares/oracle11gR2/deinstall/crs/install/rootcrs.pl -force -delete -paramfile /u01/Softwares/oracle11gR2/deinstall/response/deinstall_Ora11g_gridinfrahome1.rsp
    Should I run the previous command as root.
    Am I doing things in the right way or am I missing something here?

  • 11gR2 - ACMCA needs Oracle grid infrastructure to configure ASM

    Hi
    I am installing single instance oracle 11gR2 on linux redhat 5
    I have problem with 11gr2 ASMCA.
    I successfully installed 11gR2 oracle grid home.
    Than i wanted to create the ASM diskgroup using asmca
    The disks was succssefully discavered , but the creatation failed on the following error messages:
    Oracle Grid infrastructure is not configured properly
    ACMCA needs Oracle grid infrastructure to configure ASMI think it maight be related to root.sh problem.
    1. where i can find the root.sh log output ?
    2. Is it "safe" to rerun the root.sh once again ?
    3. Could you please suggest what to check ?
    Thanks

    Hi There
    You need to run root.sh script once again as root user. The script can be found immediately under the GRID home
    for eg:/opt/11.2.0/grid/root.sh
    upon running this script it will then ask u to run another script for Standalone servers
    /opt/11.2.0/grid/perl/bin/perl -I/opt/11.2.0/grid/perl/lib -I/opt/11.2.0/grid/crs/install /opt/11.2.0/grid/crs/install/roothas.pl
    You need to run this again as root user
    This will configure the GRID infrastructure for a Standalone env.
    After this you should be able to run ASMCA without any issues
    Regards
    vgt

  • Windows 2012 Nodes - Slow CSV Performance - Need help to resolve my iSCSI issue configuration

    I spent weeks going over the forums and the net for any publications and advice on how to optimize iSCSI connections and i'm about to give up.  I really need some help in determining if its something i'm not configuring right or maybe its an equipment
    issue. 
    Hardware:
    2x Windows 2012 Hosts with 10 Nics (same NIC configuration) in a Failover Cluster sharing a CSV LUN. 
    3x NICs Teamed for Host/Live Migration (192.168.0.x)
    2x NICS teamed for Hyper-V Switch 1 (192.168.0.x)
    1x NIC teamed for Hyper-V Switch 2 (192.168.10.x)
    4x NICs for iSCSI traffic (192.168.0.x, 192.168.10.x, 192.168.20.x 192.168.30.x)
    Jumbo frames and flow control turned on all the NICs on the host.  IpV6 disabled.  Client for Microsoft Network, File/Printing Sharing Disabled on iSCSI NICs. 
    MPIO Least Queue selected.  Round Robin gives me an error message saying "The parameter is incorrect.  The round robin policy attempts to evenly distribute incoming requests to all processing paths. "
    Netgear ReadyNas 3200
    4x NICs for iSCSI traffic ((192.168.0.x, 192.168.10.x, 192.168.20.x 192.168.30.x)
    Network Hardware:
    Cisco 2960S managed switch - Flow control on, Spanning Tree on, Jumbo Frames at 9k - this is for the .0 subnet
    Netgear unmanaged switch - Flow control on, Jumbo Frames at 9k - this is for .10 subnet
    Netgear unmanaged switch - Flow control on, Jumbo Frames at 9k - this is for .20 subnet
    Netgear unmanaged switch - Flow control on, Jumbo Frames at 9k - this is for .30 subnet
    Host Configuration (things I tried turning on and off):
    Autotuning 
    RSS
    Chimney Offload
    I have 8 VMs stored in the CSV.  When try to load all 8 up at the same time, they bog down.  Each VM loads very slowly and when they eventually come up, most of the important services did not start.  I have to load
    them up 1 or 2 at a time.  Even then the performance is nothing like if they were loading up on the Host itself (VHD stored on the host's hdd).  This is what prompted me to add in more iSCSI connections to see if I can improve the VM's
    performance.  Even with 4 iSCSI connections, I feel nothing has changed.  The VMs still start up slowly and services do not load right.  If I distribute the load with 4 VMs on Host 1 and 4 VMs on Host 2, the load up
    times do not change. 
    As a manual test for file copy speed, I moved the cluster resources to Host 1 and copied a VM from the CSV and onto the Host.   The speed would start out around 250megs/sec and then eventually drop down to about 50/60 megs/sec.  If I turn
    off all iSCSI connections except one, it get the same speed.  I can verify from the Windows Performance Tab under Task Manager that all the NICS are distributing traffic evenly, but something is just limiting the flow.  Like what I stated on top,
    I played around with autotuning, RSS and chimney offload and none of it makes a difference. 
    The VMs have been converted to VHDx and to fixed size.  That did not help.   
    Is there something I'm not doing right?   I am working with Netgear support and they are puzzled as well.  The ReadyNas device should easily be able to handle it. 
    Please help!  I pulled my hair out over this for the past two months and I'm about to give up and just ditch clustering all together and just run the VMs off the hosts themselves. 
    George

    A few things...
    For starters, I recommend opening a case with Microsoft support.  They will be able to dig in and help you...
    Turn on the CSV Cache, it will boost your performance 
    http://blogs.msdn.com/b/clustering/archive/2012/03/22/10286676.aspx
    A file copy has no resemblance of the unbuffered I/O a VM does... so don't use that as a comparison, as you are comparing apples to oranges.
    Do you see any I/O performance difference between the coordinator node and the non-coordinator nodes?  Basically, see which node owns the cluster Physical Disk resource... measure the performance.  Then move the Physical Disk resource for the
    CSV volume to another node, and repeat the same measure of performance... then compare them.
    Your IP addressing seems odd...  you show multiple networks on 192.168.0.x and also on 192.168.10.x.   Remember that clustering only recognizes and uses 1 logical interface per IP subnet.  I would triple check all your IP schemes...
    to ensure they are all different logical networks.
    Check you binding order
    Make sure you NIC drivers and NIC firmware are updated
    Make sure you don't have IPsec enabled, that will significantly impact your network performance
    For the iSCSI Software Initiator, when you did your connection... make sure you didn't do a 'Quick Connect'... that will do a wildcard and connect over any network.  You want to specify your dedicated iSCSI network
    No idea what the performance capabilities of the ReadyNas is...  this could all likely be associated with the shared storage.
    What speed NIC's are you using?   I hope at least 10 GB...
    Hope that helps...
    Elden
    Hi Elden,
    2. CSV is turned on, I have 4GB dedicated from each host to it.  With IOmeter running within the VMs, I do see the read speed jumped up 4-5x fold but the write speed stays the same (which according to the doc it should).  But even with the read
    speed that high, the VMs are not starting up quickly.  
    4. I do not see any difference with IO with coordinator and non coordinator nodes.  
    5.  I'm not 100% sure what your saying about my IPs.  Maybe if I list it out, you can help explain further.  
    Host 1 - 192.168.0.241 (Host/LM IP), Undefined IP on the 192.168.0.x network (Hyper-V Port 1), Undefined IP on the 192.168.10.x network (Hyper- V port 2), 192.168.0.220 (iSCSI 1), 192.168.10.10 (iSCSI2), 192.168.20.10(iSCSI 3), 192.168.30.10 (iSCSI 4)
    The Hyper-V ports are undefined because the VMs themselves have static ips.  
    0.220 host NIC connects with the .231 NIC of the NAS
    10.10 host NIC connects with the 10.100 NIC of the NAS
    20.10 host NIC connects with the 20.100 NIC of the NAS
    30.10 host NIC connects with the 30.100 NIC of the NAS
    Host 2 - 192.168.0.245 (Host/LM IP), Undefined IP on the 192.168.0.x network (Hyper-V Port 1), Undefined IP on the 192.168.10.x network (Hyper- V port 2), 192.168.0.221 (iSCSI 1), 192.168.10.20 (iSCSI2), 192.168.20.20(iSCSI 3), 192.168.30.20 (iSCSI 4)
    The Hyper-V ports are undefined because the VMs themselves have static ips.  
    0.221 host NIC connects with the .231 NIC of the NAS
    10.20 host NIC connects with the 10.100 NIC of the NAS
    20.20 host NIC connects with the 20.100 NIC of the NAS
    30.20 host NIC connects with the 30.100 NIC of the NAS
    6. Binding orders are all correct.
    7. Nic drivers are all updated.  Didn't check the firmware.
    8. I do not know about IPSec...let me look into it.  
    9. I did not do quick connect, each iscsi connection is defined using a specific source ip and specific target ip.  
    These are all 1gigabit nics, which is the reason why I have so many NICs...otherwise there would be no reason for me to have 4 iscsi connections.  

  • Issues Configure MS SQL 2012 RS (SharePoint Integrated Mode) in SharePoint 2010

    Dear All,
    Can someone guide how to troubleshoot this error.
    Application Server : Slipstreamed Version of SharePoint 2010 SP2 + Window Server 2012 + Configure RS (RS is in SQL Server 2012 SP2) as per -
    http://technet.microsoft.com/en-us/library/jj219068.aspx
    Web Server : Slipstreamed Version of SharePoint 2010 SP2 + Window Server 2012
    Database Server : SQL Server 2012 SP2 + Window Server 2012
    After successfully install sharepoint and RS. I have created a Reporting Service Application (name as
    Reporting_SA) at Central Admin.
    Below is my issues :-
    1. Click on "Reporting_SA"
    2. Click on System Setting --> getting error
    Below are the error that I get from SharePoint Log Files
    Name=Request (GET:http://xxxx:xxxx/_admin/ReportServer/ReportingServicesSystemSettings.aspx?ID=6379172a-da8f-4d7e-9847-1b0e9633064b)
    Site=/
    WcfSendRequest: RemoteAddress: 'http://xxxxx:32843/6379172ada8f4d7e98471b0e9633064b/ReportingWebService.svc' Channel: 'Microsoft.ReportingServices.ServiceContract.IReportServiceManagement' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/GetSystemProperties'
    MessageId: 'urn:uuid:0accea23-5b1f-40fa-9412-c8263a601520'
    WcfReceiveRequest: LocalAddress: 'http://xxxx.xxx.org:32843/6379172ada8f4d7e98471b0e9633064b/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/GetSystemProperties'
    MessageId: 'urn:uuid:0accea23-5b1f-40fa-9412-c8263a601520'
    Entering monitored scope (ExecuteWcfServerOperation)
    Event log source SQL Server Reporting Services Shared Service does not exist
    Throwing Microsoft.ReportingServices.Diagnostics.Utilities.EventLogSourceNotFound: , Microsoft.ReportingServices.Diagnostics.Utilities.EventLogSourceNotFound:
    The event source "SQL Server Reporting Services Shared Service" does not exist.;
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=1.1902
    System.ServiceModel.FaultException: The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug>
    configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.   Server stack trace: 
        at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
        at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
        at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
        at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
        at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]: 
        at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
        at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
        at Microsoft.ReportingServices.ServiceContract.IReportServiceManagement.GetSystemProperties(ICollection`1 properties)
        at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.<>c__DisplayClass9.<GetSystemProperties>b__8(IReportServiceManagement mchannel)
        at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.DoManagementChannelCall(Action`1 caller)
        at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.GetSystemProperties()
        at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.get_SystemProperties()
        at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.LoadSettings()
        at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.OnInit(EventArgs e)
        at System.Web.UI.Control.InitRecursive(Control namingContainer)
        at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Leaving Monitored Scope (Request (GET:http://xxxx:xxxx/_admin/ReportServer/ReportingServicesSystemSettings.aspx?ID=6379172a-da8f-4d7e-9847-1b0e9633064b)). Execution Time=191.9647
    Noted : I have try to re-install the Reporting Services,  but stilling getting same error.
    Thanks.

    Hi StarMoonEarth,
    According to your description, when you click on the System Setting, it throws error message says "SQL Server Reporting Services Shared Service does not exist". Right?
    In this scenario, you can check if the Reporting Services is started. Follow the steps below:
    In SharePoint Central Administration, click Manage Services on Server in the
    System Settings group.
    Find SQL Server Reporting Services Service and click Start in the Action column.
    The status of the Reporting Services service will change from Stopped to
    Started. If the Reporting Services service is not in the list, use PowerShell to install the service.
    If the Reporting Services shared is still not existing, please use PowerShell cmdlts to install the Reporting Services service. Please refer to the Section 2 in the link you have posted.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • PI 7.1 Configuration Issue -  Configuration wizard  -StringIndexOutOfBounds

    Hi ,
    I  have installed the PI 7.1 EHP1 and started configuring it . The Configuration wizard step ( NWA-> Scenarios -> Configuration Wizard --> Initial Configuration (dropdown menu) ->  NetWeaver Initial Setup )  is failing , I am getting the following error message .  Can you please let me know if you have any thoughts on this issue ?
    The initial exception that caused the request to fail, was:
    java.lang.StringIndexOutOfBoundsException: String index out of range: 10
        at java.lang.String.charAt(String.java:571)
        at java.util.regex.Matcher.appendReplacement(Matcher.java:704)
        at java.util.regex.Matcher.replaceFirst(Matcher.java:848)
        at java.lang.String.replaceFirst(String.java:2001)
        at com.sap.tc.lm.ctc.metamodel.util.StringUtil.decryptPasswords(StringUtil.java:48)
        ... 83 more
    See full exception chain for details.
    Failed to process request. Please contact your system administrator.
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    For further information about the Web Dynpro error page, error analysis and a description of well-known error situations, see SAP note 1113811.

    hi kris
    You can connect to different SLD also. just you need to configure
    follow the installation guide for PI7.1
    https://websmp105.sap-ag.de/instguidesNWPI71
    https://websmp105.sap-ag.de/instguidesnw
    regards
    sandeep

  • Issue configuring MAS

    Hello all,
    I've installed MDW on one of the desktops, with all the pre-requiestes installed before hand.
    Now When I try to open an laptop application on MAS, it asks for a username and pwd, with the dsn name. I select
    DSN : ars_db
    Username : arsadmin
    pwd : (blank)
    Check whether database server is up and running.
    - Verify whether central server is running.
    - Check whether the DSN, username and password provided are valid ones.
    - Try login again.
    - Check your network connection if database is on a remote machine.
    But, when I check the connection of the DSN, through Control Panel >Administrative Tools>Data Sources (ODBC)-->ars_db DSN, it connects properly to the MAR.
    Can anyone help me in resolving issue.
    Regards,
    Praveen
    Note: Pwd was not changed for arsadmin

    Well known Issue in 4.0 (maybe also valid for 5.0):
    First check the Log File under mobile\bin\ ARSCentralServer0.log
    then:
    Two possibilities:
    Configuration of ARS DB itself
    Open ARSdb -> Table Ars_systable
    Check value ServerMachineName if the entry is correct sometimes IP Adress helps
    Check the Value for "RemoteSocketPort"-> It's for the LockServer
    --> Check in Mobile\bin the File ARSCentralServer.properties if everything is correct -> Own experience deinstall Lock Service and reinstall it on Port 1004 (don't forget to reboot the Machine before you test it)
    Andreas

  • How to configure ASM of 11gR2 RAC on Solaris 10

    Hi all,
    I have the first time to install the RAC on Solaris 10. I have stuck on the ASM disk group step in the Grid Infrastructure.
    Our Configuration
    2 Sun Server in Solaris 10 with same configure (which we are not using shared drive)
    250GB Local Hard Disk
    1100 GB Raw Disk (which at SAN)
    3GB x 3 Raw Disk (which at SAN) for voting disk
    When I install Grid Infrastructure, I select first option: Install and Confgure Grid in Cluster (I can't remember the exact name) and also select the Typical Installation. The previous steps are successful before the ASM Disk Group. At ASM Disk Group, no disk are display for selection.
    So, how to fix the missing disk in this ASM Disk Group creation?
    Please help!
    Sunny Yip

    952832 wrote:
    Hi all,
    I have the first time to install the RAC on Solaris 10. I have stuck on the ASM disk group step in the Grid Infrastructure.
    Our Configuration
    2 Sun Server in Solaris 10 with same configure (which we are not using shared drive)
    250GB Local Hard Disk
    1100 GB Raw Disk (which at SAN)
    3GB x 3 Raw Disk (which at SAN) for voting disk separate voting disks in 11gR2 are not necessary.
    I would break the 1100G into 11@100G devices and use EXTERNAL redundancy (RAID on the SAN side). You will get much better performance. (Configured/managed a 250TB 3node cluster on Sun 6900s however my LUNs were 1.5TB in size)
    >
    When I install Grid Infrastructure, I select first option: Install and Confgure Grid in Cluster (I can't remember the exact name) and also select the Typical Installation. The previous steps are successful before the ASM Disk Group. At ASM Disk Group, no disk are display for selection.
    So, how to fix the missing disk in this ASM Disk Group creation?
    Please help!
    Sunny YipAgain using a single 1.1TB device will not get you better performance and should you need to add additional devices, they too will need to be 1.1TB. Sometimes smaller is better.
    Make sure you use a partition that starts at cylinder 1 or 2
    Make sure you set the correct permissions (660) and ownership (gridowner:oinstall) on those devices and make sure the oracle user is a member of that group.

Maybe you are looking for