View previous topic :: View next topic
|
Author |
Message |
chaitanye
New User
Joined: 14 Dec 2007 Posts: 5 Location: mumbai
|
|
|
|
hi,
i used the defrag command present in ADRDSSU.
But , the volume serial is not getting compressed /defragmented
here is a snippet:
DEFRAG DDNAME(DISK1),WAIT(0,0)
DUMP FULL -
IDD(DISK1) -
ODD(TAPE1) -
ALLDATA(*) ALLX OPT(4)
IF MAXCC = 04 THEN SET MAXCC = 00
can anyone help?
Thanks in advance. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
post the sysout please
and .... if You are worried about losing data during the defrag operation
it would be better to run the dump command before the defrag command |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
What makes you think that the DEFRAG does nothing ? |
|
Back to top |
|
|
chaitanye
New User
Joined: 14 Dec 2007 Posts: 5 Location: mumbai
|
|
|
|
THANKS A LOT.
the sysout is :
THE DEFRAG FUNCTION COULD NOT FURTHER REDUCE THE FREE SPACE FRAGMENTATION OF THE VOLUME.
the volume has 2700 free cylinders but showing only 1450 LgFree Cyls.
I want to further DEFRAG it.
Do we have an alternative for the same? |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Obviously you can not.
DEFRAG will not move allocated or in use files. |
|
Back to top |
|
|
chaitanye
New User
Joined: 14 Dec 2007 Posts: 5 Location: mumbai
|
|
|
|
thank you expat for getting my basics right |
|
Back to top |
|
|
Nikhil Bhole
New User
Joined: 25 Feb 2008 Posts: 12 Location: Pune
|
|
|
|
Is there any other alternative other than DEFRAG command of ADRDSSU utility to compress a DASD? |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
FDR have a similar product FDRCPK (Compaktor) which is far superior to DFdss. |
|
Back to top |
|
|
Nikhil Bhole
New User
Joined: 25 Feb 2008 Posts: 12 Location: Pune
|
|
|
|
Is this FDRCPK utility available in z/OS? |
|
Back to top |
|
|
Nikhil Bhole
New User
Joined: 25 Feb 2008 Posts: 12 Location: Pune
|
|
|
|
Can we create jobs using FDRCPK in IDMS to compress a DASD? Is there any kind of document that could help me in creating such jobs?
Thanks in advance |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
FDR is a product sold by Innovation Data Processing |
|
Back to top |
|
|
Nikhil Bhole
New User
Joined: 25 Feb 2008 Posts: 12 Location: Pune
|
|
|
|
Ok That rules out this option |
|
Back to top |
|
|
tchen40
New User
Joined: 12 Sep 2007 Posts: 30 Location: Los Angeles, Ca
|
|
|
|
Nikhil Bhole wrote: |
Is there any other alternative other than DEFRAG command of ADRDSSU utility to compress a DASD? |
Allocate an empty volume to your pool. use DFDSS to move all your data over. That'll do the trick. |
|
Back to top |
|
|
tchen40
New User
Joined: 12 Sep 2007 Posts: 30 Location: Los Angeles, Ca
|
|
|
|
tchen40 wrote: |
Allocate an empty volume to your pool. use DFDSS to move all your data over. That'll do the trick. |
caveat being that the present volume is not allocated to some job/stc/tsu of course. |
|
Back to top |
|
|
|