# mount /dev/cdrom /mnt/cdrom mount: ブロックデバイス /dev/cdrom は書き込み禁止です、読込み専用でマウントします # df -k | grep cdrom /dev/hdc 82592 82592 0 100% /mnt/cdrom # ls /mnt/cdrom VMwareTools-3.5.0-207095.i386.rpm VMwareTools-3.5.0-207095.tar.gz |
# cd /var/tmp # cp -p /mnt/cdrom/VMwareTools-3.5.0-207095.tar.gz /var/tmp/. # tar zxf VMwareTools-3.5.0-207095.tar.gz # ls -l 合計 41164 -r--r--r-- 1 root root 42097450 11月 4 2009 VMwareTools-3.5.0-207095.tar.gz drwxr-xr-x 7 root root 4096 11月 4 2009 vmware-tools-distrib |
# cd vmware-tools-distrib # ./vmware-install.pl : In which directory do you want to install the binary files? [/usr/bin] ←Enterを入力 What is the directory that contains the init directories (rc0.d/ to rc6.d/)? [/etc/rc.d] ←Enterを入力 What is the directory that contains the init scripts? [/etc/rc.d/init.d] ←Enterを入力 In which directory do you want to install the daemon files? [/usr/sbin] ←Enterを入力 In which directory do you want to install the library files? [/usr/lib/vmware-tools] ←Enterを入力 The path "/usr/lib/vmware-tools" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes] ←Enterを入力 In which directory do you want to install the documentation files? [/usr/share/doc/vmware-tools] ←Enterを入力 The path "/usr/share/doc/vmware-tools" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes] ←Enterを入力 : Before running VMware Tools for the first time, you need to configure it by invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want this program to invoke the command for you now? [yes] ←Enterを入力 : Please choose one of the following display sizes that X will start with (1 - 15): [1] "640x480" [2] "800x600" [3] "1024x768" [4] "1152x864" [5] "1280x800" [6] "1152x900" [7] "1280x1024" [8] "1376x1032" [9] "1400x900" [10] "1400x1050" [11] "1440x900" [12] "1680x1050" [13] "1600x1200" [14] "1920x1200" [15] "2364x1773" Please enter a number between 1 and 15: [3] ←2を入力 : Enjoy, --the VMware team # |
# shutdown -r now |
# cd /tmp # cp -p /cdrom/vmwaretools/vmware-solaris-tools.tar.gz /tmp/. # gunzip vmware-solaris-tools.tar.gz # tar xf vmware-solaris-tools.tar # ls -l 合計 38560 drwxr-xr-x 2 noaccess noaccess 177 6月 27日 01:44 hsperfdata_noaccess/ drwxr-xr-x 2 root root 117 6月 27日 01:44 hsperfdata_root/ -rw-r--r-- 1 root root 30 6月 27日 01:44 ogl_select294 drwxr-xr-x 2 root root 117 6月 27日 01:50 vmware-config0/ -r--r--r-- 1 root root 19722240 11月 4日 2009年 vmware-solaris-tools.tar drwxr-xr-x 7 root root 623 11月 4日 2009年 vmware-tools-distrib/ |
# cd vmware-tools-distrib # ./vmware-install.pl : In which directory do you want to install the binary files? [/usr/bin] ←Enterを入力 What is the directory that contains the init directories (rc0.d/ to rc6.d/)? [/etc] ←Enterを入力 What is the directory that contains the init scripts? [/etc/init.d] ←Enterを入力 In which directory do you want to install the daemon files? [/usr/sbin] ←Enterを入力 In which directory do you want to install the library files? [/usr/lib/vmware-tools] ←Enterを入力 The path "/usr/lib/vmware-tools" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes] ←Enterを入力 In which directory do you want to install the documentation files? [/usr/share/doc/vmware-tools] ←Enterを入力 The path "/usr/share/doc/vmware-tools" does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes] ←Enterを入力 : Before running VMware Tools for the first time, you need to configure it by invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want this program to invoke the command for you now? [yes] ←Enterを入力 : The configuration file /etc/X11/xorg.conf can not be found. Do you want to create a new one? (yes/no) [yes] ←Enterを入力 Please choose one of the following display sizes that X will start with (1 -15): [1] "640x480" [2] "800x600" [3] "1024x768" [4] "1152x864" [5] "1280x800" [6] "1152x900" [7] "1280x1024" [8] "1376x1032" [9] "1400x900" [10] "1400x1050" [11] "1440x900" [12] "1680x1050" [13] "1600x1200" [14] "1920x1200" [15] "2364x1773" Please enter a number between 1 and 15: [3] ←2を入力 : Enjoy, --the VMware team # |
# shutdown -y -i6 -g0 |