Displaying 4 results from an estimated 4 matches for "g40".
Did you mean:
440
2008 May 19
0
Problem in DHCP Server with XEN no free leases Error
Hi I have installed Xen 3.0.4 in Scientific linux Os.. Now I want to
configure dhcp server.
I have configured my dhcp server in my host (g40.grid ) . Here''s my
dhcpd.conf file
[root@g40 ~]# cat /etc/dhcpd.conf
ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;
lease-file-name "/var/lib/dhcp/dhcpd.leases";
authoritative;
log-facility local7;
# Configuration for an internal subnet.
subnet 10.2.0.0...
2008 Feb 12
4
Reg Disk space in guest domain with fedora img
...xen.img"
disk = [''phy:vg/fedora,sda6,w'',''phy:vg/compswap,sda7,w'',
''phy:vg/modules,sda5,r'']
name = "fedora.compnode.grid"
root = "/dev/sda6 ro"
vif=[''bridge=xenbr0'']
The logical volumes look like
[root@g40 ~]# lvs
LV VG Attr LSize Origin Snap% Move Copy%
compswap vg -wi-ao 1.00G
fedora vg -wi-ao 10.00G
modules vg -wi-ao 100.00M
In the guest domain when i checked the following commands i got the output
as
[root@fedora ~]# df -H
Filesystem Size Used Ava...
2010 Aug 04
1
Intel Graphics Media Accelerator 4500MHD and dual monitors
Hi All,
Anyone know if the Intel Graphics Media Accelerator 4500MHD will support dual monitors with CentOS ?
Thanks in advance
/Kevin
Sent from my iPad
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains
alphanumeric data. Specifically,"ID" contains integers all preceeded
by the character "g" as in:
g1, g6, g3, g19, g100, g2, g39
I am using the following code:
DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),]
and was hoping it would sort the dataframe by ID in the following manner
g1, g2, g3, g6, g19,