Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem increasing fs size ( again... )

Status
Not open for further replies.

raztaboule

IS-IT--Management
Feb 24, 2004
163
FR
hi,

trying to increase /tmp and others fs in rootvg i've got this message ( AIX 5.1 )

Code:
Raysugar /tmp> chfs -a size='300000' /tmp
0516-404 allocp: This system cannot fulfill the allocation request.
        There are not enough free partitions or not enough physical volumes

below ouputs from lsvg and lslv

Code:
Raysugar /> lsvg rootvg

VOLUME GROUP:   rootvg                   VG IDENTIFIER:  005ce62d00004c000000010050b4b45d
VG STATE:       active                   PP SIZE:        64 megabyte(s)
VG PERMISSION:  read/write               TOTAL PPs:      1084 (69376 megabytes)
MAX LVs:        256                      FREE PPs:       937 (59968 megabytes)
LVs:            11                       USED PPs:       147 (9408 megabytes)
OPEN LVs:       10                       QUORUM:         1
TOTAL PVs:      2                        VG DESCRIPTORS: 3
STALE PVs:      0                        STALE PPs:      0
ACTIVE PVs:     2                        AUTO ON:        yes
MAX PPs per PV: 1016                     MAX PVs:        32
LTG size:       128 kilobyte(s)          AUTO SYNC:      no
HOT SPARE:      no

Raysugar />
Raysugar /> lslv hd3

LOGICAL VOLUME:     hd3                    VOLUME GROUP:   rootvg
LV IDENTIFIER:      005ce62d00004c000000010050b4b45d.7 PERMISSION:     read/write
VG STATE:           active/complete        LV STATE:       opened/syncd
TYPE:               jfs                    WRITE VERIFY:   off
MAX LPs:            1024                   PP SIZE:        64 megabyte(s)
COPIES:             1                      SCHED POLICY:   parallel
LPs:                1                      PPs:            1
STALE PPs:          0                      BB POLICY:      relocatable
INTER-POLICY:       minimum                RELOCATABLE:    yes
INTRA-POLICY:       edge                   UPPER BOUND:    32
MOUNT POINT:        /tmp                   LABEL:          /tmp
MIRROR WRITE CONSISTENCY: on/ACTIVE
EACH LP COPY ON A SEPARATE PV ?: yes

Raysugar />
Raysugar /> df /tmp

Filesystem    512-blocks      Free %Used    Iused %Iused Mounted on
/dev/hd3          131072         0  100%      444     3% /tmp

i can't guess what is the problem , it's the same for all fs in rootvg ...
any idea welcome !!
thanks for your help.

 
thanks for your answer
below the output you ask for.

Code:
Raysugar /tmp> lsvg -l rootvg
rootvg:
LV NAME             TYPE       LPs   PPs   PVs  LV STATE      MOUNT POINT
hd5                 boot       1     1     1    closed/syncd  N/A
hd6                 paging     16    16    1    open/syncd    N/A
hd8                 jfslog     1     1     1    open/syncd    N/A
hd4                 jfs        1     1     1    open/syncd    /
hd2                 jfs        28    28    1    open/syncd    /usr
hd9var              jfs        1     1     1    open/syncd    /var
hd3                 jfs        1     1     1    open/syncd    /tmp
hd1                 jfs        1     1     1    open/syncd    /home
hd10opt             jfs        1     1     1    open/syncd    /opt
lvadmin             jfs        16    32    2    open/syncd    /admin
lvora817            jfs        32    64    2    open/syncd    /usr/oracle_enterprise

Raysugar /tmp> lsvg -p rootvg
rootvg:
PV_NAME           PV STATE          TOTAL PPs   FREE PPs    FREE DISTRIBUTION
hdisk0            active            542         443         108..44..74..108..109
hdisk17           active            542         494         109..60..108..108..109

Raysugar /tmp> lspv
hdisk0          005ce62d50b4aee4                    rootvg
hdisk1          none                                None
hdisk2          none                                None
hdisk3          none                                None
hdisk4          none                                None
hdisk5          none                                None
hdisk6          none                                None
hdisk7          none                                None
hdisk8          none                                None
hdisk9          none                                None
hdisk10         none                                None
hdisk11         none                                None
hdisk12         none                                None
hdisk13         none                                None
hdisk14         none                                None
hdisk15         none                                None
hdisk16         none                                None
hdisk17         005ce62d84f368b3                    rootvg
hdisk18         none                                None
hdisk19         none                                None
hdisk20         none                                None
hdisk21         none                                None
hdisk22         none                                None
hdisk23         none                                None
hdisk24         none                                None
hdisk25         none                                None
hdisk26         none                                None
hdisk27         none                                None
hdisk28         none                                None
hdisk29         none                                None
hdisk30         none                                None
hdisk31         none                                None
hdisk32         none                                None
hdisk33         none                                None
hdiskpower0     005ce62dd066b598                    appli
hdiskpower1     005ce62dd063e1d2                    appli
hdiskpower2     005ce62dd06a5ca4                    appli
hdiskpower3     005ce62dd061546b                    appli
hdiskpower4     none                                None
hdiskpower5     none                                None
hdiskpower6     none                                None
hdiskpower7     none                                None
Raysugar /tmp>

regards.
Marco.
 
found it !!!

it's just because /tmp was full...
i stop my oracle installation, so it release space in /tmp and now i can increase the size of... /tmp !!!
and know I just have to restart the install process .

Thanks for your attention.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top