search for: p1p2

Displaying 8 results from an estimated 8 matches for "p1p2".

Did you mean: p12
2012 Jun 29
5
assign object with loop (translation from SAS to R)
I have a dataset named DM with p1, p2, ...., p9 (9 columns, numerical values) I would like to calculate to multify each pair of columns (p1p2, p1p3,... p1p9, p2p3, p2p4.... p8p9) and assign them in p1p2, p1p3,... p1p9, p2p3, p2p4.... p8p9 In SAS, l=0; p_int_sum=0; do i=1 to 8; do j=(i+1) to 9; l=l+1; p{i}p{j}=p{i}*p{j}; end; end; I would like to know how to assign them in R I tried for function but failed. for (i in 1:8) { for (...
2017 Mar 29
0
Mixed bonding and vlan on plain adapter possible?
...first tests were only with iSCSI in place to verify connection is ok I followed these Dell guidelines, for both multipath and sysctl configs for network adapters: http://en.community.dell.com/techcenter/extras/m/white_papers/20442422 iSCSI vlan is 100 so that the configured devices are p1p1.100 and p1p2.100 and my sysctl config is: net.ipv4.conf.p1p1/100.arp_announce=2 net.ipv4.conf.p1p2/100.arp_announce=2 net.ipv4.conf.p1p1/100.arp_ignore=1 net.ipv4.conf.p1p2/100.arp_ignore=1 # net.ipv4.conf.p1p1/100.rp_filter=2 net.ipv4.conf.p1p2/100.rp_filter=2 So far so good and my lun is viewed this way thr...
2013 Mar 18
1
CentOS 6.4 kickstart bonding
..."network" kickstart section: # "Public" network, bond0 created, it works fine, network --device=bond0 --noipv6 --bootproto=static --onboot=yes --hostname=box.example.com --ip=192.168.1.3 --netmask=255.255.255.0 --gateway=192.168.1.1 --nameserver=192.168.1.1 --bondslaves=p1p1,p1p2 --bondopts=mode=active-backup,primary=p1p1,miimon=80,updelay=60000 # Cluster network, not created on install network --device=bond1 --noipv6 --nodns --nodefroute --bootproto=static --onboot=yes --ip=192.168.2.2 --netmask=255.255.255.0 --bondslaves=em1,em2 --bondopts=mode=active-backup,primary=em1...
2013 Nov 15
3
CentOS 6 : Network Interface Naming
Hello All, I have one CentOS 6 KVM virtualization server that I built around a year ago (best I can tell it was in October 2012) at which time I would have been installing 6.3 [0]. That particular install used the Consistent Network Device Naming [1] conventions (PCIe NICs are p1p1, p1p2). I started to build out a new KVM virt server (kickstarting a 6.4 install now as compared to 6.3 back then) and the interface names are back to the old ethX convention for the PCIe NICs. See below for my snippets from udev persistent rules on the two hosts. I'm working off of [older] Dell P...
2015 Jul 01
2
UEFI/EFI booting and constantly asking for ldlinux.e64
...direction of trouble shooting this. The tftp root has all the files to boot a BIOS type system with syslinux menu system setup. Then I copied the files from a syslinux tar ball for EFI/UEFI booting. --snip /var/log/messages-- Jun 30 19:32:04 aid dhcpd: DHCPDISCOVER from ec:f4:bb:db:2e:20 via p1p2 Jun 30 19:32:05 aid dhcpd: option_space_encapsulate: option space 'TFTP' does not exist, but is configured. Jun 30 19:32:05 aid dhcpd: DHCPOFFER on 172.20.0.131 to ec:f4:bb:db:2e:20 via p1p2 Jun 30 19:32:08 aid dhcpd: DHCPREQUEST for 172.20.0.131 (172.20.0.1) from ec:f4:bb:db:2e:20 via p...
2015 Jul 02
1
UEFI/EFI booting and constantly asking for ldlinux.e64
On 7/2/2015 3:42 AM, Gene Cumm wrote: > This has me thinking your build system has a negative interaction. > There should be at least 2 lines of output prior to loading > ldlinux.e64. gcc less than 4.7 is one problem for the EFI binaries. This could be my problem. I'm using gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC). I will attempt from a new version of gcc and report.
2006 Oct 16
1
Uneven CPU speed with CentOS 4.4 on a Mac Pro
Hi list, I've recently managed to install CentOS 4.4 on an Apple Mac Pro. Functionality-wise everything works great, but when trying to benchmark the system, I don't get stable runtimes, they differ by more than 30%. For example a benchmark run with our PDE solving code takes between 500 and 800 s on the completely unloaded machine. Suspicious kernel output (complete output attached):
2013 Apr 03
9
VERY odd HTTP Packet Loss
I''m running Xen 4.1.4 on Fedora 17. I have some CentOS 6 DomUs - an haproxy machine and some tomcat VMs. When clients send requests with: POST /ProposalInterface HTTP/1.1 Content-Type: text/xml Host: www.myhost.co.uk Content-Length: 2099 Expect: 100-continue Connection: Keep-Alive The "continuation" doesn''t happen. The POST is truncated at 1449 bytes, and the