×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
Locking Globus for Users
- yohan
- Topic Author
- Visitor
-
16 years 8 months ago #300
by yohan
Locking Globus for Users was created by yohan
Hi
Is there any command to lock the globus for user and allow only one user to login to globus (Ex : Like starting EOD in globus without letting any to interfere)
Regards
Yohan
Is there any command to lock the globus for user and allow only one user to login to globus (Ex : Like starting EOD in globus without letting any to interfere)
Regards
Yohan
Please Log in or Create an account to join the conversation.
- joginder
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
16 years 8 months ago #301
by joginder
Replied by joginder on topic LOCKING
Yes, It is possible you will have to write shell scripts to acheive this.
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- SVS12345
- Offline
- Junior Member
-
Less
More
- Posts: 21
- Thank you received: 0
16 years 4 months ago - 16 years 4 months ago #2483
by SVS12345
Replied by SVS12345 on topic Re:LOCKING
Hi,
Interesting subject.
I am not strong in UNIX shell script. Please advice me also.
Thanks,
SS
Interesting subject.
I am not strong in UNIX shell script. Please advice me also.
Thanks,
SS
Last edit: 16 years 4 months ago by SVS12345.
Please Log in or Create an account to join the conversation.
- RABBI
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
16 years 4 months ago #2514
by RABBI
Replied by RABBI on topic Re:Locking Globus for Users
Hi,
I would also like to know about the shell scripting.
Mr. jogi will you please advice me about this kind locking.
Thanks,
Rabbi
This email address is being protected from spambots. You need JavaScript enabled to view it.
I would also like to know about the shell scripting.
Mr. jogi will you please advice me about this kind locking.
Thanks,
Rabbi
This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
- msurii
- Offline
- Premium Member
-
Less
More
- Posts: 89
- Thank you received: 1
16 years 4 months ago #2542
by msurii
Replied by msurii on topic Re:Locking Globus for Users
You can add a user restriction in .profile for Unix & remote.cmd for Windows platform.
e.g:
usr=`whoami`
if [ "$usr" != "operator" -o "$usr" != "globus" ]; then
exit
fi
so users other than operator & globus will not able to login to the system.
e.g:
usr=`whoami`
if [ "$usr" != "operator" -o "$usr" != "globus" ]; then
exit
fi
so users other than operator & globus will not able to login to the system.
Please Log in or Create an account to join the conversation.
Time to create page: 0.045 seconds