Wednesday, March 27, 2013

Things to do after installing OpenSolaris part 1



To see the installation log

nano /var/sadm/system/logs/install_log

To update system software database

pkg refresh

pkg list -a

to install software

pkg install softwarename such as gcc

to search a software in both locally installed software and package repositories

pkg search -lr gcc

to update broken or limited repositories

pkg rebuild-index

you will find the grub confirutation file

nano /rpool/boot/grub/menu.list

No comments:

Post a Comment