VirtualBox

Changes between Initial Version and Version 1 of Ticket #14291


Ignore:
Timestamp:
Aug 19, 2015 3:02:15 PM (9 years ago)
Author:
Frank Mehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14291 – Description

    initial v1  
    44
    55Then, related to time stamps beginning with 00:18:59 I executed the following commands, that are embedded in a script:
    6 [[BR]]
     6{{{
    77vboxmanage createvm --name AMHS-Tester --groups "/AMHS-CentOS-Eval" --ostype RedHat_64 --register --basefolder "E:\VMs\Eval-Testsuite\AMHS-CentOS-Eval\VMs"
    8 [[BR]]
    98vboxmanage modifyvm 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --memory 3072 --boot1 dvd --boot2 disk --boot3 none --cpus 8 --vram 12 --audio pulse --usb on --usbehci on
    10 [[BR]]
    119vboxmanage createhd --filename "E:\VMs\Eval-Testsuite\VMs\AMHS-CentOS-Eval\AMHS-Tester\AMHS-Tester" --size 16384 --format VMDK --variant Split2G
    12 [[BR]]
    1310vboxmanage storagectl 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --name IDE-Controller --add ide
    14 [[BR]]
    1511vboxmanage storageattach 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --storagectl IDE-Controller --port 0 --device 0 --type dvddrive --medium "E:\VMs\Eval-Testsuite\AMHSTESTER.iso"
    16 [[BR]]
    1712vboxmanage storageattach 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --storagectl IDE-Controller --port 0 --device 1 --type dvddrive --medium "C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso"
    18 [[BR]]
    1913vboxmanage storagectl 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --name SATA-Controller --add sata --portcount 1
    20 [[BR]]
    2114vboxmanage storageattach 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --storagectl SATA-Controller --port 0 --type hdd --medium "E:\VMs\Eval-Testsuite\VMs\AMHS-CentOS-Eval\AMHS-Tester\AMHS-Tester.vmdk"
    22 [[BR]]
    2315vboxmanage modifyvm 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --nic1 hostonly --hostonlyadapter1 "VirtualBox Host-Only Ethernet Adapter #2"
    24 [[BR]]
    2516vboxmanage modifyvm 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --nic2 natnetwork --nat-network2 NatAMHS
    26 [[BR]]
    2717vboxmanage modifyvm 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --nicpromisc2 allow-all
    28 [[BR]]
    2918vboxmanage sharedfolder add 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --name work --hostpath "E:\VMs\Eval-Testsuite\work" --automount
    30 [[BR]]
    3119vboxmanage modifyvm 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --clipboard bidirectional
    32 [[BR]]
    3320vboxmanage modifyvm 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --draganddrop bidirectional
    34 [[BR]]
    3521vboxmanage modifyvm 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c --vcpfile "E:\VMs\Eval-Testsuite\work\AMHS-Tester.webm" --vcpwidth 1920 --vcpheight 1200
    36 [[BR]]
    3722vboxmanage startvm 5cb950aa-86e4-4f31-8a2b-9d0b580e3e4c
    38 
     23}}}
    3924And finally, starting at time stamp 00:18:59 the script checked the VM every five seconds using:
    4025[[BR]]

© 2023 Oracle
ContactPrivacy policyTerms of Use