Does anyone have any advice for this error on autoinstalling?
vgscan: No such file or directory
pvscan: No such file or directory
I am trying to image a machine with a image that came from a drive that has a volume group set up on it. I downloaded the files from the sysimager website (LVM_Support_by_Andreas_Eisenreich/ ) and installed them to the golden client and the image server but the script that is running can't find vgscan or pvscan. I guess I'll have to add it to BOEL but am not sure how to do that.
Thanks for any help!
Jim


Here's the relevent parts of the autoinstall::

I will now run the autoinstall script: /scripts/node67.sh
Partitioning /dev/sda...
Old partition table for /dev/sda:
Disk geometry for /dev/scsi/host2/bus0/target0/lun0/disc: 0.000-70007.199 megabytes
Disk label type: gpt
Minor    Start       End     Filesystem  Name                  Flags
1          0.017    199.999  fat16                             boot
2        199.999   5199.998  ext3
3       5199.998   6199.997  ext3
4       6199.997  70007.183  ext3
parted -s -- /dev/sda mklabel gpt || shellout
SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)
/dev/scsi/host2/bus0/target0/lun0:
Creating partition /dev/sda1.
parted -s -- /dev/sda mkpart primary ext2 0 199.999 || shellout
SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)
/dev/scsi/host2/bus0/target0/lun0: p1
parted -s -- /dev/sda set 1 boot on
SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)
/dev/scsi/host2/bus0/target0/lun0: p1
Creating partition /dev/sda2.
parted -s -- /dev/sda mkpart primary ext2 199.999 8391.998 || shellout
SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)
/dev/scsi/host2/bus0/target0/lun0: p1 p2
Creating partition /dev/sda3.
parted -s -- /dev/sda mkpart primary ext2 8391.998 16583.997 || shellout
SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)
/dev/scsi/host2/bus0/target0/lun0: p1 p2 p3
Creating partition /dev/sda4.
parted -s -- /dev/sda mkpart primary ext2 16583.997 20679.996 || shellout
SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)
/dev/scsi/host2/bus0/target0/lun0: p1 p2 p3 p4
Creating partition /dev/sda5.
parted -s -- /dev/sda mkpart primary ext2 20679.996 22727.995 || shellout
SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)
/dev/scsi/host2/bus0/target0/lun0: p1 p2 p3 p4 p5
Creating partition /dev/sda6.
parted -s -- /dev/sda mkpart primary ext2 22727.995 70007 || shellout
SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)
/dev/scsi/host2/bus0/target0/lun0: p1 p2 p3 p4 p5 p6
New partition table for /dev/sda:
parted -s -- /dev/sda print
Disk geometry for /dev/scsi/host2/bus0/target0/lun0/disc: 0.000-70007.199 megabytes
Disk label type: gpt
Minor    Start       End     Filesystem  Name                  Flags
1          0.017    199.999  fat16                             boot
2        199.999   8391.998  ext3
3       8391.998  16583.997
4      16583.997  20679.996
5      20679.996  22727.995
6      22727.995  70007.183
vgscan: No such file or directory
pvscan: No such file or directory

Reply via email to