solaris 10 install from CD


 
Thread Tools Search this Thread
Operating Systems Solaris solaris 10 install from CD
# 1  
Old 02-06-2010
solaris 10 install from CD

Is it possible to get Sun solaris 10 on a CD media instead of DVD ? or get the DVD and create CDs. My server has CD drive only. how to over come this issue ? any ideas ?

Thank you very much.
# 2  
Old 02-06-2010
you can use a jumpstart server to overcome this...
# 3  
Old 02-06-2010
i am not aware of this. please provide a link or point me to some kind of document to do it.

thanks.
# 4  
Old 02-06-2010
# 5  
Old 02-06-2010
If the machine you want to install on is on a network, just mount the ISO image of the DVD and share it via NFS. When the install CD asks where you want to install from, give the the path to your NFS share.

On the existing server, as root:

Code:
lofiadm -a /path/to/Solaris10_DVD.iso
mount -F hsfs -o ro /dev/lofi/1 /mnt
share -o ro /mnt

On your install client, after you've booted the first install CD, select NFS/network as your install media source, then provide this path:

Code:
192.168.1.4:/mnt

Use the IP address of the server you're sharing the ISO image from.

And if you've got a gigE network, the install will be a lot faster than any CD/DVD install, and you don't need anything more than the first install CD to boot from.
# 6  
Old 02-06-2010
For network installation you must create custom jumpstart server (add_server and add_client scripts in cdrom directory) or you use Flash(TM) file and install it using jumpstart server ! It is automated and install Solaris for 15 - 20 min.
# 7  
Old 02-10-2010
use this link if you are looking x86 version
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

No way to install a flar archive of Solaris 10 to Solaris 11.4 zone

I want to migrate a solaris 10 os to solaris 11.4 zone. I did this a)Collect some data like id sysid,disks,ip,etc..on solaris10 OK b)Create this file.cfg with this command on solaris 10 zonep2vchk -c > /migration/sol10.cfg OK c)Create the archive flash on Solaris10 (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

2. Solaris

Solaris 7: Is it possible to install JRE1.6 on Solaris 7

Dear All: I am trying to install JRE 1.6 on Solaris 7. But it's failed. error message: ld.so.1 symbo1 __1cH__Climpkcplus_init6F_v_: referenced symbol not found (2 Replies)
Discussion started by: jaychen
2 Replies

3. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

4. Solaris

Installing Solaris 8 bootblock without Solaris Install CD

Hello everyone, Background: I'm having an issue with booting a clone of hard drive with Solaris 8 installation. For cloning process I have used g4l, running under click'n'clone option. As far as I know the actual operation ran behind g4l's interface was dd, though I do not have any information... (12 Replies)
Discussion started by: johnny994
12 Replies

5. Solaris

Install Solaris 10

Hi all, Currently I wish to upgrade a server from Solaris 8 to Solaris 10. This server cannot access to internet. and will upgrade to Solaris 10 for testing purpose. the data before that no need to backup. =) My question is what is the proper way to upgrade the OS version? is it just need... (15 Replies)
Discussion started by: SmartAntz
15 Replies

6. Solaris

Install OS (Solaris 8)

All - do any one know the procedure or document of install Solaris 8 on the new server? I would like to have one to reference during install OS. Thanks :confused: (1 Reply)
Discussion started by: March_2007
1 Replies

7. Solaris

Help! can't install Solaris 10

Hi everyone, i been trying to get my hands on a sun microsystem computer for a very long time, but for some reason i end up with microsucks, sorry, microsoft, well to the point. Finally i bought a sunblade 100 with no OS, i download the Solaris 10 .iso files and burn them into cd-r, sytem =... (10 Replies)
Discussion started by: deamon
10 Replies

8. Solaris

I want to install solaris 10

I want to install solaris 10 Hello everyone I am new to unix. I would like to install solaris on my pc. I have found zip files to download at the sun.com website. From there on out, I am stumped. I want to download to a IOS file, put it on a CD and install the OS from the CD. Is there a step by... (1 Reply)
Discussion started by: astro
1 Replies

9. UNIX for Dummies Questions & Answers

I want to install solaris 10

Hello everyone I am new to unix. I would like to install solaris or freebsd on my pc. I have found zip files to download at the sun.com website. From there on out, I am stumped. I want to download to OS file, put it on a CD and install the OS from the CD. Is there a step by step guide out... (2 Replies)
Discussion started by: astro
2 Replies
Login or Register to Ask a Question