huhu..
today i'm still searching some sample projects on clustering and MPI/LAM
some more , my team consultant wants me to create 1 or 2 scripts on searching strings in ldapsearch ... duhh!! Created new script ..just simple script
mynabo@amsdc1-n-s00006 # cat test2.ksh
#!/bin/ksh
#
# This script simplifies the adcat.py ADI script
# and includes some interactive element to the process
#
uid=""
gid=""
read gid?"Please User GID:"
echo ""
echo "Checking user account "
echo ""
echo " adcat -a passwd | grep $gid "
/opt/adi/bin/adcat.py -a passwd | grep $gid
echo ""
echo "Checking user group"
echo " adcat -a group | grep $gid "
/opt/adi/bin/adcat.py -a group | grep $gid
print " Bye Bye ! "
print " \|/ "
print " (*V*)"
print "_V___V_"
choice="no"
yesterday evening , Roxanne Hall gave presentation ( but i'm not selected for that meeting , senior only ,haha ) , on Redwood machine ( a trusted host ) ,
one of complex machine i ever saw. To be truth, i'm still learning about the cadmin thingy and archs in Redwood. Finally, it was amazing !
got to check on ksh script or shell script , need to brush up more on those stuff
p/s me ..still sleepy
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment