how to increase space NCR 4.0


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory how to increase space NCR 4.0
# 1  
Old 01-27-2010
how to increase space NCR 4.0

Hello,


I have a little problem, I would like to know how to add disk space on an NCR version 4 and above all whether it still contains vdisk space

smp001-4 4.0 3.0

/dev/dsk/vdisk15 3940505 3807833 132672 97% /data

in the dktab :

/dev/dsk/vdisk15 mirror 2 128
/dev/dsk/c100t3d0s8 0 7881010
/dev/dsk/c100t4d0s8 0 7881010

Thx
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to use space in /tmp to increase root?

Hello All, I have solaris server running, uname -a SunOS host 5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Fire-280R Filesystem Size Used Available Capacity Mounted on /dev/md/dsk/d0 9.8G 8.7G 1.0G 90% / /dev/dsk/c1t1d0s3 4.3G 7.7M 4.2G ... (17 Replies)
Discussion started by: gull05
17 Replies

2. Solaris

Increase space in /var

Hi Please can I have some help in increasing /var in my solaris 10 server. At the moment the size configured is small and I need to expand it: df -h Filesystem size used avail capacity Mounted on /dev/dsk/c1t0d0s0 869M 510M 307M 63% / /devices ... (16 Replies)
Discussion started by: fretagi
16 Replies

3. Linux

How to increase root space from another partition?

Hi OS Experts I would like to increase root partition from another partition so that I can save more documents in Home and Desktop. whether it is possible without formating root partition if so please explain here is o/p of df -h Filesystem Size Used Avail Use% Mounted on /dev/sda9... (8 Replies)
Discussion started by: Akshay Hegde
8 Replies

4. AIX

How to increase space /dev/hd4?

A check disk space and find /dev/hd4 used 99%. How to increase space. Thank you for advice. /home/tecsys > df Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 1048576 20624 99% 5977 68% / /dev/hd2 6815744 653032 91% 59194 ... (4 Replies)
Discussion started by: yapcs88
4 Replies

5. Solaris

how to increase space in directory without reboot

hi friends, i am a new system adminstrator and i had a directory /h03 getting full at 95%, how do i give more space to bring down it to about 70% ? i cannot delete any files inside as it is all important to the applications /dev/dsk/c1t3d0s0 64G 60G 3.8G 95% /h03 any idea ? (4 Replies)
Discussion started by: Exposure
4 Replies

6. AIX

Increase for the Page space

Guy's This is our page space , i want some information about page space and I want the good way to how to increase the page space and what's the recommended page space that need to be configured Page Space Physical Volume Volume Group Size %Used Active Auto Type Chksum hd6 hdisk0... (8 Replies)
Discussion started by: Mr.AIX
8 Replies

7. AIX

how to increase the space unix directores

Hi have IBM aix. unix my directories are full when i use $ df -k filesystem kbytes used avail capacity mounted on /dev/root 288880 288880 288880 100% / /proc 0 0 0 ... (4 Replies)
Discussion started by: raosurya
4 Replies

8. Filesystems, Disks and Memory

Calculating Drive Space Increase

I trying to calculate drive space with RAID. I know the equation is: (n-1)/n * drive capacity but, when I use that my calculations don't come out when I compare to what I already know exists: I have 3 - 18.2gb SCSI drives that contain two logical drives C & D. Using the math, (3-1)/3 * 18.2... (1 Reply)
Discussion started by: JTalbot017
1 Replies

9. UNIX for Dummies Questions & Answers

How do I increase disk space available to a directory?

I know very basic Unix commands s I would really appreacite the assistance of a Unix guru. I am installing an application on a Sun server, when attempting to install I get an error that says I do not have enough sapce allocated for my install directory. Error says it has 7235m but needs 15360m.... (2 Replies)
Discussion started by: rhack
2 Replies

10. AIX

Increase in space in mount point.

I am working in AIX 4.3.3 , here when we are doing one activity we ran out of space in one mount point, we need to increase the space in that mout point by reducing it in another mount point, can anybody help me out in carrying this activity. Vipin (3 Replies)
Discussion started by: vipin77
3 Replies
Login or Register to Ask a Question
gfs_quota(8)						      System Manager's Manual						      gfs_quota(8)

NAME
gfs_quota - Manipulate GFS disk quotas SYNOPSIS
gfs_quota <list|sync|get|limit|warn|check|init> [OPTION]... DESCRIPTION
gfs_quota is used to examine and change quota values in a GFS filesystem. This command has a number of different actions. ACTIONS
list List the contents of the quota file. Only IDs that have a non-zero hard limit, warn limit, or value are printed. sync Sync any local quota changes to the quota file. get Get the current data for the ID specified by the -u or -g argument. limit Set the current hard limit for the ID specified by the -u or -g argument to the value specified by the -l argument on the specified filesystem. The filesystem won't let the user or group use more than this much space. A value of zero here means that no limit is enforced. warn Set the current warn limit for the ID specified by the -u or -g argument to the value specified by the -l argument on the specified filesystem. The filesystem will start complaining to the user or group when more than this much space is used. A value of zero here means that the user won't ever be warned. check Scan a filesystem and make sure that what's out there on the disk matches what's in the quota file. This is only accurate if the filesystem is idle when this is running. If there is a mismatch, it is printed to stdout. Note: GFS quotas are transactional and a quota check is not needed every time there is a system crash. init Scan a filesystem and initialize the quota file with the values obtained from the scan. The filesystem should be idle when this is run. You should only need to do this if you upgrade a pre-quota GFS filesystem (pre-GFS 5.1). OPTIONS
-b The units for disk space are filesystem blocks. -d Don't include the space allocated to GFS' hidden files in what's reported for the root UID and GID values. This is useful if you're trying to get the numbers reported by gfs_quota to match up with the numbers reported by du. -f Directory Specifies which filesystem to perform the action on. -g GID Specifies the group ID for get, limit, or warn. It can be either the group name from the group file, or the GID number. -h Print out a help message describing available options, then exit. -k The units for disk space are kilobytes. -l Size Specifies the new value for the limit or warn actions. The value is assumed to be in the units specified by the -m, -k, -s, -b arguments. The default is megabytes. -m The units for disk space are megabytes. This is the default. -n Don't try to resolve UIDs and GIDs into user and group names. -s The units for disk space are sectors (512-byte blocks). -u UID Specifies the user ID for get, limit, or warn. It can be either the username from the password file, or the UID number. -V Print program version information, then exit. EXAMPLE
To set the hard limit for user "nobody" to 1048576 kilobytes on filesystem /gfs0 gfs_quota limit -l 1048576 -k -u nobody -f /gfs0 gfs_quota(8)