|
Not sure as I don't really mess with them myself. You can do a WRKLNK DETAIL(*EXTENDED) to show symlnk info. Or do a WRKLNK OBJTYPE(*SYMLNK) or put both parms together. Of course you'd probably still have to drill down & look around. John A. Jones, CISSP Americas Information Security Officer Jones Lang LaSalle, Inc. V: +1-630-455-2787 F: +1-312-601-1782 john.jones@xxxxxxxxxx -----Original Message----- From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx Sent: Thursday, August 03, 2006 10:16 AM To: Midrange Systems Technical Discussion Subject: RE: IFS SAV CPFA09E Good thought! Is there something in iNav or someplace that will show you these mappings? Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com "Jones, John \(US\)" <John.Jones@xxxxxxxxxx> Sent by: midrange-l-bounces@xxxxxxxxxxxx 08/03/2006 09:01 AM Please respond to Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> To "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx> cc Subject RE: IFS SAV CPFA09E Not sure, but I would guess there's a symbolic link to the object and that symlnk is in a dir that is being saved. John A. Jones, CISSP Americas Information Security Officer Jones Lang LaSalle, Inc. V: +1-630-455-2787 F: +1-312-601-1782 john.jones@xxxxxxxxxx -----Original Message----- From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx Sent: Thursday, August 03, 2006 7:46 AM To: midrange-l@xxxxxxxxxxxx Subject: IFS SAV CPFA09E Fellow I know in the industry sent me an email regarding the following line of code. Basically he wants to know why he is getting the "in use" when he is omitting the entry. SAV DEV(&IFSDEVICE) + OBJ( + ('/*') + ('/QSYS.LIB' *OMIT) /* Saved with SAVLIB */ + ('/QDLS' *OMIT) /* Saved with SAVDLO */ + ('/QCA400' *OMIT) + ('/QFileSvr.400' *OMIT) + ('/QOPT' *OMIT) + ('/QPWX*' *OMIT) + ('/QTCPTMM' *OMIT) + ('/QNTC' *OMIT) /* PC data directories */ + ('/Domino' *OMIT) /* Saved with Domino */ + ('/PVCETQ' *OMIT) /* Saved with Domino */ + ('/PVCMAIL' *OMIT) /* Saved with Domino */ + ('/PVCNOTESDB' *OMIT) /* Saved with Domino */ + ('/PVCSMTP' *OMIT) /* Saved with Domino */ + ('/QIBM/UserData/LOTUS' *OMIT) /* Domino */ + ('/usr/tmp' *OMIT) /* Saved with Domino */ + ('/tmp' *OMIT) /* Temp data-avoid conflicts */ + ('/QTCPTMM' *OMIT) /* Temp data-avoid conflicts */ + ('/PSF400' *OMIT) /* Temp data-avoid conflicts */ + ('/PSFSMTP' *OMIT) /* Temp data-avoid conflicts */ + ('/QFPNWSSTG' *OMIT) /* NT/2000 data directories */ + ('/home/QSECOFR/.vnc' *OMIT) /* Temp logs */ + ('/www/apachedft/logs' *OMIT) /* Temp logs */ + ('/QIBM/UserData/HTTPA/admin/logs' *OMIT) + ('/QOpenSys/QIBM/UserData/InfoprintServer/Transforms/work' *OMIT) + ('/QIBM/UserData/OS400/ResourceMonitoringControl/var/ct' *OMIT) + /* Omit Websphere Application Server (WAS) directories until */ + /* we figure out how to shut them down in an orderly fashion */ + ('/QIBM/UserData/WebAS5/Base/default/logs/server1/*' *OMIT) + ('/QIBM/UserData/WebAS5/Base/default/tranlog/server1/*' *OMIT) + ('/QIBM/UserData/WebAS5/Base/default/wstemp/events/*' *OMIT) + /*GJ01*/ ('/QIBM/USERDATA/ECLIPSE/WORKSPACE/.METADATA/.APPLICATIONLOCK' *OMIT) + /*GJ01*/ ( '/QIBM/UserData/OS400/ResourceMonitoringControl/var/vpd/Hardware.xml' *OMIT) + /*GJ01*/ ('/QIBM/USERDATA/OS/SERVICE/LOGS/CLEANUPLOG' *OMIT) + /*GJ01*/ ( '/QIBM/USERDATA/ECLIPSE/WORKSPACE/.METADATA/.PLUGINS/ORG.ECLIPSE.TOMCAT/ CATALINA.*' + *OMIT) + /*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/HTTPADMIN.LOG' *OMIT) + /*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/IIRADMIN.LOG' *OMIT) + /*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JASPER.LOG' *OMIT) + /*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JK.LOG' *OMIT) + /*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JVMSTDERR.TXT' *OMIT) + /*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JVMSTDOUT.TXT' *OMIT) + /*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/SERVLET.LOG' *OMIT) + ) + SAVACT(*SYNC) OUTPUT(*PRINT) + EXPDATE(&EXPDT) ENDOPT(*LEAVE) UPDHST(*YES)
From his joblog:
Message . . . . : 77800 - SAV DEV('/QSYS.LIB/TAP03.DEVD') OBJ(('/*') ('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT) ('/QCA400' *OMIT) ('/QFileSvr.400' *OMIT) ('/QOPT' *OMIT) ('/QPWX*' *OMIT) ('/QTCPTMM' *OMIT) ('/QNTC' *OMIT) ('/Domino' *OMIT) ('/PVCETQ' *OMIT) ('/PVCMAIL' *OMIT) ('/PVCNOTESDB' *OMIT) ('/PVCSMTP' *OMIT) ('/QIBM/UserData/LOTUS' *OMIT) ('/usr/tmp' *OMIT) ('/tmp' *OMIT) ('/QTCPTMM' *OMIT) ('/PSF400' *OMIT) ('/PSFSMTP' *OMIT) ('/QFPNWSSTG' *OMIT) ('/home/QSECOFR/.vnc' *OMIT) ('/www/apachedft/logs' *OMIT) ('/QIBM/UserData/HTTPA/admin/logs' *OMIT) ('/QOpenSys/QIBM/UserData/InfoprintServer/Transforms/work' *OMIT) ('/QIBM/UserData/OS400/ResourceMonitoringControl/var/ct' *OMIT) ('/QIBM/UserData/WebAS5/Base/default/logs/server1/*' *OMIT) ('/QIBM/UserData/WebAS5/Base/default/tranlog/server1/*' *OMIT) ('/QIBM/UserData/WebAS5/Base/default/wstemp/events/*' *OMIT) ('/QIBM/USERDATA/ECLIPSE/WORKSPACE/.METADATA/.APPLICATIONLOCK' *OMIT) ('/QIBM/UserData/OS400/ResourceMonitoringControl/var/vpd/Hardware.xml' *OMIT) ('/QIBM/USERDATA/OS/SERVICE/LOGS/CLEANUPLOG' *OMIT) ('/QIBM/USERDATA/ECLIPSE/WORKSPACE/.METADATA/.PLUGINS/ORG.ECLIPSE.TOMCAT /CAT ALINA.*' *OMIT) ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/HTTPADMIN.LOG' *OMIT) ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/IIRADMIN.LOG' *OMIT) ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JASPER.LOG' *OMIT) ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JK.LOG' *OMIT) ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JVMSTDERR.TXT' *OMIT) ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JVMSTDOUT.TXT' *OMIT) ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/SERVLET.LOG' *OMIT)) SAVACT(*SYNC) OUTPUT(*PRINT) EXPDATE('08/09/06') ENDOPT(*LEAVE) UPDHST(*YES) CPFA09E Diagnostic 40 08/03/06 00:07:51.430744 QSRGENSE QSYS *STMT QSRGENSE QSYS *STMT From module . . . . . . . . : QSROBJEC From procedure . . . . . . : qsrSendObjectMsg__FP6qsrMsg Statement . . . . . . . . . : 15 To module . . . . . . . . . : QSROBJEC To procedure . . . . . . . : qsrSendObjectMsg__FP6qsrMsg Statement . . . . . . . . . : 15 Message . . . . : Object in use. Object is /QIBM/UserData/OS400/ResourceMonitoringControl/var/vpd/Hardware.xml. Cause . . . . . : An operation attempted to use object /QIBM/UserData/OS400/ResourceMonitoringControl/var/vpd/Hardware.xml. This object is currently in use. Recovery . . . : Allow time for the current operation to complete and then retry. If no operation is being performed, determine if the object is checked out. If it is, use the Check In Object (CHKIN) command to check in the object and then retry. To determine what is........ Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com -- This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/midrange-l or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l. This email is for the use of the intended recipient(s) only. If you have received this email in error, please notify the sender immediately and then delete it. If you are not the intended recipient, you must not keep, use, disclose, copy or distribute this email without the author's prior permission. We have taken precautions to minimize the risk of transmitting software viruses, but we advise you to carry out your own virus checks on any attachment to this message. We cannot accept liability for any loss or damage caused by software viruses. The information contained in this communication may be confidential and may be subject to the attorney-client privilege. If you are the intended recipient and you do not wish to receive similar electronic messages from us in future then please respond to the sender to this effect.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.