- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Open VMS Polycenter Scheduler V 2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 09:11 PM
тАО10-31-2006 09:11 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 09:41 PM
тАО10-31-2006 09:41 PM
Re: Open VMS Polycenter Scheduler V 2
first of all welcome to the ITRC Forum
A very comfortable way to add/remove dependencies is, by using the DECWindows interface of the scheduler
$ set displ/create/node=your-tcpip-node/transport=tcpip
$ schedule/inter=decw
With this interface you can add/remove dependencies with your mouse
Hope that helps
Heinz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 09:54 PM
тАО10-31-2006 09:54 PM
Re: Open VMS Polycenter Scheduler V 2
I get the following error message.
schedule/inter=decw
X Toolkit Error: Can't Open display
%DWT-F-DWTABORT, xtoolkit fatal error
I guess Dec Windows interface is not installed.
I have VAX 6000-610 & POLYCENTER Scheduler V2.1. How to add dependency to a existing job with DEC windows interface.
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 10:07 PM
тАО10-31-2006 10:07 PM
Re: Open VMS Polycenter Scheduler V 2
What Environment are you using?
I know your scheduler is running on a vax. What Display are you using, a PC, a VMS Workstation or a Terminal?
In case you are using a PC with a X-Windows emulation:
1. SET DISPLY/CREATE/NODE=ip-address-of-your-pc/TRANSPORT=TCPIP
2. SCHEDULE/INTER=DECW
In Case you are using a VMS Workstation and the transport is DECnet:
1. SET DISPL/CRE/NODE=name-or-decnet_address-of-your-workstation/transport=DECNET
2. SCHED/INTER=DECW
In case you are using a terminal:
Then you can't use the DECWindows Interface. You have to issue DCL Commands on your terminal to modify dependencies within the scheduler
If you are using a PC or a Workstation, then you can also test the following:
$ SET DISPL/CREATE/NODE=ip-address/TRANSPOR=TCPIP
or
$ SET DISPL/CREATE/NODE=dns-name/TRANSPORT=TCPIP
and then start another DECWindows Application, like
$ MC DECW$CLOCK
The DECWindows Closck should be displayed.
So, what environment are you using?
Regards
Heinz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 10:12 PM
тАО10-31-2006 10:12 PM
Re: Open VMS Polycenter Scheduler V 2
I am using POWER TERM session to connect to VAX system. I think DEC windows is not installed in the VAX system that I am using.
I appreciate your response.
Regards,
Darshan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 10:45 PM
тАО10-31-2006 10:45 PM
SolutionDo a
$ DIR SYS$SYSTEM:DECW*
and a
$ DIR SYS$STARTUP:DECW*
If You find DECW*.EXE on SYS$SYSTEM, then DECWindows is installed on your system, but perhaps it's not started.
Anyway, I think PowerTerm is not a X-Windows Emulation but a normal character cell oriented Terminal Emulator
So you have to use DCL Commands to modify Scheduler dependencies.
You can define dependencies like this:
$ SCHED MODIFY JOB job-name/SYNCH=(previous_jobname=username)
previous_jobname >>> Name of job which must succesfully complete before the new job can run
username >>> Username under which the previous job runs
For further informations you can also use Help within the scheduler
$ SCHEDULE
SCHEDULE> help
SCHEDULE> help modify
help text for modify is displayed
SCHEDULE MODIFY Subtopic? /synch
help text for modify/synch is displayed
Regards
Heinz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2006 11:28 PM
тАО10-31-2006 11:28 PM
Re: Open VMS Polycenter Scheduler V 2
$ sched mod nnn /sync=ooo
This would mean nnn depends on OOO.
$ SCHED
HELP MOD JOB