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

Conference turris::digital_unix

Title:DIGITAL UNIX(FORMERLY KNOWN AS DEC OSF/1)
Notice:Welcome to the Digital UNIX Conference
Moderator:SMURF::DENHAM
Created:Thu Mar 16 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:10068
Total number of notes:35879

9142.0. "New installation of V4.0b - two questions." by TUXEDO::WIENER () Wed Mar 12 1997 12:56

Hi,

Recently I had V4.0B installed on my DEC 3000.  When a doconfig was run the
following message appeared.

	SYSCONFIG:ATTRIBUTE MAXUPRC NOT IN SUBSYSTEM PROCESS

What does this mean, and there anything I need to do to correct this?


The new question deals with DLI.  Since I want to run DCE and DFS I need DLI.
	netstat -i
does not show that is available and indeed it is not.  My /sys/conf/MTHMAN file
does show "options DLI".  How do I get DLI "accepted"?  Not sure how to
correctly phrase that last sentence.

Thanks,
Jeff
T.RTitleUserPersonal
Name
DateLines
9142.1NETRIX::"[email protected]"Th FAIDHERBEThu Mar 13 1997 10:4930
Hi,

Try once to do a 
 sysconfig -q proc | grep max-proc-per-user

If you have no max-proc-per-user, try to add it in your
/etc/sysconfigtab file 
      max-proc-per-user = 256

or add in your /sys/con/<HOSTNAME>
MAXUPRC    256

After, try to do a new doconfig -c <HOSTNAME> and a reboot.

I think that Problem 1 should be solved ...


Kindly Regards,

+---++---++---++---++---++---++---+ TM  Digital Equipment Belgium
|   ||   ||   ||   ||   ||   ||   |   Multivendor Customer Services
| d || i || g || i || t || a || l |         Thierry FAIDHERBE 
|   ||   ||   ||   ||   ||   ||   |      DIGITAL Unix Support Team
+---++---++---++---++---++---++---+  Email [email protected] 
            Phone : +32 2 729 77 44  Fax : +32 2 729 77 65
           With DIGITAL Unix, ... You get what you pay for ...


 
[Posted by WWW Notes gateway]
9142.2NETRIX::&quot;[email protected]&quot;Th FAIDHERBEThu Mar 13 1997 10:5049
Hi,

Try once to do a 

 sysconfig -q proc | grep max-proc-per-user

If you have no max-proc-per-user, try to add it in your
/etc/sysconfigtab file 
      max-proc-per-user = 256

or add in your /sys/conf/<HOSTNAME>
MAXUPRC          256

after the block

#
# Max number of processors in the system (DO NOT CHANGE)
#
processors      16

#
# Special options (see configuring the kernel chapter
# in the Guide to System Administration)
#







After, try to do a new doconfig -c <HOSTNAME> and a reboot.

I think that Problem 1 should be solved ...


Kindly Regards,

+---++---++---++---++---++---++---+ TM  Digital Equipment Belgium
|   ||   ||   ||   ||   ||   ||   |   Multivendor Customer Services
| d || i || g || i || t || a || l |         Thierry FAIDHERBE 
|   ||   ||   ||   ||   ||   ||   |      DIGITAL Unix Support Team
+---++---++---++---++---++---++---+  Email [email protected] 
            Phone : +32 2 729 77 44  Fax : +32 2 729 77 65
           With DIGITAL Unix, ... You get what you pay for ...


 
[Posted by WWW Notes gateway]
9142.3DLI fixed. MAXUPRC NOT IN SUBSYSTEM PROCESS staysTUXEDO::WIENERThu Mar 13 1997 12:5310
    Problem 2 has gone away. That is, I now get DLI.  I'm not sure what I
    did to get it to work, but it works now.
    
    Problem/question 1:
      Thanks for the suggestions Thierry, however neither removed the
    
    	SYSCONFIG:ATTRIBUTE MAXUPRC NOT IN SUBSYSTEM PROCESS
      
      message.  So far I can not tell what the above will prevent me from
      doing.