- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- T4 Install
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
Forums
Discussions
Discussions
Discussions
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
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
05-26-2005 09:54 AM
05-26-2005 09:54 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 06:17 PM
05-26-2005 06:17 PM
Solutionthe kit should contain a file T4_Vxx_KIT.TXT which has the installation instructions. I'm appending it in case yours doesn't.
Personally, I created a T4 account to run the command file under. The account's PGFLQUO must be set to 500000, not 200000 as the instructions suggest (for V3.3).
cu,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 08:38 PM
05-26-2005 08:38 PM
Re: T4 Install
http://h71000.www7.hp.com/OpenVMS/products/t4/index.html
you install it
$ PRODUCT INSTALL T4
then
@ T4$CONFIG
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 09:52 PM
05-26-2005 09:52 PM
Re: T4 Install
Anyway, a more verbose setup should be along the lines of:
1. $ PRODUCT INSTALL T4
(when you're on an ODS-5 disk, make suree the PCSI file name is UPPERCASE)
2. Define T4$SYS as suggested by the PCSI installation, and (optionally) T4$DATA (also /SYSTEM/EXEC) as the directory to hold the result files (needs LOTS of space).
3. (optional) Create an account T4 with PRCLM =20, TQELM=100, PGFLQUO=500000; or make sure the account T4 is to run under meets those.
4. PROCESS Accounting must be enabled.
5. (optional) Log in to the T4 account.
6. $ @T4$SYS:T4$CONFIG and answer the questions. A description of the questions is in the TXT file of V3.3 I attached.
HTH,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 02:41 AM
05-27-2005 02:41 AM
Re: T4 Install
$ product install T4
%PCSIUI-I-NOMATCH, no products were found matching: T4
%PCSIUI-E-NOPROD, no products were found on which to perform this operation
%PCSIUI-E-ABORT, operation terminated due to an unrecoverable error condition
$ product install *
%PCSIUI-I-NOMATCH, no products were found matching: *
%PCSIUI-E-NOPROD, no products were found on which to perform this operation
%PCSIUI-E-ABORT, operation terminated due to an unrecoverable error condition
$ DIR
Directory DISK$USER:[DPS.DANDERSO.T4]
HP-VMS-T4-V0400--1.;1
Total of 1 file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 02:45 AM
05-27-2005 02:45 AM
Re: T4 Install
the download has not preserved the file name:
$ RENAME HP-VMS-T4-V0400--1.;1 HP-VMS-T4-V0400--1.PCSI$COMPRESSED
Then try again,
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 03:23 AM
05-27-2005 03:23 AM
Re: T4 Install
$ @T4$SYS:T4$CONFIG
Copyright 2000-2005 Hewlett-Packard Development Company, L.P.
T4 Version 4.0
Executing T4$CONFIG.COM on node OSIJX1 - Date/Time is now 27-MAY-2005 11:20:33.7
4
T4$CONFIG-F-Logical name T4$SYS has not been defined properly ...
$ show log t4$sys
"T4$SYS" = "DISK$ALPHASYS:[SYS0.SYSCOMMON.T4$SYS]" (LNM$SYSTEM_TABLE)
Did I miss a logical?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 04:13 AM
05-27-2005 04:13 AM
Re: T4 Install
did you define the T4$SYS logical in EXEC mode ?
$ DEFIN/SYS/EXEC T4$SYS ...
Check with SHOW LOG/FULL T4$SYS
Should show:
T4$SYS" [exec] = ...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 04:21 AM
05-27-2005 04:21 AM
Re: T4 Install
$ define/system/exec T4$SYS DISK$ALPHASYS:[SYS0.SYSCOMMON.T4$SYS]
%DCL-I-SUPERSEDE, previous value of T4$SYS has been superseded
$ SHOW LOG/FULL T4$SYS
"T4$SYS" [super] = "DISK$ALPHASYS:[SYS0.SYSCOMMON.T4$SYS]" (LNM$SYSTEM_TABLE)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 04:45 AM
05-27-2005 04:45 AM
Re: T4 Install
that's why I asked for the SHOW LOG/FULL ;-)
"T4$SYS" [super] <<<<<<<<<
You've once defined the logical incorrectly (without /EXEC) and have not yet deleted that incorrect definition.
$ DEASS/SYS T4$SYS
and then it will work...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 05:27 AM
05-27-2005 05:27 AM
Re: T4 Install
$ DEASS/SYS T4$SYS
$ SHOW LOG/FULL T4$SYS
%SHOW-S-NOTRAN, no translation for logical name T4$SYS
$ define/exec/system T4$SYS DISK$ALPHASYS:[SYS0.SYSCOMMON.T4$SYS]
$ SHOW LOG/FULL T4$SYS
"T4$SYS" [super] = "DISK$ALPHASYS:[SYS0.SYSCOMMON.T4$SYS]" (LNM$SYSTEM_TABLE)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 06:39 PM
05-27-2005 06:39 PM
Re: T4 Install
your process is missing SYSNAM privilege, so the logical name gets created in SUPER mode (instead of EXEC mode). See HELP DEFINE/EXEC
Try again with:
$ SET PROC/PRIV=SYSNAM
$ DEFINE/SYS/EXEC T4$SYS ...
You don't need to try @T4$CONFIG, unless the logical name T4$SYS is actually defined as an [exec] mode logical name.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2005 04:16 AM
07-15-2005 04:16 AM
Re: T4 Install
Before you issue the define/exec/system command, make sure you have enabled privilages for your process. Otherwise, vms will ignore the "exec" option. It also fails to generate anything like an error or warning message when it does this.
e.g.
$ set process/priv=all
$ define/exec/system T4$SYS DISK$ALPHASYS:[SYS0.SYSCOMMON.T4$SYS]
$ SHOW LOG/FULL T4$SYS
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2005 06:16 AM
07-15-2005 06:16 AM
Re: T4 Install
I have assigned points to 4 of 48 responses to my questions.
Thats's not the way how such forums should and can live.
To all others: hit me if I'm wrong.
Cheers
EW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2005 06:35 AM
07-15-2005 06:35 AM
Re: T4 Install
New at this, did not close it sooner.