From dr161460@sac.sfbay.sun.com Mon Nov 24 11:42:57 2008
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAOJguEC019346
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 24 Nov 2008 11:42:56 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAOJgtKP026747
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Mon, 24 Nov 2008 11:42:56 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAU0044VS3IMV00@nwk-avmta-1.sfbay.Sun.COM> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Mon, 24 Nov 2008 11:42:54 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAU002FXS3GYC10@nwk-avmta-1.sfbay.Sun.COM> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Mon,
 24 Nov 2008 11:42:52 -0800 (PST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id mAOJgqFM015985	for <psarc-ext@sun.com>; Mon,
 24 Nov 2008 11:42:52 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAOJgqO4019343	for
 <psarc-ext@sun.com>; Mon, 24 Nov 2008 11:42:52 -0800 (PST)
Received: (from dr161460@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit)
 id mAOJgqNq019339	for psarc-ext@sun.com; Mon, 24 Nov 2008 11:42:52 -0800 (PST)
Date: Mon, 24 Nov 2008 11:42:52 -0800 (PST)
From: Dean Roehrich <dr161460@sac.sfbay.sun.com>
Subject: Add SDLT 220/320/600 tape drive support to MMS. [PSARC/2008/729 Self
 Review]
To: psarc-ext@sun.com
Message-id: <200811241942.mAOJgqNq019339@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 2933


I am sponsoring this case for Brian Kuyper.  I believe it qualifies for self
review and am marking it closed approved.  If anyone disagrees, let me know
and I will change it to a fasttrack.

The new mmsadm(1m) manpage is in the case directory.

Release binding is Minor.

Dean


Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Add SDLT 220/320/600 tape drive support to MMS.
    1.2. Name of Document Author/Supplier:
	 Author:  Brian Kuyper
    1.3  Date of This Document:
	24 November, 2008
4. Technical Description

Proposal:

	Add SDLT 220/320/600 tape drive support to MMS.

	The following CRs are used to track this case:
	6618271 RFE: Qualify SDLT 220/320 tape drives on SMMS
	6618272 RFE: Qualify SDLT 600 tape drive on SMMS

Details:

	MMS already supports a number of tape drives and this is a new device
	qualification.  The existing mmsadm(1m) CLI is already designed to
	have new devices added via its existing ``mediatype=type'' option.
	
        Every device type supported by MMS has its own device library.  This 
	change creates three device libraries for the SDLT 220, 320 and
	600 library by modifying the inquiry string and the density codes.

	The mmsadm command's mediatype option will be adjusted to allow the
	new device to be specified.

	The manpage's mediatype option will receive the following update:

diff -u mmsadm.1m.txt mms_admnew 
--- mmsadm.1m.txt       Mon Nov 24 09:49:03 2008
+++ mms_admnew  Mon Nov 24 09:51:02 2008
@@ -800,8 +800,8 @@
          mediatype=type
 
              One of the supported media types: 9940, 9840,  LTO1,
-             LTO2,  LTO3,  LTO4 and DISK. This option is required
-             for create.
+             LTO2,  LTO3,  LTO4, SDLT1, SDLT2 and DISK. This option 
+            is required for create.


	An example mmsadm command to specify the SDLT 600 will then be:

# mmsadm create -t voltype -o size=1000 -o mediatype=SDLT2 -l library1 -A ADM ABC123
		


Packaging:

	The new libraries will be added to the existing MMS library package,
	SUNWmmsu.


Deliverables:

	/usr/lib/mms/dm/libQUANTUM_SDLT220.so.1
	/usr/lib/mms/dm/libQUANTUM_SDLT320.so.1
	/usr/lib/mms/dm/libQUANTUM_SDLT600.so.1

Exported Interfaces:

	mmsadm			Committed Private	Commandline syntax

	/usr/lib/mms/dm/libQUANTUM_SDLT220.so.1
				Project Private		Library location
	/usr/lib/mms/dm/libQUANTUM_SDLT320.so.1
				Project Private		Library location
	/usr/lib/mms/dm/libQUANTUM_SDLT600.so.1
				Project Private		Library location

References:

	[1] mmsadm(1M)
	[2] PSARC/2007/420 SMMS
	[3] 6618271 RFE: Qualify SDLT 220/320 tape drives on SMMS
	[4] 6618272 RFE: Qualify SDLT 600 tape drive on SMMS

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		ON
    6.5. ARC review type: Automatic
    6.6. ARC Exposure: open


From Brian.Kuyper@sun.com Mon Dec 22 08:07:50 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mBMG7n6I027567
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 22 Dec 2008 08:07:50 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mBMG7flC003367
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Mon, 22 Dec 2008 16:07:48 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KCA00J03CSWJO00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Mon, 22 Dec 2008 09:07:44 -0700 (MST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KCA008ZRCSWZD80@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Mon,
 22 Dec 2008 09:07:44 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mBMG7iZu006026	for
 <psarc-ext@sun.com>; Mon, 22 Dec 2008 16:07:44 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KCA00H01CGH3900@mail-amer.sun.com>
 (original mail from Brian.Kuyper@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Mon,
 22 Dec 2008 09:07:44 -0700 (MST)
Received: from [10.1.200.140] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0KCA00GPTCSHZR20@mail-amer.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Mon, 22 Dec 2008 09:07:35 -0700 (MST)
Date: Mon, 22 Dec 2008 10:07:29 -0600
From: Brian Kuyper <Brian.Kuyper@sun.com>
Subject: Add SDLT 220/320/600 tape drive support to MMS. [PSARC/2008/729 Self,
 Review]
Sender: Brian.Kuyper@sun.com
To: psarc-ext@sun.com
Message-id: <494FBB41.7080908@Sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.17 (X11/20081119)
Status: RO
Content-Length: 120

We were unable to obtain the SDLT320 hardware, so now the SDLT600 is 
only being qualified at this time.

-Brian Kuyper

From Brian.Kuyper@sun.com Tue Jan  6 11:29:07 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n06JT6Cl000805
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 6 Jan 2009 11:29:06 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n06JSwGK003024
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Tue, 6 Jan 2009 12:29:06 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KD200B0PE4FN700@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Tue, 06 Jan 2009 12:29:03 -0700 (MST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KD200AT6E4DZ600@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Tue,
 06 Jan 2009 12:29:01 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n06JT13Z028350	for
 <psarc-ext@sun.com>; Tue, 06 Jan 2009 19:29:01 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KD200801DJB7G00@mail-amer.sun.com>
 (original mail from Brian.Kuyper@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Tue,
 06 Jan 2009 12:29:01 -0700 (MST)
Received: from [10.1.200.140] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0KD200LGSE36OW20@mail-amer.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Tue, 06 Jan 2009 12:28:19 -0700 (MST)
Date: Tue, 06 Jan 2009 13:28:18 -0600
From: Brian Kuyper <Brian.Kuyper@sun.com>
Subject: Add SDLT 220/320/600 tape drive support to MMS. [PSARC/2008/729 Self,
 Review]
Sender: Brian.Kuyper@sun.com
To: psarc-ext@sun.com
Message-id: <4963B0D2.50206@Sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.17 (X11/20081119)
Status: RO
Content-Length: 162

We no longer have any plans to qualify the Quantum SDLT 320 drive at this time.  
The Quantum SDLT 600 drive is only being qualified in this RTI.

-Brian Kuyper


From Brian.Kuyper@sun.com Tue Jan 20 11:27:42 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n0KJRfaa021285
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 20 Jan 2009 11:27:41 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n0KJRbFJ007644
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Tue, 20 Jan 2009 19:27:40 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KDS00D17BE3CL00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Tue, 20 Jan 2009 12:27:39 -0700 (MST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KDS006RHBE2LY50@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Tue,
 20 Jan 2009 12:27:38 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n0KJRcBE003021	for
 <psarc-ext@sun.com>; Tue, 20 Jan 2009 19:27:38 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KDS00G01BA7LM00@mail-amer.sun.com>
 (original mail from Brian.Kuyper@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Tue,
 20 Jan 2009 12:27:38 -0700 (MST)
Received: from [10.1.200.140] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0KDS003QEBDREIB0@mail-amer.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Tue, 20 Jan 2009 12:27:32 -0700 (MST)
Date: Tue, 20 Jan 2009 13:27:27 -0600
From: Brian Kuyper <Brian.Kuyper@sun.com>
Subject: Add SDLT 220/320/600 tape drive support to MMS. [PSARC/2008/729 Self,
 Review]
Sender: Brian.Kuyper@sun.com
To: psarc-ext@sun.com
Message-id: <4976259F.4000401@Sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.17 (X11/20081119)
Status: RO
Content-Length: 289

The mmsadm man page in our case has been updated to reflect the change 
that we are no longer qualifying the SDLT320 drive and so the SDLT1 
cartridge type was removed.  The SDLT1 cartridge type is for SDLT320 
drives and the SDLT2 cartridge type is for the SDLT600 drive.

-Brian Kuyper


