From the top down, here's where I am at ...
Host os - Windows 7 Home Premium 64bit, 8 gb memory, 500gb hd.
Virtual Box 4.1.14
Guest OS - Oracle Linux 5.7 64bit UEK
After building the base OS and adding the Guest Additions and the oracle-validated package, I used the VBox Options tab - storage, to add a SCSI controller to the machine, then added 4 ea 4gb disks on that controller; started the machine, logged on as root, ran fdisk to create the partitions. Up to this point everything was looking good. Then I ran
- Code: Select all
[root@vblnxsrv01 ~]# /sbin/scsi_id -g -u -d /dev/sdb
[root@vblnxsrv01 ~]#
and got nothing.
So, I've tried it two different ways - first using the VBoxManage commands exactly as given in the posting, second creating SCSI disks with the VBox "Settings" panel. How should i proceed to complete this setup?