Sponsored Content
Operating Systems AIX Probléme pour agrandir LV et FS Post 302482575 by mosta on Wednesday 22nd of December 2010 02:36:18 AM
Old 12-22-2010
Oui j'agrandi bien par des PP de 64 et il y en a bien de free dans le VG:

Code:
lsvg sybasevg01
 
VOLUME GROUP:       sybasevg01              VG IDENTIFIER:  00c2e1d200004c000000012c63bc9470
VG STATE:           active                   PP SIZE:        64 megabyte(s)
VG PERMISSION:      read/write               TOTAL PPs:      81566 (5220224 megabytes)
MAX LVs:            512                      FREE PPs:       13404 (857856 megabytes)
LVs:                13                       USED PPs:       68162 (4362368 megabytes)
OPEN LVs:           13                       QUORUM:         18 (Enabled)
TOTAL PVs:          34                       VG DESCRIPTORS: 34
STALE PVs:          0                        STALE PPs:      0
ACTIVE PVs:         34                       AUTO ON:        yes
MAX PPs per VG:     128016
MAX PPs per PV:     3048                     MAX PVs:        42
LTG size (Dynamic): 256 kilobyte(s)          AUTO SYNC:      no
HOT SPARE:          no                       BB POLICY:      relocatable
gmur15:/XMGAIBH1/aneto/gmur15/data/AC016/AC016.MENSUEL.00001.20101221-201814>


Last edited by Scott; 12-22-2010 at 05:57 AM.. Reason: Code tags, please...
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

let probleme

Hi! I have a script shell and I must do a calculation: let c=7/4 echo $c => 1 :( and me I want 1,75 Is it possible to find 1,75 in shell? Thinks! (10 Replies)
Discussion started by: Castelior
10 Replies

2. UNIX for Advanced & Expert Users

Probleme With DVD Writer

I Use mkcd for save same directories into DVD, But the commande not complete succefuly mkcd -r directorie_i_whish_save -d /dev/cd1 please it is very urgent thank you :confused: :confused: (1 Reply)
Discussion started by: mktahar
1 Replies

3. AIX

Probleme with DVD Writer

I can write into DVD? I have USE "MKCD" command mkcd -r directorie -d /dev/cd1 please help me it s urgent (2 Replies)
Discussion started by: mktahar
2 Replies

4. IP Networking

Route add probleme

I have a system that i want to reach via a vpn created vi a fierwall.The fierwall in an other system. The ip i am trying to get to is 172.16.4.48 I need to get to it via the hme1 interface. The vpn gateway has this ip 172.30.50.1 I need to clean up the routing table and make this work; or is it... (5 Replies)
Discussion started by: waterboy
5 Replies

5. UNIX for Advanced & Expert Users

[ Environment Variable ] Probleme with export JAVA_HOME

Hi, I want to create a new environment variable (JAVA_HOME), but when I open a new shell this varible is delete... to create the variable I do : export JAVA_HOME=/usr/java/jdk and I verify with : echo $JAVA_HOME and it's work... But When I open a new shell this variable is forget... ( It... (2 Replies)
Discussion started by: marcel_kobain
2 Replies

6. Filesystems, Disks and Memory

probléme de montage de clé usb

hi i'm trying to mount my usb device in fedora 7(vmware) i use the comand: mount /sda1 /mnt but when i go to /mnt i find the content of the folder /boot. can u tell me what's the problem? (2 Replies)
Discussion started by: jalil smail
2 Replies

7. Solaris

Probleme avec SVM

Bonjour, J'ai ajouté par erreur à un sous mirroir des disques de cette facon : metattach d53 c2t90d0s0 c2t90d1s0 ... alors que j'aurais du faire un stripe par disque (comme ça) : metattach d53 c2t90d0s0 metattach d53 c2t90d1s0 .. Derriere, j'ai fais un growfs -M du FS pour l'aggrandir et... (1 Reply)
Discussion started by: phil.nakache
1 Replies

8. Linux

Problème d'interface réseau

bonjour, j'ai un serveur Linux ayant 2 interfaces eth0 et eth1. j'ai configuré deux adresses IP de deux réseaux différents sur les 2 interfaces, et je les ai connecté sur 2 commutateurs différents. l'adresse IP de eth0 répond sans problème au ping des équipement de son réseau d'appartenance, malheureusement cela... (1 Reply)
Discussion started by: cerco
1 Replies
psdriver(1grass)						Grass User's Manual						  psdriver(1grass)

NAME
PS driver - driver to create PostScript files. (drivers) DESCRIPTION
The PS driver generates a PostScript file from GRASS display commands. The driver is started as 'pseudo' monitor (PS file instead) and when stopped, all output from previously used display commands are written to the PostScript file. USAGE
Environment variables Several environment variables effect the operation of the PS driver: GRASS_PSFILE name of output file. If it ends with ".eps" an EPS file will be created. GRASS_PAPER sets the screen dimensions and margins to fit a standard paper size, see also GRASS_WIDTH, GRASS_HEIGHT. GRASS_WIDTH defines the width of the screen, see also GRASS_HEIGHT GRASS_HEIGHT defines the height of the screen, see also GRASS_WIDTH GRASS_TRUECOLOR if TRUE, the PS driver generates color output, otherwise monochrome. GRASS_LANDSCAPE if TRUE, the screen is rotated 90 degrees counter-clockwise so that a "landscape" screen fits better on "portrait" paper. GRASS_PS_HEADER if FALSE, the output is appended to any existing file, and no prolog or setup sections are generated. GRASS_PS_TRAILER if FALSE, no trailer section is generated. Example Start up the driver d.mon start=PS Display raster map and vector polygons d.rast somerastermap d.vect map=somevectormap color=red Stop the driver subsequently. This will write a file named map.ps to be created in your current directory: d.mon stop=PS NOTES
The resolution of the PS raster map is defined by the map extents. Use g.region -p to get the number of rows and cols and use the environ- ment variables to set the PS size. If you would like a larger image, multiply both rows and cols by the same whole number to preserve the aspect ratio. GRASS_TRUECOLOR requires either PostScript level 2 or level 1 plus the colorimage and setrgbcolor operators (this is the case for colour printers which pre-date level 2 PostScript). Only masked images (d.rast -o, d.rgb -o, d.his -n) require PostScript level 3. SEE ALSO
Display drivers HTMLMAP driver, PNG driver, XDRIVER d.frame, d.out.file, d.mon, d.rast, d.vect AUTHOR
Glynn Clements, 2007 Last changed: $Date: 2008-03-23 15:34:53 +0100 (Sun, 23 Mar 2008) $ Full index (C) 2003-2011 GRASS Development Team GRASS 6.4.2 psdriver(1grass)
All times are GMT -4. The time now is 09:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy