|   | 
	 
  
    | 
RSS Feed - WebSphere MQ Support
 | 
RSS Feed - Message Broker Support
 |   
 
  
	     | 
	 | 
   
 
  
	|  CSQJ216E | 
	« View previous topic :: View next topic »  | 
   
  
  	
	  
		
		
		  | Author | 
		  Message
		 |  
		
		  | gouda | 
		  
		    
			  
				 Posted: Tue Dec 06, 2005 5:22 am    Post subject: CSQJ216E | 
				     | 
			   
			 
		   | 
		 
		
		    Apprentice
 
 Joined: 20 May 2001 Posts: 32 Location: Germany, Nuremburg 
  | 
		  
		    
			  
				Hello,
 
we had to increase our active log datasets of one of our production qmgr.
 
So we defined new VSAM log dataset pairs (each 25000 TRKs) number 25 to 32.
 
Then we added these with CSQJU003:
 
NEWLOG DSNAME=xxxxxx.LOGCOPY1.DSnn,COPY1
 
NEWLOG DSNAME=xxxxxx.LOGCOPY2.DSnn,COPY2
 
Dataset 32 received the following message:
 
CSQJ216E BSDS ACTIVE LOG DATA SET RECORD IS FULL, DDNAME=SYSUT1
 
But the books tell me, that you can use 53 pairs:
 
GC34-6051-00 ‚Concepts and Planning Guide’ Chapter 4 – Logging – Dual Logging | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | javagate | 
		  
		    
			  
				 Posted: Tue Dec 06, 2005 5:32 am    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		    Disciple
 
 Joined: 15 Nov 2004 Posts: 159
  
  | 
		  
		    
			  
				This is strange...  How big is the BSDS ? _________________ WebSphere Application Server 7.0 z/OS & 
 
MQ 6.0.  I work with WebSphere in the real world not in some IBM lab. | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | gouda | 
		  
		    
			  
				 Posted: Tue Dec 06, 2005 5:46 am    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		    Apprentice
 
 Joined: 20 May 2001 Posts: 32 Location: Germany, Nuremburg 
  | 
		  
		    
			  
				Hi,
 
following the IDCAMS DEFINE:
 
   DEFINE CLUSTER                       -
 
          (NAME(SSN.MQP3.BSDS01)        -
 
           VOLUMES(FMQS09)              -
 
           SHAREOPTIONS(2 3) )          -
 
       DATA                             -
 
          (NAME(SSN.MQP3.BSDS01.DATA)   -
 
           RECORDS(60 60)               -
 
           RECORDSIZE(4089 4089)        -
 
           CONTROLINTERVALSIZE(4096)    -
 
           FREESPACE(0 20)              -
 
           KEYS(4 0) )                  -
 
      INDEX                             -
 
         (NAME(SSN.MQP3.BSDS01.INDEX)   -
 
          RECORDS(5 5)                  -
 
          CONTROLINTERVALSIZE(1024) )    
 
 
and now an excerpt of the IDCAMS LISTCAT:
 
STATISTICS                                                                                                      
 
  REC-TOTAL-------------95     SPLITS-CI--------------3   EXCPS------------1651699                              
 
  REC-DELETED------------0     SPLITS-CA--------------0   EXTENTS----------------2                              
 
  REC-INSERTED-----------9     FREESPACE-%CI----------0   SYSTEM-TIMESTAMP:                                     
 
  REC-UPDATED-------763045     FREESPACE-%CA---------20        X'BE04E7F518BD10D2'                              
 
  REC-RETRIEVED----1611394     FREESPC-----------110592                                                         
 
ALLOCATION                                                                                                      
 
  SPACE-TYPE---------TRACK     HI-A-RBA----------491520                                                         
 
  SPACE-PRI--------------5     HI-U-RBA----------491520                                                         
 
  SPACE-SEC--------------5                                                                                      
 
VOLUME                                                                                                          
 
  VOLSER------------FMQS09     PHYREC-SIZE---------4096   HI-A-RBA----------491520     EXTENT-NUMBER----------2 
 
  DEVTYPE------X'3010200F'     PHYRECS/TRK-----------12   HI-U-RBA----------491520     EXTENT-TYPE--------X'40' 
 
  VOLFLAG------------PRIME     TRACKS/CA--------------5                                                         
 
  EXTENTS:                                                                                                      
 
  LOW-CCHH-----X'00040000'     LOW-RBA----------------0   TRACKS-----------------5                              
 
  HIGH-CCHH----X'00040004'     HIGH-RBA----------245759                                                         
 
  LOW-CCHH-----X'00050001'     LOW-RBA-----------245760   TRACKS-----------------5                              
 
  HIGH-CCHH----X'00050005'     HIGH-RBA----------491519 | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | javagate | 
		  
		    
			  
				 Posted: Tue Dec 06, 2005 8:29 am    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		    Disciple
 
 Joined: 15 Nov 2004 Posts: 159
  
  | 
		  
		    
			  
				I believe your BSDS have become out of sync.  Did you suffer a system crash, DASD problems, Catalog problems? _________________ WebSphere Application Server 7.0 z/OS & 
 
MQ 6.0.  I work with WebSphere in the real world not in some IBM lab. | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | Mr Butcher | 
		  
		    
			  
				 Posted: Tue Dec 06, 2005 11:18 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		    Padawan
 
 Joined: 23 May 2005 Posts: 1716
  
  | 
		  
		    
			  
				maybe a CSQJU004 could help showing you how much space is left in the bsds for active log entries (just a guess) _________________ Regards, Butcher | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | 
		    
		   | 
		 
	   
	 | 
   
 
  
	     | 
	 | 
	Page 1 of 1 | 
   
 
 
 
  
  	
	  
		
		  
 
  | 
		  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
  | 
  		 
	   
	 | 
   
 
  	 | 
	  |