Solaris 8-How to check unallocated physical volumn and how allocate it to a disk?


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 8-How to check unallocated physical volumn and how allocate it to a disk?
# 1  
Old 07-23-2010
Question Solaris 8-How to check unallocated physical volumn and how allocate it to a disk?

How can I check unallocated physical volumn size on Solaris 8? And how do I allocate it?
As you can see /TSHE_applics is nearly full with 97% used and we need to allocate some more disk space as there are 2 more projects that requires a few more installation on it by October 2010.

Code:
Filesystem            kbytes    used   avail capacity  Mounted on               
/dev/md/dsk/d10      4129290  818119 3269879    21%    /                        
/dev/md/dsk/d50      8258597 2271906 5904106    28%    /usr                     
/proc                      0       0       0     0%    /proc                    
mnttab                     0       0       0     0%    /etc/mnttab              
fd                         0       0       0     0%    /dev/fd                  
/dev/md/dsk/d30      4129290  746993 3341005    19%    /var                     
swap                 2602704      16 2602688     1%    /var/run                 
swap                 2622024   19336 2602688     1%    /tmp                     
/dev/dsk/c3t2d3s6    34711189   34454 34329624     1%    /TSHE_temp             
/dev/dsk/c3t2d4s5    4652094 4435692  169882    97%    /TSHE_applics            
/dev/dsk/c3t2d1s6    36569646 20157109 16046841    56%    /TSHE_live            
/dev/dsk/c3t2d2s6    35139567 14302043 20486129    42%    /TSHE_test            
/dev/md/dsk/d40      2053605  876344 1115653    44%    /home                    
/dev/md/dsk/d60      12386458 2481537 9781057    21%    /software

To be honest, I don't have much experience with UNIX but need to start monitor it and do the admin job as we don't have system admin for it anymore so simple explaination will be apprreaciated please Smilie.

Last edited by Scott; 07-23-2010 at 12:17 PM.. Reason: Please use code tags
# 2  
Old 07-23-2010
As a rule of thumb - never let disks become more than 95% full.

The simple answer:
1. add another physical disk - format the disk etc.
2. create a mountpoint (like a link) under /TSHE_applics
3. /etc/vfstab to add the new mountpoint
4. issue the mount command

see for exact detail:
Unix FAQ - Adding a new disk under Solaris
# 3  
Old 07-23-2010
Thanks

Thanks so much Jim.
Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Sharing a physical disk with an LDOM

I have a guest LDOM running Solaris 10U11 on a Sun T4-1 host running Solaris 11.4. The host has a disk named bkpool that I'd like to share with the LDOM so both can read and write it. The host is hemlock, the guest is sol10. root@hemlock:~# zpool list NAME SIZE ALLOC FREE CAP DEDUP ... (3 Replies)
Discussion started by: Michele31416
3 Replies

2. Solaris

Solaris installed Physical Processor ..how to check?

I would like to know how to identify the installed "Physical Processor" .here is the output #psrinfo -pv of from 2 systems : - System 1 The physical processor has 8 virtual processors (0-7) SPARC-T4 (chipid 0, clock 2848 MHz) -System 2 The physical processor has 8 virtual... (3 Replies)
Discussion started by: ahmedamer12
3 Replies

3. Solaris

Solaris 9 x86 check disk mirror status

We have Proliant DL380 G2 running Solaris 9 x86 There are 6 physical disks installed which I believe are mirrored at hardware level to 3 sets to present 3 disks to the OS. Is there any way to check the mirror status at OS level ? I am guessing not and it may need a trip to site as we have no... (4 Replies)
Discussion started by: frustrated1
4 Replies

4. Linux

Logical Volume to physical disk mapping

When installing Linux, I choose some default setting to use all the disk space. My server has a single internal 250Gb SCSI disk. By default the install appears to have created 3 logical volumes lv_root, lv_home and lv_swap. fdisk -l shows the following lab3.nms:/dev>fdisk -l Disk... (2 Replies)
Discussion started by: jimthompson
2 Replies

5. Solaris

ZFS rpool physical disk move

I'd like to finish setting up this system and then move the secondary or primary disk to another system that is the exact same hardware. I've done things like this in the past with ufs and disk suite mirroring just fine. But I have yet to do it with a zfs root pool mirror. Are there any... (1 Reply)
Discussion started by: Metasin
1 Replies

6. Solaris

Re-allocate disk space

I am running out of space, and would like to reallocate some "wasted" space. Here is what I see: > df -h Filesystem Size Used Avail Use% Mounted on /dev/dsk/c0t0d0s0 5.4G 4.5G 860M 85% / swap 2.0G 1.3M 2.0G 1% /etc/svc/volatile swap ... (4 Replies)
Discussion started by: ippy98
4 Replies

7. HP-UX

determine the physical size of the hard disk

Hi is there a cmd in hpux 11 to determine the physical size of the hard disk. not bdf command. i have searched the other threads here but cant find an answer. thank you guys (4 Replies)
Discussion started by: hoffies
4 Replies

8. UNIX for Advanced & Expert Users

How to re-allocate disk space on solaris 10

I am not very good at UNIX and seek help here. I tried to install Oracle 10g on a 64 bit Sun sparc machine with solaris 10 as OS. After I installed solaris 10, the current file system on the machine looks like this: /dev/dsk/c0t0d0s0 5104758 4854293 199418 97% / /devices ... (2 Replies)
Discussion started by: duke0001
2 Replies

9. Solaris

How to check physical memory

HI Please help me how to check the physical memory, model name and hardisk information. (5 Replies)
Discussion started by: jeelans
5 Replies

10. UNIX for Dummies Questions & Answers

physical volume and physical disk.

Hello, I need explanations about physical disks and physical volumes. What is the difference between these 2 things? In fact, i am trying to understand what the AIX lspv2command does. Thank you in advance. (2 Replies)
Discussion started by: VeroL
2 Replies
Login or Register to Ask a Question