[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::axp-developer

Title:Alpha Developer Support
Notice:[email protected], 800-332-4786
Moderator:HYDRA::SYSTEM
Created:Mon Jun 06 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3722
Total number of notes:11359

3604.0. "Cuadra Associates" by HYDRA::AXPDEVELOPER (Alpha Developer support) Mon May 12 1997 04:03

    Company Name :  Cuadra Associates
    Contact Name :  Bob Burket
    Phone        :  
    Fax          :  
    Email        :  [email protected]
    Date/Time in :  12-MAY-1997 03:03:14
    Entered by   :  Simon Cole
    SPE center   :  MRO

    Category     :  unix
    OS Version   :  
    System H/W   :  


    Brief Description of Problem:
    -----------------------------

From:	SMTP%"[email protected]"  9-MAY-1997 17:25:15.65
To:	alpha-developer <[email protected]>
CC:	
Subj:	Customer Support: System Questions

Return-Path: [email protected]
Received: by asimov.mro.dec.com (UCX V4.1-12, OpenVMS V6.2 VAX);
	Fri, 9 May 1997 17:25:13 -0400
Received: from pobox1.pa.dec.com by fluid.mro.dec.com (5.65v4.0/1.1.8.2/19Nov96-0448PM)
	id AA15479; Fri, 9 May 1997 17:25:10 -0400
Received: by pobox1.pa.dec.com; id AA07435; Fri, 9 May 97 14:25:07 -0700
Received: by dashub1.das.dec.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63)
	id <[email protected]>; Fri, 9 May 1997 17:27:08 -0400
Received: from mail13.digital.com by mrohub1.mro.dec.com with SMTP (Microsoft Exchange Internet Mail Connector Version 4.0.995.52)
	id KT6NPH52; Fri, 9 May 1997 17:27:11 -0400
Received: from alumnae.caltech.edu by mail13.digital.com (8.7.5/UNX 1.5/1.0/WV)
	id RAA19997; Fri, 9 May 1997 17:19:26 -0400 (EDT)
Received: (from rcburket@localhost) by alumnae.caltech.edu (8.8.3/8.7.3) id OAA23569; Fri, 9 May 1997 14:09:01 -0700 (PDT)
Message-Id: <c=US%a=_%p=Digital%[email protected]>
From: "Robert C. Burket" <[email protected]>
To: alpha-developer <[email protected]>
Subject: Customer Support: System Questions
Date: Fri, 9 May 1997 17:09:00 -0400
X-Mailer:  Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit


From:		Bob Burket, Cuadra Associates, [email protected]
PIN:		909960
Cust ID:	588480
 
We are porting a Unix application to the DEC Alpha, and have some system
questions to complete our installation-and-setup documentation.
 
There are presumably answers to these buried in Digital documentation 
somewhere but we have been unable to find them.
 
The questions involve system configuration and tuning, mostly 
commonly-encountered configuration limits, which certain large 
installations of ours sometimes exceed, such that kernel reconfiguration
is required.  This sort of parameter-setting is always wildly different 
on different implementations of Unix.
 
Our question is this: "Do these entities have settable limits; and, if 
so, how does one set them?".
 
1)  Maximum size of a file for writing (frequently called ULIMIT or
CDLIMIT).
 
2)  Maximum size of a Shared-Memory Partition (usually called SHMSIZE or
    SHMMAX).
 
3)  Maximum number of Semaphore Undo Structures in the system (usually 
    called SEMMNU).
 
We also need to at least examine the maximum size of a CPU Time Slice 
(sometimes called MAXSLICE); we might in some instances need to change
it.
 
Our Kernel file helpfully recommends consulting a manual named Guide to 
System Administration, but no such manual was contained in the kit we 
received when we purchased our system.
 
We would be grateful if you could help with these questions.
 
Bob Burket
Cuadra Associates

T.RTitleUserPersonal
Name
DateLines
3604.1ReplyLORDS::COLEShare and enjoyMon May 12 1997 10:5372
From:	VBORMC::"[email protected]" "Simon Cole" 12-MAY-1997 14:46:46.26
To:	"'[email protected]'" <[email protected]>
CC:	"'[email protected]'" <[email protected]>
Subj:	FW: Customer Support: System Questions

> Our question is this: "Do these entities have settable limits; and, if
> so, how does one set them?".

>1)  Maximum size of a file for writing (frequently called ULIMIT or
> CDLIMIT).

There are 2 numbers associated with files in ULIMIT, on is the block size, 
which is fixed at 4096 and the file size, in blocks. This is usually set at 
unlimited which will give you a file size of (2^64-1)/4096 blocks. If you 
would like to order this number of disks we would gladly take the order but 
delivery time may be a bit long.

To look at the values in ulimit type

ulimit -a

to set the value to unlimited type

ulimit -d unlimited

ulimit is documented in the man pages for the shell.


> 2)  Maximum size of a Shared-Memory Partition (usually called SHMSIZE or
 >    SHMMAX).

The maximum value for this is 2 Gb. This is an architectural limit as it is 
stored as an unsigned 32 bit integer. We are looking to change this in a 
later version of Digital unix.


> 3)  Maximum number of Semaphore Undo Structures in the system (usually
 >    called SEMMNU).

SEMMNU has been renamed to SEMUME. Its default value is 10 and, as it is a 
32 bit integer, its maximum value is INT_MAX


>We also need to at least examine the maximum size of a CPU Time Slice
>(sometimes called MAXSLICE); we might in some instances need to change
>it.

Have a look at the Digital unix tuning guide to information on time slice 
variables and how they work. This manual should be in the documentation 
set.

I hope this helps




% ====== Internet headers and postmarks (see DECWRL::GATEWAY.DOC) ======
% Received: from reoexc1.reo.dec.com ([16.196.160.207]) by vbormc.vbo.dec.com
(8.7.3/8.7) with SMTP id PAA16556 for <[email protected]>; Mon, 12 May
1997 15:32:46 +0200
% Received: by reoexc1.reo.dec.com with SMTP (Microsoft Exchange Server Internet
Mail Connector Version 4.0.994.63) id <[email protected]>;
Mon, 12 May 1997 14:46:34 +010
% Message-ID:
<c=US%a=_%p=Digital%[email protected]>
% From: Simon Cole <[email protected]>
% To: "'[email protected]'" <[email protected]>
% Cc: "'[email protected]'" <[email protected]>
% Subject: FW: Customer Support: System Questions
% Date: Mon, 12 May 1997 14:46:23 +0100
% X-Mailer:  Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
% Encoding: 50 TEXT
3604.2Cannot find documentationLORDS::COLEShare and enjoyThu May 15 1997 04:0372
From:	HYDRA::AXPDEVELOPER "[email protected]" 15-MAY-1997 07:56:06.33
To:	lords::cole
CC:	AXPDEVELOPER
Subj:	FWD: Developer Support Questions

From:	SMTP%"[email protected]"   14-MAY-1997 18:18:46.14
To:	alpha-developer <[email protected]>
CC:	
Subj:	Developer Support Questions

Return-Path: [email protected]
Received: by asimov.mro.dec.com (UCX V4.1-12, OpenVMS V6.2 VAX);
	Wed, 14 May 1997 18:18:43 -0400
Received: from pobox1.pa.dec.com by fluid.mro.dec.com 
(5.65v4.0/1.1.8.2/19Nov96-0448PM)
	id AA18886; Wed, 14 May 1997 18:18:37 -0400
Received: by pobox1.pa.dec.com; id AA15098; Wed, 14 May 97 15:18:26 -0700
Received: by dashub1.das.dec.com with SMTP (Microsoft Exchange Server Internet 
Mail Connector Version 4.0.994.63)
	id <[email protected]>; Wed, 14 May 1997 18:20:28 
-0400
Received: from mail13.digital.com by dashub1.das.dec.com with SMTP (Microsoft 
Exchange Internet Mail Connector Version 4.0.994.63)
	id LB1NGNK9; Wed, 14 May 1997 18:20:22 -0400
Received: from alumnae.caltech.edu by mail13.digital.com (8.7.5/UNX 1.5/1.0/WV)
	id SAA32053; Wed, 14 May 1997 18:12:53 -0400 (EDT)
Received: (from rcburket@localhost) by alumnae.caltech.edu (8.8.3/8.7.3) id 
PAA00865; Wed, 14 May 1997 15:02:47 -0700 (PDT)
Message-Id: <c=US%a=_%p=Digital%[email protected]>
From: "Robert C. Burket" <[email protected]>
To: alpha-developer <[email protected]>
Subject: Developer Support Questions
Date: Wed, 14 May 1997 18:02:45 -0400
X-Mailer:  Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

From:  Bob Burket, Cuadra Associates

PIN:	909960

Custid:	588480

Subject: Names of manuals

I recently received answers to questions I'd asked re kernel tuning 
parameters, including nitty-gritty details like maximum size of a CPU 
time slice.

I was told that this stuff was covered in Digital unix tuning guide, 
which would probably be in our kit.

It's not.  In fact, although we got a fat box with our machine, most of 
the documents were installation instructions, overviews, and parts
lists.
 
What I am requesting is information on how to order manuals: whom to 
contact, what're the names (and numbers, if appropriate) of manuals re 
kernel tuning and reconfiguration.  I've located the wonderful Xwindows 
tools for setting things but there isn't a clue what any of the 
cryptically-named parameters mean (all kernel parameters are cryptically
named; definitely not just DEC's).  We are very familiar with these 
matters with several other vendors' versions of Unix (including Sun),
but 
everybody does things differently in this arena.

Thank you for your attention.

Bob Burket
Cuadra Associates

3604.3Look on documentation CDLORDS::COLEShare and enjoyThu May 15 1997 04:0414
From:	HYDRA::AXPDEVELOPER "[email protected]" 15-MAY-1997 08:01:36.99
To:	SMTP%"[email protected]"
CC:	AXPDEVELOPER,lords::cole
Subj:	RE: Developer Support Questions

Bob,

Did you recieve a set of Operating System CDs? One of them should be entitled 
"Digital Unix <version> Online documentation". You should find the tuning guide 
on this disk.

Regards,

Simon