HOWTO: TSM Server Quickinst

2002-02-07 Thread Josh Davis

I whipped this up because I run into so many people who want to figure
it out on their own, but really are just lost in the slew of new
concepts.  Here is a basic list of things to do when setting up your tsm
server the first time.  Suggestions and corrections are welcome.

-Josh


---

Basic In-Order TSM Server Setup Checklist
-

Physical Installation:
   Install physical devices
   Power on system
   Install o/s maintenance
   Install tsm server and drivers
   Define devices to the O/S
  349x, 357x, 358x and 359x use Atape/IBMTAPE/lmcpd
  all others use TSM drivers

Make a larger database and log:
   define dbvolume(make space)
   define dbcopy  (mirror elsewhere)
   extend db  (tell tsm to use the new space)
   define logv(make space)
   define logc(mirror elsewhere)
   extend log (tell tsm to use the new space)
   define spacetrigger(auto-grow db and log)
   define dbbackuptrigger (only if SET LOGMODE ROLLFORWARD)

Ensure proper licensing:
   register license   (see the server/bin directory)

Storage setup inside TSM:
   define library  (top level of tape storage)
   define devclass (points to a library)
   define drive(points to a library)
   define stg  (points to a device class)
   define vol  (points to a devclass and storage pool)
   label libvol(prepares a tape for TSM use)
   checkin libv(makes tape show up in Q LIBVOL)

For Policy/Node Information:
   define domain   (top level of policy information)
   define policyset(contained within a policy domain)
   define mgmtclass(contained within policyset)
   define copygroup T=BACK (contained within a management class)
   define copygroup T=ARCH (contained within a management class)
   activate policy (only one policyset active per domain)
   register node   (belongs to a policy domain)

Typical Storage Pool Hierarchy:
   Copygroup "destination" is disk pool
   Disk pool "NEXT" is tape pool
   An extra tape pool of type "COPYPOOL"

Other Important Things to Look Into:
   Administrator's Guide, Working With Network of TSM Servers
  Virtual Volumes
  Library Sharing
   Administrator's Guide, Chapter 1: Introduction
  Overview of storage hierarchy and TSM concepts
   Administrator's Guide, Protecting The Server
  Protection and recovery of the system
   Administrator's Guide, Disaster Recovery Manager
  Integrated, licensed tool for server protection
   DEFINE SCHED T=C
  client backup schedules
   DEFINE SCHED T=A
  server administrative schedules (don't overlap these)
 BACKUP STG (sync up copy pool)
 UPDATE STG RECLAIM=50 (reclaim free space from tapes)
 UPDATE STG RECLAIM=100 (turn off reclaimation)
 UPDATE STG HI=0 LO=0  (migrate the disk pool to tape)
 UPDATE STG HI=90 LO=70  (migrate only during overflow)
 BACKUP DB (TSM database is critical to server function)

In all procedures WATCH FOR ERRORS.

If you have questions, see http://www.tivoli.com for Documentation.
   TSM Administrator's Guide is procedural information
   TSM Administrator's Reference is command syntax
   TSM Messages Guide is decyphering for ANR/ANS messages

If you can't figure it out
   http://www.adsm.org - ADSM User's Group (searchable)
   http://www.tivoli.com - Online Knowledge Base
   IBM support: 800-237-5511 x 8



Re: HOWTO: TSM Server Quickinst

2002-02-07 Thread Darren Campbell

Now, that is the most useful whippet of info. I've seen here!


-Original Message-
From: Josh Davis [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 7:41 AM
To: [EMAIL PROTECTED]
Subject: HOWTO: TSM Server Quickinst


I whipped this up because I run into so many people who want to figure
it out on their own, but really are just lost in the slew of new
concepts.  Here is a basic list of things to do when setting up your tsm
server the first time.  Suggestions and corrections are welcome.

-Josh


---

Basic In-Order TSM Server Setup Checklist
-

Physical Installation:
   Install physical devices
   Power on system
   Install o/s maintenance
   Install tsm server and drivers
   Define devices to the O/S
  349x, 357x, 358x and 359x use Atape/IBMTAPE/lmcpd
  all others use TSM drivers

Make a larger database and log:
   define dbvolume(make space)
   define dbcopy  (mirror elsewhere)
   extend db  (tell tsm to use the new space)
   define logv(make space)
   define logc(mirror elsewhere)
   extend log (tell tsm to use the new space)
   define spacetrigger(auto-grow db and log)
   define dbbackuptrigger (only if SET LOGMODE ROLLFORWARD)

Ensure proper licensing:
   register license   (see the server/bin directory)

Storage setup inside TSM:
   define library  (top level of tape storage)
   define devclass (points to a library)
   define drive(points to a library)
   define stg  (points to a device class)
   define vol  (points to a devclass and storage pool)
   label libvol(prepares a tape for TSM use)
   checkin libv(makes tape show up in Q LIBVOL)

For Policy/Node Information:
   define domain   (top level of policy information)
   define policyset(contained within a policy domain)
   define mgmtclass(contained within policyset)
   define copygroup T=BACK (contained within a management class)
   define copygroup T=ARCH (contained within a management class)
   activate policy (only one policyset active per domain)
   register node   (belongs to a policy domain)

Typical Storage Pool Hierarchy:
   Copygroup "destination" is disk pool
   Disk pool "NEXT" is tape pool
   An extra tape pool of type "COPYPOOL"

Other Important Things to Look Into:
   Administrator's Guide, Working With Network of TSM Servers
  Virtual Volumes
  Library Sharing
   Administrator's Guide, Chapter 1: Introduction
  Overview of storage hierarchy and TSM concepts
   Administrator's Guide, Protecting The Server
  Protection and recovery of the system
   Administrator's Guide, Disaster Recovery Manager
  Integrated, licensed tool for server protection
   DEFINE SCHED T=C
  client backup schedules
   DEFINE SCHED T=A
  server administrative schedules (don't overlap these)
 BACKUP STG (sync up copy pool)
 UPDATE STG RECLAIM=50 (reclaim free space from tapes)
 UPDATE STG RECLAIM=100 (turn off reclaimation)
 UPDATE STG HI=0 LO=0  (migrate the disk pool to tape)
 UPDATE STG HI=90 LO=70  (migrate only during overflow)
 BACKUP DB (TSM database is critical to server function)

In all procedures WATCH FOR ERRORS.

If you have questions, see http://www.tivoli.com for Documentation.
   TSM Administrator's Guide is procedural information
   TSM Administrator's Reference is command syntax
   TSM Messages Guide is decyphering for ANR/ANS messages

If you can't figure it out
   http://www.adsm.org - ADSM User's Group (searchable)
   http://www.tivoli.com - Online Knowledge Base
   IBM support: 800-237-5511 x 8

--
This message and any attachment is confidential and may be privileged or otherwise 
protected from disclosure.  If you have received it by mistake please let us know by 
reply and then delete it from your system; you should not copy the message or disclose 
its contents to anyone.



Re: HOWTO: TSM Server Quickinst

2002-02-08 Thread Farren Minns

I agree, super.

Just what newbies like me need.

Many thanks to you.

Farren Minns






Darren Campbell <[EMAIL PROTECTED]>@VM.MARIST.EDU> on
08/02/2002 00:36:05

Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>

Sent by:  "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:
Subject:  Re: HOWTO: TSM Server Quickinst


Now, that is the most useful whippet of info. I've seen here!


-Original Message-
From: Josh Davis [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 7:41 AM
To: [EMAIL PROTECTED]
Subject: HOWTO: TSM Server Quickinst


I whipped this up because I run into so many people who want to figure
it out on their own, but really are just lost in the slew of new
concepts.  Here is a basic list of things to do when setting up your tsm
server the first time.  Suggestions and corrections are welcome.

-Josh


---

Basic In-Order TSM Server Setup Checklist
-

Physical Installation:
   Install physical devices
   Power on system
   Install o/s maintenance
   Install tsm server and drivers
   Define devices to the O/S
  349x, 357x, 358x and 359x use Atape/IBMTAPE/lmcpd
  all others use TSM drivers

Make a larger database and log:
   define dbvolume(make space)
   define dbcopy  (mirror elsewhere)
   extend db  (tell tsm to use the new space)
   define logv(make space)
   define logc(mirror elsewhere)
   extend log (tell tsm to use the new space)
   define spacetrigger(auto-grow db and log)
   define dbbackuptrigger (only if SET LOGMODE ROLLFORWARD)

Ensure proper licensing:
   register license   (see the server/bin directory)

Storage setup inside TSM:
   define library  (top level of tape storage)
   define devclass (points to a library)
   define drive(points to a library)
   define stg  (points to a device class)
   define vol  (points to a devclass and storage pool)
   label libvol(prepares a tape for TSM use)
   checkin libv(makes tape show up in Q LIBVOL)

For Policy/Node Information:
   define domain   (top level of policy information)
   define policyset(contained within a policy domain)
   define mgmtclass(contained within policyset)
   define copygroup T=BACK (contained within a management class)
   define copygroup T=ARCH (contained within a management class)
   activate policy (only one policyset active per domain)
   register node   (belongs to a policy domain)

Typical Storage Pool Hierarchy:
   Copygroup "destination" is disk pool
   Disk pool "NEXT" is tape pool
   An extra tape pool of type "COPYPOOL"

Other Important Things to Look Into:
   Administrator's Guide, Working With Network of TSM Servers
  Virtual Volumes
  Library Sharing
   Administrator's Guide, Chapter 1: Introduction
  Overview of storage hierarchy and TSM concepts
   Administrator's Guide, Protecting The Server
  Protection and recovery of the system
   Administrator's Guide, Disaster Recovery Manager
  Integrated, licensed tool for server protection
   DEFINE SCHED T=C
  client backup schedules
   DEFINE SCHED T=A
  server administrative schedules (don't overlap these)
 BACKUP STG (sync up copy pool)
 UPDATE STG RECLAIM=50 (reclaim free space from tapes)
 UPDATE STG RECLAIM=100 (turn off reclaimation)
 UPDATE STG HI=0 LO=0  (migrate the disk pool to tape)
 UPDATE STG HI=90 LO=70  (migrate only during overflow)
 BACKUP DB (TSM database is critical to server function)

In all procedures WATCH FOR ERRORS.

If you have questions, see http://www.tivoli.com for Documentation.
   TSM Administrator's Guide is procedural information
   TSM Administrator's Reference is command syntax
   TSM Messages Guide is decyphering for ANR/ANS messages

If you can't figure it out
   http://www.adsm.org - ADSM User's Group (searchable)
   http://www.tivoli.com - Online Knowledge Base
   IBM support: 800-237-5511 x 8

--

This message and any attachment is confidential and may be privileged or
otherwise protected from disclosure.  If you have received it by mistake
please let us know by reply and then delete it from your system; you should
not copy the message or disclose its contents to anyone.



Re: HOWTO: TSM Server Quickinst

2002-02-08 Thread John Naylor

There is also Richard Sim's Functional ADSM Guide at
http://people.bu.edu/rbs/
Well worth a visit.




**
The information in this E-Mail is confidential and may be legally
privileged. It may not represent the views of Scottish and Southern
Energy plc.
It is intended solely for the addressees. Access to this E-Mail by
anyone else is unauthorised. If you are not the intended recipient,
any disclosure, copying, distribution or any action taken or omitted
to be taken in reliance on it, is prohibited and may be unlawful.
Any unauthorised recipient should advise the sender immediately of
the error in transmission.

Scottish Hydro-Electric, Southern Electric, SWALEC and S+S
are trading names of the Scottish and Southern Energy Group.
**



Re: HOWTO: TSM Server Quickinst

2002-02-08 Thread Jason Morgan

In addition to the BACKUP DB, I would recommend a BACKUP VOLHIST and a
BACKUP DEVCONFIG.

Regards Jason






Farren Minns <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 08/02/2002 10:38:56

Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>

Sent by:  "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:
Subject:  Re: HOWTO: TSM Server Quickinst


I agree, super.

Just what newbies like me need.

Many thanks to you.

Farren Minns






Darren Campbell <[EMAIL PROTECTED]>@VM.MARIST.EDU> on
08/02/2002 00:36:05

Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>

Sent by:  "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:
Subject:  Re: HOWTO: TSM Server Quickinst


Now, that is the most useful whippet of info. I've seen here!


-Original Message-
From: Josh Davis [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 7:41 AM
To: [EMAIL PROTECTED]
Subject: HOWTO: TSM Server Quickinst


I whipped this up because I run into so many people who want to figure
it out on their own, but really are just lost in the slew of new
concepts.  Here is a basic list of things to do when setting up your tsm
server the first time.  Suggestions and corrections are welcome.

-Josh


---

Basic In-Order TSM Server Setup Checklist
-

Physical Installation:
   Install physical devices
   Power on system
   Install o/s maintenance
   Install tsm server and drivers
   Define devices to the O/S
  349x, 357x, 358x and 359x use Atape/IBMTAPE/lmcpd
  all others use TSM drivers

Make a larger database and log:
   define dbvolume(make space)
   define dbcopy  (mirror elsewhere)
   extend db  (tell tsm to use the new space)
   define logv(make space)
   define logc(mirror elsewhere)
   extend log (tell tsm to use the new space)
   define spacetrigger(auto-grow db and log)
   define dbbackuptrigger (only if SET LOGMODE ROLLFORWARD)

Ensure proper licensing:
   register license   (see the server/bin directory)

Storage setup inside TSM:
   define library  (top level of tape storage)
   define devclass (points to a library)
   define drive(points to a library)
   define stg  (points to a device class)
   define vol  (points to a devclass and storage pool)
   label libvol(prepares a tape for TSM use)
   checkin libv(makes tape show up in Q LIBVOL)

For Policy/Node Information:
   define domain   (top level of policy information)
   define policyset(contained within a policy domain)
   define mgmtclass(contained within policyset)
   define copygroup T=BACK (contained within a management class)
   define copygroup T=ARCH (contained within a management class)
   activate policy (only one policyset active per domain)
   register node   (belongs to a policy domain)

Typical Storage Pool Hierarchy:
   Copygroup "destination" is disk pool
   Disk pool "NEXT" is tape pool
   An extra tape pool of type "COPYPOOL"

Other Important Things to Look Into:
   Administrator's Guide, Working With Network of TSM Servers
  Virtual Volumes
  Library Sharing
   Administrator's Guide, Chapter 1: Introduction
  Overview of storage hierarchy and TSM concepts
   Administrator's Guide, Protecting The Server
  Protection and recovery of the system
   Administrator's Guide, Disaster Recovery Manager
  Integrated, licensed tool for server protection
   DEFINE SCHED T=C
  client backup schedules
   DEFINE SCHED T=A
  server administrative schedules (don't overlap these)
 BACKUP STG (sync up copy pool)
 UPDATE STG RECLAIM=50 (reclaim free space from tapes)
 UPDATE STG RECLAIM=100 (turn off reclaimation)
 UPDATE STG HI=0 LO=0  (migrate the disk pool to tape)
 UPDATE STG HI=90 LO=70  (migrate only during overflow)
 BACKUP DB (TSM database is critical to server function)

In all procedures WATCH FOR ERRORS.

If you have questions, see http://www.tivoli.com for Documentation.
   TSM Administrator's Guide is procedural information
   TSM Administrator's Reference is command syntax
   TSM Messages Guide is decyphering for ANR/ANS messages

If you can't figure it out
   http://www.adsm.org - ADSM User's Group (searchable)
   http://www.tivoli.com - Online Knowledge Base
   IBM support: 800-237-5511 x 8

--


This message and any attachment is confidential and may be privileged or
otherwise protected from disclosure.  If you have received it by mistake
please let us know by reply and then delete it from your system; you should
not copy the message or disclose its contents to anyone.



Richard Sims.. (was HOWTO: TSM Server Quickinst

2002-02-08 Thread Jim Kirkman

Does anyone know what's happened to Richard? Hopefully something good,
like retirement!

I miss his informative posts.

John Naylor wrote:

> There is also Richard Sim's Functional ADSM Guide at
> http://people.bu.edu/rbs/
> Well worth a visit.
>
> **
> The information in this E-Mail is confidential and may be legally
> privileged. It may not represent the views of Scottish and Southern
> Energy plc.
> It is intended solely for the addressees. Access to this E-Mail by
> anyone else is unauthorised. If you are not the intended recipient,
> any disclosure, copying, distribution or any action taken or omitted
> to be taken in reliance on it, is prohibited and may be unlawful.
> Any unauthorised recipient should advise the sender immediately of
> the error in transmission.
>
> Scottish Hydro-Electric, Southern Electric, SWALEC and S+S
> are trading names of the Scottish and Southern Energy Group.
> **

--
Jim Kirkman
AIS - Systems
UNC-Chapel Hill
966-5884



Re: Richard Sims.. (was HOWTO: TSM Server Quickinst

2002-02-08 Thread Henk ten Have

On 08-Feb-02 Jim Kirkman wrote:
> Does anyone know what's happened to Richard? Hopefully something good,
> like retirement!

  I emailed him a month ago and asked him where he was / what he was
  doing. Still the same he told me, but he had problems reaching this
  list (I think for at least 5 month now).

> I miss his informative posts.

  We all do.

  Cheers,
  Henk.