|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Very Urgent -- install openVMS |
« View previous topic :: View next topic » |
Author |
Message
|
Toms |
Posted: Mon Nov 11, 2002 6:13 pm Post subject: Very Urgent -- install openVMS |
|
|
 Newbie
Joined: 06 Nov 2002 Posts: 5
|
Hi Masters,
We are trying to install MQSeries client (support pack MACQ) on Compaq openVMS Alpha 7.2. The installer couldn't recognise the file as a installable product.
The ultimate goal is to install the MQSeries Server. We've downloaded the software from the partner world. After unzipping the download as per the instructions using "-V" option we get a .bak file. For some reason this file couldn't be restored.
Any ideas please!!!!
It would be great if you could tell me what exactly are the commands and options.
Thanks in advance.
Regards,
Tom |
|
Back to top |
|
 |
Toms |
Posted: Mon Nov 11, 2002 8:46 pm Post subject: |
|
|
 Newbie
Joined: 06 Nov 2002 Posts: 5
|
Got it fixed by using a different unzip tool on openVMS.
Dont worry.
Thanks
Toms |
|
Back to top |
|
 |
zibura424 |
Posted: Mon Oct 06, 2003 1:22 am Post subject: RESET_BACKUP_SAVESET_ATTRIBUTES.COM |
|
|
Novice
Joined: 20 Feb 2003 Posts: 12 Location: Hungary
|
It's the proc from Digital. This reset (undocumented ) saveset record attributes and correct blocksize.
-------------------------------------------------------------------------------------
$! RESET_BACKUP_SAVESET_ATTRIBUTES.COM
$!
$! P1 is the specification of the BACKUP saveset
$!
$! This procedure resets the record format and record
$! length attributes of a BACKUP saveset -- savesets
$! can get "broken" during certain sorts of file
$! transfers -- such as FTP. This procedure reads the
$! (undocumented) saveset record attributes directly
$! out of the target file.
$!
$! First render the saveset readable, and implicitly
$! check that the file exists.
$!
$ Set File -
/Attributes=(RFM:FIX,MRS:512,LRL=512,ORG=SEQ,RAT=NONE) -
'p1'
$
$ Open/Error=whoops/Read BckSaveset 'p1'
$ Read/Error=whoops/End=whoops BckSaveset Record
$ Close/Nolog BckSaveset
$
$! Find the blocksize from within the record...
$
$ BlockSize = 0
$ BBH_L_BLOCKSIZE = %x28*8
$ BlockSize = F$CVUI(BBH_L_BLOCKSIZE, 32, Record)
$ If BlockSize .lt. 2048 .or. BlockSize .gt. 65535
$ Then
$ Write sys$output "Unexpected block size"
$ Goto whoops
$ Else
$ Set File /Attributes=(RFM:FIX,LRL='BlockSize', -
MRS='BlockSize',RAT=none) -
'p1'
$ endif
$ exit
$WHOOPS:
$ Write sys$output "Error"
$ exit
------------------------------------------------------------------------
_____________________
Jozsef Csongradi
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|