Re: [U2] uv account

2008-09-05 Thread Augusto Alonso

Hi,
You can use LOGIN verb too.
Regards,
-AA

- Original Message - 
From: Manu Fernandes [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Thursday, September 04, 2008 5:30 PM
Subject: RE: [U2] uv account



Hi,

Check the UV VOC LOGIN record.
There must be a line MOTIF SYSADM.MENU

Usually add a test like this before MOTIF to avoid the menu on these 
conditions.

IF @TTY = 'phantom' THEN GO END.OF.LOGIN
IF @TTY = 'uvcs' THEN GO END.OF.LOGIN



Also, you can create a VOC MENU entry :
000 MENU
001 PA
002 MOTIF SYSADM.MENU

Or start at TCL

MOTIF SYSADM.MENU


Regards.
Manu


-Message d'origine-
De : [EMAIL PROTECTED] [mailto:owner-u2-
[EMAIL PROTECTED] De la part de doug chanco
Envoyi : jeudi 4 septembre 2008 16:52
@ : u2-users@listserver.u2ug.org
Objet : [U2] uv account

hey all,
on my linux system when I logto UV I get the uv maint. menu (you
know with categories at the top -- create account ,etc, etc, etc.)

anyway on our aix system when I logto uv I get to TCL and for the life
of me cannot figure out how to get that menu to come up and the admin
document ONLY talks about the windows admin tool uniadmin (this has
been
an issue with me as they should also cover the non GUI ways of
administering universe, what happens if you need to admin universe from
the system console and cannot access it via a windows PC  anyway I
digress)

can anyone share the secret of getting the universe admin menu to come
up from TCL in the UV account?

thanks

dougc
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] uv account

2008-09-05 Thread Bob Wyatt
Doug,

SYSTEM.ADMIN from TCL should work just fine...

Bob Wyatt
Ashwood Computer, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] uv account

2008-09-04 Thread Manu Fernandes
Hi,

Check the UV VOC LOGIN record.
There must be a line MOTIF SYSADM.MENU

Usually add a test like this before MOTIF to avoid the menu on these conditions.
IF @TTY = 'phantom' THEN GO END.OF.LOGIN
IF @TTY = 'uvcs' THEN GO END.OF.LOGIN



Also, you can create a VOC MENU entry : 
000 MENU
001 PA
002 MOTIF SYSADM.MENU

Or start at TCL 
MOTIF SYSADM.MENU

Regards.
Manu

 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:owner-u2-
 [EMAIL PROTECTED] De la part de doug chanco
 Envoyi : jeudi 4 septembre 2008 16:52
 @ : u2-users@listserver.u2ug.org
 Objet : [U2] uv account
 
 hey all,
 on my linux system when I logto UV I get the uv maint. menu (you
 know with categories at the top -- create account ,etc, etc, etc.)
 
 anyway on our aix system when I logto uv I get to TCL and for the life
 of me cannot figure out how to get that menu to come up and the admin
 document ONLY talks about the windows admin tool uniadmin (this has
 been
 an issue with me as they should also cover the non GUI ways of
 administering universe, what happens if you need to admin universe from
 the system console and cannot access it via a windows PC  anyway I
 digress)
 
 can anyone share the secret of getting the universe admin menu to come
 up from TCL in the UV account?
 
 thanks
 
 dougc
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/