home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!know!cass.ma02.bull.com!think.com!rpi!usc!elroy.jpl.nasa.gov!ames!news.hawaii.edu!pulua!helen
- From: helen@pulua.hcc.hawaii.edu (Helen Rapozo)
- Newsgroups: comp.os.vms
- Subject: Re: Problem Deleting Users from Different Disks
- Message-ID: <1992Nov15.195633.9083@news.Hawaii.Edu>
- Date: 15 Nov 92 19:56:33 GMT
- References: <01GQZRJYX7YA8WYHCU@LAGUNA.EPCC.EDU>
- Sender: root@news.Hawaii.Edu (News Service)
- Organization: Honolulu Community College
- Lines: 31
- Nntp-Posting-Host: pulua.hcc.hawaii.edu
-
- In article <01GQZRJYX7YA8WYHCU@LAGUNA.EPCC.EDU> ARTG@LAGUNA.EPCC.EDU writes:
- >
- >Background: We have two DEC VAX 4200's clustered together
- > running VMS 5.4-2.
- >
- >I have a problem and I can't seem to find the answer. We have
- >users on several disks and I am writing a procedure to delete
- >them when their accounts are no longer needed on our system.
- >However, I can't seem to find a way to determine if the user
- >is on DISK2, DISK3, or DISK4. Is that any way of using one DCL
- >procedure to determine which disk the user is on? I'd also like to have
- >this procedure delete that user from the appropriate disk.
- >I really don't want to have 3 seperate delete procedures, one for
- >each of the disks.
- **************
- If you are using the AUTHORIZE utility to remove the user, you can
- also use it find their login directory.
-
- To do this use the 'LIST/FULL username' in the AUTHORIZE utility,
- this will create a file SYSUAF.LIS in the current directory you
- are working in. If you use DCL to open and then read the SYSUAF.LIS
- you should come across the login directory spec (with device), you
- might need some DCL lexicals like extract to this since there
- is another piece of information that goes with the line.
-
-
-
- Honolulu Community College cs_rapozo@hccadb.hcc.hawaii.edu
- 874 Dillingham Blvd. helen@pulua.hcc.hawaii.edu
- Honolulu, HI 96817 rapozo@uhunix.uhcc.hawaii.edu
- Ph#: (808) 845-9202
-