Displaying 11 results from an estimated 11 matches for "tcp1".
Did you mean:
tcp
2008 Jan 15
19
How do you make an MGS/OSS listen on 2 NICs?
I am running on CentOS 5 distribution without adding any updates from CentOS. I am using the lustre 1.6.4.1 kernel and software.
I have two NICs that run though different switches.
I have the lustre options in my modprobe.conf to look like this:
options lnet networks=tcp0(eth1,eth0)
My MGS seems to be only listening on the first interface however.
When I try and ping the 1st interface (eth1)
2010 Jun 22
7
lnet infiniband config
Hi all,
I''m getting my feet wet in the infiniband lake and of course I run into
some problems.
It would seem I got the compilation part of sles11 kernel 2.6.27 +
Lustre 1.8.3 + ofed 1.4.2 right, because it allows me to see and use the
infiniband fabric, and because ko2iblnd loads without any complaints.
In /etc/modprobe.d/lustre (this is a Debian system, hence this subdir of
2007 Aug 30
2
Announcing an updated document version (v1.7) of the Lustre 1.6 Operations Manual
Dear Lustre users,
CFS is pleased to announce an updated document version (v1.7) of the
Lustre? 1.6 Operations Manual, available in both PDF and HTML formats at
http://www.manual.lustre.org.
This edition of the Operations Manual includes the following enhancement:
* Addition of mballoc3 content to the Lustre Proc chapter
If you have any questions, suggestions, or recommended edits to the
2007 Aug 30
2
Announcing an updated document version (v1.7) of the Lustre 1.6 Operations Manual
Dear Lustre users,
CFS is pleased to announce an updated document version (v1.7) of the
Lustre? 1.6 Operations Manual, available in both PDF and HTML formats at
http://www.manual.lustre.org.
This edition of the Operations Manual includes the following enhancement:
* Addition of mballoc3 content to the Lustre Proc chapter
If you have any questions, suggestions, or recommended edits to the
2007 Aug 30
2
Announcing an updated document version (v1.7) of the Lustre 1.6 Operations Manual
Dear Lustre users,
CFS is pleased to announce an updated document version (v1.7) of the
Lustre? 1.6 Operations Manual, available in both PDF and HTML formats at
http://www.manual.lustre.org.
This edition of the Operations Manual includes the following enhancement:
* Addition of mballoc3 content to the Lustre Proc chapter
If you have any questions, suggestions, or recommended edits to the
2014 Aug 14
2
NUT proxy?
...is using LAN for
communicating to upsd.
First problem:
I can't connect to upsmon with upsstats.cgi because upsmon not listen on
TCP port.
Second problem:
How can I check more upsd with upsmon? All upsd are listen to the default
port on different machines. For example I'd like an upsmon on TCP1, the
other one on TCP2, etc.
I want to check the UPSs from a centralized place but there is a firewall
between upsd and upsstats.cgi and port forwarding not allowed.
If this explanation not too clear I can draw a simple chart.
TIA,
Ruzsi
-------------- next part --------------
An HTML attachment...
2009 Jan 14
3
Precision in R
Dear All,
I'm preparing a simple algorithm for matrix multiplication for a
specific purpose, but I'm getting some unexpected results.
If anyone could give a clue, I would really appreciate.
Basically what I want to do is a simple matrix multiplication:
(WB) %*% t(WB).
The WB is in the disk so I compared to approaches:
- Load 'WB' using 'read.table' (put it in WB.tmp) and
2012 Oct 16
2
List of Levels for all Factor variables
...SERVICE : int 75 82 62 87 73 69 69 47 42 79 ...
$ HIEDUCLV : Factor w/ 6 levels "Associate","Bachelor",..: 5 6 6 6 5 2 3 2 2 1 ...
$ GENDER : Factor w/ 2 levels "F","M": 2 2 2 1 2 2 2 2 2 1 ...
$ RETCD : Factor w/ 2 levels "TCP1","TCP2": 2 1 2 2 2 1 1 2 1 2 ...
$ FLSASTATUS : Factor w/ 2 levels "E","N": 1 2 2 1 1 1 1 1 1 1 ...
$ MONTHLY_RT : int 17640 6932 5845 9809 11473 8719 19190 8986 7231 6758 ...
$ RETSTATUSDERIVED: Factor w/ 4 levels "401K","DOUBLE DIPPERS&...
2013 Apr 26
1
Stratified Random Sampling Proportional to Size
...00 ...
$ JOBTITLE : Factor w/ 325 levels "Accounting Assistant",..: 227 192 192 192 192 192 190 191 191 153 ...
$ SAL_ADMIN_PLAN: Factor w/ 40 levels "ADE","AME","ASE",..: 36 38 38 38 38 38 31 31 31 31 ...
$ RET_TYP_CD_LL : Factor w/ 2 levels "TCP1","TCP2": 2 2 2 2 2 2 2 2 2 2 ...
Daniel Lopez
Workforce Analyst
HRIM - Workforce Analytics & Metrics
Strategic Human Resources Management
wf-analytics-metrics@lists.llnl.gov<mailto:wf-analytics-metrics@lists.llnl.gov>
(925) 422-0814
[[alternative HTML version deleted]]
2008 Feb 07
2
Lustre behaviour when multiple network paths are available?
Hi there,
When Lustre is configured in an environment where there are multiple paths
to the same destination of the same length (i.e. two paths, each one hop
away), which path(s) will be used for sending and receiving data?
I have my cluster configured with two OSTs with two GigE NICs in each. I am
seeing identical performance metrics when I use LACP to aggregate, and when
I use two separate
2007 Apr 17
2
IPv6 version specific classification in crossbow
...and flow entry instance) is for IPv6 type flow or
IPv4 type flow.
Here ,
lack of specification of ip_version and ip_addr options would result in
ambiguity in
classification.
To be more specific:
consider, if user defines a flow policy as :
#flowadm add-flow -d bge0 transport=TCP local_port=8080 tcp1
To resolve this, we have following design choices and I need your
opinion, to figure out
which one is the most adequate in above situation.
1)
We should internally create 2 flows(i.e. 2 flow_entry_t structures in
flow table),
1 for ipv4 and other for ipv6
Pros: Administrator friendly, as save...