How to see memory setting of a managed server

Hello,
Can anybody explain me how to see Memory settings of a managed server instance in weblogic server using unix box
Thanks
Ravi

Hi,
The memory setting on the WC_Spaces managed servers can be seen as mentioned below.
ps -eaf | grep Spaces
Above command shows something like this at the top of the output:
/a01/app/oraweb/middle/jrrt-3.1.2-1.6.0/bin/java -jrockit -Xms512m -Xmx1024m -Dweblogic.Name=WC_Spaces1 ...
Regards
Sreedhar

Similar Messages

  • Can i set a node manager serve for 2 domain on one machin??

    My question is simple.
    I installed webcenter suite and soa suite in a machine using difference linux user and difference middleware home.
    and I want to set a node manager server for two domains (soa_domain and webcenter_domain).
    Is is possible?
    When I tried to register domain list in node manager domain list using nmEnroll() of wlst, it failed.
    please check following logs in 7101 is admin server port of soa domain and I ran node manager on webcenter domain.
    Thanks in advance.
    BmW.
    ~~~~~~~~~~~~~~~~~~
    wls:/offline> connect()
    Please enter your username :weblogic
    Please enter your password :
    Please enter your server URL [t3://localhost:7001] :t3://localhost:7101
    Connecting to t3://localhost:7101 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'soa_domain'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    wls:/soa_domain/serverConfig> wls:/soa_domain/serverConfig> wls:/soa_domain/serverConfig> wls:/soa_domain/serverConfig> nmEnroll('/u02/app/soa11g/middleware/user_projects/domains/soa_domain', '/u02/app/wc11g/middleware/wlserver_10.3/common/nodemanager');
    Enrolling this machine with the domain directory at /u02/app/soa11g/middleware/user_projects/domains/soa_domain ...
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 1447, in nmEnroll
    File "<iostream>", line 1848, in raiseWLSTException
    WLSTException: Error occured while performing nmEnroll : Problem enrolling the machine. : /u02/app/soa11g/middleware/user_projects/domains/soa_domain/config/nodemanager/nm_password.properties (Permission denied)
    Use dumpStack() to view the full stacktrace
    wls:/soa_domain/serverConfig> exit();

    you might be victim of the "node manager starts WL Server with same Unix user id that was used to start Node Manager itself" problem
    see here http://forums.oracle.com/forums/thread.jspa?threadID=2184607&tstart=89
    I have been looking everywhere for a simple way to tell Node Manager to use a different Unix UID,
    anybody any clue?
    here http://download.oracle.com/docs/cd/E12840_01/wls/docs103/nodemgr/overview.html the Node Manager doc page

  • After Setting Up SSO Managed Server Won't Start

    I am using the Oracle supplied white paper to set up SSO using Active Directory. Following those instructions everything was working and testing correctly until I added the NegotiateIdentityAsserter provider to the list of WLS providers. Now the managed server won't start. The admin server starts without any errors and goes to the RUNNING state. But the Start BI Services command window gets to the wls.alive: prompt and hangs. And hangs. Eventually the window goes away and it may throw an error but I've never seen it. You can login to the WLS console and EM without a problem. Remove the new provider and everything comes up normally. I have looked at the krb5.ini and krb5login.conf files and even rewritten them from scratch without any change in behavior.
    While looking for answers I ran into the SPNEGOCheck webapp that Oracle makes available to diagnose problems. It says everything is OK until it parses the krb5login.conf and then complains that the Username associated with SPN in AD is blank and so doesn't match the SPN specified in the krblogin config. But I can't see anything wrong in the files themselves.
    from the log:
    In section 'libdefaults'
    LSA: Found Ticket
    LSA: Made NewWeakGlobalRef
    LSA: Found PrincipalName
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue
    LSA: Made NewWeakGlobalRef
    LSA: Found EncryptionKey
    LSA: Made NewWeakGlobalRef
    LSA: Found TicketFlags
    LSA: Made NewWeakGlobalRef
    LSA: Found KerberosTime
    LSA: Made NewWeakGlobalRef
    LSA: Found String
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue constructor
    LSA: Found Ticket constructor
    LSA: Found PrincipalName constructor
    LSA: Found EncryptionKey constructor
    LSA: Found TicketFlags constructor
    LSA: Found KerberosTime constructor
    LSA: Finished OnLoad processing
    Config name: C:\Windows\krb5.ini
    KdcAccessibility: reset
    KdcAccessibility: reset
    Reachable? true
    Connection seems to have succeeded.
    Parsing section contents 'com.sun.security.jgss.krb5.accept { com.sun.security.auth.module.Krb5LoginModule required principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true;};'
    Section name: 'com.sun.security.jgss.krb5.accept'
    Getting next NV pair beginning at 'principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true'
    NVPair name: 'principal' value: '[email protected]'
    NVPair name: 'keyTab' value: 'biwhse1a.keytab'
    NVPair name: 'useKeyTab' value: 'true'
    NVPair name: 'storeKey' value: 'true'
    Got back 4 name/value pairs.
    section com.sun.security.jgss.krb5.accept should probably contain a setting for debug=true
    Section com.sun.security.jgss.krb5.accept seems OK
    The krb5.ini file:
    [libdefaults]
    default_realm = SRS1.COM
    default_tkt_enctypes = des-cbc-crc
    default_tgs_enctypes = des-cbc-crc
    ticket_lifetime = 600
    [realms]
    SRS1.COM = {
    kdc = 129.58.120.200
    admin_server = adc01.srs1.com
    default_domain = SRS1.COM
    [domain_realm]
    .srs1.com = SRS1.COM
    [appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
    The krb5login.conf file:
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    [D:\] setspn -L bi_kerb_prin
    Registered ServicePrincipalNames for CN=bi_kerb_prin,OU=Non-Person Users,OU=WRC Users,DC=srs1,DC=com:
    HTTP/biwhse1a.srs1.com
    HTTP/biwhse1a
    [D:\]
    OBIEE 11.1.1.6.2 BP2
    Windows Server 2008 SP1

    Did you try -Djava.security.krb5.conf=<path>/krb5.conf before the %EXTRA_JAVA_PROPERTIES%. in your C:\OBI\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd .?
    Also change your JAAS config file and try with
    com.sun.security.jgss.krb5.initiate {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    Now restart and see.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS
    Edited by: SSVS on Mar 17, 2013 11:47 PM

  • How to start Weblogic 10.3.5 managed server on port 80

    Hello,
    We're trying to understand how to start Weblogic as root so we can start on port 80 on Linux. We understand that we'll use the post bind UID to run as a non-priv user. Right now in the Admin console under the managed server, Server Start properties (node manager) we have the weblogic user as the user to start the server, which works. Is this where we'd put the root user? We tried that but it fails complaining about root user didn't have permission to start the server. Can someone shed some light?
    Thanks

    Hi
    1. You are asking for 2 things here:
    a) Start Weblogic as root user ?
    Before I answer this question, who (Which User) installed Weblogic Software and who created Domain. I hope its NOT root user. Usually its not preferable to use root account for this. Instead create a new user account like for example oracle or some xyz. Then login with that account. Install Weblogic and create any Domain. I would NOT prefer/recommend using root account to install weblogic. This means, I would not recommend/support to start weblogic as root user. The thing is when you install weblogic, it stores/creates lots of files/scripts. Now when you start, it has to be same user. Because at the startup, we need to read files and also CREATE lots of temp files under domain root folder. So on unix, this becomes very complex. Simple answer is if you install weblogic and domain with user say "xyz" and try to start domain with "root", you corrupted your entire domain. Some files gets changed to root user and some files just FAIL saying you do not have permissions. So its just gone. If you are a Unix Geek, do some magic and restore all permissions back.
    b) Start Weblogic at Port 80
    Very Simple. Forget about above thing. Install Weblogic and create domain say with user "xyz". Just go to domain root folder, open config/config.xml file and edit the localport to 80. By default at time of domain creation if you used all the defaults like port 7001, then you will NOT see this entry in config.xml file. But still you can edit config.xml file manually. Stop the servers. Add a section with listen-port as 80. Just refer docs for the steps. After this change, your weblogic server is now running at port 80. NOW, the main precautions is make sure that you do NOT have any other stuff running at the same port 80. Otherwise, Weblogic server startup will fail saying port 80 is already is in use.
    Now if you want both a) and b), still it is possible. But I would NOT want/recommend a), which is use "root" account to install weblogic server and create and start the Domain. Nope, totally not recommending and supporting this. Yes, port 80 can be used, but not the "root" account.
    Thanks
    Ravi Jegga

  • How to use jspx deployed in different managed server from bpm work space

    Hi,
    I have created and deployed my view project having all the jspx files and managed beans into a different managed server(created a new server,not into the soa server).
    I have created a bpm process and now I want to use the jspx page(deployed into the new managed server) in my bpm wrokspace.
    Can anyone help me how I can do it.
    thanks in advance.
    Regards,
    Tukuna

    Hi ,
    I tried with the below url and still i am not able to open the jspx page deployed into the admin server.
    http://docs.oracle.com/cd/E21764_01/integration.1111/e10224/bp_designtf.htm#BDCFBJIE
    28.8.4 How To Deploy a Task Form to a non-SOA Oracle WebLogic Server
    Any help on this is appreciatable.
    Many thanks
    Tuku

  • How to get IP address of the Managed Server, in a cluster?

    Hello,
    I have created a cluster and have two managed servers in it. WLS version is 10.3 and paltform is Windows. Both the managed servers are on different machines. And I have Sun one web server (version 6) configured instead of the WLS in-built web server. I want to display, in my JSP, the IP/host name of the managed server to which the request is going to (forwarded by the Sun one server). How do I do that?
    Any help would be greatly appreciated. Thanks in advace.
    Thanks,
    Sanjay

    There isint a way to get this which is weblogic specific.
    you can try the following code to get it
    import java.util.*;
    import java.lang.*;
    import java.net.*;
    public class GetOwnIP
    public static void main(String args[]) {
    try{
    InetAddress ownIP=InetAddress.getLocalHost();
    System.out.println("IP of my system is := "+ownIP.getHostAddress());
    System.out.println("hostname = " + ownIP.getHostName());
    }catch (Exception e){
    System.out.println("Exception caught ="+e.getMessage());
    Hope this works

  • How to Uninstall a failed Virtual Machine Management Server (x64) installation ?

    Dear Technet Team,
    I cannont uninstall the Virtual Machine Management Server (x64). Already tried it with the Installation Image. The Uninstalling process suddenly crashed without no error. I delete everything so far DB as well because it was never in use. So how can
    I uninstall the Management Server. I did not install it a Cluster as well. 
    By the way i tried it with wmic but there i got "no instance available" error. I am stucking with this quite a while. I messed it up really hard so i think i must manually delete all regestry keys because i already delete some. Is there a way to
    uninstall it Forcefully ? 
    Thank you! 
    Yours sincerely,
    Tobias 
     

    I will Post the Log so maybe someone can help me.  
    2014-07-31T10:07:43.0139343+02:00 Always:
    Trace Session Started
    10:07:43:
    10:07:43:Application Started
    10:07:43:CheckForRemovableMedia: Folder C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager
    10:07:44:CheckForRemovableMedia: Drive C:\
    10:07:44:CheckForRemovableMedia: DriveType 3
    10:07:44:CheckForDirectoryAttributes: DriveType C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager
    10:07:44:CheckForDirectoryAttributes: FileAttributes Directory
    10:07:44:CheckForRemovableMedia: Folder C:\ProgramData\Virtual Machine Manager Library Files
    10:07:44:CheckForRemovableMedia: Drive C:\
    10:07:44:CheckForRemovableMedia: DriveType 3
    10:07:44:CheckForDirectoryAttributes: DriveType C:\ProgramData\Virtual Machine Manager Library Files
    10:07:44:CheckForDirectoryAttributes: FileAttributes Directory, NotContentIndexed
    10:07:44:OriginalInstallSource: E:\amd64\setup
    10:07:44:CheckIfVirtualMachineManagerIsInstalled: Check whether VMM server is installed
    10:07:44:CheckProductByUpgradeCode : found product with upgrade code {0B58D0F8-0532-469C-918B-B8A0A331001b} with version 3.2.7510.0
    10:07:44:CheckProductByUpgradeCode: Installed Version 3.2.7510.0
    10:07:44:CheckIfVirtualMachineManagerIsInstalled: VMM server found
    10:07:44:CheckForRemovableMedia: Folder C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\
    10:07:44:CheckForRemovableMedia: Drive C:\
    10:07:44:CheckForRemovableMedia: DriveType 3
    10:07:44:CheckForDirectoryAttributes: DriveType C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\
    10:07:44:CheckForDirectoryAttributes: FileAttributes Directory
    10:07:44:CheckIfVirtualMachineManagerIsInstalled: Check whether VMM client is installed
    10:07:44:CheckIfVirtualMachineManagerIsInstalled: Check whether VMM web portal is installed
    10:07:44:CheckIfVirtualMachineManagerIsInstalled: Check whether VMM agent is installed
    10:07:46:Start adding DataItems
    10:07:46:WebDeploymentTool
    10:07:46:MicrosoftSystemCLRTypesForSQLServer2012x64
    10:07:46:MicrosoftSQLServer2012TransactSQLScriptDom
    10:07:46:MicrosoftSQLServer2012DataTierAppFramework
    10:07:46:MicrosoftSQLServer2012ManagementObjectsx64
    10:07:46:VMMServer
    10:07:46:VMMAdministratorConsole
    10:07:46:FinalConfiguration
    10:07:46:Done adding DataItems
    10:07:47:Adding Page SwitchPage
    10:07:47:Enter Microsoft.VirtualManager.Setup.SwitchPage
    10:07:47:Adding Page BlockPage
    10:07:47:Adding Page ProgressPage
    10:07:47:Adding Page FinishPage
    10:07:47:Adding Page InitialInstallStartPageSwitch
    10:07:47:Adding Page EulaPage
    10:07:47:Adding Page ComponentsPage
    10:07:47:Adding Page CeipPage
    10:07:47:Adding Page CeipPageForAdminConsole
    10:07:47:Adding Page RegistrationPage
    10:07:48:Adding Page MicrosoftUpdatePage
    10:07:48:Adding Page InstallationLocationPage
    10:07:48:Adding Page PrerequisitesProgressPage
    10:07:48:Adding Page AdditionalPrerequisitesPage
    10:07:48:Adding Page SelectDatabaseServerPage
    10:07:48:Adding Page ClusterConfigPage
    10:07:48:Adding Page AccountConfigurationPage
    10:07:48:Adding Page PortConfigurationPage
    10:07:48:Adding Page WebPortalConfigurationPage
    10:07:48:Adding Page LibraryConfigurationPage
    10:07:48:Adding Page UpgradeInformationPage
    10:07:49:Adding Page ReadyToInstallPage
    10:07:49:Adding Page ARPStartPageSwitch
    10:07:49:Adding Page ARPAddRemovePage
    10:07:49:Adding Page ARPAddRemoveComponentsPage
    10:07:49:Adding Page ARPRemoveDatabasePage
    10:07:49:Adding Page ConfigInitialInstallStartPageSwitch
    10:07:49:Adding Page ConfigRegistrationPage
    10:07:49:Adding Page ConfigEulaPage
    10:07:49:Adding Page ConfigCeipPage
    10:07:49:Adding Page ConfigMicrosoftUpdatePage
    10:07:49:Adding Page ConfigSelectDatabaseServerPage
    10:07:49:Adding Page ConfigAccountConfigurationPage
    10:07:49:Adding Page ConfigLibraryConfigurationPage
    10:07:49:Adding Page ConfigReadyToInstallPage
    10:07:49:Adding Page UpgradeStartPageSwitch
    10:07:49:Adding Page UpgradeComponentsPage
    10:07:49:Exit Microsoft.VirtualManager.Setup.SwitchPage
    10:07:49:ForwardFromSwitchPageHandler: Moving to page ARPStartPageSwitch
    10:07:49:Enter Microsoft.VirtualManager.Setup.StartPage
    10:07:49:Exit Microsoft.VirtualManager.Setup.StartPage
    10:07:49:Enter Microsoft.VirtualManager.Setup.AddRemovePage
    10:07:51:Exit Microsoft.VirtualManager.Setup.AddRemovePage
    10:07:51:ForwardToPageBasedOnPropertyValueHandler: Property bag entry for AddRemoveMode is 2.  This means that we will move to a next page id ARPAddRemoveComponentsPage.
    10:08:30:Enter Microsoft.VirtualManager.Setup.AddRemoveComponentsPage
    10:08:39:RationalizeComponents: We are doing a full uninstall of all components that are currently installed.
    10:08:39:Exit Microsoft.VirtualManager.Setup.AddRemoveComponentsPage
    10:08:39:ForwardFromAddRemoveComponentsPageHandler: Move to Remove Database Page
    10:08:39:Enter Microsoft.VirtualManager.Setup.RemoveDatabasePage
    10:08:42:Uncaught Exception: Threw Exception.Type: Microsoft.VirtualManager.Setup.Exceptions.BackEndErrorException, Exception.Message: "SqlMachineName" ist leer oder hat mehr als 255 Zeichen.
    Geben Sie einen gültigen Wert ein, und wiederholen Sie den Vorgang.
    10:08:42:StackTrace:   bei Microsoft.VirtualManager.Setup.SqlMachineName.Validate(Object newInputValue)
       bei Microsoft.VirtualManager.Setup.InputParameter.SetInputValue(Object inputValue)
       bei Microsoft.VirtualManager.Setup.RemoveDatabasePage.ExitPage()
       bei Microsoft.VirtualManager.SetupFramework.PageNavigation.NavigateToPage(Navigation navigation, String jumpPage, Boolean shouldValidate)
       bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       bei System.Windows.Controls.Button.OnClick()
       bei System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       bei System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       bei System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
       bei System.Windows.Input.InputManager.ProcessStagingArea()
       bei System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       bei System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       bei System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       bei System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
       bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       bei System.Windows.Application.RunInternal(Window window)
       bei System.Windows.Application.Run()
       bei Microsoft.VirtualManager.Setup.Program.Main()
    10:08:42:Application Ended
    10:08:42:Failed
    10:08:42:Property Bag Values:
    10:08:42:SetupStartTime = 31.07.2014 10:07:42
    10:08:42:POSTINSTALL = 1
    10:08:42:DefaultLogPath = C:\ProgramData\VMMLogs
    10:08:42:DefaultLogName = C:\ProgramData\VMMLogs\SetupWizard.log
    10:08:42:setupexepath = C:\Users\Administrator\AppData\Local\Temp\2\VME0CD.tmp\Setup
    10:08:42:ArchitectureIs64Check = True
    10:08:42:OperationSystemIs2k12OrLater = True
    10:08:42:SetupUserAccount = 
    10:08:42:UserName = Windows-Benutzer
    10:08:42:CompanyName = 
    10:08:42:ProductKey = 
    10:08:42:ProgramFiles = C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\
    10:08:42:IntegratedInstallSource = 
    10:08:42:CreateNewSqlDatabase = True
    10:08:42:RetainSqlDatabase = 
    10:08:42:ForceHAVMMUninstall = 
    10:08:42:SqlServerPort = 0
    10:08:42:SqlInstanceName = 
    10:08:42:SqlDatabaseName = VirtualManagerDB
    10:08:42:RemoteDatabaseImpersonation = False
    10:08:42:SqlMachineName = VW-SRV
    10:08:42:SqlDBAdminName = 
    10:08:42:SqlDBAdminPassword = 
    10:08:42:SqlDBAdminDomain = 
    10:08:42:SqlDataFileLocation = 
    10:08:42:SqlLogFileLocation = 
    10:08:42:IndigoTcpPort = 8100
    10:08:42:IndigoHTTPSPort = 8101
    10:08:42:IndigoNETTCPPort = 8102
    10:08:42:IndigoHTTPPort = 8103
    10:08:42:WSManTcpPort = 5985
    10:08:42:BitsTcpPort = 443
    10:08:42:VmmServerName = 
    10:08:43:CreateNewLibraryShare = True
    10:08:43:LibraryShareName = MSSCVMMLibrary
    10:08:43:LibrarySharePath = C:\ProgramData\Virtual Machine Manager Library Files
    10:08:43:LibraryShareDescription = VMM-Bibliotheksfreigabe
    10:08:43:SQMOptIn = False
    10:08:43:MUOptIn = False
    10:08:43:VmmServiceLocalAccount = True
    10:08:43:VmmServiceDomain = 
    10:08:43:VmmServiceUserName = 
    10:08:43:VmmServiceUserPassword = 
    10:08:43:TopContainerName = 
    10:08:43:HighlyAvailable = False
    10:08:43:HighlyAvailable2ndNode = False
    10:08:43:VMMStaticIPAddress = 
    10:08:43:Upgrade = 
    10:08:43:InstallationLocation = C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager
    10:08:43:LocationOfSetupFiles = E:\amd64\setup
    10:08:43:SERVER-VERSION = 1
    10:08:43:BackupSqlDatabase = True
    10:08:43:ScreensLoaded = 1
    10:08:43:uninstall = 1
    10:08:43:AddRemoveMode = 1
    10:08:43:SERVER = 1
    10:08:43:Collection LISTOFCOMPONENTSSELECTEDFORINSTALLING (System.Collections.ArrayList):
    10:08:44: [0] = SERVER 
    10:08:44:fulluninstall = 1
    10:08:44:PangaeaServer = 1
    10:08:44:ARPComponentsNextPage = 0
    10:08:44:End of list Property Bag Values.
    10:08:44:
    2014-07-31T10:08:44.5140408+02:00 Always:
    Trace Session Ended

  • How to create a winsow service for managed server 11g

    Hi
    We have just installed Fusion Middleare 11g weblogic 10.3.6 , our Admin server and managed server are on this very same server.
    we are trying to create a window service for start and stop both admin and managed server, we have created a window service for the admin server followed the instruction, but how can we create a window service for the managed server?
    any idea?
    thanks a lot

    Hi Andrew
    Thanks for the post. I have already followed that document link. My problem is the DTC does not failover to Second node when I try to move the SQL Server Engine to the other Node or I do a simulate failure option.
    But when I shutdown Node 1 all the services move to Node 2 without any issue.
    Thanks & Regards
    Ravinder

  • Re: How to start Weblogic 10.3.5 managed server on port 80

    I can start managed server at port 80 but root permission make some deployments of managed server cannot cooperate with adminserver which is run by oracle user, in my case is oam_server1. Server is run but access server is down.

    I can start managed server at port 80 but root permission make some deployments of managed server cannot cooperate with adminserver which is run by oracle user, in my case is oam_server1. Server is run but access server is down.

  • How to move AEM to a new Management Server

    In preparation for the migration to SCOM 2012, I'm replacing our 2003 servers with 2008 servers.  Is there anything specific that needs to be done to enable AEM on another server otherthan disabling AEM on the old server and
    enabling it on the new one?  What is the process of updating the GPO?  Do I need to rerun the wizard and generate a new template or can the existing GPO be modified?
    Thanks,
    Ron

    Hi
    I just found this question here, a bit late, but I think some one still might use it. Basically you can just disable and enable AEM on the new Management Server. What you have to make sure, that you modify the GPO to the new Management Server. The GPO adds
    Settings for the Client what Kind of data is sent to the Management Server and to which Management Server. You could modify the GPO manually.
    I assume you have the share for the AEM data not locally on the Management Server, instead you have it placed on a network file share.
    Cheers,
    Stefan
    Blog: http://stefanroth.net

  • Preload - how to see memory usage?

    excuse me for revitalizing this, but this:
    lucke wrote:Set PRELOAD_OPTS to verbose 10.
    still is neccesary to get an output in the log.
    btw. my log doesn't inform the memory-usage.
    is there an easy way to see how much memory it actually uses?
    Shouldn't there be a proccess running wich I can see in htop and therefor the memory usage?
    Last edited by capoeira (2012-01-12 17:21:12)

    it's not working for me. it is not showing memory usage and now even shows a syntax error:
    [studio@myhost ~]$ sudo tail -f /var/log/preload.log
    [Thu Jan 12 07:47:49 2012] failed reading state from /var/lib/preload/preload.state: line 415: invalid syntax
    [Thu Jan 12 07:47:49 2012] Exiting
    [Thu Jan 12 12:56:04 2012] loading conf from /etc/preload.conf
    [Thu Jan 12 12:56:04 2012] loading state from /var/lib/preload/preload.state
    [Thu Jan 12 12:56:04 2012] failed reading state from /var/lib/preload/preload.state: line 415: invalid syntax
    [Thu Jan 12 12:56:04 2012] Exiting
    [Thu Jan 12 12:56:16 2012] loading conf from /etc/preload.conf
    [Thu Jan 12 12:56:16 2012] loading state from /var/lib/preload/preload.state
    [Thu Jan 12 12:56:16 2012] failed reading state from /var/lib/preload/preload.state: line 415: invalid syntax
    [Thu Jan 12 12:56:16 2012] Exiting

  • MSI 990FXA-GD80 how to see memory voltage?

    I would like to see the memory voltage set by motherboard, however neither MSI control center tool nor BIOS itself shows the selected default voltage. (the old non-graphical bios was much better in that sense in my old msi 890fx board). I just want to see what bios sets as default out of curisity, because I am using 1.25v ddr3 modules and I want to know if everything is fine.

    There are programs like Si-Software Sandra, CPU-Z and a few others that show voltages....
    If you are concerned that the 'Auto' SPD reading by your Bios might be setting incorrectly.. you can set you voltages manually in Bios. The Firmware reads the SPD of the memory.

  • How do I get set up to manage my calendar, taks list and contacts on iphone

    I'm new to iphone.  Can somebody tell me the best way to manage my calendar & task list?  I have Act! database manager but would be ok using something simplier like Outlook or even Yahoo if possible but I don't even know where to start.  Any opinions or suggestions?
    Thanks for your response.
    Solved!
    Go to Solution.

    When you go into iTunes, and plug the iPhone in, there should be a tab for Calendar. It should offer you an option to sync with outlook.

  • How to see Exceptions Logged in the Tomcat Server

    Software Installed
    jakarta-tomcat-5.5.2
    Windows 98SE
    IE6.0SP1
    Requirement
    There is a long Exception appearing when I start the Tomcat Server by running startup.bat.in the Dos Console Window Everything is scrolled out and so I am not able to see the real Exception.
    How to read the real Exception.I have heard that the Exceptions are logged in the %CATALINA_HOME%\logs Folder But I can't find anything.
    Is there any change required in the server.xml file for logging the Exceptions
    Thanks in advance
    CSJakharia

    Right click on the title bar of the DOS command window. Select properties. Set the "Screen Buffer Size" Height to 1000. This should allow you to view the entire Exception stack trace in the DOS window.

  • How  to  change  NLS_LANG setting of Oracle Application Server 10g R3

    Hi
    I  understand  that NLS_LANG for  OAS 10g  can  be  set  in three  different  places
      in the Windows  registry  \\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME  ( there is no  this key in my Windows 2003   server)
    – in the file opmn.xml   the  OC4J  configuration ( <environment><variable id=”NLS_LANG” value=”″></environment>),  there is no entry  like  this  in the opmn,xml ( probably is  using the  default  value)  
    – in Oracle  HTTP  server  configuration  (  which  file....?)
    Could  any  one   answer  the  below  question  for me please:
    1. What is  the  default  value of  NLS_LANG for an   OC4J container  (OAS 10g R3).
    2. What  is the  default  value of  NLS_LANG  for  Oracle http server  (OAS 10g R3).
    3.  How  can I  set  a  New  value  for   NLS_LANG  in  both Oracle HTTP  server  and OC4J in OAS 10g R3.
    Thanks  so  much  for  your promptly  reply. 

    Hi,
    Make sure the value of the NLS_LANG environment variable is compatible with the default locale setting of the operating system.
    Check the below links :
    http://docs.oracle.com/cd/B14099_19/core.1012/b14004/iasconfig.htm#BHCJHBBB
    Postinstallation Tasks
    Thanks,
    Sharmela

Maybe you are looking for