INFO-VAX Thu, 15 May 2008 Volume 2008 : Issue 271 Contents: Account creation Re: Account creation Re: Account creation Re: Account creation Re: Account creation Re: Account creation Re: Account creation Re: Account creation Re: Account creation Re: Account creation Re: Apache's ActiveMQ on VMS Re: Apache's ActiveMQ on VMS Re: Apache's ActiveMQ on VMS Re: Apache's ActiveMQ on VMS DEFINE and reboot Re: DEFINE and reboot Re: DEFINE and reboot Re: DEFINE and reboot Re: DEFINE and reboot Re: DEFINE and reboot Re: DEFINE and reboot Re: DEFINE and reboot Re: DEFINE and reboot Re: DEFINE and reboot Re: determing lable of unmounted drive Re: determing lable of unmounted drive Re: determing lable of unmounted drive Re: determing lable of unmounted drive mail$message_select problem Re: OpenVMS on HP ZX2000 Re: OT: HP wants to buy EDS Re: OT: HP wants to buy EDS OT: lost Re: OT: lost Re: OT: lost OT: Note to canadian users. Bell Canada interfering with telecom links. links.li ---------------------------------------------------------------------- Date: Thu, 15 May 2008 13:41:29 +0000 (UTC) From: JKB Subject: Account creation Message-ID: Hello, I suppose I have made a mistake... I'm trying to create a normal account. Thus, I have made : $ define/system/trans=(concealed)/exec disk$users dka0:[users.] $ set default disk$users:[000000] $ create /directory bertrand $ set default sys$system $ run authorize UAF> add bertrand/password=mypassword /device=disk$users - _UAF> /directory=[bertrand] /owner="BERTRAND Joel" /nopwdexpired - _UAF> /nopwdexpiration UAF> show bertrand Username: BERTRAND Owner: BERTRAND Joel Account: UIC: [200,200] ([DEFAULT]) CLI: DCL Tables: DCLTABLES Default: DISK$USERS:[BERTRAND] LGICMD: Flags: DisUser ... No access restrictions ... Login fails : 13 ! ... Authorized privileges NETMBX TMPMBX ... I have tried to use this account, but I cannot perform any login (CDE of remote login by SSH) : cauchy:[~] > ssh -l bertrand dirac bertrand@dirac's password: Permission denied, please try again. bertrand@dirac's password: Permission denied, please try again. bertrand@dirac's password: Permission denied (publickey). cauchy:[~] > I have tried to use /nopassword without success. Where is my mistake ? Regards, JKB -- Le cerveau, c'est un véritable scandale écologique. Il représente 2% de notre masse corporelle, mais disperse à lui seul 25% de l'énergie que nous consommons tous les jours. ------------------------------ Date: Thu, 15 May 2008 13:59:00 +0000 (UTC) From: gartmann@nonsense.immunbio.mpg.de (Christoph Gartmann) Subject: Re: Account creation Message-ID: In article , JKB writes: > Hello, > > I suppose I have made a mistake... I'm trying to create a normal > account. Thus, I have made : > >$ define/system/trans=(concealed)/exec disk$users dka0:[users.] >$ set default disk$users:[000000] >$ create /directory bertrand >$ set default sys$system >$ run authorize >UAF> add bertrand/password=mypassword /device=disk$users - >_UAF> /directory=[bertrand] /owner="BERTRAND Joel" /nopwdexpired - >_UAF> /nopwdexpiration > >UAF> show bertrand >Username: BERTRAND Owner: BERTRAND Joel >Account: UIC: [200,200] ([DEFAULT]) >CLI: DCL Tables: DCLTABLES >Default: DISK$USERS:[BERTRAND] >LGICMD: >Flags: DisUser ^^^^^^^ Use a "/FLAGS=NODISUSER" when creating your account. Regards, Christoph Gartmann -- Max-Planck-Institut fuer Phone : +49-761-5108-464 Fax: -452 Immunbiologie Postfach 1169 Internet: gartmann@immunbio dot mpg dot de D-79011 Freiburg, Germany http://www.immunbio.mpg.de/home/menue.html ------------------------------ Date: Thu, 15 May 2008 09:58:49 -0400 From: "Ken Robinson" Subject: Re: Account creation Message-ID: <7dd80f60805150658o5f1c28bdx1bd80600c5a87e38@mail.gmail.com> On Thu, May 15, 2008 at 9:41 AM, JKB wrote: > Hello, > > I suppose I have made a mistake... I'm trying to create a normal > account. Thus, I have made : > > $ define/system/trans=(concealed)/exec disk$users dka0:[users.] > $ set default disk$users:[000000] > $ create /directory bertrand > $ set default sys$system > $ run authorize > UAF> add bertrand/password=mypassword /device=disk$users - > _UAF> /directory=[bertrand] /owner="BERTRAND Joel" /nopwdexpired - > _UAF> /nopwdexpiration > > UAF> show bertrand > Username: BERTRAND Owner: BERTRAND Joel > Account: UIC: [200,200] ([DEFAULT]) > CLI: DCL Tables: DCLTABLES > Default: DISK$USERS:[BERTRAND] > LGICMD: > Flags: DisUser Here is one problem .. the user was created with the DisUser flag, so it's not available. Use UAF> mod bertrand/flag=nodisuser Also, I usually create the account, then create the directory. When you create the directory, you should make the owner the account, so it can be used: $ cre/dir/own=bertrand disk$users:[bertrand] Ken ------------------------------ Date: Thu, 15 May 2008 10:22:47 -0400 From: norm.raphael@metso.com Subject: Re: Account creation Message-ID: This is a multipart message in MIME format. --=_alternative 004EFDA88525744A_= Content-Type: text/plain; charset="US-ASCII" "Ken Robinson" wrote on 05/15/2008 09:58:49 AM: > On Thu, May 15, 2008 at 9:41 AM, JKB wrote: > > Hello, > > > > I suppose I have made a mistake... I'm trying to create a normal > > account. Thus, I have made : > > > > $ define/system/trans=(concealed)/exec disk$users dka0:[users.] > > $ set default disk$users:[000000] > > $ create /directory bertrand Would need square-brackets around "bertrand" like $create/dir/owner=bertrand [bertrand] but as is stated below, not until the account is created should you create the directory. > > $ set default sys$system > > $ run authorize > > UAF> add bertrand/password=mypassword /device=disk$users - > > _UAF> /directory=[bertrand] /owner="BERTRAND Joel" /nopwdexpired - > > _UAF> /nopwdexpiration > > > > UAF> show bertrand > > Username: BERTRAND Owner: BERTRAND Joel > > Account: UIC: [200,200] ([DEFAULT]) > > CLI: DCL Tables: DCLTABLES > > Default: DISK$USERS:[BERTRAND] > > LGICMD: > > Flags: DisUser > > Here is one problem .. the user was created with the DisUser flag, so > it's not available. > > Use > > UAF> mod bertrand/flag=nodisuser > > Also, I usually create the account, then create the directory. > > When you create the directory, you should make the owner the account, > so it can be used: > > $ cre/dir/own=bertrand disk$users:[bertrand] > Notice the square-brackets above. Adding a "/log" will give you some feedback about success. > Ken --=_alternative 004EFDA88525744A_= Content-Type: text/html; charset="US-ASCII"



"Ken Robinson" <kenrbnsn@gmail.com> wrote on 05/15/2008 09:58:49 AM:

> On Thu, May 15, 2008 at 9:41 AM, JKB <knatschke@koenigsberg.fr> wrote:
> >        Hello,
> >
> >        I suppose I have made a mistake... I'm trying to create a normal
> >        account. Thus, I have made :
> >
> > $ define/system/trans=(concealed)/exec disk$users dka0:[users.]
> > $ set default disk$users:[000000]
> > $ create /directory bertrand


Would need square-brackets around "bertrand" like
$create/dir/owner=bertrand [bertrand]
but as is stated below, not until the account is created should you
create the directory.

> > $ set default sys$system
> > $ run authorize
> > UAF> add bertrand/password=mypassword /device=disk$users -
> > _UAF> /directory=[bertrand] /owner="BERTRAND Joel" /nopwdexpired -
> > _UAF> /nopwdexpiration
> >
> > UAF> show bertrand
> > Username: BERTRAND                           Owner:  BERTRAND Joel
> > Account:                                     UIC:    [200,200] ([DEFAULT])
> > CLI:      DCL                                Tables: DCLTABLES
> > Default:  DISK$USERS:[BERTRAND]
> > LGICMD:
> > Flags:    DisUser
>
> Here is one problem .. the user was created with the DisUser flag, so
> it's not available.
>
> Use
>
> UAF> mod bertrand/flag=nodisuser
>
> Also, I usually create the account, then create the directory.
>
> When you create the directory, you should make the owner the account,
> so it can be used:
>
> $ cre/dir/own=bertrand disk$users:[bertrand]
>

Notice the square-brackets above.  Adding a "/log" will give you some
feedback about success.

> Ken
--=_alternative 004EFDA88525744A_=-- ------------------------------ Date: Thu, 15 May 2008 10:49:39 -0400 From: JF Mezei Subject: Re: Account creation Message-ID: <482c4e83$0$31247$c3e8da3@news.astraweb.com> An additional note In the UAF> add bertrand command, you also want to specify a unique UIC. aks: add bertrand/UIC=[200,201]/password=etc etc etc UAF> SHOW/BRIEF [200,*] will give you the current list of UICs that are in use, you can then choose a new one. Remember that those are octal numbers (0 to 7 digits only). If you wish to create a new group: add bertrand/UIC=[300,10]/account="New Group"/password=etc etc etc This creates a new identifier for the 300 group. Once it is created, you can add users to the [300,*] group without having to specify the /account field. ------------------------------ Date: Thu, 15 May 2008 14:51:55 +0000 (UTC) From: JKB Subject: Re: Account creation Message-ID: Le 15-05-2008, à propos de Re: Account creation, Ken Robinson écrivait dans comp.os.vms : > On Thu, May 15, 2008 at 9:41 AM, JKB wrote: >> Hello, >> >> I suppose I have made a mistake... I'm trying to create a normal >> account. Thus, I have made : >> >> $ define/system/trans=(concealed)/exec disk$users dka0:[users.] >> $ set default disk$users:[000000] >> $ create /directory bertrand >> $ set default sys$system >> $ run authorize >> UAF> add bertrand/password=mypassword /device=disk$users - >> _UAF> /directory=[bertrand] /owner="BERTRAND Joel" /nopwdexpired - >> _UAF> /nopwdexpiration >> >> UAF> show bertrand >> Username: BERTRAND Owner: BERTRAND Joel >> Account: UIC: [200,200] ([DEFAULT]) >> CLI: DCL Tables: DCLTABLES >> Default: DISK$USERS:[BERTRAND] >> LGICMD: >> Flags: DisUser > > Here is one problem .. the user was created with the DisUser flag, so > it's not available. > > Use > > UAF> mod bertrand/flag=nodisuser > > Also, I usually create the account, then create the directory. > > When you create the directory, you should make the owner the account, > so it can be used: > > $ cre/dir/own=bertrand disk$users:[bertrand] Thank you for your answer. I have deteled home directory and I have tried to create a new one with $ create/dir/own=bertrand disk$users:[bertrand] %CREATE-F-SYNTAX, error parsing 'BERTRAND' -SYSTEM-F-NOSUCHID, unknown right identifier $ Why ? Nevertheless, I can perform a login with ssh : cauchy:[~] > ssh dirac bertrand@dirac's password: Welcome to OpenVMS (TM) Alpha Operating System, Version V8.3 $ dir %DIRECT-E-OPENIN, error opening DISK$USERS:[BERTRAND]*.*;* as input -RMS-E-PRV, insufficient privilege or file protection violation $ Normal :-( Other question... Is there a equivalent of 'su' unix command ? Regards, JKB -- Le cerveau, c'est un véritable scandale écologique. Il représente 2% de notre masse corporelle, mais disperse à lui seul 25% de l'énergie que nous consommons tous les jours. ------------------------------ Date: Thu, 15 May 2008 10:54:38 -0400 From: "Richard B. Gilbert" Subject: Re: Account creation Message-ID: JKB wrote: > Hello, > > I suppose I have made a mistake... I'm trying to create a normal > account. Thus, I have made : > > $ define/system/trans=(concealed)/exec disk$users dka0:[users.] > $ set default disk$users:[000000] > $ create /directory bertrand > $ set default sys$system > $ run authorize > UAF> add bertrand/password=mypassword /device=disk$users - > _UAF> /directory=[bertrand] /owner="BERTRAND Joel" /nopwdexpired - > _UAF> /nopwdexpiration > > UAF> show bertrand > Username: BERTRAND Owner: BERTRAND Joel > Account: UIC: [200,200] ([DEFAULT]) > CLI: DCL Tables: DCLTABLES > Default: DISK$USERS:[BERTRAND] > LGICMD: > Flags: DisUser > ... > No access restrictions > ... > Login fails : 13 ! > ... > Authorized privileges > NETMBX TMPMBX > ... > > I have tried to use this account, but I cannot perform any login > (CDE of remote login by SSH) : > > cauchy:[~] > ssh -l bertrand dirac > bertrand@dirac's password: > Permission denied, please try again. > bertrand@dirac's password: > Permission denied, please try again. > bertrand@dirac's password: > Permission denied (publickey). > cauchy:[~] > > > I have tried to use /nopassword without success. Where is my mistake > ? > > Regards, > > JKB > I suspect that your difficulties are due to the fact that the BERTRAND account is NOT the owner of DISK$USERS:[0000000]BERTRAND.DIR There's no way it could be since you created the file before creating the account! ------------------------------ Date: Thu, 15 May 2008 08:43:50 -0700 (PDT) From: Bob Gezelter Subject: Re: Account creation Message-ID: <0e2611dd-e2c7-4b47-b295-14604890293e@8g2000hse.googlegroups.com> On May 15, 8:41 am, JKB wrote: > Hello, > > I suppose I have made a mistake... I'm trying to create a normal > account. Thus, I have made : > > $ define/system/trans=3D(concealed)/exec disk$users dka0:[users.] > $ set default disk$users:[000000] > $ create /directory bertrand > $ set default sys$system > $ run authorize > UAF> add bertrand/password=3Dmypassword /device=3Ddisk$users - > _UAF> /directory=3D[bertrand] /owner=3D"BERTRAND Joel" /nopwdexpired - > _UAF> /nopwdexpiration > > UAF> show bertrand > Username: BERTRAND Owner: BERTRAND Joel > Account: UIC: [200,200] ([DEFAULT])= > CLI: DCL Tables: DCLTABLES > Default: DISK$USERS:[BERTRAND] > LGICMD: > Flags: DisUser > ... > No access restrictions > ... > Login fails : 13 ! > ... > Authorized privileges > NETMBX TMPMBX > ... > > I have tried to use this account, but I cannot perform any login > (CDE of remote login by SSH) : > > cauchy:[~] > ssh -l bertrand dirac > bertrand@dirac's password: > Permission denied, please try again. > bertrand@dirac's password: > Permission denied, please try again. > bertrand@dirac's password: > Permission denied (publickey). > cauchy:[~] > > > I have tried to use /nopassword without success. Where is my mista= ke > ? > > Regards, > > JKB > > -- > Le cerveau, c'est un v=E9ritable scandale =E9cologique. Il repr=E9sente 2%= de notre > masse corporelle, mais disperse =E0 lui seul 25% de l'=E9nergie que nous > consommons tous les jours. Joel, For relatively inexperienced system managers, I often recommend the use of SYS$EXAMPLES:ADDUSER.COM. It will do some of the miscellaneous additional tasks as part of its processing. To use it, one needs the raw information (e.g., username, UIC, privileges, and directory device). It will create the account. In recent versions of OpenVMS, the account is created with the DISUSER flag, but that is easily reset with AUTHORIZE. - Bob Gezelter, http://www.rlgsc.com ------------------------------ Date: Thu, 15 May 2008 16:25:08 GMT From: Rob Brown Subject: Re: Account creation Message-ID: On Thu, 15 May 2008, JKB wrote: > Le 15-05-2008, ? propos de > Re: Account creation, > Ken Robinson ?crivait dans comp.os.vms : >> On Thu, May 15, 2008 at 9:41 AM, JKB wrote: >>> UAF> show bertrand >>> Username: BERTRAND Owner: BERTRAND Joel >>> Account: UIC: [200,200] ([DEFAULT]) >> Also, I usually create the account, then create the directory. >> >> When you create the directory, you should make the owner the account, >> so it can be used: >> >> $ cre/dir/own=bertrand disk$users:[bertrand] > > Thank you for your answer. I have deteled home directory and I have > tried to create a new one with > > $ create/dir/own=bertrand disk$users:[bertrand] > %CREATE-F-SYNTAX, error parsing 'BERTRAND' > -SYSTEM-F-NOSUCHID, unknown right identifier Since you did not specify /UIC when you created the account, the BERTRAND identifier was not created. In this case the command should have been: $ CREATE/DIRECTORY/OWNER=[200,200] DISK$USERS:[BERTRAND] In your place I would either delete the account and recreate it specifying /UIC=[201,1] or something, or else modify the account and add the identifier: UAF> MOD BERTRAND/UIC=[201,1] UAF> ADD/IDENTIFIER/USER=BERTRAND Each new account should be created with a different UIC. It is the UIC that specifies the ownership of a file. The VMS UIC [group, member] is similar to the GID / UID in *IX. To get a list of UICs in use, type UAF> SHOW/IDENTIFIER/USER=[*,*] One other note: I always thought that when creating the user directory you specified the owner in brackets, thus: $ CREATE/DIRECTORY/OWNER=[BERTRAND] DISK$USERS:[BERTRAND] > Other question... Is there a equivalent of 'su' unix command ? Not really. $ SET HOST 0 is close. hth -- Rob Brown b r o w n a t g m c l d o t c o m G. Michaels Consulting Ltd. (780)438-9343 (voice) Edmonton (780)437-3367 (FAX) http://gmcl.com/ ------------------------------ Date: Thu, 15 May 2008 16:50:45 +0000 (UTC) From: JKB Subject: Re: Account creation Message-ID: Le 15-05-2008, à propos de Re: Account creation, JF Mezei écrivait dans comp.os.vms : > An additional note > > > In the UAF> add bertrand command, you also want to specify a unique UIC. > > aks: add bertrand/UIC=[200,201]/password=etc etc etc > > UAF> SHOW/BRIEF [200,*] will give you the current list of UICs that are > in use, you can then choose a new one. Remember that those are octal > numbers (0 to 7 digits only). > > If you wish to create a new group: > > add bertrand/UIC=[300,10]/account="New Group"/password=etc etc etc > > This creates a new identifier for the 300 group. Once it is created, you > can add users to the [300,*] group without having to specify the > /account field. Thanks a lot for your explanations. JKB -- Le cerveau, c'est un véritable scandale écologique. Il représente 2% de notre masse corporelle, mais disperse à lui seul 25% de l'énergie que nous consommons tous les jours. ------------------------------ Date: Thu, 15 May 2008 02:45:20 -0700 (PDT) From: thierry.uso@wanadoo.fr Subject: Re: Apache's ActiveMQ on VMS Message-ID: <6199d796-b58c-4a08-a450-7742f4eb9d5b@m45g2000hsb.googlegroups.com> On May 14, 4:21 am, David B Sneddon wrote: > Hi Folks, > > Just wondering if anyone has tried to, and been successful, in getting > Apache's ActiveMQ running on VMS? If so, how did you do it? > (This is on Alpha, VMS V8.3.) > > Dave I succeeded in starting ActiveMQ 5.1.0 on OpenVMS/Itanium 8.3-1H1 (should start also on Alpha) but I didn't really test it. Thierry. ------------------------------ Date: Thu, 15 May 2008 03:48:47 -0700 (PDT) From: David B Sneddon Subject: Re: Apache's ActiveMQ on VMS Message-ID: <8104f8a3-db21-49ab-90bd-d67a2fe84eca@d19g2000prm.googlegroups.com> On May 15, 5:45 pm, thierry....@wanadoo.fr wrote: > On May 14, 4:21 am, David B Sneddon wrote: > > > Hi Folks, > > > Just wondering if anyone has tried to, and been successful, in getting > > Apache's ActiveMQ running on VMS? If so, how did you do it? > > (This is on Alpha, VMS V8.3.) > > > Dave > > I succeeded in starting ActiveMQ 5.1.0 on OpenVMS/Itanium 8.3-1H1 > (should start also on Alpha) but I didn't really test it. > > Thierry. Thierry, I suspect the problem I am having is related to my Java setup since the errors I get relate to not being able to find things, but I can't be sure. How did you setup your Java environment and are you using GNV's bash to start it or did you write some DCL to get it going? Dave ------------------------------ Date: Thu, 15 May 2008 05:24:04 -0700 (PDT) From: thierry.uso@wanadoo.fr Subject: Re: Apache's ActiveMQ on VMS Message-ID: On May 15, 12:48 pm, David B Sneddon wrote: > On May 15, 5:45 pm, thierry....@wanadoo.fr wrote: > > > On May 14, 4:21 am, David B Sneddon wrote: > > > > Hi Folks, > > > > Just wondering if anyone has tried to, and been successful, in getting > > > Apache's ActiveMQ running on VMS? If so, how did you do it? > > > (This is on Alpha, VMS V8.3.) > > > > Dave > > > I succeeded in starting ActiveMQ 5.1.0 on OpenVMS/Itanium 8.3-1H1 > > (should start also on Alpha) but I didn't really test it. > > > Thierry. > > Thierry, > > I suspect the problem I am having is related to my Java setup since > the errors I get relate to not being able to find things, but I can't > be > sure. > How did you setup your Java environment and are you using GNV's > bash to start it or did you write some DCL to get it going? > > Dave Only old good DCL with the usual Java tricks... --- activemq.com ---- $ set proc/parse=extended $ def/nolog DECC$ARGV_PARSE_STYLE ENABLE $ def/nolog DECC$EFS_CASE_PRESERVE ENABLE $ def/nolog DECC$EFS_CHARSET ENABLE $ def/nolog DECC$EFS_CASE_SPECIAL ENABLE $ def/nolog DECC$ENABLE_GETENV_CACHE ENABLE $ def/nolog DECC$POSIX_SEEK_STREAM_FILE ENABLE $! $ if F$Getsyi("ARCH_NAME") .eqs. "Alpha" $ then $ @sys$manager:java$150_setup FAST $ else $ @sys$manager:java$150_setup $ endif $! $ def/job/nolog "JAVA$FILENAME_CONTROLS" "8" $ def/job/nolog JAVA$ENABLE_ENVIRONMENT_EXPANSION TRUE $! $ java -Xmx512M "-V" opt.dat -jar DKA100:[J2EE.activemq.bin]run.jar "start" --- opt.dat ---- -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dactivemq.classpath=/DKA100/J2EE/activemq/conf -Dactivemq.home=/DKA100/J2EE/activemq -Dactivemq.base=/DKA100/J2EE/activemq -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStorePassword=password -Djavax.net.ssl.keyStore=/DKA100/J2EE/activemq/conf/broker.ks -Djavax.net.ssl.trustStore=/DKA100/J2EE/activemq/conf/broker.ts" ----- Note that if you stop ActiveMQ by control-C ou JMX, some lock files in [.data] prevent to restart ActiveMQ. So delete all the contents of [.data] except activemq.log before starting ActiveMQ. Thierry. ------------------------------ Date: Thu, 15 May 2008 06:21:02 -0700 (PDT) From: David B Sneddon Subject: Re: Apache's ActiveMQ on VMS Message-ID: On May 15, 8:24 pm, thierry....@wanadoo.fr wrote: > > Only old good DCL with the usual Java tricks... > > --- activemq.com ---- > > $ set proc/parse=extended > $ def/nolog DECC$ARGV_PARSE_STYLE ENABLE > $ def/nolog DECC$EFS_CASE_PRESERVE ENABLE > $ def/nolog DECC$EFS_CHARSET ENABLE > $ def/nolog DECC$EFS_CASE_SPECIAL ENABLE > $ def/nolog DECC$ENABLE_GETENV_CACHE ENABLE > $ def/nolog DECC$POSIX_SEEK_STREAM_FILE ENABLE > $! > $ if F$Getsyi("ARCH_NAME") .eqs. "Alpha" > $ then > $ @sys$manager:java$150_setup FAST > $ else > $ @sys$manager:java$150_setup > $ endif > $! > $ def/job/nolog "JAVA$FILENAME_CONTROLS" "8" > $ def/job/nolog JAVA$ENABLE_ENVIRONMENT_EXPANSION TRUE > $! > $ java -Xmx512M "-V" opt.dat -jar DKA100:[J2EE.activemq.bin]run.jar > "start" > > --- opt.dat ---- > > -Dorg.apache.activemq.UseDedicatedTaskRunner=true > -Dcom.sun.management.jmxremote.port=1099 > -Dcom.sun.management.jmxremote.authenticate=false > -Dcom.sun.management.jmxremote.ssl=false > -Dactivemq.classpath=/DKA100/J2EE/activemq/conf > -Dactivemq.home=/DKA100/J2EE/activemq > -Dactivemq.base=/DKA100/J2EE/activemq > -Djavax.net.ssl.keyStorePassword=password > -Djavax.net.ssl.trustStorePassword=password > -Djavax.net.ssl.keyStore=/DKA100/J2EE/activemq/conf/broker.ks > -Djavax.net.ssl.trustStore=/DKA100/J2EE/activemq/conf/broker.ts" > > ----- > > Note that if you stop ActiveMQ by control-C ou JMX, some lock files in > [.data] prevent to restart ActiveMQ. So delete all the contents of > [.data] except activemq.log before starting ActiveMQ. > > Thierry. Thanks Thierry. I will give that a try, however I am on leave until May 26 so won't get to try it until then. Dave ------------------------------ Date: Thu, 15 May 2008 08:58:55 +0000 (UTC) From: JKB Subject: DEFINE and reboot Message-ID: Hello, I'm trying to reinstall a OpenVMS 8.3 on a AS800. I try to create a logical name like DISK$USERS to create users home directories. I have tried : $ CREATE/SYSTEM DISK$USERS SYS$SYSROOT:[USERS] and I can use this logical name to acces to SYS$SYSROOT:[USERS] but this logical name is not permanent. If I hve understand, create/system writes this logical name in a file. Thus, why this logical name is erased when AS800 is stopped ? Regards, JKB -- Le cerveau, c'est un véritable scandale écologique. Il représente 2% de notre masse corporelle, mais disperse à lui seul 25% de l'énergie que nous consommons tous les jours. ------------------------------ Date: Thu, 15 May 2008 02:18:47 -0700 (PDT) From: Hein RMS van den Heuvel Subject: Re: DEFINE and reboot Message-ID: On May 15, 4:58=A0am, JKB wrote: > =A0 =A0 =A0 =A0 Hello, > > =A0 =A0 =A0 =A0 I'm trying to reinstall a OpenVMS 8.3 on a AS800. I try to= create a > =A0 =A0 =A0 =A0 logical name like DISK$USERS to create users home director= ies. > =A0 =A0 =A0 =A0 I have tried : > =A0 =A0 =A0 =A0 $ CREATE/SYSTEM DISK$USERS SYS$SYSROOT:[USERS] Thar's not the best choice for a logical name. For starters, any name with a $ is supposed to be for VMS. You are suggested to choose underscored in user chosen names. More specifically OpenVMS will automagically create DISK$