T.R | Title | User | Personal Name | Date | Lines |
---|
1429.1 | adjust your server configuration | DRAGNS::WHEATER | | Wed Feb 19 1997 10:07 | 32 |
|
Request pool is an internal resource used by the DNS server.
I looks like you need to modify your configuration in the
sys$sysdevice:[dns$server]dns.conf file
An example of what the easynet uses is shown below:
dns.dnsd.idle_conn_timeout: 60
dns.dnsd.null_port_timeout: 60
dns.dnsd.maximum_handlers_quota: 1000
dns.dnsd.maximum_buffers_quota: 1000
dns.dnsd.ta_conn_quota: 400
dns.dnsd.back_conn_quota: 100
Your workload may not require the quotas to be as high as easynet but
apparently they have to be higher than the default values.
You can use the following commands in DNS$DIAG to monitor quota
utilization:
request handlers, buffers : sum rpool
ta_connect_quota : sum appl [ta_receiver_id from ex nsb command]
back_connect_quota : sum appl [back_receiver_id from ex nsb ]
It would be helpful to know how may ports you typically have open. We
are considering increasing the default values for our next ECO.
regards,
Bob Wheater
DECdns Engineering
|
1429.2 | dns$diag help required | YAKKA::KINGSMILL | Geoff Kingsmill, Australia | Wed Feb 19 1997 19:12 | 40 |
| Bob,
Thanks for the prompt and detailed response.
< You can use the following commands in DNS$DIAG to monitor quota
< utilization:
<
<
< request handlers, buffers : sum rpool
$ mcr dns$diag sum rpool command at present shows the following:-
Reserved Available Standby Maximum
Handlers: 2 8 10 100
Buffers: 2 18 20 200
Does this mean that their are only 92 handlers free and 82 buffers free? If so
then this would be too low? Correct?
< You can use the following commands in DNS$DIAG to monitor quota
< utilization:
<
< ta_connect_quota : sum appl [ta_receiver_id from ex nsb command]
< back_connect_quota : sum appl [back_receiver_id from ex nsb ]
$ mcr dns$diag sum appl [ta_receiver_id from ex nsb command]
Parser error. Expecting address constant. 'appl' isn't one
$ mcr dns$diag sum appl sum appl [back_receiver_id from ex nsb ]
Parser error. Expecting address constant. 'appl' isn't one
Is this the right command or am I meant to do some substitution here?
< It would be helpful to know how may ports you typically have open. We
< are considering increasing the default values for our next ECO.
Is this simply the number of DECnet links to the dns$server object or is there
a dns command to show the number of ports?
Thanks,
Geoff..
|
1429.3 | use help command | DRAGNS::WHEATER | | Thu Feb 20 1997 09:35 | 61 |
|
< You can use the following commands in DNS$DIAG to monitor quota
< utilization:
<
<
< request handlers, buffers : sum rpool
$ mcr dns$diag sum rpool command at present shows the following:-
Reserved Available Standby Maximum
Handlers: 2 8 10 100
Buffers: 2 18 20 200
Does this mean that their are only 92 handlers free and 82 buffers free? If so
then this would be too low? Correct?
### No it does not. 98 free handlers, 198 free buffers. Reserved indicates
### that they are in use. Available means that they have been used and are
### ready to be reused, Standby is how may to keep around before returning
### to pool. Maximum is the largest number that can be reserved
### at one time (in use at one time)
###
### It looks like these values are still set to the default and the
### the server doesn't have much activity on it.
< You can use the following commands in DNS$DIAG to monitor quota
< utilization:
<
< ta_connect_quota : sum appl [ta_receiver_id from ex nsb command]
< back_connect_quota : sum appl [back_receiver_id from ex nsb ]
$ mcr dns$diag sum appl [ta_receiver_id from ex nsb command]
Parser error. Expecting address constant. 'appl' isn't one
$ mcr dns$diag sum appl sum appl [back_receiver_id from ex nsb ]
Parser error. Expecting address constant. 'appl' isn't one
### NO! you were supposed to issue two dns$diag commands
###
### 1. ex nsb
### 2. take the address shown in ta_receiver_id and plug in into the
### the next command
### 3. ex appl ta_receiver_id_address
###
### the diag program has a help command, I suggest that use it to show
### you the format of these commands.
Is this the right command or am I meant to do some substitution here?
< It would be helpful to know how may ports you typically have open. We
< are considering increasing the default values for our next ECO.
Is this simply the number of DECnet links to the dns$server object or is there
a dns command to show the number of ports?
### No!, use the dns$diag command: sum appl ta_receiver_id
### it will give current and Peak ports information
Thanks,
Geoff..
|
1429.4 | not everything is in help | YAKKA::KINGSMILL | Geoff Kingsmill, Australia | Thu Feb 20 1997 23:29 | 8 |
| Bob,
Thanks. Sorry I misinterpreted your previous commands. They were quite
straight forward now that I read it again. There is currently plenty of spare
pool and ports. I'll monitor this and see if they grow over time.
Thanks,
Geoff..
|
1429.4 | | YAKKA::KINGSMILL | Geoff Kingsmill, Australia | Thu Feb 20 1997 23:49 | 7 |
| Bob,
How embarrassing. I missed the obvious. There is currently plenty of spare
pool and ports. I'll monitor this and see if they grow over time.
Thanks,
Geoff..
|