Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Generate system problems in VMS
Name: Joseph Date: April 15, 2003 at 05:16:22 Pacific OS: OpenVMS CPU/Ram: VAX
Comment:
Hi, In order to complete a OpenVMS system courses for operator taining, i would like to get some new ideas in order to perform a troubleshooting session. The way to disturb or break a cluster, the way to get a computer to shutdown-reboot indefinitly, to break the decnet confiruration ... All this in OpenVMS 7.1, in VAX computer with DECNET IV. Thanks, for the Help.
Summary: You must be aware that $wait would not be a precise 30 minutes. Better to schedule via the batch queue with a /after= qualifier. Use help submit for exact syntax to specify time. Best yet would be to...
Summary: Will any VMSguru or anyone help me out with this? I'm trying to delete files in a directory based on a directory file listing of another different directory. In Unix, i would perform the following: fo...
Summary: First of all: you should be aware that threads and AST's don't go well together. AST's are delivered to a process and since all threads of an application run in the same context as their mother-tread,...