CPFMTXA Multiple drives

2008-12-08 Thread Dean, David (I/S)
When building new Linux boxes, I have to format several drives. I normally log as Maint and do them one at a time. Is there a way to do multiple drives simultaneously, or log to Maint sessions multiple times? Any ideas as always are greatly appreciated. David Dean Information Systems

Re: CPFMTXA Multiple drives

2008-12-08 Thread Kris Buelens
We used a service machine for that that can dispatch work to other servers: BUSERVER and BU1 through BUn as workers. It could work for you, but maybe you'd need to change some REXX code (e.g. we used RACF, so we never had to take care of passwords on LINK commands). Send me a private note if

Re: STD versus IFL

2008-12-08 Thread Bruce Hayden
STSI give you information about the machine capacity, etc. (standard engines) but it doesn't show IFLs. Until 5.3, you couldn't really tell if you were running on IFLs or CPs. If you're a Class G user, the CP IND and Q PROC commands don't tell you either, even on 5.3 or 5.4. You need to use the

Shark Retiring

2008-12-08 Thread Mary Zervos
We are about to retire a 2105-F20 Shark, which will be resold. The best way to totally delete all our data from the Shark? Thanks, Mary Zervos Systems Programmer Binghamton University

Re: Shark Retiring

2008-12-08 Thread McBride, Catherine
Check with your IBM C.E., they have the good stuff. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] Behalf Of Mary Zervos Sent: Monday, December 08, 2008 8:52 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Shark Retiring We are about to retire a 2105-F20 Shark,

Re: CPFMTXA Multiple drives

2008-12-08 Thread David Boyes
You can batch up the commands for ICKDSF (the guts of CPFMTXA) to do multiple drives in series, but CMS is a single tasking OS. You can only do them serially, or you need to use multiple userids. (note that it doesn¹t have to be MAINT ‹ you can attach the disks to other userids from a privileged

Re: CPFMTXA Multiple drives

2008-12-08 Thread David Boyes
Another thought: If your disk subsystem supports snapshot, format one ³template² disk using CPFMTXA, attach it to a suitably privileged ID, attach the new disk to your id, SNAPSHOT from the template to the new disk, then run ICKDSF CPVOL FORMAT for just cylinder 0 giving the new label and CP

Re: Shark Retiring

2008-12-08 Thread Aria Bamdad
You can try using ICKDSF and write patterns of data on it to clear what was there. This may not be good enough for some organizations but is good enough for most. You can try something like the following: TRKFMT UNIT(xxx) NVFY ERASEDATA CYLRANGE(,) CYCLES(x) Aria. On Mon, 8 Dec 2008

Re: Shark Retiring

2008-12-08 Thread O'Brien, David W. (NIH/CIT) [C]
What would be the minimum acceptable value for CYCLES(x) to ensure data was not retrievable? From: The IBM z/VM Operating System [EMAIL PROTECTED] On Behalf Of Aria Bamdad [EMAIL PROTECTED] Sent: Monday, December 08, 2008 10:36 AM To:

Re: Shark Retiring

2008-12-08 Thread Peter . Webb
Apparently the CIA recommends 6 cycles, but I used 10 last time (but then, that's just the type of guy I am). :) Peter Here's my exec: /* *** *

Re: CPFMTXA Multiple drives

2008-12-08 Thread Michael MacIsaac
David, You asked. When building new Linux boxes, I have to format several drives. I normally log as Maint and do them one at a time. Is there a way to do multiple drives simultaneously, or log to Maint sessions multiple times? And David Boyes answered: You can only do them serially, or

Re: CPFMTXA Multiple drives

2008-12-08 Thread Alan Altmark
On Monday, 12/08/2008 at 10:31 EST, David Boyes [EMAIL PROTECTED] wrote: Another thought: If your disk subsystem supports snapshot, format one ?template? disk using CPFMTXA, attach it to a suitably privileged ID, attach the new disk to your id, SNAPSHOT from the template to the new disk,

Re: CPFMTXA Multiple drives

2008-12-08 Thread David Boyes
On 12/8/08 11:50 AM, Alan Altmark [EMAIL PROTECTED] wrote: On a related note, keep an eye out for our FlashCopy SE (Space Efficient) support coming to a theater near you in time for Christmas. It will make this and a lot of other disk-related activities easier: - Copies that only contain

Re: Shark Retiring

2008-12-08 Thread Alain Benveniste
Mary, TRKFMT is very slow process. We have to wipe out our DR site at each test. Cycle for us is 3. To do that I have developped something around DUPLICATE HiDRO cmd. The idea is to TRKFMT volume A, B and C (3 cycles). Then we duplicate A to A', B to B' and C to C' and again A to A, A to B and C

Re: Shark Retiring

2008-12-08 Thread Kris Buelens
With a small change to my BUSERVER, ICKDSF TRKFMT commands could be dispatched to 1 to 99 worker machines. 2008/12/8 Alain Benveniste [EMAIL PROTECTED] Mary, TRKFMT is very slow process. We have to wipe out our DR site at each test. Cycle for us is 3. To do that I have developped something

vmsecure help needed

2008-12-08 Thread James M
What is the vmsecure grant command that allows all authority for a userid? I see in the authoriz config file on vmsecure's 191 disk the following entry... grant *all to user1 I want to allow all for user2 What is the grant command format to accomplish this? Thanks

New RACF passwords

2008-12-08 Thread Rothman, Peter
We currently have z/VM 520 with RACF 1.10 and will shortly upgrade to z/VM 540 with the RACF feature for 540. We want to synchronize new passwords across a number of systems. I have looked thru the manual and it's not obvious to me if there is an exit available that will get called AFTER RACF

Re: vmsecure help needed

2008-12-08 Thread Imler, Steven J
From an authorized UserID (for example VMRMAINT), issue: -- VMSECURE ADMIN CONFIG Select option 3, Authorizations ... Add (or duplicate) the GRANT record you said you found: -- GRANT *ALL TO USER1 Change USER1 to the name of the UserID you want to have God-like authority to issue any

Re: TRANS13 , IND$FILE and CA-TPX

2008-12-08 Thread Horlick, Michael
Hello Ed, CA-TPX is a VM/VTAM application. Regards, Mike From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Edward M Martin Sent: December 5, 2008 4:29 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: TRANS13 , IND$FILE and

Re: TRANS13 , IND$FILE and CA-TPX

2008-12-08 Thread Horlick, Michael
Hello Steven, For my emulator (myExtra!) it works fine but fails for their emulator. However, under SNA it works. Regards, Mike From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Imler, Steven J Sent: December 5, 2008 4:44 PM

Re: New RACF passwords

2008-12-08 Thread Kris Buelens
I've been part of a team writing a redbook on the subject last September/October. You need z/VM 5.4 with RACF and LDAP (included with z/VM) and Tivoli IBM Tivoli Directory Integrator (ITDI, included in some Tivoli products I heard). The redbook is supposed to come out in January I think. The

Re: CPFMTXA Multiple drives

2008-12-08 Thread Rob van der Heij
On Mon, Dec 8, 2008 at 3:37 PM, Dean, David (I/S) [EMAIL PROTECTED] wrote: When building new Linux boxes, I have to format several drives. I normally log as Maint and do them one at a time. Is there a way to do multiple drives simultaneously, or log to Maint sessions multiple times? Since

Re: Shark Retiring

2008-12-08 Thread Ivica Brodaric
On Mac OS X's Disk Utility there are Secure Erase Options and under a 7-Pass Erase it says that it meets the US Department of Defense 5220-22 M standard for securely erasing magnetic media. There is also a 35-Pass Erase option with no standard attached to it. I always wondered why is it there...