ADSM-L

Re: [ADSM-L] After HACMP failover some stgpool volumes offline that should be online

2007-10-19 16:56:53
Subject: Re: [ADSM-L] After HACMP failover some stgpool volumes offline that should be online
From: Lucia Burke <Lucia.Burke AT SHARP DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 19 Oct 2007 13:56:29 -0700
Hi Richard - 

This was great - all is well with the volumes now.

Thanks,

Lucia 

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of
Richard Sims
Sent: Friday, October 19, 2007 12:33 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: [ADSM-L] After HACMP failover some stgpool volumes offline
that should be online

To roughly generate a TSM macro file to vary on any stgpool volumes
which are found to be offline, you can do like:

  SELECT 'VARY ONLINE' as "           ", -
  VOLUME_NAME from VOLUMES where -
  VOLUME_NAME like '/%' and STATUS='OFFLINE' > /tmp/tsmfile

Tailor per your site.
Remove column headers from the file, then run as a macro, if anything
viable in it.

    Richard Sims

<Prev in Thread] Current Thread [Next in Thread>