Sponsored Content
Full Discussion: Swap in local zone
Operating Systems Solaris Swap in local zone Post 302464829 by brusell on Thursday 21st of October 2010 04:51:59 AM
Old 10-21-2010
Quote:
Many thanks, we are generally using dedicated swap and capped memory. This zone is heritage from my predecessor and I'm just just fixing problem with failing of this zone.
Fact is that this zone got often in trouble and start to kill processes because of missing swap space.

Code:
Oct 18 17:14:27 xxx sendmail[3088]: [ID 801593 mail.crit] NOQUEUE: SYSERR(root): daemon: cannot fork: Not enough space
Oct 18 17:15:05 xxx tmpfs: [ID 518458 kern.warning] WARNING: /etc/svc/volatile: File system full, swap space limit exceeded
Oct 18 17:15:34 xxx last message repeated 3 times
Oct 20 13:44:23 xxx sendmail[3088]: [ID 801593 mail.crit] NOQUEUE: SYSERR(root): daemon: cannot fork: Not enough space
Oct 20 13:44:23 xxx sshd[3072]: [ID 800047 auth.error] error: fork: Error 0
Oct 20 13:46:52 xxx tmpfs: [ID 518458 kern.warning] WARNING: /etc/svc/volatile: File system full, swap space limit exceeded
Oct 20 13:46:52 xxx last message repeated 1 time
Oct 20 13:48:32 xxx inetd[2974]: [ID 702911 daemon.error] Unable to fork inetd_start method of instance svc:/network/vnetd/tcp:default: Not enough space
Oct 20 13:48:32 xxx inetd[2974]: [ID 702911 daemon.error] Unable to fork inetd_start method of instance svc:/network/bpcd/tcp:default: Not enough space

I wasn't sure about information I got from swap -l and df -k swap.

Last edited by DukeNuke2; 10-21-2010 at 07:16 AM..
 

9 More Discussions You Might Find Interesting

1. Solaris

Not able to ping global zone from local zone

Hi Gurus I am not able to ping the local zone from global zone when i am trying to ping i am getting below ICMP Host Unreachable from gateway zone ( 192.268.35.210) for icmp from zone ( 192.168.35.210) to sun1 ( 192.168.35.210) However i can ping local zone from global please... (12 Replies)
Discussion started by: kumarmani
12 Replies

2. Solaris

Global zone name from local zone

How to check the global zone name from local zone. (6 Replies)
Discussion started by: fugitive
6 Replies

3. Solaris

Covert Global zone to local zone

Dears, I would like to convert solaris 10 x86 and solaris 10 sparc (Global Zones) physical servers into Local zones. i found a document which seems to be helpful but i'm stuck @ the 1st step. to test this i want to do it 1st on x86 system running under vmware ESXi and if it succeeds i will... (1 Reply)
Discussion started by: mduweik
1 Replies

4. Solaris

install jre in local zone

How can I install a new version of jre on a local zone? Since /usr is not writable in a local zone)? pls advise solaris10 sparc ---------- Post updated at 03:51 PM ---------- Previous update was at 02:34 PM ---------- jdk6 i mean (6 Replies)
Discussion started by: lhareigh890
6 Replies

5. Solaris

Boot a local zone from cdrom

Hi Is it possible to boot a zone from cdrom. If so please help in getting the steps to do so. (2 Replies)
Discussion started by: ningy
2 Replies

6. Solaris

SIGPWR on local zone

Can anyone explain how you can get a SIGPWR signal on a Solaris 10 local zone, but none of the other zones on the frame had a problem. :confused: (1 Reply)
Discussion started by: JerryHone
1 Replies

7. Solaris

zlogin can't logon to local zone

Hi, Here is the issue: Please help! (4 Replies)
Discussion started by: aixlover
4 Replies

8. Solaris

Solaris 10 local zone on Solaris 11 global zone

Hi, A quick question: Can Solaris 10 local zones be moved to a Solaris 11 global zone and work well? Thank you in advance! (5 Replies)
Discussion started by: aixlover
5 Replies

9. Solaris

New ZFS FS not seen on local zone

Hi , I added a new fs to the global zone and also did the zonecfg to add the FS to the zone but finally I do not see the new "FS" on the local zone. Even in th e/etc/zones/zone.xml the fs and the correct directory is mentioned. Any Idea please ? (4 Replies)
Discussion started by: manni2
4 Replies
ZPRINT(1)						      General Commands Manual							 ZPRINT(1)

NAME
zprint - show information about kernel zones SYNOPSIS
zprint [-w] [-s] [-c] [-h] [-t] [-d] [-p <pid>][name] DESCRIPTION
zprint(1) displays data about Mach zones. By default, zprint will print out information about all Mach zones. If the optional name is specified, zprint will print information about each zone for which name is a substring of the zone's name. zprint interprets the following options: -c (Default) zprint prints zone info in columns. Long zone names are truncated with '$', and spaces are replaced with '.', to allow for sorting by column. Pageable and collectible zones are shown with 'P' and 'C' on the far right. Zones with preposterously large maximum sizes are shown with '----' in the max size and max num elts fields. -h (Default) Shows headings for the columns printed with the -c option. It may be useful to override this option when sorting by col- umn. -s zprint sorts the zones, showing the zone wasting the most memory first. -w For each zone, zprint calculates how much space is allocated but not currently in use, the space wasted by the zone. -t For each zone, zprint calculates the total size of allocations from the zone over the life of the zone. -d Display deltas over time, showing any zones that have achieved a new maximum current allocation size during the interval. If the total allocation sizes are being displayed for the zones in question, it will also display the deltas if the total allocations have doubled. -p <pid> Display zone usage related to the specified process id. Each zone will display standard columns and the amount of memory from that zone associated with a given process. The letter "A" in the flags column indicates that this total is being accounted to the process. Otherwise, the total is an indication of the influence the process has on the kernel, but the memory is being accounted to the kernel proper. Any option (including default options) can be overridden by specifying the option in upper-case; for example, -C overrides the (default) option -c. 02/12/09 ZPRINT(1)
All times are GMT -4. The time now is 08:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy