Port mapping results in :VERR_CFGM_NOT_FOUND

Discussions about using Solaris guests in VirtualBox.
Post Reply
dr_te_z
Posts: 6
Joined: 19. Feb 2008, 09:10
Primary OS: Linux other
VBox Version: OSE other
Guest OSses: os/2, debian, ubuntu, opensolaris
Location: Netherlands

Port mapping results in :VERR_CFGM_NOT_FOUND

Post by dr_te_z »

Hi, I've got an Arch linux 64 bit host with vBox v.2.2.4r47978. Lately I added an opensolaris 64bit guest.Everything O.K.
I wrote and executed this script:

Code: Select all

#!/bin/sh
#                                 osol
/usr/bin/VBoxManage setextradata "osol"  "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestdb2/Protocol"   TCP
/usr/bin/VBoxManage setextradata "osol"  "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestdb2/GuestPort"  48309
/usr/bin/VBoxManage setextradata "osol"  "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestdb2/HostPort"    50007
/usr/bin/VBoxManage getextradata "osol"    enumerate
/home/dick/sqllib/bin/db2 -v "uncatalog database   vSolDB"				
/home/dick/sqllib/bin/db2 -v "uncatalog  node vSol"				
/home/dick/sqllib/bin/db2 -v "catalog tcpip  node vSol remote localhost server 50007" 	
/home/dick/sqllib/bin/db2 -v "catalog database  sample as vSolDB at node vSol"
This did the job with my Ubuntu-client (the DB2-client on the host sees the DB2-server which runs in the vBox-client), but my solaris-guest will not start anymore. See error: : http://docs.google.com/View?id=dct3nr8f_3f22bwmc2
How can this be solved?
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

Re: Port mapping results in :VERR_CFGM_NOT_FOUND

Post by frank »

I guess you have to replace pcnet in the strings by e1000 as with OpenSolaris, the E1000 network card is activated by default. To remove the wrong strings with pcnet, use the command which you used to enter these strings but omit the last parameter (the value for the string).
dr_te_z
Posts: 6
Joined: 19. Feb 2008, 09:10
Primary OS: Linux other
VBox Version: OSE other
Guest OSses: os/2, debian, ubuntu, opensolaris
Location: Netherlands

Re: Port mapping results in :VERR_CFGM_NOT_FOUND

Post by dr_te_z »

Yes!
Jawohl

Thank you very much
danke schon
Post Reply