Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Xen: Users

installation and configuration documentation for XCP

 

 

Xen users RSS feed   Index | Next | Previous | View Threaded


jane.wayne2978 at gmail

Jun 1, 2012, 2:15 AM

Post #1 of 3 (202 views)
Permalink
installation and configuration documentation for XCP

i've installed XCP 1.5-beta. i'm a little confused as to what has
happened. everything so far seems to work. however, i need more
information on what was done to my hard disk during the installation
and how was the file system set up.

in particular, i was investigating how to create a new logical volume
to place my ISO file to use as my ISO storage (SR). i notice (see
below with lvs command) that something like this was already created
automatically, BUT, it was not mounted anywhere. i was wondering why
this artifact logical volume was created and not mounted?

i have a 3 TB hard disk. when i issue: fdisk -l, i get the following output.

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util
fdisk doesn't support GPT. Use GNU Parted.
WARNING: The size of this disk is 3.0 TB (3000592982016 bytes).
DOS partition table format can not be used on drives for volumes
larger than 2.2 TB (2199023255040 bytes). Use parted(1) and GUID
partition table format (GPT).
Disk /dev/sda: 3000.5 GB, 3000592982016 bytes
256 heads, 63 sectors/track, 363376 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 266306 2147483647+ ee EFI GPT

the pvs command gives me the following:

PV VG Fmt
Attr PSize PFree
/dev/sda3 VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 lvm2
a- 2.72T 2.62T

the vgs command gives me the following:

VG #PV #LV #SN Attr
VSize VFree
VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 1 3 0
wz--n- 2.72T 2.62T

the lvs command gives me the following:

LV VG
Attr LSize Origin Snap% Move Log Copy%
Convert
MGT
VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 -wi-a- 4.00M
VHD-cfa4481f-2553-4dfe-a4aa-bfe5f99186c6
VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 -wi--- 8.02G
iso
VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 -wi--- 100.00G

the mount command gives me the following:

/dev/sda1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

_______________________________________________
Xen-users mailing list
Xen-users [at] lists
http://lists.xen.org/xen-users


Ian.Campbell at citrix

Jun 1, 2012, 2:30 AM

Post #2 of 3 (184 views)
Permalink
Re: installation and configuration documentation for XCP [In reply to]

Hi Jane,

Both this and the other question you sent are more likely to get answers
on the xen-api@ list where most XCP discussion happens (not an obvious
name, I agree, steps are under way to clarify this!)

Ian.

On Fri, 2012-06-01 at 10:15 +0100, Jane Wayne wrote:
> i've installed XCP 1.5-beta. i'm a little confused as to what has
> happened. everything so far seems to work. however, i need more
> information on what was done to my hard disk during the installation
> and how was the file system set up.
>
> in particular, i was investigating how to create a new logical volume
> to place my ISO file to use as my ISO storage (SR). i notice (see
> below with lvs command) that something like this was already created
> automatically, BUT, it was not mounted anywhere. i was wondering why
> this artifact logical volume was created and not mounted?
>
> i have a 3 TB hard disk. when i issue: fdisk -l, i get the following output.
>
> WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util
> fdisk doesn't support GPT. Use GNU Parted.
> WARNING: The size of this disk is 3.0 TB (3000592982016 bytes).
> DOS partition table format can not be used on drives for volumes
> larger than 2.2 TB (2199023255040 bytes). Use parted(1) and GUID
> partition table format (GPT).
> Disk /dev/sda: 3000.5 GB, 3000592982016 bytes
> 256 heads, 63 sectors/track, 363376 cylinders
> Units = cylinders of 16128 * 512 = 8257536 bytes
> Device Boot Start End Blocks Id System
> /dev/sda1 * 1 266306 2147483647+ ee EFI GPT
>
> the pvs command gives me the following:
>
> PV VG Fmt
> Attr PSize PFree
> /dev/sda3 VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 lvm2
> a- 2.72T 2.62T
>
> the vgs command gives me the following:
>
> VG #PV #LV #SN Attr
> VSize VFree
> VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 1 3 0
> wz--n- 2.72T 2.62T
>
> the lvs command gives me the following:
>
> LV VG
> Attr LSize Origin Snap% Move Log Copy%
> Convert
> MGT
> VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 -wi-a- 4.00M
> VHD-cfa4481f-2553-4dfe-a4aa-bfe5f99186c6
> VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 -wi--- 8.02G
> iso
> VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 -wi--- 100.00G
>
> the mount command gives me the following:
>
> /dev/sda1 on / type ext3 (rw)
> none on /proc type proc (rw)
> none on /sys type sysfs (rw)
> none on /dev/pts type devpts (rw)
> none on /dev/shm type tmpfs (rw)
> none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
> sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
>
> _______________________________________________
> Xen-users mailing list
> Xen-users [at] lists
> http://lists.xen.org/xen-users



_______________________________________________
Xen-users mailing list
Xen-users [at] lists
http://lists.xen.org/xen-users


jane.wayne2978 at gmail

Jun 1, 2012, 3:54 AM

Post #3 of 3 (179 views)
Permalink
Re: installation and configuration documentation for XCP [In reply to]

thanks ian, i've posted on the other list.

On Fri, Jun 1, 2012 at 5:30 AM, Ian Campbell <Ian.Campbell [at] citrix> wrote:
> Hi Jane,
>
> Both this and the other question you sent are more likely to get answers
> on the xen-api@ list where most XCP discussion happens (not an obvious
> name, I agree, steps are under way to clarify this!)
>
> Ian.
>
> On Fri, 2012-06-01 at 10:15 +0100, Jane Wayne wrote:
>> i've installed XCP 1.5-beta. i'm a little confused as to what has
>> happened. everything so far seems to work. however, i need more
>> information on what was done to my hard disk during the installation
>> and how was the file system set up.
>>
>> in particular, i was investigating how to create a new logical volume
>> to place my ISO file to use as my ISO storage (SR). i notice (see
>> below with lvs command) that something like this was already created
>> automatically, BUT, it was not mounted anywhere. i was wondering why
>> this artifact logical volume was created and not mounted?
>>
>> i have a 3 TB hard disk. when i issue: fdisk -l, i get the following output.
>>
>> WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util
>> fdisk doesn't support GPT. Use GNU Parted.
>> WARNING: The size of this disk is 3.0 TB (3000592982016 bytes).
>> DOS partition table format can not be used on drives for volumes
>> larger than 2.2 TB (2199023255040 bytes). Use parted(1) and GUID
>> partition table format (GPT).
>> Disk /dev/sda: 3000.5 GB, 3000592982016 bytes
>> 256 heads, 63 sectors/track, 363376 cylinders
>> Units = cylinders of 16128 * 512 = 8257536 bytes
>>    Device Boot      Start         End      Blocks   Id  System
>> /dev/sda1   *           1      266306  2147483647+  ee  EFI GPT
>>
>> the pvs command gives me the following:
>>
>>   PV         VG                                                 Fmt
>> Attr PSize PFree
>>   /dev/sda3  VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 lvm2
>> a-   2.72T 2.62T
>>
>> the vgs command gives me the following:
>>
>>   VG                                                 #PV #LV #SN Attr
>>  VSize VFree
>>   VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479   1   3   0
>> wz--n- 2.72T 2.62T
>>
>> the lvs command gives me the following:
>>
>>   LV                                       VG
>>                        Attr   LSize   Origin Snap%  Move Log Copy%
>> Convert
>>   MGT
>> VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 -wi-a-   4.00M
>>   VHD-cfa4481f-2553-4dfe-a4aa-bfe5f99186c6
>> VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 -wi---   8.02G
>>   iso
>> VG_XenStorage-5a32ce29-c98e-1488-273e-263c65d47479 -wi--- 100.00G
>>
>> the mount command gives me the following:
>>
>> /dev/sda1 on / type ext3 (rw)
>> none on /proc type proc (rw)
>> none on /sys type sysfs (rw)
>> none on /dev/pts type devpts (rw)
>> none on /dev/shm type tmpfs (rw)
>> none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
>> sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users [at] lists
>> http://lists.xen.org/xen-users
>
>

_______________________________________________
Xen-users mailing list
Xen-users [at] lists
http://lists.xen.org/xen-users

Xen users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.