> Op 2 aug. 2015, om 05:07 heeft Robert Ouzen <[email protected]> het > volgende geschreven: > > Hi Remco > > Can be done in the fly or need to halt the server ? >
it can be done on the fly. > Thank you for the output .... > > Regards Robert > > -----Original Message----- > From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of > Remco Post > Sent: Saturday, August 01, 2015 10:22 PM > To: [email protected] > Subject: Re: [ADSM-L] archivelog question > > If your only goal is to increase the log, you can just grow the file system, > no fuzz. DB2 will instantly recognize the new size and use it. > > Verstuurd vanaf mijn iPhone > >> Op 1 aug. 2015 om 07:44 heeft Robert Ouzen <[email protected]> het >> volgende geschreven: >> >> Hello all >> I want to increase my ARCHIVELOG and here the procedure I got from >> documentation. >> I only wondered why step 4 is before step 5 ? >> TSM server version 7.1.1.200 on Windows 2008 R2 64B Best Regards >> Robert Ouzen Moving only the archive log You can move only the archive >> log from one directory to another. >> 1. Halt the server. >> 2. Create an archive log directory by issuing the following command: >> [AIX operating systems][HP-UX operating systems][Linux operating >> systems][Oracle Solaris operating systems] mkdir /archivelog2 [Windows >> operating systems] mkdir q:\tsm\archivelog >> 3. Update the dsmserv.opt option file for the new archive log directory >> by issuing the following command: >> [AIX operating systems][HP-UX operating systems][Linux operating >> systems][Oracle Solaris operating systems] archlogdirectory >> /archivelog2 [Windows operating systems] archlogdirectory >> q:\tsm\archivelog >> 4. Restart the server. >> 5. Move the archive logs from the old directory to the new directory. >> Preserve any subdirectory structure. Use and verify a recursive copy >> directory command. For example: >> >> [AIX operating systems][HP-UX operating systems][Linux operating >> systems][Oracle Solaris operating systems] >> cp -r /archivelog/* /archivelog2 >> >> [Windows operating systems] >> xcopy /s k:\tsm\archivelog\* q:\tsm\archivelog >> 6. Optional: Remove the old directory. -- Met vriendelijke groeten/Kind Regards, Remco Post [email protected] +31 6 248 21 622
