How to check memory usage detail in solaris
$ echo ::memstat |mdb -k
shutdown -y -i5 -g0This will immediately shut the system down. You can also use the older command that still works:
sync;sync;init 5You can even use:
poweroffReboot If you are trying to reboot the system as opposed to turning it off, you could use:
shutdown -y -i6 -g0Or:
sync;sync;init 6Or even:
reboot
Note: If you're looking for a installation with the root filesystem being UFS, take a look at Install Solaris 10 Update 8.
# cp /cdrom/vmwaretools/vmware-solaris-tools.tar.gz /tmp # cd /tmp # gunzip vmware-solaris-tools.tar.gz # tar xvf vmware-solaris-tools.tar # cd vmware-tools-distrib # ./vmware-install.pl
Follow the prompts and reboot
# /etc/init.d/vmware-tools status
vmware-guestd is running
vmware-memctld is running
or this:
# /etc/init.d/vmware-tools status
vmtoolsd is running