search for: calcnode01

Displaying 1 result from an estimated 1 matches for "calcnode01".

2010 Aug 04
2
Introduction and request for help with virtualization
...do a manual installation. I am now trying to automate the process. To this goal, I have create multiple LVMs inside my new volume group. The name of the volume group is vmstorage_vg. The problem occurs when I try to run the installation. I found a script via google: #!/bin/sh virt-install \ -n calcnode01 \ -r 1024 \ -f /dev/vmstorage_vg/calcnode01 \ --cdrom=/software/iso/CentOS-5.5_x86_64-boot.iso \ --accelerate \ --vnc \ -x "ks=ftp://192.168.0.101/pub/ks/calcnode01.ks ip=192.168.0.101 netmask=255.255.255.0 dns=192.168.0.20 gateway=192.168.0.1 text console=ttyS0" When I start this script...