search for: lpar

Displaying 20 results from an estimated 86 matches for "lpar".

Did you mean: lar
2010 Jan 21
2
Help with samba implementation
...From: Roxane B Eliff/DACMO/HQ/BOC To: samba at lists.samba.org <samba at lists.samba.org> Cc: Roxane B Eliff/DACMO/HQ/BOC at BOC Date: 01/19/2010 04:03 PM Subject: I am writing from the US Census Bureau in Washington, DC. There is an immediate need for samba to be implemented on 3 AIX lpars. Attached is the smb.conf file and testparm for dadsp003. Here is the scenario: 3 AIX, 6.1 lpars, dadsp001, dadsp002 and dadsp003. Installed samba 3.0.24 from aix6 cd. Currently installed on dadsp002 and dadsp003. Configured only on dadsp003. The local networks on all 3 lpars are 192....
2014 Jul 01
1
combining data from multiple read.delim() invocations.
...mited files. I am using read.delim() to read them, in a loop. I am invoking my code on Linux Fedora 20, from the BASH command line, using Rscript. The code I'm using looks like: arguments <- commandArgs(trailingOnly=TRUE); # initialize the capped_data data.frame capped_data <- data.frame(lpar="NULL", started=Sys.time(), ended=Sys.time(), stringsAsFactors=FALSE); # and empty it. capped_data <- capped_data[-1,]; # # Read in the data from the files listed for (file in arguments) { data <- read.delim(fi...
2009 Dec 01
1
Want to add AIX lpars as Puppet targets (clients)
Can anyone point out some AIX specific downloads for Puppet AIX - rpms, source, etc - also any docs??? Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options,
2016 Dec 06
1
[PATCH v8 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
...M -0500, Pan Xinhui wrote: > Add two corresponding helper functions to support pv-qspinlock. > > For normal use, __spin_yield_cpu will confer current vcpu slices to the > target vcpu(say, a lock holder). If target vcpu is not specified or it > is in running state, such conferging to lpar happens or not depends. > > Because hcall itself will introduce latency and a little overhead. And we > do NOT want to suffer any latency on some cases, e.g. in interrupt handler. > The second parameter *confer* can indicate such case. > > __spin_wake_cpu is simpiler, it will wa...
2016 Dec 06
1
[PATCH v8 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
...M -0500, Pan Xinhui wrote: > Add two corresponding helper functions to support pv-qspinlock. > > For normal use, __spin_yield_cpu will confer current vcpu slices to the > target vcpu(say, a lock holder). If target vcpu is not specified or it > is in running state, such conferging to lpar happens or not depends. > > Because hcall itself will introduce latency and a little overhead. And we > do NOT want to suffer any latency on some cases, e.g. in interrupt handler. > The second parameter *confer* can indicate such case. > > __spin_wake_cpu is simpiler, it will wa...
2005 Feb 23
1
Winbind on AIX 5.2
Has anyone had luck getting Winbind from Samba 3.0.11 to compile and authenticate users telnetting (or ssh'ing) into an AIX lpar? If so, what'd you do? :) I've compiled kerberos and openldap, both installed. Able to run the configure script for Samba, pointing LDFLAGS and related to the correct location for the openldap libraries. I've been unable to get Samba compiled correctly when adding --with-pam to...
2016 Dec 05
0
[PATCH v8 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
Add two corresponding helper functions to support pv-qspinlock. For normal use, __spin_yield_cpu will confer current vcpu slices to the target vcpu(say, a lock holder). If target vcpu is not specified or it is in running state, such conferging to lpar happens or not depends. Because hcall itself will introduce latency and a little overhead. And we do NOT want to suffer any latency on some cases, e.g. in interrupt handler. The second parameter *confer* can indicate such case. __spin_wake_cpu is simpiler, it will wake up one vcpu regardless of i...
2020 Feb 14
0
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
I did ping -c 20 -f ... ; reboot twice The ping after the first reboot showed .......E this was on the host console [ 55.951885] CPU: 34 PID: 1908 Comm: CPU 0/KVM Not tainted 5.5.0+ #21 [ 55.951891] Hardware name: IBM 3906 M04 704 (LPAR) [ 55.951892] Call Trace: [ 55.951902] [<0000001ede114132>] show_stack+0x8a/0xd0 [ 55.951906] [<0000001edeb0672a>] dump_stack+0x8a/0xb8 [ 55.951915] [<000003ff803736a6>] vhost_vring_ioctl+0x6fe/0x858 [vhost] [ 55.951919] [<000003ff8042a608>] vhost_net_ioctl+...
2020 Feb 14
0
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
...ng -c 20 -f ... ; reboot >> twice >> >> The ping after the first reboot showed .......E >> >> this was on the host console >> >> [ 55.951885] CPU: 34 PID: 1908 Comm: CPU 0/KVM Not tainted 5.5.0+ #21 >> [ 55.951891] Hardware name: IBM 3906 M04 704 (LPAR) >> [ 55.951892] Call Trace: >> [ 55.951902] [<0000001ede114132>] show_stack+0x8a/0xd0 >> [ 55.951906] [<0000001edeb0672a>] dump_stack+0x8a/0xb8 >> [ 55.951915] [<000003ff803736a6>] vhost_vring_ioctl+0x6fe/0x858 [vhost] >> [ 55.951919] [...
2016 Oct 19
2
[PATCH v2 1/1] s390/spinlock: Provide vcpu_is_preempted
...g && cpu_is_preempted(~owner)) { > + if (first_diag && arch_vcpu_is_preempted(~owner)) { > smp_yield_cpu(~owner); > first_diag = 0; > continue; > @@ -81,7 +72,7 @@ void arch_spin_lock_wait(arch_spinlock_t *lp) > * yield the CPU unconditionally. For LPAR rely on the > * sense running status. > */ > - if (!MACHINE_IS_LPAR || cpu_is_preempted(~owner)) { > + if (!MACHINE_IS_LPAR || arch_vcpu_is_preempted(~owner)) { > smp_yield_cpu(~owner); > first_diag = 0; > } > @@ -108,7 +99,7 @@ void arch_spin_lock_wait_...
2016 Oct 19
2
[PATCH v2 1/1] s390/spinlock: Provide vcpu_is_preempted
...g && cpu_is_preempted(~owner)) { > + if (first_diag && arch_vcpu_is_preempted(~owner)) { > smp_yield_cpu(~owner); > first_diag = 0; > continue; > @@ -81,7 +72,7 @@ void arch_spin_lock_wait(arch_spinlock_t *lp) > * yield the CPU unconditionally. For LPAR rely on the > * sense running status. > */ > - if (!MACHINE_IS_LPAR || cpu_is_preempted(~owner)) { > + if (!MACHINE_IS_LPAR || arch_vcpu_is_preempted(~owner)) { > smp_yield_cpu(~owner); > first_diag = 0; > } > @@ -108,7 +99,7 @@ void arch_spin_lock_wait_...
2016 Jun 06
2
[PATCH v5 1/6] qspinlock: powerpc support qspinlock
On Fri, Jun 03, 2016 at 02:33:47PM +1000, Benjamin Herrenschmidt wrote: > ?- For the above, can you show (or describe) where the qspinlock > ? ?improves things compared to our current locks. So currently PPC has a fairly straight forward test-and-set spinlock IIRC. You have this because LPAR/virt muck and lock holder preemption issues etc.. qspinlock is 1) a fair lock (like ticket locks) and 2) provides out-of-word spinning, reducing cacheline pressure. Esp. on multi-socket x86 we saw the out-of-word spinning being a big win over our ticket locks. And fairness, brought to us by the...
2016 Jun 06
2
[PATCH v5 1/6] qspinlock: powerpc support qspinlock
On Fri, Jun 03, 2016 at 02:33:47PM +1000, Benjamin Herrenschmidt wrote: > ?- For the above, can you show (or describe) where the qspinlock > ? ?improves things compared to our current locks. So currently PPC has a fairly straight forward test-and-set spinlock IIRC. You have this because LPAR/virt muck and lock holder preemption issues etc.. qspinlock is 1) a fair lock (like ticket locks) and 2) provides out-of-word spinning, reducing cacheline pressure. Esp. on multi-socket x86 we saw the out-of-word spinning being a big win over our ticket locks. And fairness, brought to us by the...
2007 Apr 03
1
any help installing 4.4 for s390 (or s390x) on Z9-BC?
I should start off by saying that I know a lot more about linux than I do z/series hardware.... I've tried centos 3.3 and 4.4 for s390 and s390x, if it make any difference.... Trying to install 4.4 on an lpar on a z9-BC and having trouble figuring out how to get the OSA adapter working. I've been told that when I ftp-boot from the iso image, I should choose "eth" for adapter type, and enter "0xe38,0xe39,0xe3a" for the addresses. For the additional parameters, I've tried:...
2013 Mar 19
1
"not permitted to access this share"
...loss. Maybe I've been staring at it too long. I'm getting a "not permitted to access this share error" where I think I should be getting in no problem. user 'fizbin' (from session setup) not permitted to access this share (logs) Configuration: Two AIX 6.1 (6100-06-06) LPARs both running Samba 3.3.12 binaries from IBM. LPAR1 is working great. No problem accessing the shares created there. On LPAR2 I cannot access any shares. Both are configured for domain authentication and that seems to be working. wbinfo -u returns a list of domain users. On both systems I get: che...
2007 Aug 07
2
FW: Slow opening files on Samba Version 3.0.22 (UPDATED)
Hello, We are running Samba Version 3.0.22-13.30-1290-SUSE-SLES10 on an iSeries LPAR with 512 memory and .10 of the processor and a GB NIC. I have successfully joined this server to our Windows 2000 active directory. I have copied over some data and setup some test shares and mapped the share on my pc. I can browse the files in the share with no problem but when I open any ty...
2010 Feb 05
2
Para_virtualised Kernel for running XEN-3.2 on Thamesblue Supercomputer
Hi, We are trying to setup XEN testbed on Thamesblue supercomputer which has IBM JS2X blade servers. I know that XEN 3.2 was the last release which supports PowerPC. We want to give it a try now. We are running SLES 10.2 and Gentoo on these blades. Can anyone please tell me which Pv_ops kernel should I use for setting up XEN 3.2 on powerpc? Thanks. Best Regards, Hassan
2010 Feb 05
2
Para_virtualised Kernel for running XEN-3.2 on Thamesblue Supercomputer
Hi, We are trying to setup XEN testbed on Thamesblue supercomputer which has IBM JS2X blade servers. I know that XEN 3.2 was the last release which supports PowerPC. We want to give it a try now. We are running SLES 10.2 and Gentoo on these blades. Can anyone please tell me which Pv_ops kernel should I use for setting up XEN 3.2 on powerpc? Thanks. Best Regards, Hassan
2007 Sep 11
4
CentOS 5 on IA64
Hi All, I am looking for information on when CentOS 5 will be available for IA64. I found this forum posting but no responses http://www.centos.org/modules/newbb/viewtopic.php?topic_id=8714&forum=45 I am looking to perform a large migration of about 500 workstations from various Suse and Red Hat versions to CentOS to standardize some what. Because I have to support x86 (32 & 64) and
2016 Feb 28
1
[PATCH V3 3/3] vhost_net: basic polling support
...ime) && > + vhost_vq_avail_empty(vq->dev, vq)) > + cpu_relax(); Can you use cpu_relax_lowlatency (which should be the same as cpu_relax for almost everybody but s390? cpu_relax (without low latency might give up the time slice when running under another hypervisor (like LPAR on s390), which might not be what we want here. [...] > +static int vhost_net_rx_peek_head_len(struct vhost_net *net, struct sock *sk) > +{ > + struct vhost_net_virtqueue *nvq = &net->vqs[VHOST_NET_VQ_TX]; > + struct vhost_virtqueue *vq = &nvq->vq; > + unsigned long...