ERROR when configuring zone clusters

Hi,
I have installed:
Oracle Solaris 10 9/10 s10x_u9wos_14a X86
Sun Cluster 3.2u3 for Solaris 10 i386
And I have my public network on the 11.0.0.0/24 network on e1000g2 on both nodes
vm1:
e1000g2: flags=9000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,NOFAILOVER> mtu 1500 index 2
inet 11.0.0.101 netmask ffffff00 broadcast 11.0.0.255
groupname sc_ipmp0
ether 8:0:27:6:df:2b
vm2:
e1000g2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 11.0.0.102 netmask ffffff00 broadcast 11.0.0.255
groupname sc_ipmp0
ether 8:0:27:1d:69:a9
I am configuring a zone cluster with this config file:
#cat zonecreate.file
create -b
set zonepath=/zones/clzone1
set brand=cluster
set enable_priv_net=true
set autoboot=true
set ip-type=shared
add node
set physical-host=vm1
set hostname=clzone1
add net
set address=11.0.0.130
set physical=e1000g2
end
end
add sysid
set system_locale=C
set terminal=xterm
set security_policy=NONE
set nfs4_domain=dynamic
set timezone=MET
set root_password=/LB7sdasada
end
add node
set physical-host=vm2
set hostname=clzone2
add net
set address=11.0.0.131
set physical=e1000g2
end
end
commit
exit
# clzc configure -f zonecreate.file zc1
On line 32 of zonecreate.file:
zc1: CCR transaction error
Failed to assign a subnet for zone zc1.
zc1: failed to verify
zc1: CCR transaction error
zc1: CCR transaction error
Failed to assign a subnet for zone zc1.
zc1: failed to verify
zc1: CCR transaction error
Configuration not saved.
Any idea where the error is coming from ?

Hi,
Thanks for your quick answer. I tried no luck..., just to point out I have normal native zone working ok on the same node:
[root@vm2:/zones]# zoneadm list -cv (10-14 16:47)
ID NAME STATUS PATH BRAND IP
0 global running / native shared
1 zone1 running /zones/zone1 native shared
Modified the File:
create -b
set zonepath=/zones/clzone1
set brand=cluster
set enable_priv_net=true
set autoboot=true
set ip-type=shared
add node
set physical-host=vm1
set hostname=clzone1
add net
set address=11.0.0.130/24
set physical=e1000g2
end
end
add sysid
set system_locale=C
set terminal=xterm
set security_policy=NONE
set nfs4_domain=dynamic
set timezone=MET
set root_password=/LB7qgfbUTwks
end
add node
set physical-host=vm2
set hostname=clzone2
add net
set address=11.0.0.131/24
set physical=e1000g2
end
end
commit
exit
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
"zonecreate.file" 33 lines, 512 characters
[root@vm2:/zones]# clzc configure -f zonecreate.file zc1 (10-14 16:46)
On line 32 of zonecreate.file:
zc1: CCR transaction error
Failed to assign a subnet for zone zc1.
zc1: failed to verify
zc1: CCR transaction error
zc1: CCR transaction error
Failed to assign a subnet for zone zc1.
zc1: failed to verify
zc1: CCR transaction error
Configuration not saved.
[root@vm2:/zones]# (10-14 16:46)
[root@vm2:/zones]# cat /etc/netmasks (10-14 16:46)
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
#      network-number     netmask
# The term network-number refers to a number obtained from the Internet Network
# Information Center.
# Both the network-number and the netmasks are specified in
# "decimal dot" notation, e.g:
#           128.32.0.0 255.255.255.0
11.0.0.0     255.255.255.0
a full ifconfig, in case it helps:
[root@vm2:/zones]# ifconfig -a (10-14 16:46)
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
     inet 127.0.0.1 netmask ff000000
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
     zone zone1
     inet 127.0.0.1 netmask ff000000
e1000g0: flags=1008843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,IPv4> mtu 1500 index 5
     inet 172.16.0.130 netmask ffffff80 broadcast 172.16.0.255
     ether 8:0:27:b2:3d:f
e1000g1: flags=1008843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,IPv4> mtu 1500 index 4
     inet 172.16.1.2 netmask ffffff80 broadcast 172.16.1.127
     ether 8:0:27:25:f5:c8
e1000g2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
     inet 11.0.0.102 netmask ffffff00 broadcast 11.0.0.255
     groupname sc_ipmp0
     ether 8:0:27:1d:69:a9
e1000g2:1: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 2
     inet 11.0.0.110 netmask ffffff00 broadcast 11.0.0.255
e1000g2:2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
     zone zone1
     inet 11.0.0.107 netmask ffffff00 broadcast 11.0.0.255
e1000g2:3: flags=1001040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,FIXEDMTU> mtu 1500 index 2
     inet 11.0.0.105 netmask ffffff00 broadcast 11.0.0.255
e1000g3: flags=69040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER,STANDBY,INACTIVE> mtu 1500 index 3
     inet 11.0.0.111 netmask ffffff00 broadcast 11.0.0.255
     groupname sc_ipmp0
     ether 8:0:27:9e:57:93
clprivnet0: flags=1009843<UP,BROADCAST,RUNNING,MULTICAST,MULTI_BCAST,PRIVATE,IPv4> mtu 1500 index 6
     inet 172.16.4.2 netmask fffffe00 broadcast 172.16.5.255
     ether 0:0:0:0:0:2
clprivnet0:1: flags=1009843<UP,BROADCAST,RUNNING,MULTICAST,MULTI_BCAST,PRIVATE,IPv4> mtu 1500 index 6
     zone zone1
     inet 172.16.4.66 netmask fffffe00 broadcast 172.16.5.255
Thnx again

Similar Messages

  • Error when configuring Siebel Server in Windows server 2003

    Hi
    I am getting below error when configuring Siebel server in Windows server 2003 VM. All the ODBC connections and SADMIN user id & password and gateway host name and port everything correct. Able to ping and telnet to gateway port 2320. Please help on how to overcome this situation....
    2021 2012-03-08 01:13:22 0000-00-00 00:00:00 -0500 00000000 001 003f 0001 09 sw_cfg_util 3940 3332 C:\sba81\siebsrvr\log\sw_cfg_util.log 8.1.1 SIA [21111] ENU
    GenericLog     GenericError     1     000000024f580f64:0     2012-03-08 01:13:22     Error in transferring input values ,num of arrays incorrect 0, expected : 1
    GenericLog     GenericError     1     000000024f580f64:0     2012-03-08 01:13:22     TransferInputsToValues returned error:3611539 to SetControlValues
    GenericLog     GenericError     1     000000024f58096c:0     2012-03-08 01:13:33     NSS - ErrCode 4597527 SysErr 0
    GenericLog     GenericError     1     000000034f58096c:0     2012-03-08 01:13:35     NSS - ErrCode 4597527 SysErr 0
    GenericLog     GenericError     1     000000034f58096c:0     2012-03-08 01:13:35     Validation failed : C028: Unable to connect to the Siebel Gateway Name Server ῤ粃䂬粃呸     ֓呸     ֓㷕粃Ꞡ粈㶻粃
    GenericLog     GenericError     1     000000034f58096c:0     2012-03-08 01:13:35     ValidateFailed for Gateway Name Server TCP/IP Port, error : C028: Unable to connect to the Siebel Gateway Name Server ῤ粃䂬粃呸     ֓呸     ֓㷕粃Ꞡ粈㶻粃

    Please check Doc ID 1391312.1 on support.oracle.com, this article has a list of possible causes and resolutions for the error messages you are receiving.
    Hope it helps,
    Wilson

  • 'No such host is known' error when configuring Reporting database

    Hi,
    We are joining two report server databases using reporting services config manager. The problem is when we are trying to connect database on another machine we are receiving following error at step 'generating Rights script'
    System.Net.Sockets.SocketException: No such host is known
       at System.Net.Dns.GetAddrInfo(String name)
       at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
       at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
       at ReportServicesConfigUI.RSDatabase.IsLocalDbServer(String dbServer)
       at ReportServicesConfigUI.RSDatabase.GrantRSConnectionRights()
       at ReportServicesConfigUI.RSDatabase.CreateNewDatabase()
    As per step mentioned in following link,
    http://blogs.msdn.com/b/sameersurve/archive/2009/06/15/no-such-host-is-known-error-when-configuring-ssrs-2008.aspx
    We tried opening port 1434 for the Reportserver db machine. but it didnt worked for me.
    Following are points i feel could be the reason of failure,
    1. The two machine we are working on are in different domains.
    2. The Product version of the two reporting servers are different.
    Have anyone experienced this if yes any solution that i can try? 

    Hi Shrikant_k,
    If we are using a remote database server for the report server database, we should refer to the following tips:
    Enable remote connections. And we should also open your firewall software and open the port that SQL Server listens on. For the default instance, this is typically port 1433 for TCP/IP connections. To verify that the instance accepts remote connections,
    please refer to the following article:
    http://technet.microsoft.com/en-us/library/ms157300(v=sql.105).aspx
    When you enable remote connections, the client and server protocols will also be enabled. To verify the protocols are enabled, please see:
    http://technet.microsoft.com/en-us/library/ms191294(v=sql.105).aspx
    When the database server is in a different domain or we are using workgroup security, we must configure the connection to use a SQL Server database login. In this way, we must update the report server database connection every time we change the password
    or the account.
    When creating a report server database, be aware that not all editions of SQL Server can be used to host the database. The following document is for your reference:
    http://technet.microsoft.com/en-us/library/ms157285(v=sql.105).aspx
    Reference:
    Configuring a Report Server Database Connection
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error when creating zone cluster

    Hello,
    I have the following setup: Solaris 11.2 x86, cluster 4.2. I have already configured the cluster and it's up and running. I am trying to create a zone cluster, but getting the following error:
    >>> Result of the Creation for the Zone cluster(ztestcluster) <<<
        The zone cluster is being configured with the following configuration
            /usr/cluster/bin/clzonecluster configure ztestcluster
            create
            set zonepath=/zclusterpool/znode
            set brand=cluster
            set ip-type=shared
            set enable_priv_net=true
            add sysid
            set  root_password=********
            end
            add node
            set physical-host=node2
            set hostname=zclnode2
            add net
            set address=192.168.10.52
            set physical=net1
            end
            end
            add node
            set physical-host=node1
            set hostname=zclnode1
            add net
            set address=192.168.10.51
            set physical=net1
            end
            end
            add net
            set address=192.168.10.55
            end
    java.lang.NullPointerException
            at java.util.regex.Matcher.getTextLength(Matcher.java:1234)
            at java.util.regex.Matcher.reset(Matcher.java:308)
            at java.util.regex.Matcher.<init>(Matcher.java:228)
            at java.util.regex.Pattern.matcher(Pattern.java:1088)
            at com.sun.cluster.zcwizards.zonecluster.ZCWizardResultPanel.consoleInteraction(ZCWizardResultPanel.java:181)
            at com.sun.cluster.dswizards.clisdk.core.IteratorLayout.cliConsoleInteraction(IteratorLayout.java:563)
            at com.sun.cluster.dswizards.clisdk.core.IteratorLayout.displayPanel(IteratorLayout.java:623)
            at com.sun.cluster.dswizards.clisdk.core.IteratorLayout.run(IteratorLayout.java:607)
            at java.lang.Thread.run(Thread.java:745)
                 ERROR: System configuration error
                 As a result of a change to the system configuration, a resource that this
                 wizard will create is now invalid. Review any changes that were made to the
                 system after you started this wizard to determine which changes might have
                 caused this error. Then quit and restart this wizard.
        Press RETURN to close the wizard
    No errors in /var/adm/messages.
    Any ideas?
    Thank you!

    I must be doing some obvious, stupid mistake, cause I still get that "not enough space" error
    root@node1:~# clzonecluster show ztestcluster
    === Zone Clusters ===
    Zone Cluster Name:                              ztestcluster
      zonename:                                        ztestcluster
      zonepath:                                        /zcluster/znode
      autoboot:                                        TRUE
      brand:                                           solaris
      bootargs:                                        <NULL>
      pool:                                            <NULL>
      limitpriv:                                       <NULL>
      scheduling-class:                                <NULL>
      ip-type:                                         shared
      enable_priv_net:                                 TRUE
      resource_security:                               SECURE
      --- Solaris Resources for ztestcluster ---
      Resource Name:                                net
        address:                                       192.168.10.55
        physical:                                      auto
      --- Zone Cluster Nodes for ztestcluster ---
      Node Name:                                    node2
        physical-host:                                 node2
        hostname:                                      zclnode2
        --- Solaris Resources for node2 ---
      Node Name:                                    node1
        physical-host:                                 node1
        hostname:                                      zclnode1
        --- Solaris Resources for node1 ---
    root@node1:~# clzonecluster install ztestcluster
    Waiting for zone install commands to complete on all the nodes of the zone cluster "ztestcluster"...
    clzonecluster:  (C801046) Command execution failed on node node2. Please refer to the console for more information
    clzonecluster:  (C801046) Command execution failed on node node1. Please refer to the console for more information
    But I have enough FS space. I increased the virtual HDD to 25GB on each node. After global cluster installation, I still have 16GB free on each node. During the install I constantly check the free space and it should be enough (only about 500MB is consumed by downloaded packages, which leaves about 15.5GB free).  And every time the installation fails at "apply-sysconfig checkpoint"...

  • Error when configuring Web Dispatcher for SSL with Enterprise Portal

    We are in the process of configuring the Web Dispatcher using SSL to connect to our Enterprise Portal (the Web Dispatcher will be in the DMZ).  We have followed all of the help.sap.com guides and now have SSL listening on the EP side (port 8103).  We are now receiving this strange certificate error when we start the Web Dispatcher:
    [Thr 5332] Tue Mar 20 00:36:23 2007
    [Thr 5332]   MatchTargetName("<FULLY QUALIFIED HOSTNAME>", "CN=XXX, OU=XXX, O=XXXX, C=XX") FAILS
    [Thr 5332]   SSL socket: local=<IPADDRESS>:4742  peer=<IPADDRESS>:8103
    [Thr 5332] <<- ERROR: SapSSLSessionStart(sssl_hdl=009D7670)==SSSLERR_SERVER_CERT_MISMATCH
    [Thr 5332] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-30): SSSLERR_SERVER_CERT_MISMATCH [icxxconn.c 2005]
    [Thr 5332] *** ERROR => IcmConnClientRqCreate() failed (rc=-14) [icrxx.c      4919]
    [Thr 5332] *** ERROR => Could not connect to SAP Message Server at <FULLY QUALIFIED HOST NAME>. URL=/msgserver/text/logon?version=1.2 [icrxx.c      2301]
    [Thr 5332] *** ERROR => rc=-1, HTTP response code: 0 [icrxx.c      2302]
    [Thr 5332] *** ERROR => see also OSS note 552286 [icrxx.c      2303]
    We have gone through the trouble shooting note 552286 as listed in the error above.  Any assistance is appreciated.

    Hello, did you receive any resolution for this problem?  We are receiving a similar error and I am unsure of how to resolve.

  • Error when configuring WF

    Hello,
    I'm getting an error when I do the post deployment configuration for workflow. I am using version 7.0.1, but this problem also existed in version 7.0.
    I am attempting to enable integration between WorkFlow and Form Manager. These are the steps that I am taking.
    1) Log into the adminui console.
    2) Select Services
    3) Select Adobe LiveCycle Form Manager
    4) Select Configuration settings
    5) Under general settings, I selected the checkbox on this line "Adobe LiveCycle Form to display Adobe LiveCycle Workflow worklists.
    6) Click the save button on the top right of the page.
    When the next page loads, I get a system error that says "The request could not be processed. Please retry the operation. If the problem persists, please contact your system administrator". When I go back to the general setting section, the checkbox is not selected.
    Are there any known workarounds for this issue? How else can I get FM to display WF worklists?

    Thanks for responding Howard.
    The answer to the first two questions is both yes.
    Here's the output in server.log:
    2005-11-08 10:46:13,217 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:47:10,202 INFO [STDOUT] 8-Nov-2005 10:47:10 AM com.adobe.workflow.email.InboxReader run
    SEVERE: InboxReader: message exception: Connect failed;
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    2005-11-08 10:47:10,405 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:47:10,577 INFO [STDOUT] javax.mail.MessagingException: Connect failed;
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    2005-11-08 10:47:10,592 INFO [STDOUT] at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:106)
    2005-11-08 10:47:10,592 INFO [STDOUT] at javax.mail.Service.connect(Service.java:233)
    2005-11-08 10:47:10,592 INFO [STDOUT] at javax.mail.Service.connect(Service.java:134)
    2005-11-08 10:47:10,592 INFO [STDOUT] at com.adobe.workflow.email.InboxReader.run(InboxReader.java:116)
    2005-11-08 10:47:10,592 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
    2005-11-08 10:47:13,655 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:48:40,686 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:48:41,530 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:48:41,686 INFO [STDOUT] 8-Nov-2005 10:48:41 AM com.adobe.workflow.email.InboxReader run
    SEVERE: InboxReader: message exception: Connect failed;
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    2005-11-08 10:48:43,139 INFO [STDOUT] javax.mail.MessagingException: Connect failed;
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    2005-11-08 10:48:43,217 INFO [STDOUT] at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:106)
    2005-11-08 10:48:43,233 INFO [STDOUT] at javax.mail.Service.connect(Service.java:233)
    2005-11-08 10:48:43,233 INFO [STDOUT] at javax.mail.Service.connect(Service.java:134)
    2005-11-08 10:48:43,233 INFO [STDOUT] at com.adobe.workflow.email.InboxReader.run(InboxReader.java:116)
    2005-11-08 10:48:43,233 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
    What's an InboxReader?

  • Error when configuring HFM DCOM

    I am installing HFM on Windows 2003 R2 64bit 32GB RAM 8 CPU machine. It is in a domain and we are using a domain account that in in the local server's administrator group. We have also edit all the DCOM components related to HFM installation and manually set the identity to this user.
    Also we can use this user account to access other administrative function without any errors or access issue so I am not sure why it is giving this error.
    When I try to configure HFM DCOM it fails. In the hfm-config.log I get these errors
    (Thu Jul 29 22:49:29 2010) Successfully set the user to DCOM limits
    (Thu Jul 29 22:49:29 2010) Attempting to configure the DCOM
    (Thu Jul 29 22:49:29 2010) Invalid DCOM User name "ced\********" or password. Line:4378 File: .\CHFMConfigUtil.cpp Error code:0x80040803 Error: Logon failure: unknown user name or bad password.
    (Thu Jul 29 22:49:29 2010) Failed to obtain the user info of ced\******** Line:3640 File: .\CHFMConfigUtil.cpp Error code:0x80040803 Error: IDispatch error #1539
    (Thu Jul 29 22:49:29 2010) Failed to set the DCOM identity of {A019A3BD-742F-475b-9294-08022EB254A6} to ced\********** Line:132 File: .\CHFMRegistryConfig.cpp Error code:0x80040803 Error: IDispatch error #1539
    (Thu Jul 29 22:49:29 2010) Fatal Error: DCOM configuration failed. Line:369 File: .\CHFMConfigUtil.cpp Error code:0x80040803 Error: IDispatch error #1539
    (Thu Jul 29 22:49:29 2010) General Error. Line:827 File: .\CHFMConfigUtil.cpp Error code:0x80040840 Error: IDispatch error #1600
    Thanks for any help.

    Hi
    Please following the following steps:
    1. Check if the account (say hyp_docm) is there in Admin group of all the HFM boxes.
    2. Ensure DOCM is not stopped in any HFM boxes.
    3. Windows Fix
    - Execute on HFM Servers
    Note – this change is made because of performance / stability issues, in accordance to Microsoft article KB899148 (http://support.microsoft.com/kb/899148/en-us).
    - Open registry ‘Start -> Run “regedit”’
    - Navigate to ‘HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Rpc’
    Note – you may have to create the Rpc key under Windows NT key
    To create key
    Navigate to ‘HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT’
    Right-click, select ‘New’
    Select ‘Key’
              Set name to Rpc
    - Right-click on the right-hand pane, navigate ‘New >DWORD Value’
         Set name to ‘Server2003NegotiateDisable’
    - Double-click ‘Server2003NegotiateDisable’
         Value Data:     1
    - Select ‘OK’
    - Close Registry editor
    - Reboot the server (Must)
    4. Dcom permission
    Set Local Policy Permissions
    => Open Local Security Settings applet, ‘Start -> Run “secpol.msc”’
    => Navigate to ‘Local Policies -> User Rights Assignments’
    => Double-click ‘Act as Part of Operating System’
    => Select ‘Add User or Group’
    Enter object name ‘domain\hyp_docm’
    Select ‘Check Names’
    Select ‘OK’
    => Select ‘Apply’
    => Select ‘OK’
    => Double-click ‘Bypass Traverse Checking’
    => Select ‘Add User or Group’
    Enter object name ‘domain\hyp_docm’
    Select ‘Check Names’
    Select ‘OK’
    => Select ‘Apply’
    => Select ‘OK’
    => Double-click ‘Log on as Batch Job’
    => Select ‘Add User or Group’
    Enter object name ‘domain\hyp_docm'
    Select ‘Check Names’
    Select ‘OK’
    => Select ‘Apply’
    => Select ‘OK’
    => Double-click ‘Log on as Service’
    => Select ‘Add User or Group’
    Enter object name ‘domain\hyp_docm'
    Select ‘Check Names’
    Select ‘OK’
    => Select ‘Apply’
    => Select ‘OK’
    => Close Local Security Settings applet
    5. Rotate the config log and re-configure all HFM steps using EPM Confihurator. Don't forget to confin Workssoace web
    Regards
    Rupak
    Mantra to Win | winmantras.com
    Edited by: Rupak Basak on Jul 30, 2010 6:45 PM

  • Hyperion Enterprise 6.5.1.1 Error when configuring HEWeb

    I have a newly installed version of Hyperion Enterprise 6.5.1.1 on a Windows 2008 R2 server. When I launch HEWeb via internet explorer, I am getting the following error:
    Server Error in '/HEWeb' Application
    Object variable or With block variable not set
    I am trying to configure Smart View, but before I can do so, I must web enable the Enterprise application. I tried to access Server Administration via the HE Client, but that gives me the following error when I try to save the settings
    HTTP 500: iis 7.5 detailed error - 500.0 - internal server error
    Any help would be appreciated

    Hi,
    Though you haven't said the bit version of the Windows and I assuming you are on a 64 bit...
    Have you followed the instructions / prerequisites while performing an install.
    Please refer to the below Heading in the Enterprise ReadMe.
    To install this release in a Windows 2008 Server 64-bit environment:
    Read Me URL:
    http://docs.oracle.com/cd/E12379_01/doc/ent.650/ent_6511000_readme.pdf
    If not, uninstall everything and start from the scratch as per the instructions. Make sure you run the command.
    Hope this helps,
    Thank you,
    Charles Babu J

  • Re: Error when configuring Data Masking with workload masking in 12c

    Hello,
    Even I am facing a similar issue - error message displayed when trying for data-masking along with R.A.T. capabilities
    Can anybody help resolve this.
    Objective - Use Real Application Testing in combination with Test Data Masking Pack
    Current Setup
    I have a VM Box with Windows 2008 R2 Server OS Image
    Enterprise Manager 12c and Oracle 11g Database Instance Installed and configured on the same host.
    Have added one more Oracle Database Instance 11g Database instance into the Target Databases.
    while doing data masking, when i select the checkbox Ensure Workload Masking Compatibility i always get the error:
    "Workload masking is not supported by the target database chosen. You may need to apply a patch or move to a newer version of the database for workload masking."
    Can you please guide as to which patches / configurations need to added. I believe the Patches and Provisioning Wizard within EM will help on installing the requiredd patches.
    But I am not aware of which patch it is referring to.
    highly appreciate your help n guidance in this regards.
    Regards,
    Nayan Tejani
    +91 98333 02666

    Gosh! at last i found the solution!!
    I appreciate those who tried to help and i''m sharing the solution as i believe this is the purpose of SDN Forum and help others Netweaver Chap who facing the same problem:
    Problem faced:
    Extractor failed intermittently for WORKLOAD ANALYSIS (Introscope Data) due to error message "Error when opening an RFC connection"
    Due to the above error, performance data is not available in RCA workload analysis for J2EE engine.
    Possible Solution:
    1) Ensure both webadmin & SOLMANDIAG RFC working fine -> SM59 -> TCP/IP
    2) go to SE16 -> E2E_RESOURCES and change the resourcecap to 10 for SOLMANDIAG
    3) go to /smd/services -> Diagnostic System -> Advanced Setup -> Abap connectivity -> Connection Configuration and change server count to 10
    4) Restart webadmin (step 3 & 4 can perform in VA too)
    5) set gw/keepalive &  gw/reg_keepalive to value 0 in RZ11 (without reboot of instance)
    5) again go to SM59 -> TCP/IP -> SOLMANDIAG and put in the gateway host and gateway service correctly, don't leave this empty!!!! -
    > This is the main solution to solve intermittent failed RFC for extractor.
    Now, go back and monitor the extractor log and you should see no RFC error anymore and wait for 1 hour for the data to populate.
    Thanks!
    Nicholas Chang,

  • Nettr: ioctl failed: I/O error  - when configuring sun trunking

    Hello,
    I'm having a problem while trying to get sun trunking 1.3 configured. I'm getting the error, "/etc/opt/SUNWconn/bin/nettr: ioctl failed: I/O error" when executing the command, " /etc/opt/SUNWconn/bin/nettr -setup 0 device=qfe members=0,1,2,3 policy=1 lacp=p ptimer=1".
    I have an Ultra 80 with an installed qfe card. I can see the instances of the qfe in /etc/path_to_inst, and the card is currently unplumbed.
    The installation of Sun trunking 1.3 was fine and I rebooted the system prior to running the nettr command.
    Anyone seen this problem before. Any help would be appreciated.

    "If I guess correctly you are saying that in order for this to work the switch needs to support aggregation as well?"
    Yes. I had to have the four ports on my Cisco setup to accept aggregation. I believe it is because they are being presented with the same MAC address. Here are what my ports look like:
    CoreB#show run int gi5/17
    Building configuration...
    Current configuration : 190 bytes
    interface GigabitEthernet5/17
    switchport access vlan 10
    switchport trunk encapsulation dot1q
    switchport mode dynamic desirable
    spanning-tree portfast
    channel-group 6 mode active
    end
    CoreB#show run int gi5/18
    Building configuration...
    Current configuration : 190 bytes
    interface GigabitEthernet5/18
    switchport access vlan 10
    switchport trunk encapsulation dot1q
    switchport mode dynamic desirable
    spanning-tree portfast
    channel-group 6 mode active
    end
    CoreB#show run int gi6/17
    Building configuration...
    Current configuration : 190 bytes
    interface GigabitEthernet6/17
    switchport access vlan 10
    switchport trunk encapsulation dot1q
    switchport mode dynamic desirable
    spanning-tree portfast
    channel-group 6 mode active
    end
    CoreB#show run int gi6/18
    Building configuration...
    Current configuration : 190 bytes
    interface GigabitEthernet6/18
    switchport access vlan 10
    switchport trunk encapsulation dot1q
    switchport mode dynamic desirable
    spanning-tree portfast
    channel-group 6 mode active
    end

  • RPC error when configuring Exchange 2013 servers in 2nd site

    Hello. I'm running into an error when trying to configure any of my Exchange 2013 servers in my 2nd AD site. To get into the loop of what my server structure looks like, please check below:
    Site 1 servers:
    DC1 - Domain Controller
    DC2 - Domain Controller
    CAS1 - CAS server
    CAS2 - CAS server
    MBX1 - Mailbox server
    MBX2 - Mailbox server
    MATHAFTMG - TMG server
    Site 2 servers:
    CCCDC1 - Domain Controller
    CCCDC2 - Domain Controller
    CCCCAS1 - CAS server
    CCCCAS2 - CAS server
    CCCMBX1 - MBX server
    CCCMBX2 - MBX server
    CCCTMG - TMG server
    Currently I have a site-to-site vpn connection between site 1 and site 2 TMG servers via Internet connection; I can access the servers of the other site perfectly (whether I am in Site 1 or Site 2).
    All user mailboxes are currently in Site 1 MBX servers; when users are in Site 2, they connect to the CAS servers in Site 1 to access their mailboxes.
    Many users will stay permanently in Site 2, so it makes sense to have Exchange servers in Site 2 to provide faster access to mailboxes. I created the Site 2 domain controllers, and made sure AD replication is working; and it is. I then added the MBX servers
    and CAS servers in Site 2 in this order: CCCMBX1, then CCCCAS1, then CCCMBX2, then CCCCAS2.
    All Exchange servers in Site 2 installed beautifully. But then I tried to access the servers via ECP to proceed with the configuration. In ECP, I click on the server link, and all Exchange servers in both sites appear. If I try to configure the virtual directories
    of Site 1 CAS servers, no problem. But when I try to configure virtual directories of Site 2 CAS servers, I get this error message:
    The task wasn't able to connect to IIS on the server 'CCCCAS1.domain.com'. Make sure that the server exists and can be reached from this computer: The RPC server is unavailable.
    The virtual directories issue is just an example. Same thing happens if I try to configure Outlook Anywhere for Site 2 CAS servers.
    Users connect to Site 1 CAS servers via mail.domain.com. I have the A record mail.domain.com pointing to the IP address of CAS1 server, and another A record mail.domain.com pointing to the IP address of CAS2 server. Not the best load balancing going on here,
    but it works great with Exchange 2013.
    From mail.domain.com I can access OWA and ECP internally and externally; no problems there. From ECP I can access and configure any Site 1 Exchange 2013 servers.
    The only problem is when I access ECP to configure the Site 2 Exchange 2013 servers, I get the same error message:
    The task wasn't able to connect to IIS on the server '<server name>.domain.com'. Make sure that the server exists and can be reached from this computer: The RPC server is unavailable.
    Even if I try to access a Site 2 Exchange 2013 server via https://localhost/ecp to configure it, it get the same error message.
    I updated all Exchange 2013 servers in both sites to CU2 v2 and rebooted the servers in the proper order; problem still there.
    Any clue what might the problem be?
    Thank you!

    Hello. I'm running into an error when trying to configure any of my Exchange 2013 servers in my 2nd AD site. To get into the loop of what my server structure looks like, please check below:
    Site 1 servers:
    DC1 - Domain Controller
    DC2 - Domain Controller
    CAS1 - CAS server
    CAS2 - CAS server
    MBX1 - Mailbox server
    MBX2 - Mailbox server
    MATHAFTMG - TMG server
    Site 2 servers:
    CCCDC1 - Domain Controller
    CCCDC2 - Domain Controller
    CCCCAS1 - CAS server
    CCCCAS2 - CAS server
    CCCMBX1 - MBX server
    CCCMBX2 - MBX server
    CCCTMG - TMG server
    Currently I have a site-to-site vpn connection between site 1 and site 2 TMG servers via Internet connection; I can access the servers of the other site perfectly (whether I am in Site 1 or Site 2).
    All user mailboxes are currently in Site 1 MBX servers; when users are in Site 2, they connect to the CAS servers in Site 1 to access their mailboxes.
    Many users will stay permanently in Site 2, so it makes sense to have Exchange servers in Site 2 to provide faster access to mailboxes. I created the Site 2 domain controllers, and made sure AD replication is working; and it is. I then added the MBX servers
    and CAS servers in Site 2 in this order: CCCMBX1, then CCCCAS1, then CCCMBX2, then CCCCAS2.
    All Exchange servers in Site 2 installed beautifully. But then I tried to access the servers via ECP to proceed with the configuration. In ECP, I click on the server link, and all Exchange servers in both sites appear. If I try to configure the virtual directories
    of Site 1 CAS servers, no problem. But when I try to configure virtual directories of Site 2 CAS servers, I get this error message:
    The task wasn't able to connect to IIS on the server 'CCCCAS1.domain.com'. Make sure that the server exists and can be reached from this computer: The RPC server is unavailable.
    The virtual directories issue is just an example. Same thing happens if I try to configure Outlook Anywhere for Site 2 CAS servers.
    Users connect to Site 1 CAS servers via mail.domain.com. I have the A record mail.domain.com pointing to the IP address of CAS1 server, and another A record mail.domain.com pointing to the IP address of CAS2 server. Not the best load balancing going on here,
    but it works great with Exchange 2013.
    From mail.domain.com I can access OWA and ECP internally and externally; no problems there. From ECP I can access and configure any Site 1 Exchange 2013 servers.
    The only problem is when I access ECP to configure the Site 2 Exchange 2013 servers, I get the same error message:
    The task wasn't able to connect to IIS on the server '<server name>.domain.com'. Make sure that the server exists and can be reached from this computer: The RPC server is unavailable.
    Even if I try to access a Site 2 Exchange 2013 server via https://localhost/ecp to configure it, it get the same error message.
    I updated all Exchange 2013 servers in both sites to CU2 v2 and rebooted the servers in the proper order; problem still there.
    Any clue what might the problem be?
    Thank you!

  • SDM Error when Configuring Firewall on 851

    SDM V2.3.2 gives me an error when generating the Firewall for an 851. How do I get past this error?

    Hi Mike,
    It seems hat this pppoe error is not critical. According to the following Software Defect Report, some images do not give the user access to that command:
    CSCsq83872 - Memory Leak seen while unconfiguring pppoe
    (BTW, your IOS image has the fix for the above problem)
    Also, you are saying that your Internet is up, so the PPPoE piece seems to be fine.
    At this point, I would recommened that you open a TAC case so we can look at this issue in more detail:
    http://www.cisco.com/tac/caseopen
    Once you have the case number, please send it to me so I can track it. After the engineer provides you with the solution, I will post on the forum.
    Thanks,
    Marcos

  • "Can't find recent OpenSSL libcrypto" error when configuring openssh 4.3p2

    This is being done on a new install of Solaris 9 (patched) with Studio 11 installed. I complied openssl 0.9.8a with the following:
    config --prefix=/usr/local shared
    openssl builds fine and the output of openssl version is Openssl 0.9.8a.
    When I try and run the configure script with openssh I get the can't find recent Openssl error before the configure script can continue. The config.log reports the following:
    "ld: fatal: library -lcrypto not found"
    At first I thought the problem was I had to explictly define where the libcrypto file was located so I modified the configure script and edited the -lcrypto line to point to /usr/local/lib/libcrypto.so. This didn't help. I have tried defining --with-ssl-dir but that doesn't help either. 
    Anyone ideas/suggestions would be appreciated.
    -- Chris

    Hi
    Not very pretty, and I don't know if autotools will undo it behind your back, but setting
    LD_OPTIONS="-R/usr/local/lib"
    might do the trick.
    Paul

  • Oracle 10gr2 rac, ora-12545 error when configured in shared server mode

    Hi i have fresh installation on two node rac on linux, with oracle 10gr2. It is running successfully, when i configure it in shared server mode and try to connect from client it gives error ora_12545:
    I have referred the oracle metalink notes and configured the local_listener as well as the remote_listener,
    still it is giving the error. I am able to tnsping all the entries on tnsnames.ora,
    i m also able to ping the hostnames,
    It connects most of the times succeessfully but some times it gives the error.
    how to solve this problem,
    please help me

    Basically this error means you misspelled the hostname or typed a wrong IP Address.
    Oracle Error :: TNS-12545+
    Connect failed because target host or object does not exist
    Cause
    The address specified is not valid, or the program being connected to does not exist.
    Action
    Ensure the ADDRESS parameters have been entered correctly; the most likely incorrect parameter is the node name. Ensure that the executable for the server exists (perhaps "oracle" is missing.) If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the host name to a numeric IP address and try again.
    I suggest you to check the dispatcher instance parameter.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Error when configuring SES PeopleSoft

    Hi All,
    I am trying to Configure Oracle SES with PeopleSoft Portal 9.2,I have done all the configurations,but when i try to test proxy login i am getting the below error,
    Proxy login failed : Error with IdentityPlugin.validateUser:
    oracle.search.sdk.common.PluginException: javax.xml.soap.SOAPException: Message send failed: Connection refused
    at oracle.search.plugin.security.identity.psft.PsftIdentityPlugin.validateUser(PsftIdentityPlugin.java:334)
    at oracle.search.query.internal.AuthnTask.run(AuthnTask.java:136)
    (262,1317) (262,1318)
    Can anyone please help me out..

    1. Have you given HTTPS url or HTTP url? As I know it should be HTTPS URl.
    2, Also, check this old thread - https://forums.oracle.com/thread/2490944 - this has a similar issue reported.

Maybe you are looking for