SUN Solaris Installation


 
Thread Tools Search this Thread
Operating Systems Solaris SUN Solaris Installation
# 1  
Old 04-07-2005
PHP SUN Solaris Installation

I am trying to install Solaris 9.0.4 to SUN Server V210 that does not have the CD/DVD drive. To use net install, I am preparing a target directory on SUN workstation running Solaris 9 x86.
1. Insert the SUN Sol 9 CD 1 ( not the Install CD)
2. I created a target directory_path on SUN Workstation to hold my Installation Software. (I am following the SUN documentation)
3. While executing the following command I am getting error message

/cdrom/sol_9_904_sparc/Solaris_9/Tools
# ./setup_install_server -b /export/install/sol_9

ERROR: Install boot image /cdrom/sol_9_904_sparc/Solaris_9/Tools/Boot does not exist Check that boot image exists, or use [-t] to specify a valid boot image elsewhere.

The Boot file on the CD is a link file pointing to some non existing file ->../../../S1 and there is no such file S1 on the CD.
My question is 2 fold.
Where to find such boot file?
Should I be better off getting a CD/DVD for the server?
Thanks
# 2  
Old 04-07-2005
ashah99, Gollum is not quite ready to tackle a question of this nature. Smilie So I moved the thread and deleted the Gollum posts.
# 3  
Old 04-07-2005
There is no need to get a cd/dvd for you 210. Jumpstart installation is really easy to get going for sparc systems.

If you are loopback mounting an image of the Solaris CD 1 you will not be able to see the second slice (s1), or if you have an incorrectly burned cd. s1 is a UFS filesystem on the cd.

You can either burn another copy or using the iso of disk one do the following:

(1) Get a copy of the VTOC (Virtual Table of Contents) from the ISO image:

# dd if=sol-9-u1-sparc-v1.iso of=vtoc bs=512 count=1

1+0 records in
1+0 records out


(2) Now find where Slice 1 starts in the image and how long it is. The starting cylinder for slice 1 is located at offset 452 (decimal) into the VTOC; the length in blocks is at offset 456, with both being 4 bytes long.

# od -D -j 452 -N 8 < vtoc
0000000 0000000888 0000546560
0000010


Slice 1 starts on cylinder 888, and is 546,560 blocks long. The CDs for the Solaris OS always have a fixed 640 blocks per cylinder, which means that one can calculate the starting block of slice 1 using the following:

# echo 888*640 | bc
568320


Slice one starts at block 568320 and is 546560 blocks long.

(3) Copy slice one into a separate file:

# dd if=sol-9-u1-sparc-v1.iso of=sol-9-u1-sparc-v1-s1.iso \
bs=512 skip=568320 count=546560

546560+0 records in
546560+0 records out


(4) Mount both slice 0 and slice 1. The setup_install_server script expects to find these two mounted beside each other, with slice 1 in a directory called "s1"
# mkdir /cd
# mkdir /cd/s0
# mkdir /cd/s1
# lofiadm -a /path_to/sol-9-u1-sparc-v1.iso
/dev/lofi/1
# lofiadm -a /path_to/sol-9-u1-sparc-v1-s1.iso
/dev/lofi/2
# mount -F hsfs -o ro /dev/lofi/1 /cd/s0
# mount -F ufs -o ro /dev/lofi/2 /cd/s1
# cd /cd/s0/Solaris_9/Tools/
# ./setup_install_server /destination_dir
# 4  
Old 04-08-2005
CPU & Memory Boot slice s0 and s1

Thanks for the response. When I followed the commands you gave, I come up with following:
# od -D -j 452 -N 8 < vtoc
0000000 4194500608 2153515520
0000010
and i don't get
0000000 0000000888 0000546560
0000010per your reply. How can I create sol-9-u1-sparc-v1-s1?
Thanks.
# 5  
Old 04-08-2005
It looks like either you did the dd incorrectly or you have a corrupt image.

The numbers will probably be different, but not that different, then should still be in the same ball park.
# 6  
Old 04-08-2005
CPU & Memory ISO for Solaris 9

Thanks. My ISO image may not have burn correctly.
# 7  
Old 02-14-2006
Question Upgrading Solaris 9

Hi,

I have a server with an old version of Solaris 9 (2002). So I loaded the last version of Solaris 9 on the SUN site : 3 CD.

I made all what you explain in this topic, all works perfectly and I have now an image of the installation CD on my server.

But now ... I suppose that I have to boot on this pseudo CD, but how can I proceed ? Could you help me on this point, because I don't find anythnig on the SUN site.

Thanks in advance.

Alain
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Help with Solaris 8 10/00 Installation on Sun Fire V490 Server

cat note Hi Sun Solaris Experts, When I try to install Solaris 8 10/00 OS via the Solaris 8 Installation Disk on our Sun Fire V490 Server using the command , I get: boot: cannot open kernel/sparcv9/unix which means it can't find the unix kernel file on the installation disk . By the way, I... (5 Replies)
Discussion started by: ssabet
5 Replies

2. Solaris

Sun Solaris SPARC Installation Suggetion plaese

Hello Team, I am new to Sun Solaris. I badly need some help, how to install solaris sparc 8 on simics 3.0.31. I am using my Acer laptop with 320 GB HD, 8 GB of RAM, Intel Core i5 processor 430M. Windows 7 already installed on it. 1.Can i make Dual partions on this laptop with Win7 and... (7 Replies)
Discussion started by: faseeh
7 Replies

3. Solaris

SUN SPARC rebooting problem, after Solaris 10 installation

Hi All, I had install the solaris 10 into the SUNFIRE V890 server, after installed, it keep rebooting. I wish to enter the OK mode again, and install back the Solaris 10. i had try the "break" button and "stop+A" button, but all fail. kindly advice... (4 Replies)
Discussion started by: SmartAntz
4 Replies

4. Solaris

Installation of IBM Cognos 8 BI on Sun solaris operating system

Hi All, I am newbie to Sun solaris operating system. I am trying to install IBM Cognos 8 on it. However it can't execute the installation path when i insert to CD when i double click it. Anyone have any idea on installing it? or any documentation for me to view? (0 Replies)
Discussion started by: lkyow
0 Replies

5. Solaris

Sun Solaris Installation

Hi, I am newbie in solaris administration. Can i get site/DOC for below tasks? 1.Solaris Operating System Installation 2.Creation of Mount points 3.Creation of Users and Groups Complete guide from scratch for new server.:b: Regards, Vinodh' Kumar (4 Replies)
Discussion started by: vino_hymi
4 Replies

6. Solaris

Assistance in the installation SUN Solaris 10

You can help me in order to install SUN Solaris 10 Thanks (2 Replies)
Discussion started by: insert
2 Replies

7. Solaris

How to verify Sun Solaris installation

Does anybody have an idea, how to verify Sun Solaris installation? (3 Replies)
Discussion started by: agarwal
3 Replies

8. Solaris

Needs help for HP OV Nodelock License Installation on SUN Solaris

Hi, I need help from Solaris and HP Openview expert. Can someone please tell me how to install the new Nodelock License in my SUN machine which is running on Solaris 7 and HP OV NNM 6.X 250? I got the new Nodelock License from HP but unfortunately I could not install it as I am not quite... (0 Replies)
Discussion started by: gkr
0 Replies

9. Solaris

Sun solaris Installation Procedure

hi, can any body tell me the exact installation of the Sun solaris........ (5 Replies)
Discussion started by: devotedsinner
5 Replies

10. Solaris

boot problem in Installation i86 sun solaris

Hello everybody, I installed sun solaris i86 , the programme installation install the "Mini Root" and after that he doing shutdown. the camputer coming up and he can't boot. how i can to resuled this problem ??? Thenk you in advence..... (2 Replies)
Discussion started by: yanly
2 Replies
Login or Register to Ask a Question