Displaying 7 results from an estimated 7 matches for "pkst".
Did you mean:
past
2004 May 27
0
Fwd: Re: clock skew again
...iSLAMABAD KARACHI, TASKHENT
So your PC is in a TimeZone 5 hours ahead of GMT. This
too is fine (assuming you're somewhere in Pakistan)
Note that this means that the GMT time (according to
your PC) is:-
16:14 - 5 = 11:14 GMT
>
>[root@niit125 root]# date
>Thu May 27 16:22:21 PKST 2004
So your Linux box thinks it's 16:22 and it is in timezone
PKST (Pakistan Summer Time)
>[root@niit125 root]# date -u
>Thu May 27 10:22:23 UTC 2004
And your Linux box can also give you the time in GMT directly. (I had
to calulate it for your PC)
It thinks it is 10:22 UTC whihc i...
2009 Oct 23
0
working with latest -xen kernel?
Hi,
Boris! i have installed and run virt-manager successfully.
After i boot into my xen paravirt kernel I got,
[root@Server1-FC11 init.d]# xm info
host : Server1-FC11
release : 2.6.30-rc6-tip
version : #1 SMP Thu Oct 22 12:48:59 PKST 2009
machine : x86_64
nr_cpus :
8
nr_nodes : 1
cores_per_socket : 4
threads_per_core : 1
cpu_mhz : 1995
hw_caps : bfebfbff:20100800:00000000:00000140:000ce33d:00000000:00000001:00000000
virt_caps : h...
2009 Sep 04
3
bridge throughput problem
I have set-up xen on my Intel quad core server. Now running different experiment to measure network throughput in virtualized environment. these are some of the results:
Netperf-4.5 results for inter-domain communication.
Sr.No. Client Server Time(sec) Throughput(Mbps)
1 Guest-1 Dom0
2009 Sep 28
0
About xen bridge
Hi there,
I am using xen hypervisor for analysing guest to guest communication throughput. I have Quad Core Intel Xeon server with F11 installed on it.
My Dom0 and DomU specs are:
Dom0: #uname -ra
Linux HPCNL-SR-2 2.6.30-rc6-tip #1 SMP Tue Aug 25 12:26:16 PKST 2009 i686 i686 i386 GNU/Linux
DomU: # uname -ra
Linux F11-G5S2 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May 27 17:28:22 EDT 2009 i686 i686 i386 GNU/Linux
while running netperf benchmark I have got such results in different cases
DomU to Dom0 2000 to 3000Mbps
Dom0 to DomU also ok
But in case of...
2009 Sep 28
0
About xen bridge
Hi there,
I am using xen hypervisor for analysing guest to guest communication throughput. I have Quad Core Intel Xeon server with F11 installed on it.
My Dom0 and DomU specs are:
Dom0: #uname -ra
Linux HPCNL-SR-2 2.6.30-rc6-tip #1 SMP Tue Aug 25 12:26:16 PKST 2009 i686 i686 i386 GNU/Linux
DomU: # uname -ra
Linux F11-G5S2 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May 27 17:28:22 EDT 2009 i686 i686 i386 GNU/Linux
while running netperf benchmark I have got such results in different cases
DomU to Dom0 2000 to 3000Mbps
Dom0 to DomU also ok
But in case of...
2009 Sep 04
2
Xen & netperf
First, I apologize if this message has been received multiple times.
I''m having problems subscribing to this mailing list:
Hi xen-users,
I am trying to decide whether I should run a game server inside a Xen
domain. My primary reason for wanting to virtualize is because I want
to isolate this environment from the rest of my server. I really like
the idea of isolating the game server
2009 Aug 25
14
3.4-testing : Kernel panic on bootup (mount: could not find filesystem /dev/root/)
Hi,
I installed XEN 3.4-testing version without much problems in CentOS 5.3
running on quadcore Intel Nahelam processors using the following
installation
steps (as in the README) :
<steps>
hg clone http://xenbits.xensource.com/xen-3.4-testing.hg`
cd xen-unstable.hg
make world
make install
make linux-2.6-xen-config CONFIGMODE=menuconfig
make linux-2.6-xen-build
make linux-2.6-xen-install