Why "Target Server Memory" = "Total Server Memory" (Permanently)?

Hello,
could you please help me to understand why values of next Performance counters are permanently equal?:
SQLServer:Memory Manager / Target Server Memory (KB)
SQLServer:Memory Manager / Total Server Memory (KB)
22906680 = 22906680
even after we added 4 GB RAM to this server.
Technical details: ________________________________
Microsoft SQL Server: 2008-R2 (SP1) - 10.50.2500.0 (X64), Standard Edition,
  - MIN server memory (MB): 4 096 (run_value)
  - MAX server memory (MB): 2 147 483 647 (run_value)
Microsoft Windows:  2008-R2 NT 6.1 (Build 7601: Service Pack 1) (Hypervisor), Enterprise Edition,
HW: Virtual (VMWare),
CPU: 8 virtual (Intel Xeon X5550),
RAM: 24 GB.
This server is:
  - dedicated for Microsoft SQL Server only,
  - member of
"Microsoft Active Directory".
__________________________________________________________ If isn't above described anything, the following applies: Technical details: * OS: Windows Server v2008-R2, English, Enterprise Edition, x64, SP1 ** My User-Account is member of 'Administrators'
local security group. * MS-SQL-Server: v2008-R2, English, Enterprise Edition, x64, SP1 ** My User-Account is member of 'SysAdmin' db-role.

Hello Shanky_621,
as I promised - there are
monitored values. New counters are highlighted by green color. And finally counter "Memory \ Pages/sec" is here ;-) :
Time interval: 02.04.2015 07:00 - 16:00 (Sample interval = 15 seconds)
Performance Counter
Average
Minimum
Maximum
Memory \
Available MBytes
1 837.00
1 510.00
2 010.00
Memory \
Page Faults/sec
2 730.00
190.00
16 922.00
Memory \
Pages/sec
0.53
0.00
688.00
Paging File ()\ % Usage
1.89
1.89
1.89
Process(sqlservr) \ Page Faults/sec
1 737.00
26.00
4 948.00
Process(sqlservr) \ Page File MBytes
22 609.00
21 401.00
21 725.00
Process(sqlservr) \ Working Set (MB)
21 299.00
21 153.00
21 429.00
SQLServer:Buffer Manager \
Buffer cache hit ratio:
99.41
78.11
100.00
SQLServer:Buffer Manager \
Checkpoint Pages/sec:
42.00
0.00
1 263.00
SQLServer:Buffer Manager \
Free List Stalls/sec
0.00
0.00
0.13
SQLServer:Buffer Manager \
Free Pages
2 377.00
95.00
50 829.00
SQLServer:Buffer Manager \
Lazy Writes/sec
1.34
0.00
138.00
SQLServer:Buffer Manager \
Page Life Expectancy (PLE):
2 331.00
3.00
4 294.00
SQLServer:Buffer Manager \
Page Reads/sec
6 435.00
0.00
130 462.00
SQLServer:Memory Manager \
Memory Grants Pending
0.00
0.00
0.00
SQLServer:Memory Manager \
Target Server Memory (KB)
20 480.00
20 480.00
20 480.00
SQLServer:Memory Manager \
Total Server memory (KB)
20 480.00
20 480.00
20 480.00
SQLServer:SQL Statistics \
Batch Requests/sec
1 427.00
63.00
5 690.00
System \ Processor Queue Length
0.177
0.00
4.00

Similar Messages

  • Total Server Memory and Target server memory

    Hi All,
    SQL server 2005
    Installed Memory 63gb
    SQL server maximum memory is restricted to 32 gb                                             
    Target Server Memory (KB) 33554432
    Total Server Memory (KB) 33554432
    SQL Server Buffer Manager
    Counter Value
    Buffer cache hit ratio                                                                                                          
    5792
    Free list stalls/sec                                                                                                            
    806
    Free pages                                                                                                                      
    64040
    Lazy writes/sec                                                                                                                 
    423858
    Page life expectancy                                                                                                            
    883
    Please let us know above settings means any memory pressure and let us know what be the best practice to avoid memory pressure if there is any.
    Regards,
    Shiva
    Grateful to your time and support. Regards, Shiva

    Hi,
    some of the values you posted are no logical. but let's go over the values as you posted one by one:
    * page life expectancy: number of seconds a page will stay in the buffer pool without references.
            883 seem to be OK, but not very high (more then 14 min)
    * Buffer Cache Hit Ratio: Percentage of pages found in the buffer cache without having to read from disk. The ratio is the total number of cache hits divided by the total number of cache lookups over the last few thousand page accesses.
            I dont know how you got this value above 100%.
            I would suggest to use PERFMON to check the value, or this query:
    SELECT (a.cntr_value * 1.0 / b.cntr_value) * 100.0 as BufferCacheHitRatio
    FROM sys.dm_os_performance_counters a
    JOIN (SELECT cntr_value,OBJECT_NAME
    FROM sys.dm_os_performance_counters
    WHERE counter_name = 'Buffer cache hit ratio base'
    ) b ON a.OBJECT_NAME = b.OBJECT_NAME
    WHERE a.counter_name = 'Buffer cache hit ratio'
    * Free list stalls/sec: frequency with which requests for available database pages are suspended because no buffers are available. Free list stall rates of 3 or 4 per second indicate too little SQL memory available.
    806 is extrimly high value, look very bad! It should be around 2
    * Lazy writes/sec: tracks how many times a second that the Lazy Writer process is moving dirty pages from the buffer to disk in order to free up buffer space.
    423858 is extrimly high value, look very bad! It should be less then 20
    ** I have a feeling that you do no red the data currectly. Please check this link:
    http://www.sqlshack.com/sql-server-memory-performance-metrics-part-5-understanding-lazy-writes-free-list-stallssec-memory-grants-pending/
    ** Go over this link as well :-)
    http://www.grumpyolddba.co.uk/monitoring/Performance Counter Guidance - SQL Server.htm
    [Personal Site] [Blog] [Facebook]

  • Trying to create reference for application in target server failed;

    I have an ear file that I am trying to deploy using the "Deploy Enterprise Applications/Modules" page on the console.
    The console gives me a message saying
    "Trying to create reference for application in target server failed; Application tsom_oes is not found in config context"
    tsom_oes is the name of my application, or it was. I've changed every instance of that name I can find and still it tells me it is looking for tsom_oes.
    Can anyone tell me just what is looking for it and where it is expecting to find it?
    I ran the verifier on the ear file and it did give me some errors, although none of them seem to relate to this. Specifically it told me it did not like the xml in a tld file I'm using
    and it seems to think Hibernate needs a bunch of JBoss classes (none of which are referred to by my app anywhere). I'm guessing the verify is mistaken on those, but if anyone knows better I'd like to hear
    Meanwhile I don't know why it won't deploy, nor why it is still looking for tsom_oes.
    One more thing I must add: this ear file exposes portlets which I am hoping will be accessible through the portal server. The ear file works on JBoss, but I have added what I think are the necessary sun xml files to make it run here.
    By 'exposes portlets' I mean that I have created a sun-portlet.xml and implemented the appropriate interfaces (all of which work on JBoss).
    Environment:
    Sun App server 9.1 plus portal server 7.2 on Windows XP

    Okay, I found the answer. I had hacked the domain.xml for this some time ago (this task has been off and on a lot) and forgotten.
    I found the tsom_oes reference in there and removed it. Now it deploys.
    Hopefully this helps someone else some day... probably not though, eh?

  • Unable to use the Freescale M5329EVB target server

    Hi everybody,
    I have created a new target on Labview embedded which is based on the Freescale M5329EVB example. The target is a powerpc from Xilinx and it runs a linux on it.
    What I want to do is to use the "target server" from the Freescale example. I copied all LEP_plugin VIs of this target example and modified them to work with my target.
    According to the porting guide, the target server needs a TCP connection, Telnet server and a TFTP client. I implement all of this on my embedded linux and test them. I can connect through telnet and get files through tftp from my linux host.
    When I click on the "Download" command, the target starts, connects to the target through telnet and then tries to connect with TFTP. The problem is with the last one, it puts me a message "Awaiting target connection on port 69 ..." but it never connects.
    I tried to look to the target server VI's but its quite difficult to understand. The problem seems to be located in EMB_Utility_TFTPD_Listen.vi at the UDP_Read function.
    Also, when I netstat my windows, the tftp service is started, so port 69 seems to be opened. Netstat on my target tells me that my windows host is connected to it. The windows firewall is also disactivated.
    If anyone has an idea on what's going wrong ...,
    Thanks for your help,
    François
    Attachments:
    pblm target server.JPG ‏30 KB

    Hi, sorry for being long to answer.
    I have two problems, one for the target server and the other for the debug mode.
    In release mode, the executable downloads well and the execution is
    good. The error "failed to execute program" comes from
    "TargetServer_GetFileSize.vi". The "Match Pattern" box doesn't give the
    right information (please see CheckFileSize.JPG). The problem seems to
    come from the "file size regex" wire.
    Then, if I skip the "checkfilesize" step, the program tries to connect
    to the target, but it gives an other error : "Target not found". I set
    breakpoints in the "nitargetStartTCPDebug.vi". The ip address seems
    good (it's 10.0.0.213 converted in decimal) (please see
    TargetNotFound.JPG and Debug.JPG). I wonder if there's a "HOST_IP" to
    set in the compile argument or something else.
    The other problem is when I try to compile a program in debug mode and instrumented debugging. It gives many errors :
    " C:\Program Files\National Instruments\LabVIEW
    8.5\Targets\NI\Embedded\unix\ml403TGTS\libs\libppc405rtd.a(Debug.o): In
    function `SetDataToControl':
    ../../CCodeGen/libsrc/comms/Debug.c:496: undefined reference to `SetPictFieldValue'
    C:\Program Files\National Instruments\LabVIEW
    8.5\Targets\NI\Embedded\unix\ml403TGTS\libs\libppc405rtd.a(CCGTimeSupport_unix.o):
    In function `DtToSecs':
    ../../CCodeGen/libsrc/os/unix/CCGTimeSupport_unix.c:91: undefined reference to `PDAClusterGetElemByPos'
    ../../CCodeGen/libsrc/os/unix/CCGTimeSupport_unix.c:92: undefined reference to `PDAClusterGetElemByPos'
    ../../CCodeGen/libsrc/os/unix/CCGTimeSupport_unix.c:94: undefined reference to `PDAClusterGetElemByPos'
    ../../CCodeGen/libsrc/os/unix/CCGTimeSupport_unix.c:96: undefined reference to `PDAClusterGetElemByPos'
    ../../CCodeGen/libsrc/os/unix/CCGTimeSupport_unix.c:98: undefined reference to `PDAClusterGetElemByPos'
    C:\Program Files\National Instruments\LabVIEW
    8.5\Targets\NI\Embedded\unix\ml403TGTS\libs\libppc405rtd.a(CCGTimeSupport_unix.o):../../CCodeGen/libsrc/os/unix/CCGTimeSupport_unix.c:100:
    more undefined references to `PDAClusterGetElemByPos' follow
    C:\Program Files\National Instruments\LabVIEW
    8.5\Targets\NI\Embedded\unix\ml403TGTS\libs\libppc405rtd.a(NumText.o):
    In function `NumToTextStatic':
    ../../CCodeGen/libsrc/blockdiagram/NumText.c:676: undefined reference to `StrResize'
    C:\Program Files\National Instruments\LabVIEW
    8.5\Targets\NI\Embedded\unix\ml403TGTS\libs\libppc405rtd.a(NumText.o):
    In function `NumToTextExpStatic':
    ../../CCodeGen/libsrc/blockdiagram/NumText.c:1145: undefined reference to `StrResize'
    C:\Program Files\National Instruments\LabVIEW
    8.5\Targets\NI\Embedded\unix\ml403TGTS\libs\libppc405rtd.a(NumText.o):
    In function `NumToTextEngStatic':
    ../../CCodeGen/libsrc/blockdiagram/NumText.c:1271: undefined reference to `StrResize'
    C:\Program Files\National Instruments\LabVIEW
    8.5\Targets\NI\Embedded\unix\ml403TGTS\libs\libppc405rtd.a(NumText.o):
    In function `StrPadLeft':
    ../../CCodeGen/libsrc/blockdiagram/NumText.c:1407: undefined reference to `StrResize'
    C:\Program Files\National Instruments\LabVIEW
    8.5\Targets\NI\Embedded\unix\ml403TGTS\libs\libppc405rtd.a(NumText.o):
    In function `StrPadRight':
    ../../CCodeGen/libsrc/blockdiagram/NumText.c:1431: undefined reference to `StrResize'
    collect2: ld returned 1 exit status
    I compiled the program with these arguments :  -O0 -g -DCStatic
    -DUsesTCPDebugger=1 -DTCPUDPSupport=1 -w -I. -DCHeadless=1 -Dlinux
    -fno-strict-aliasing -fno-common -fomit-frame-pointer
    and the run time librairies with : -DCHeadless=1 -DNoFileSupport
    -DSocketSupport=1 -DTCPUDPSupport=1 -DCStatic -DUsesTCPDebugger=1
    -D_Include_Scheduler -D_Include_OSScheduler -DPosixFiles=0
    -DFileSupport=0 -DDatalogSupport=0 -DPalm5Earlier=0 -Wall -Dlinux
    -D_LIB -fno-strict-aliasing -fno-common -fomit-frame-pointer -Wa,-Wa,
    -Wno-pointer-sign
    Thanks in advance,
    françoisp
    Attachments:
    Debug1.JPG ‏79 KB
    CheckFileSize1.JPG ‏78 KB
    TargetNotFound1.JPG ‏40 KB

  • Error while updating Targets-Server : java.lang.reflect.InvocationTargetException

    Hi,
    I got this error below when i try to deploy my ejb.It's happen when i select the
    targets-server in weblogic console. Can anyone help me please?
    Thank you in advance.
    Sukanya
    java.lang.reflect.InvocationTargetException: javax.management.RuntimeOperationsException:
    RuntimeException thrown by the invoke method of the Dynamic MBean
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy10.addDeployment(Unknown Source)
         at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
         at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
         at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
         at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
         at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
         at $Proxy76.setTargets(Unknown Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.console.info.FilteredMBeanAttribute.doSet(FilteredMBeanAttribute.java:92)
         at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.management.console.utils.SetException: An error occurred while updating
    Targets-Server on Proxy for mydomain:Application=Wallet,Name=wallet-ejb,Type=EJBComponent
    - with nested exception:
    [java.lang.reflect.InvocationTargetException - with target exception:
    [javax.management.RuntimeOperationsException: RuntimeException thrown by the invoke
    method of the Dynamic MBean]]
         at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi Sukanya,
    Could you please tell me how u solved this error?
    I am also getting the same error!!!
    Sherry.

  • Error While Importing into The Target Server

    Imported the export dump into the Target server.
    while running the import I am getting the following errors in the Transport set Import log file.
    13-JUL-05 15:00:11][ERROR] id = NULL context = style_pre_check user = ORCLADMIN The Unique Identifier of the source style KNPC_PORTAL does not match the target style KNPC_PORTAL
    Precheck failed for the whole KNPC_Page group and HRMs page group.
    Precheck failed for LOV REPORTS_COMPONENT_LOV
    Precheck failed for RWSVR EISDB_REPORT_SERVER
    Precheck failed for DYNAMIC DYN_0418073018
    Precheck failed for DATAPTL COMPONENT1
    Precheck failed for DATAPTL DATA_0418075629
    Precheck failed for AREPORT DETAILS
    Precheck failed for AREPORT EMPLOYEEDETAILS
    Precheck failed for HIERARCH HIE_0604143208
    Any help is highly appreciated
    Thanks&Regards
    Manoj
    All the prerequisites carried out in the Target Server

    The message
    13-JUL-05 15:00:11][ERROR] id = NULL context = style_pre_check user = ORCLADMIN The Unique Identifier of the source style KNPC_PORTAL does not match the target style KNPC_PORTAL
    indicates that a style with the same name has been created in target directly or imported from another instance (other than the one from which the transport set is attempting to import).
    In order for pre-check to pass, you will either need to locate the object(s) in the target, rename (or delete) them and reattempt import, (or) rename them in source and reexport (recreate dumps) and import the new transport set.

  • How do you get 10.6 Server to permanently reboot and startup in 32bit mode?

    Hey all,
    I need to get my newly installed snow leopard server on a Mac Pro Quad Core running v10.6.2 of Server to permanently boot into 32 bit mode instead of the default 64bit mode that it always boots in.
    I need permanent 32bit mode in order to give me a solution to proper driver support for PCI Express eSata Cards with "Port Multiplier" support that do not currently have 64bit drivers for OS X 10.6 Server yet?
    I have forcefully booted into 32Bit mode with the 3 and 2 keys held down upon startup, and my eSata cards all of sudden work, and properly support my external 5 bay raid array (Backup drive) which uses port multiplier technology. These same controller cards do not load the driver (because there is no compatible driver at the moment) in default 64 bit mode that OS X Server boots into.
    So if I am in forced 32bit mode for the server because I held down the 3 and 2 keys all is fine, but the moment I restart the server, it all goes back to default 64bit mode and non operation of the eSata Cards
    Can anyone please help me with a known solution for permanent 32bit mode that actually remembers to stay put in 32bit mode at all times??
    Cheers
    FattyBlue (Nick)

    Hi Y0$h1,
    Thank you so much.. that software link worked a treat! It now permanently boots into 32bit mode, and mounts all my eSATA based Drives that are connected.
    Thanks again
    Cheers
    Nick (FattyBlue)

  • Why Portal server goes down?

    Hi All,
             We are currently running on EP7, SP9.
             Suddenly one day our portal server went down.We checked the logs but could not find the correct information. Can any one of help me as why our server went down at that particular time.
    Please reply as soon as possible.
    Thanks in Advance.
    Regards,
    Ramalakshmi.S

    Portal server goes down for several reasons:
    1) Check the portal license. If the trial license expired, it goes down every 30 mins.
    2) Check your J2EE settings. If the portal cannot handle the user requests, you should increase the MaxThreadCount and other parameters.
    3) Check the trace files at D:\usr\sap\<SID>\JC01\j2ee\cluster\server0\log
    Hope this helps.
    ~Yasin

  • Deploying Custom Workflow to different target server

    Hi!
    We are trying to build a custom approval workflow and deploy it from my development machine which has SharePoint Foundation to a beta server which has SharePoint Enterprise.
    Does the deploy & development have to be done via Visual Studio on the server that will receive the deployment?
    The error message below sounds like it's pointing to that scenario.
    We are getting this error message on initial "Validate" of the SharePoint server when creating the project and when trying to apply a target list to the project:
    Cannot connect to SharePoint site:
    ...make sure the Site URL is valid, that the SharePoint site is running on the local computer, and that the current user has the necessary permission to access the site.
    I do see this thread which doesn't seem as though it's a supported approach:
    http://social.msdn.microsoft.com/Forums/en-US/489047d1-ac1a-4325-81ef-596ba6dd59d3/remotely-deploy-a-custom-workflow?forum=sharepointcustomizationlegacy
    Please advise if I should be doing development and deploy via Visual Studio on the target SharePoint server.
    We would like to be able to avoid this scenario, and do all development from our own machines and not need access to the target server.

    Hi,
    According to your post, my understanding is that you want to deploy a custom workflow remotely.
    If your workflow solution does not need to use the farm-level objects, we can use sandbox solution achieve it.
    We can create a sandbox solution workflow in Visual Studio 2012 use SharePoint 2010 template, and deploy remotely.
    http://blog.credera.com/custom-application-development/new-visual-studio-2012-features-for-sharepoint-developers/
    http://msdn.microsoft.com/en-us/library/gg615449(v=office.14).aspx
    If you workflow solution is a farm solution, we can use PowerShell Remoting
    to deploy it to the server.
    http://community.rightpoint.com/blogs/viewpoint/archive/2011/06/19/tfs-2010-amp-sharepoint-2010-automated-build-and-deploy-remotely.aspx 
    http://spsd.codeplex.com/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Error determining whether the target server is already a domain controller: Failed to open the runspace pool

    Hi there , i already have some others DC running w2k12 R2 on the env, but when i was promoting another new DC running w2k12 R2 on the middle of the AD sync , the server encounter an error and rebooted it self ; after the server came back online , it keep
    saying that a configuration is required for AD Domain Services , like the step when you are about to promote the server , but when you try to promote it , the error "Error determining whether the target server is already a domain controller: Failed
    to open the runspace pool. The server manager winrm plug-in might be corrupted or missing."

    Hi,
    Thanks for your post.
    Please waitting for the replication is finished and rerun the domain prep command  to check the result.
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Why is the memory capacity of a digital camera's memory card relevant?

    Hi All,
    I'm new to all this . I have a question "Why is the memory capcity of a digital camera's memory card relevant?"
    Thanks
    Maggie

    Why is the memory capcity of a digital camera's memory card relevant?
    It is not to Photoshop.
    But to the photographer it is extremely relevant.  It determines how many images (influenced by "quality") your camera can hold before running out of room to store pictures. A larger memory capacity for your camera will allow you to take and store more and/or higher quality images.
    ("Quality" in this case is determined by  image size- the number of pixels making up the image in your camera and image "compression" -  how much JPG formatting will effect your image.)
    (attempted analogy coming... watch out!)
    Think of the camera memory card as a linen closet to store down pillows. A small closet you can store 10 pillows on a shelf. Double the size of the closet and you can store 20 down pillows.
    You also have the choice to stuff the down pillows in small sacks, allowing you to store even more pillows in the closet. The problem is after cramming the down pillows into the small container, they come out battered and not as nice as they were before storage.
    Linen Closet = Memory Card
    Down Pillows = images
    Small sacks to stuff pillows into = JPG compression.
    (and to add this this questionable analogy... the better down pillows have more feathers, and take up more room in the linen closet)
    Feathers = pixels

  • How to not run a gateway instance if the target server is down

    I have a DirectoryWatcher gateway instance that runs every 10
    min looking to do a series of actions when a file is added to a
    directory on another server. This other server is down periodically
    and my gateway instance fails. Then when the server comes back up,
    I have to restart the gateway because it has failed. How do I tell
    the gateway instance to not run if the server it is looking at is
    down or the directory in this case is unavailable?

    listeners have a timeout period.  if the target computer is going through a reboot cycle, the downtime should be short enough that you can setup a timeout.  Set one that is long enough so that you do not trigger a failure event, and the timepsan allows for the target server to come back online before the timeout expiration.
    Another way that is more robust is to create a seperate application, perhaps one built on Visual Studio or even a scripthost that does a simple ping of the destination server every 10 seconds or so.  When the server is not found, you can do a shutdown of your CF.    (you can shutdown any application from another application).   Once you can re-ping the server, relaunch your gateway listener.  If the listener cannot support what you want to do, just write another program that will perform your logic for you.
    People have it within them to change
    Proud user of Adobe products, and webmaster of the Theravive counselor network , built on Dreamweaver, and Photoshop.  Toss in a little Visual Studio, but who's keeping score!

  • Why rmiregistry & Server must start in the same directory.

    I have 2 servers & one rmiregisty for both. I want to start this servers separetely from different directories.
    But if I try to start server from the directory other than where I've already started rmiregistry the server doesn't bind.
    Please, can anyone explain why rmiregisty & server must start from the same directory?

    Are you sure the classpath when rmiregistry is started includes jar/directories where rmiregistry can find your server stubs ???
    rmiregistry does not need your implementation, but it needs your stubs to be able to register your server objects ...

  • OSB Cluster: Defining target server for mailpoll failed (Weblogic 10.3.3.0)

    Hi!
    Deploying is fine without email polling. But with email polling proxy service deployed (Eclipse OEPE) fails with the errormsg:
    *[WliSbTransports:381611]Poller target server should be specified in case of cluster domain.*
    To solve this problem, I've tried to set the target server but not found in weblogic console. The domain created with Configuration Wizard.
    The cluster consists of two managed servers + loadbalancer + adminserver.
    Topology: http://img140.imageshack.us/img140/6128/mozscreenshot69.png
    BEA-381611
    Error: Poller target server should be specified in case of cluster domain.
    Description
         Poller target server should be specified in case of cluster domain.
    Action
         Make sure that the File proxy configuration has one of the managed servers as poller target server if it is running in the cluster.
    Edited by: shuttle on 2011.01.21. 4:14

    Select the managed server in "Managed Server" setting in E-Mail Transport Configuration Page on sbconsole (of your proxy)
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/transports.htm#i1268939
    Regards,
    Anuj

  • Configuring AGENT on target server

    Hi,
    Actually i have installed client components on my system....and ODI server component(agent) on my target instance.....now how can i configure the agent on my target server so that it can be used my multiple users.....how can i create a scheduler agent on my target server to be used from multiple cleint machines for scheduling.......
    say i have started the my agent on target server......do i have to eidt the odiparar.bat file on the target server also.....
    Thanks in advance....
    Edited by: user4315565 on Jan 26, 2010 1:52 PM

    cezar,
    Yes..i will create a logical agent pointing to the scheduling physical agent....
    for physical agent: do i have to run the agent first or create it in topology manager first....
    1) first run the below script on SRV1.
    agentscheduler.sh -port=20911 -name="MY_SCHEDULER_AGENT"
    2) create a physical agent in topology manager with same name:
    Name = "MY_SCHEDULER_AGENT
    Host : IP address of SRV1
    Port = 20911
    sessions = 10(as requiored)
    and test the connections...
    3) configure Odiparam.sh file on SRV1 with master and work rep details....
    3) create logicla agent and point to MY_SCHEDULER_AGENT we created....
    are these steps correct ...i am confused between steps 1 and 2 which one to complete first.....is it 1 and 2 (or) 2 and 1
    Thanks
    Edited by: user4315565 on Jan 27, 2010 8:31 AM

Maybe you are looking for