Installing Solaris 8 + cant change filesystem size


 
Thread Tools Search this Thread
Operating Systems Solaris Installing Solaris 8 + cant change filesystem size
# 1  
Old 10-06-2010
Installing Solaris 8 + cant change filesystem size

Installing Solaris 8 on Ultra Enterprise 450. No option to increase default filesystem sizes. Tried partitioning the disk before running install, but install goes back to small root fs default. ? ... Also ... how do i image-copy this disk onto a spare that I have ( before I break the original trying to increase the fs sizes. ) can I use dd to make a exact copy of the physical disk ?

Last edited by anthonyvbyrne; 10-06-2010 at 07:58 AM..
# 2  
Old 10-06-2010
You have the option to modify the default partitioning layout in the installer. eg: Using Solaris Web Start to Install Solaris (Solaris 8 (SPARC Platform Edition) Installation Guide) - Sun Microsystems
# 3  
Old 10-06-2010
Thanks. That would be great if the system did what it says in the manual, ... but mine seems to get confused at step 11. I am installing from CD. When the system asks to "Please insert 'the CD' and press OK" it dosent seem to know what its looking for, and it rejects ANY CD I give it. Software 1, Software 2, Installation, etc ... then there is no alternative but to abandon the install, so I never get to the disk partitioning bit.

Whereas, If I use the 'default' install process, when It asks for 'the CD' it actualy asks for the 'Software 1 CD' and continues to install (without allowing a customisation of the partitions.

I do appreciate the feedback. Thanks again.

---------- Post updated at 12:58 PM ---------- Previous update was at 12:15 PM ----------

To copy the disk...
dd if=/dev/rdsk/c0t0d0s2 of=/dev/rdsk/c0t1d0s2 bs=1024k
I will let you know if they really need to be fully unmounted ... I think it will work from run level 2 / 3 and just need an fsck when booting from the copy.
# 4  
Old 10-06-2010
Don't install from the Installation CD, boot from the Solaris Software 1 of 2 CD and start the installation from there.
This User Gave Thanks to jlliagre For This Post:
# 5  
Old 10-06-2010
That worked.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to change pset.size value in processor set in Solaris zone?

Hi I have a pool name yuk-pool and its associated pset is yuk-pset. It has a min value is 20 and max value is 56. But size field has 48 value . This same pool is assign to 4 local zones. Whenever Cpu usage is high on one local zone it impact the cpu usage at other local zone as well during high... (1 Reply)
Discussion started by: sb200
1 Replies

2. Hardware

Increasing the filesystem size

Hi Guys We have a VM machine, now I want to increase the size of the filesystem. We are running RHEL6 O/S. I have filesystem that is 500GB I want to increase that filesystem to 1.5 TB. The guy who manages the VM increased the size on the VM machine, now how do I make sure that the... (7 Replies)
Discussion started by: Phuti
7 Replies

3. Red Hat

Increase the filesystem size

Hi I am using oracle linux 6.4. My hard drive capacity is 500 GB. my filesystem size onbly 50GB. I would like to extend my filesystem size to around 100GB. I tried many codes but still I am not able. this is the output of df -h : Filesystem Size Used Avail Use% Mounted on... (6 Replies)
Discussion started by: farshad
6 Replies

4. UNIX for Advanced & Expert Users

Physical disk IO size smaller than fragment block filesystem size ?

Hello, in one default UFS filesystem we have 8K block size (bsize) and 1K fragmentsize (fsize). At this scenary I thought all "FileSytem IO" will be 8K (or greater) but never smaller than the fragment size (1K). If a UFS fragment/blocksize is allwasy several ADJACENTS sectors on disk (in a ... (4 Replies)
Discussion started by: rarino2
4 Replies

5. Solaris

Solaris Filesystem vs. Windows FileSystem

Hi guys! Could you tell me what's the difference of filesystem of Solaris to filesystem of Windows? I need to compare both. I have read some over the net but it's so much technical. Could you explain it in a more simpler term? I am new to Solaris. Hope you help me guys. Thanks! (4 Replies)
Discussion started by: arah
4 Replies

6. UNIX for Dummies Questions & Answers

Removing some size for filesystem

Hi All, Currently for filesystem /usr/sap/ccms we have allocated 50 GB of size and its mounted. Is there any procedure to remove 10 GB from it without disturbing data and allocate that 10 GB to another file system say /usr/sap/sapdata1. Thanks, Rohan (2 Replies)
Discussion started by: rohanxyz
2 Replies

7. AIX

filesystem size

i am new in the field 3months to be precise. how do i come up with size, i want to change for the filesystem? assuming there is enough space on the volume group. do i just assign any value? (5 Replies)
Discussion started by: freeman
5 Replies

8. UNIX for Dummies Questions & Answers

How to increase the filesystem size?

Hi.. I want to increase the file system size of any filesystem online, without using the Volume manager like LVMs, is it possible? & if yes then how? (3 Replies)
Discussion started by: Amol21
3 Replies

9. AIX

Increasing the FileSystem Size

Hi Everybody, I have AIX 4.3 and I have a FileSystem with 400GB size, which called /db/run. Because of grow up of the application's data, more storage has been added 200GB. To add this space without affecting the application & the application's requirements, I have to add this 200GB to the existed... (9 Replies)
Discussion started by: aldowsary
9 Replies

10. Filesystems, Disks and Memory

Changing Filesystem size.

Hi there, can i change the size of filesystem afterwards. i want give some more space to my /export/home and want take some space from /opt. is it possible in solaris ? Any help will be appriciated. Abid (2 Replies)
Discussion started by: abidmalik
2 Replies
Login or Register to Ask a Question