Disk free space planning for Sol 10 LU


 
Thread Tools Search this Thread
Operating Systems Solaris Disk free space planning for Sol 10 LU
# 1  
Old 03-05-2010
Disk free space planning for Sol 10 LU

I'm getting ready to start a LU from Sol 9 to Solaris 10. I want to ensure that I have enough disk space for future upgrades. What I don't know is what free space Solaris requires.

If I have 10GB of free space in /opt, will Solaris 10 use that for a LU?

Or, do I need to allocate 10GB of space to one disk slice and just not use it?

Thanks,!!
# 2  
Old 03-05-2010
# 3  
Old 03-05-2010
Thanks for the links. I have already read those docs plus a ton moreSmilie and have not found the answer to my question.

Appreciate the resonse!!
# 4  
Old 03-06-2010
You should allocate to one disk slice and just not use it.
Btw, if you can get a downtime to do the upgrade, I suggest you to break mirror, change the boot disk to raw disk and boot cdrom to install, choosing "Upgrade Install"(personally tried it with success, even from Solaris 8 to 10)
https://www.unix.com/he/sun-solaris/1...302328648.html

For future Live Upgrades on your Solaris 10 OS, you should have a FREE slice like the following example (uses SVM for root disk ; capacity 146GB) output:-

Code:
Slice  Mount Point                 Size (MB)
     0   /                               35844
     1   swap                         16386
     2   overlap                      139989
     3   /luroot                       35844
     4   /var                          20481
     5   /luvar                        20481
     6   /opt/weblogic             10841
     7                                  109


Last edited by incredible; 03-06-2010 at 04:01 AM..
# 5  
Old 03-06-2010
Thanks Incredible.
So in your example you set aside a 35gb slice for root and a 20gb slice for var for another upgrade? (luroot,luvar)

If I have a second disk, then I really don't need to worry about that, do I?

Most of my systems have 36gb drives and I don't have a lot of free space. However, they all have 2 disks and are mirrored so I can always break the mirror, return the disks to raw ones, use the second disk for the upgrade, then remirror.
# 6  
Old 03-06-2010
what you're saying is right? you can do that, it requests a prolonged downtime, if you can afford it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Check free disk space in server

Hi, I need about 500G space in one corporate solaris server. However, I am not sure which command to use to check this. There are few volume groups in the server, and I deleted unused, old volume groups to clear some space. However, now I am not sure how to check the free space itself. ... (2 Replies)
Discussion started by: anaigini45
2 Replies

2. Shell Programming and Scripting

I need help!! disk free space script

i want to write a shell script,when disk uses is 90% then automatically send a email to distribution list (group member)...... (1 Reply)
Discussion started by: sonu pandey
1 Replies

3. Red Hat

Subject: value out of range error on a disk with free 40 GB space

Hi, I installed RHEL 6.0 OS on vmware with CREATE CUSTOM LAYOUT option. And I gave the space to different mount points as mentioned below: / 15360MB /boot 200MB /tmp 3072 MB swap 1024 MB fdisk -cul command shows the disk size as 64.4 GB. But when I try to create partion of 10 GB with... (1 Reply)
Discussion started by: GAURAV SRIVASTA
1 Replies

4. Solaris

Determine free space in a Disk device

Version: Solaris 10 (August 2011) on VM I am kind of new to Solaris.From VM workstation i allocated 35 GB to this Solaris VM's Disk The disk was named c1t0d0 Few basic slices for root(8gb), swap(517mb) and /export/home(494mb) were created by the solaris Installer during the... (18 Replies)
Discussion started by: polavan
18 Replies

5. Shell Programming and Scripting

Free space at disk

Hi, I would like to create the new file system(mount point) in our unix server. before that i would like to know the total free space available in /home directory. Can you please let me know, how to find free space available for new filesystem? Be careful with your spelling and... (2 Replies)
Discussion started by: koti_rama
2 Replies

6. Solaris

command to get the total disk space (available + free)

is there a command to get the total disk space (available + free) on the solaris server ? thanks (3 Replies)
Discussion started by: sudhiroracle
3 Replies

7. Solaris

Unable to understand disk layout and where are the free space

Hi I am unable to understand the disk layout of one of my disk attached to v240. This is newly installed system from jumpstart. I am unable to see the free space on backup slice 2 and there are 0 to 8 slices listed when I run format and print the disk info, also there is no reference of... (9 Replies)
Discussion started by: kumarmani
9 Replies

8. UNIX for Dummies Questions & Answers

script to log free mem and disk space

I'm just learning shell scripting and am new to Unix/Linux. For the past week I've been logging how much free mem is on my server by using the '$ top' command, and the free disk space in a few directories by doing '$ df -h'. It sucks doing that every hour. Can you help me write a script... (2 Replies)
Discussion started by: enator45
2 Replies

9. AIX

AIX Free disk space

Hello, I would like to free some space to install gcc with is about 50M large, and I have no free space on my system. What can I delete? Filesystem 1024-blocks Used Free %Used Iused Ifree %Iused Mounted on /dev/hd4 262144 145436 116708 56% 7981 ... (10 Replies)
Discussion started by: aixn00b
10 Replies

10. Programming

free disk space calc

I everybody!! How can i use statvfs() to calculate disk usage and free disk space?? Im using this code: /* Any file on the filesystem in question */ char *filename = "/home/nesto/test/test.cpp"; struct statvfs buf; if (!statvfs(filename, &buf)) { ... (1 Reply)
Discussion started by: ninjanesto
1 Replies
Login or Register to Ask a Question