Information Technology Reference
In-Depth Information
example, the Container's root password will be changeme —which would be a very
good idea once the Container is running.
GZ# cat > /zones/winxp-desktop1/root/etc/sysidcfg <<EOF
system_locale=C
terminal=dtterm
network_interface=NONE { hostname=winxp-desktop1 }
security_policy=NONE
name_service=NONE
nfs4_domain=domain.com
timezone=US/Central
root_password=Yy5CKNb6aROmU
EOF
GZ# zoneadm -z winxp-desktop1 boot
GZ# zlogin -C winxp-desktop1
[Connected to zone 'winxp-desktop1' console]
[NOTICE: Zone booting up]
SunOS Release 5.10 Version Generic_141445-09 64-bit
Copyright 1983-2009 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Hostname: winxp-desktop1
. . .
winxp-desktop1 console login:
8.5.4 Creating the Oracle VM VirtualBox Guest Machine User
The next step is to log into the Container and create the user that will run the
VirtualBox guest. In this example, the user and group numbers will be chosen au-
tomatically. In contrast, in an enterprise deployment, the group and user numbers
should be provided by an identity management system.
GZ# zlogin winxp-desktop1
winxp-desktop1# mkdir -p /export/home/vboxuser
winxp-desktop1# groupadd vboxuser
winxp-desktop1# useradd -g vboxuser -m -d /export/home/vboxuser -s \
/bin/bash -c "VirtualBox Guest User" vboxuser
winxp-desktop1# passwd vboxuser
password: { enter a new password, which will not be echoed }
Re-enter new Password:
{ reenter the password }
passwd: password successfully changed for vboxuser
 
 
Search WWH ::




Custom Search