.. on Linux

Posts Tagged "solaris"

line by line

Posted by on Nov 29, 2007 in Computers | 0 comments

This is a step by step guide to installing solaris rev. 77 (this guide assumes smp, and 64bit proccessor)It’s quite long so… 

Read More

chasing your tail

Posted by on Nov 28, 2007 in Computers | 0 comments

In my earlier builds (v66) of opensolaris xen domUs i’d already been through the playing around with the networking bug. So realistically you would document all of the steps that you took with the physical nic and virtual nic’s etc.. whoops

I decided that i’d do a fresh install with (v77) of opensolaris, which after discovering in the bug report has a kernel problem with mounting HSFS. This means that it can’t use an install cd properly (genius), the bug report suggests doing a NFS install which is fantastic(regarding the networking bug requires a reboot and the boot_archive updating).

However:

bash-3.2# uname -a
SunOS host-a 5.11 snv_77 i86pc i386 i86xpv

Notes to follow

Read More

Bleeding edge sometimes makes too much mess

Posted by on Nov 27, 2007 in Computers | 0 comments

As my continual ‘tinkering’ I prefer to think of it as fannying around I decided that my half-baked/uncompleted solaris domU’s may as well be built from the latest version of open solaris, generally released quite regularly. Latest is 77, which as i managed to find after an hour of fiddling has a bug — YOU CANT INSTALL IT.

So luckily i’ve found version 75 which im downloading ever so slowly from a russian site, hopefully by tomorrow I can start to re-do my domU :)

Read More

Solaris install hang

Posted by on Nov 27, 2007 in Computers | 0 comments

Setting up Java, please wait... *HANG*

Not really investigated this issue fully, however thanks to baggy there is an easy solution. In the boot options select:

6. Single user mode

This will drop you straight to a shell where we can start the install process manually. The normal (console) install follows these steps:

1. mount cd-rom

2. dhcp network interfaces

3. do some java initialization

4. start the solaris install procedure

It is step 3 where the installation process hangs for some reason, so we simply manually do these steps. From the shell:

mount -F hsfs  /dev/dsk/c0d6p0 /cdrom
/sbin/install-solaris

Should you wish to play with the java initialisation then:

/sbin/install-setup
Read More