Server logical address space is running low

Hi, I have server with NetWare 6.5 SP08.
I get the message:
Server logical address space is running low. Increase the available logical space by restarting the Server with the-u788197376 switch.
What I can do?
Thank you.

Jjfbravo,
> Server logical address space is running low. Increase the available
> logical space by restarting the Server with the-u788197376 switch.
> What I can do?
That switch should not normally be needed. What are you running on this
server? Please run
load config /jumba1se
Post results here
- Anders Gustafsson (NKP)
The Aaland Islands (N60 E20)
Novell has a new enhancement request system,
or what is now known as the requirement portal.
If customers would like to give input in the upcoming
releases of Novell products then they should go to
http://www.novell.com/rms

Similar Messages

  • My imac keeps telling me my start up disk space is running low, how do i fix this?

    I purchased an Imac in Sept 2009 and pretty much use it for the iphoto and internet. Other than that, we have no movies and a small itunes catalog. My computer has recently started telling us that our start up disk or disk space is running low. I can't imagine that we are anywhere near filling up the internal memory so I am wondering if something else is the culprit.

    Also, See this Video... For Freeing up Disc Space
    http://macmost.com/what-to-do-when-your-hard-drive-is-full.html

  • Exchange 2013 - Client Access Servers - Disk Space C:\ Running Low Space

    Currently having an issue with both of our client access servers with exchange 2013.
    The issue is that the C:\ drive will run low on disk space on one of the cas server and the other one will be fine.  We have cleaned up all the logs etc to free space on the cas server that is running low on space but its not sufficient enough
    as it keeps on running low on space, then what we do the free up the space is to reboot the cas server that runs low on space, and it free the space up after it has been restarted, then the other cas server starts running low on space.
    has anyone seen this before?

    Hi,
    If it is possible, I suggest re-installing Exchange Server on another path instead of C:\.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Notify users when their disk space is running low

    Hi all,
    I'm an administrator of about 100 Apple macs and an OS X server and generally speaking, problems are pretty easy to fix. There is just one major problem I'm always having and its simple to fix, which is that when Users run out of home disk space (only 600MB each) applications start crashing (understandably). The problem is that users don't actively watch their free disk space and when things start going wrong, I'll come along and point out that they need to delete some things and it'll start working again.
    What I'm having trouble with (because I'm an absolute beginner) is making an AppleScript (or whatever would be best) to watch for when their home space is getting full (with 20MB free space) it'll pop up and say "don't trouble the technician, delete some files!" (or something along those lines)
    So, here's what I have (pretty pathetic)
    tell application "Finder"
    set freeSpace to (free space of (get startup disk)) div 1024 div 1024
    end tell
    Is their a way of finding disk space of a Home Drive (which is on a network drive on the server)
    What I'd like is to say
    tell application "Finder"
    set freeSpace to (free space of (get home)) div 1024 div 1024
    end tell
    It tells me "can't get free space of folder "stephenl"" (my home folder)
    Could anyone please help

    --I'm sure there are several ways to do what you want; here's one that works on an individual computer. If necessary, suitable changes should be possible for server situations, but someone else will have to jump in on that. Copy this to Script Editor, make suitable modifications, then save it as an application; be certain "Startup Screen" isn't checked. Either have the user start it when the computer is started up, or place it in the log-in items (System Peferences) so that happens automatically.
    set message_ to "Stephen! Don't trouble the technician, delete some files!" -- modify to suit
    set MinAllowFS to 20 -- set this to the available disk space you want to trigger one or more of the responses. MB doesn't have to be specified if everything is in MB (max. possible space, etc.), otherwise some adjustments will have to made to the script. To TEST the script, set the number above what you know the available space could be.
    repeat --(However often you want to check free space)
    delay 5 --that's 5 seconds; if you think every 10 minutes is often enough to check, make that 600; or make it 0 and the script will repeat essentially in the time it takes to run, which is about 2.5 seconds on my machine
    try
    set bootDiskInfo to do shell script "diskutil list | grep 'stephen'" -- this gets information for all disks, and then finds the line pertaining to disk 'stephen' (change as necessary)
    set bootDiskID to last word of bootDiskInfo -- that last word is the identifier for the disk you're after
    set FSinfo to do shell script "diskutil info " & bootDiskID & " | grep 'Free Space'" -- similar to the above command, getting the free space for the boot disk.
    set ActFS to word 3 of FSinfo -- word 3 is the numerical value of the free space, irrespective of the multiplier (KB, MB, GB etc.); as stated previously, there will have to changes to the script if the spaces range amongst multipliers.
    --Pick one or more of the following responses by removing the comment ("--")
    if ActFS < MinAllowFS then beep 3
    --if ActFS < MinAllowFS then display dialog message_
    --if ActFS < MinAllowFS then say "[[rate 180]]" & message_--[here's a link on using speech: http://www.blankreb.com/studioarticles.php?ID=3
    end try
    end repeat

  • HT5262 If I have an IPad and an I Phone 4S do I need to have both do back ups? They both sync with each other. My ICloud space is running low and it loos as if my phone is the one using the most storage. Do I need to back it up or if my phone?

    I am running out of ICloud storage space of 5 KB. It looks as if my phone is the one that is using more space. If all my info links to both do I need to back up the phone?

    Set up as new, since it newer has been connected to iTunes. Your iPhone will remain on iTunes. I have 4 different devices on my iTunes with no problems.
    And regarding the sync - it will sync whatever you tell it to sync on iTunes.

  • My macbook air space is running low (mostly used by apps)

    I deleted a few apps that i didn't want and i emptied trash when i put it in. most of my games came from steam and that took a few gb so when i uninstalled them from my computer i checked the space on it was exactly the same, can someone help me. or am i deleting them wrong?

    Rebuild the Spotlight index. If you try to search now from the magnifying-glass icon in the top right corner of the display, there will be an indication that indexing is in progress.

  • Database server address space

    In the document "Database developers guide" is written the following:
    "Most significantly, from the point of view of performance, you should note that only PL/SQL and Java methods run within the address space of the server. C/C++ methods are dispatched as external procedures, and run on the server machine but outside the address space of the database server. "
    what does it mean - "the address space of the server" ?

    Hi,
    Its means that it will use free space available in the Memory (i.e., not within the SGA).
    Memory = Oracle used Memory (SGA + PGA) + OS Process Memory + Other Running process Memory + Free Memory.
    This C/C++ programs will use the free memory.
    Regards,
    Soumyajit

  • The server is running low on virtual memory.

    When running a sheet in discoverer I am getting the following error after around 10 mins
    The server is running low on virtual memory. This can happen due to insufficient disk space or heap space on the server. Please contact your Discoverer Administrator for assistance.
    I have changed the following settings to
    maxvirtualdiskmem = 4096000000
    maxvirtualheapmem = 4096000000
    The query returns 625500 records with parameters selected
    and 834360 records without any parameters set
    Can anyone help

    Memory usage is going to depend on several things. While rows returned is part of it, other things like sorts, calculations, page items and report type can have a huge impact. Out of curiosity, is the report a crosstab? are there a lot of sorts, of some complex calculations?
    How many users are accessing Disco at the same time, and is there anything else on the same box as Disco?
    Also, after you changed the settings (and I am assuming the change was made to pref.txt), did you run applypreferences.sh and then bounce the app server? If not, the changes have not taken place.

  • Bridge Freezing after Caching Photo Shoots - Says Running Low on Disk Space & To Purge Cache

    Hello,
    I'm working in  Bridge CS5 on a Mac 0S X version 10.9.2. I have 12 GB of RAM and the server has 240 TB capacity, 76.69 available.
    Recently I've received the following error message while processing large photo shoots with both DNG and JPEG files: Bridge is running low on memory. It is recommended that Bridge is restarted.
    I have also been manually caching large photo shoots and my cache preferences were set to Keep 100% Preview In Cache and Automatically Export Cache To Folder When Possible. My cache size was set to 500,000.  Yesterday, Bridge started to freeze while attempting to open folders. The wheel would spin at the bottom with the message Compiling Criteria. The only way to close Bridge was a Force Quit. This happened several times.
    Today, image thumbnails will no longer display, only the DNG/JPEG icons. I received the following error message:
    I have tried restarting Bridge while holding the alt/Option key to reset the preferences and checking all three boxes - no luck. I have done the same thing with the boxes unchecked - no luck.  I have tried manually purging the cache from its location in the library - no luck. I have tried resetting the cache preferences from the toolbar - no luck. I have tried deleting the cache files from the folders - nothing. happens, I have tried purging the cache for each folder from the tool bar - nothing happens.
    I need to restore the thumbnails and rebuild the cache for each folder. Does anybody have an idea what is wrong or how to help?
    Many Thanks!

    You will get better program help in a program forum Bridge General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Logical Disk space on a virtual Computer (not a Server) in SCOM 2012

    Hello all-
       I have a sort of unique situation for our SCOM environment.  We are already doing logical disk space monitoring on all of our SERVERS with no issues.  Now we have one user who requires monitoring on their computer.  This is really
    a virtual workstation, as opposed to a real computer.   Since it's virtual, it's really online all the time.    Whether its right or wrong, they are using this virtual workstation sort of as a server.  Anyway, they want me to
    monitor the disk space for the C drive on this virtual computer.  I'm having difficulty setting up such a monitor on a computer like that...
    I got the SCOM agent installed onto the computer.  SCOM is reporting it as being "Healthy".   Now how can I define a logical disk space monitor for it?   I attempt to create a monitor:   Windows Performance Counters,
    Static Thresholds, Single Threshold.  Then how can I direct the monitor at the C drive on the computer?  I have to fill in the Object, Counter and Instanace.  Normally I would click on the
    Select button, then I would type in the server name and hit Enter and it would bring up all the objects it will allow me to monitor.  Unfortunately it doesn't let me type in the computer name and hit enter in the same way.  When I
    do so, it says "The network path was not found".  If I click on the
    ... button next to the Computer field, it brings me to a Select Computer screen.  In here, I am type in the computer name and then I click
    Check Name and it does appear to find it, and it underlines the computer's name.    So I then click
    OK to bring me back to the previous screen where it presents me with the same  "The network path was not found" error immediately. So I can't seem to navigate to the computer in SCOM and select the C drive, as I would be able
    to for a server.
    I tried to sort of force it in, instead of browsing for the computer and selecting the C drive.  I simply put
    LogicalDisk in for the Object then Free Megabytes for the Counter, then
    C: for the Instance (as shown in the attached screen print.
    Then I just applied my new rule to the computer via SCOM.  I don't get any error messages when setting it up that way, but it certainly doesn't work.
    So with all that said, can anyone help me out setting up a logical disk space monitoring for a COMPUTER in SCOM 2012 SP1 please?  Please let me know if you need any more information!

    Thanks, that would probably do it, I'm going to keep that as my backup plan.  However, my current feeling is that it might be a bit overkill to install a whole management pack, when all I want to do is monitor a single C drive on a single workstation. 
    The rest of the monitors in the management pack I wouldn't have any interest it.   Let me ask you a question maybe you will know the answer to... Shouldn't I be able to monitor that drive even without that management pack installed?   I
    mean some combination of settings for the Logical Disk Space rule in that management pack works for computers/workstations.  Shouldn't I be able to reproduce that one single rule without the management pack?  Does anyone have that management pack
    installed?  Could you possibly look at the Client OS Logical Disk Space rule and send me some screen shots or something?   Or am I missing something?  Is the management pack needed for other reasons in order to monitor this?

  • Can't publish message: Server running low on memory

    Hi All,
    After looking through the documentation and using Ask BEA I have come up
    with no answers to this message I have seen:
    weblogic.log:Can't publish message: Server running low on memory.
    I am setting the memory min and max to -ms256m -mx256m.
    What does the error "Can't publish message: Server running low on memory."
    mean? Is it a serious lack of memory resources, or is it just a warning
    message that the server has hit its upper limit of the heap and it is about
    to do garbage collection or is in the midst of garbage collection?
    Dean Sheppard

    Hi All,
    After looking through the documentation and using Ask BEA I have come up
    with no answers to this message I have seen:
    weblogic.log:Can't publish message: Server running low on memory.
    I am setting the memory min and max to -ms256m -mx256m.
    What does the error "Can't publish message: Server running low on memory."
    mean? Is it a serious lack of memory resources, or is it just a warning
    message that the server has hit its upper limit of the heap and it is about
    to do garbage collection or is in the midst of garbage collection?
    Dean Sheppard

  • Discoverer Plus4i - Exporting to Excel - Your server is running low

    We are currently running Discoverer Plus 4i.
    We have a couple of large reports that we want to export to Excel.
    We retrieve the report and then carry out the 'Export to Excel' action. The export starts to run but during the 'sort' phase we are getting the error "Your server is running low on virtual memory".
    The largest report is currently retrieving about 64K rows but will grow by at least another 20K.
    I appreciate we could restrict the retrieval through parameters but we were wondering if anyone had encountered this before and if there are any solutions out there.

    Hi,
    Any chance any of your items are created using custom functions/packages that return varchar's? If so, check you max char fetched (admin edition - properties tab, each item in folder(s) used by the report). The columns created by custom functions/packages will probably be 4000 characters. Excel doesn't like this. This also slows down your report. Wrap your custom function call in a substr and reduce to the correct size. This might fix your problem.
    If you don't use custom functions/packages in this report, oh well, just a thought.
    Regards,
    Nancy

  • "Running Low on free space in Startup disk"?

    I am trying to burn a DVD and after so long the message comes up saying i am running low on free space. I have checked my internal drive and amazed at what is being used.
    Capacity: 55.77GB
    Available: 1.44GB
    54.36 Used on Disk.
    Can anyone tell me how i can make free space and delete whatever is using all my memory? Its not being used in any of my programmes that i use, i.e. itunes, imovie etc.
    Any help would be great. Thank you.
    IBook G4, Powerbook 6.3     Mac OS Extended

    First of all, it is dangerous to have that little free space. OS X needs some breathing room (about 5-10% of the HDD free).
    The files could be anything, really. Music and Videos, including Garageband loops take up a ton of space. I would snag an external firewire drive and put some stuff on there.
    Your problem is hard drive space, not memory, FYI. If you are running Tiger (10.4.x). Google and download "Tiger Cache Cleaner" (there is also a Panther version). Running it may free up some space, as will running Monolingual, which strips other languages from your machine.
    Another thing you can check is your printer database. If you go to Macintosh HD--> Library--> Printers, you can delete any printer driveers you don't need. (Be careful with this, as it requires your admin. password...)
    iSMH
    Ps- the OS also takes up some space, as do 3-rd party applications.
    Let me know how it goes.

  • "Available disk space running low.  Shuttting down session."

    I've been running into problems on a few machines that I have installed e-Load on. When I start the stress test, I get into a few iterations and then suddenly, the test will stop running and I get the following message:
    "Available disk space running low. Shutting down session."
    Questions:
    1.) What space is it referring to? The local machine or where the scripts are stored?
    I can't seem to figure it out. The machines have more than enough space where e-Load is installed, over 10 Gigs free.
    The scripts (repository) is on a shared network drive and that has 17 GB where the results are written to. Is there something I am missing?

    And the following output from the bin directory:
    Microsoft Windows [Version 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    D:\Empirix\EmpAppServer\bin>dir
    Volume in drive D is Application
    Volume Serial Number is DC63-8FB3
    Directory of D:\Empirix\EmpAppServer\bin
    12/06/2007 10:43 AM <DIR> .
    12/06/2007 10:43 AM <DIR> ..
    08/03/2007 08:08 AM 267 adminclient.bat
    08/12/2004 09:09 AM 3,638 admin_icon.ico
    09/12/2005 02:48 PM 185 cleanup.bat
    08/03/2007 08:08 AM 409 consoleclient.bat
    08/03/2007 08:08 AM 344 counterclient.bat
    08/03/2007 08:08 AM 222 dsclient.bat
    09/12/2005 02:48 PM 130 eload.url
    02/10/2005 04:47 PM 3,638 eloadurl.ico
    12/05/2007 07:26 PM 1,048,576 eload_ml.dat
    09/12/2005 02:48 PM 3,638 eload_play.ico
    09/12/2005 02:48 PM 3,638 eload_stop.ico
    03/15/2006 03:07 AM 779 EmpirixSupport.bat
    03/10/2006 03:54 AM 438 JbossService.bat
    12/06/2007 10:43 AM 4,710 JBossService.conf
    12/05/2007 07:26 PM 4,615 JBossService.conf.bak
    09/12/2005 02:48 PM 135,168 JBossService.exe
    09/12/2005 02:48 PM 884 log4j.properties
    02/21/2006 05:26 PM 1,836 profile.dtd
    08/03/2007 08:12 AM 45,056 QuickConfig.exe
    06/13/2006 05:48 PM 308 QuickConfig.ini
    12/10/2007 07:48 AM 16 randomness.dat
    05/02/2005 08:28 PM 33,305 run.jar
    05/02/2005 08:23 PM 4,854 run.sh
    12/06/2007 11:47 AM 0 StopStart.log
    24 File(s) 1,296,654 bytes
    2 Dir(s) 124,410,523,648 bytes free
    D:\Empirix\EmpAppServer\bin>

  • How do I clean my mid 2007 iMac? The disk space is running VERY low and I would love an idea. I make videos and upload them to youtube and I need space to do that. Thanks for your time!

    How do I clean my mid 2007 iMac?
         The disk space is running VERY low and I would love an idea. I make videos and upload them to youtube and I need space to do that. Thanks for your time!                              
                                       If you have an idea please respond!

    You should never, EVER let a conputer hard drive get completely full, EVER!
    With Macs and OS X, you shouldn't let the hard drive get below 15 GBs or less of free data space.
    If it does, it's time for some hard drive housecleaning.
    Follow some of my tips for cleaning out, deleting and archiving data from your Mac's internal hard drive.
    Have you emptied your iMac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you store images in other locations other than iPhoto, then you will have to weed through these to determine what to archive and what to delete.
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Look though other Apple Mail folders like the junk mail and delete the mail that is in there. Look through your sent items folders and see there is any mail in there that can be deieted.
    Delete any old or no longer needed emails and/or archive to disc, flash drives or external hard drive, older emails you want to save.
    Other things you can do to gain space.
    Once you have around 15 GBs regained, do a search, download and install OmniDisk Sweeper.
    This app will help you locate files that you can move/archive and/or delete from your system.
    STAY AWAY FROM DELETING ANY FILES FROM OS X SYSTEM FOLDER!
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, flash drives, ext. hard drives or delete any old documents you no longer use or immediately need.
    Look in your Applications folder, if you have applications you haven't used in a long time, if the app doesn't have a dedicated uninstaller, then you can simply drag it into the OS X Trash icon. IF the application has an uninstaller app, then use it to completely delete the app from your Mac.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it do its initial automatic tests, then go to the cleaning and maintenance tabs and run the maintenance tabs that let OnyX clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    move these files/data off of your internal drive to the external hard drive and deleted off of the internal hard drive.
    If you have any other large folders of personal data or projects, these should be archived or moved, also, to the optical discs, flash drives or external hard drive and then either archived to disc and/or deleted off your internal hard drive.
    Good Luck!

Maybe you are looking for

  • What is mdworker and why is using so much of my CPU?

    I've read earlier threads in which mdworker is mentioned or discussed but have not found an answer for my question. Actually, one post came close, but it was from a few years ago, and mentioned a tab on Activity Monitor that does not exist on copy. S

  • Special G/L indicator H is not defined for down payments

    Can Any body help me please... I am giving the error details when i am posting Speical GL in F-37. Actually i want to post a Security Deposit made against Customer. Special G/L indicator H is not defined for down payments Message no. F5053 Diagnosis

  • Korean Version of Safari switch to English

    I teach English in Korea at a Korean School. I was given a laptop with Windows XP, all words are in Korean. I downloaded the latest version of Safari, hoping the language would be English but it ended up being in Korean. I found the setting to change

  • Bold String in classical report

    Hi Gurus, Plz guide me on how to print a bold string using write : kna1-kunnr in the output string in classical retport. Customer No- 12446 I want : <b>Customer No- 12446</b> Regards Rajesh

  • Msg No:-F5670

    Hi, I m facing problem while doing posting from billing to accounting. Error: No Account is specified in item 0000001004/5/6 Detail: No Account is specified for A/c type "S" in item 0000001004/5/6  of FI/CO document. Pls do reply with suitable soluti