Operating System - OpenVMS
1751706 Members
5442 Online
108781 Solutions
New Discussion

Re: How to configure OpenVMS V732 as a Legato Storage Node of V6.0-1D?

 
SOLVED
Go to solution
lunew
Advisor

Re: How to configure OpenVMS V732 as a Legato Storage Node of V6.0-1D?

Hi Volkerï¼ I have the answer with your help. I config the $2$GGA0 and $2$MGA0 devices manually as you told me.
SYSMAN>IO LIST_WWID
%SYSMAN-I-OUTPUT, command execution on node ALPHA
On port _PGA0:, the following tape WWIDs are not yet configured:
Target 6, LUN 0, STK L20
WWID=04100023:"STK L20 LLC02207756"
Target 6, LUN 1, HP Ultrium 2-SCSI
WWID=02000008:5006-0B00-0036-C919
SYSMAN>IO CREATE_WWID $2$GGA0/WWID= 04100023:"STK L20 LLC02207756"
SYSMAN>IO CREATE_WWID $2$MGA0/WWID= 02000008:5006-0B00-0036-C919
SYSMAN>IO AUTO/LOG
New problem has occured, while I run Legato jbconfig file to config my jukebox.

$>run jbconfig
1) Install a SmartMedia Jukebox.
2) Install an Autodetected SCSI Jukebox.
3) Install an Autodetected NDMP SCSI Jukebox.
4) Install an SJI Jukebox.
5) Install an STL Silo.
What kind of Jukebox are you installing? [1] 2
These are the SCSI Jukeboxes currently attached to your system:
1) scsidev@29.0.0 ($2$GGA0:): Standard SCSI Jukebox, Vendor , Product
Which one do you want to install? 1
Installing an 'Standard SCSI Jukebox' jukebox.
Name you would like to assign to the jukebox device? STKL20
using 'rd=es40:STKL20' as jukebox device name
A brief description of the jukebox device? [scsidev@29.0.0 ($2$GGA0:): Standard SCSI Jukebox]
Pathname of the control port for the jukebox device? [$2$GGA0:]
using 'rd=es40:$2$GGA0:' as control port
Do you want automated device cleaning support enabled? (yes/NO)yes
Enter hostname that owns media drive 1: ? [es40]
An example of a valid device name for this OS is 'NODE$MKA400:'
Enter device name of media drive 1: ? $2$mga0:
using 'rd=es40:$2$MGA0:' as device name
Should the drive be configured as a NDMP device? (yes/no)no
select a media device type for rd=es40:$2$MGA0:.
1) 3480 24) 9840b 47) qic
.......
19) 8mm AIT-4 42) LTO Ultrium 65) VXA
20) 8mm AIT-5 43) LTO Ultrium-2 66) VXA-172
21) 8mm Mammoth-2 44) LTO Ultrium-3 67) VXA-2
Choice? 43
jbconfig: RAP error: Permission denied, user 'system' on 'es40' does not have 'Configure NetWorker' privilege to create this resource.
I donâ t know need which privilege because of the system has all the privileges.
$>show dev $2$gga0:/full
.....
protect:( S:RWPL,O:RWPL,G:RWPL,W:RWPL)
WWID 04100023:"STK L20 LLC02207756"
......

$>show dev $2$mga0:/full
.....
protect:( S:RWPL,O:RWPL,G:R,W)
WWID 02000008:5006-0B00-0036-C919
......

DO I need to set the mga0: protection ? How to set ?
Volker Halle
Honored Contributor
Solution

Re: How to configure OpenVMS V732 as a Legato Storage Node of V6.0-1D?

I'm glad that you've now solved the OpenVMS and tape loader related issues.

The privilege problem is a Legato Networker configuration issue. Use Google and search for 'Configure NetWorker' privilege, you may find some articles, which could help you. The OpenVMS user SYSTEM needs to somehow be configured into Legato Networker to be allowed to create Networker resources. You may need to add this user on your Networker Server and grant it the appropriate privileges. This has nothing to do with OpenVMS privileges.

Volker.
lunew
Advisor

Re: How to configure OpenVMS V732 as a Legato Storage Node of V6.0-1D?

Hi Volker, I found different protection settings between GGA0 and MGA0. See details as following:
$>show dev $2$gga0:/full
.....
protect:( S:RWPL,O:RWPL,G:RWPL,W:RWPL)
WWID 04100023:"STK L20 LLC02207756"
......

$>show dev $2$mga0:/full
.....
protect:( S:RWPL,O:RWPL,G:R,W)
WWID 02000008:5006-0B00-0036-C919
DO I need to set protection of mga0 same as the gga0? IF necessary how to set ? Thank U !
lunew
Advisor

Re: How to configure OpenVMS V732 as a Legato Storage Node of V6.0-1D?

Hi Volker,I added "system" user entry to my Legato Networker Admin group. I'v solved all the issues. Thanks.
lunew
Advisor

Re: How to configure OpenVMS V732 as a Legato Storage Node of V6.0-1D?

Hi Volker,I have the answer with your help. I config the $2$GGA0 and $2$MGA0 devices manually as you told me.
SYSMAN>IO LIST_WWID
%SYSMAN-I-OUTPUT, command execution on node ALPHA
On port _PGA0:, the following tape WWIDs are not yet configured:
Target 6, LUN 0, STK L20
WWID=04100023:"STK L20 LLC02207756"
Target 6, LUN 1, HP Ultrium 2-SCSI
WWID=02000008:5006-0B00-0036-C919
SYSMAN>IO CREATE_WWID $2$GGA0/WWID= 04100023:"STK L20 LLC02207756"
SYSMAN>IO CREATE_WWID $2$MGA0/WWID= 02000008:5006-0B00-0036-C919
SYSMAN>IO AUTO/LOG