Search Results

Search: Posts Made By: audis$
1,798
Posted By audis$
Scripting help with Sudoers file
Hello,
Recently our team noticed access to groups had not been revoked per sudo file.

We currently have around 160 AIX LPARS.

I am hoping someone can help me write a script that would copy...
Forum: AIX 02-15-2012
2,284
Posted By audis$
Installing SAMBA problems
I have created an LPAR and the next step is to get SAMBA installed, I have mounted our NIM server up and copied over the SAMBA binaries .bff files. How do i install these? i tried doing this through...
Forum: AIX 12-08-2011
2,442
Posted By audis$
That worked, he was on about 20 servers out of...
That worked, he was on about 20 servers out of 90-100 Thanks for your time!
Forum: AIX 12-07-2011
2,442
Posted By audis$
while read SERVER do ssh "$SERVER" grep...
while read SERVER
do
ssh "$SERVER" grep "^username:" /etc/passwd '>' /dev/null '&&' echo "$SERVER"
done < allaix


file allaix is just a list of servers


optaixdb01
optaixpp02

...
Forum: AIX 12-07-2011
2,442
Posted By audis$
Thank you corona that is what i was looking for! ...
Thank you corona that is what i was looking for!

---------- Post updated at 03:29 PM ---------- Previous update was at 03:23 PM ----------

after using this as a test, it only seems to do the...
Forum: AIX 12-07-2011
2,442
Posted By audis$
I have a file called list in my home dir with the...
I have a file called list in my home dir with the server names

for SERVER in list
> do
> ssh "$SERVER" grep "^username:" /etc/passwd '>' /dev/null '&&' echo "$SERVER"
> done
ssh: Could not...
Forum: AIX 12-07-2011
2,442
Posted By audis$
no, basically he just needs a shell account.
no, basically he just needs a shell account.
Forum: AIX 12-07-2011
2,442
Posted By audis$
Model old user for new user
Hello,
an employee just left the company and a new user has taken his place.

the request is to for the new user to have the same access to the servers as the old employee had.

the old user...
Forum: AIX 12-01-2011
5,311
Posted By audis$
Monitor Physical CPU usage on multiple servers
Hello,
Looking for some help. I am trying to gather data at each server showing when the physical CPU is being used the most based on a weekly timeframe.

I know this data can be seen through...
Forum: AIX 11-10-2011
10,372
Posted By audis$
Adding Virtual Adapter to LPAR
Hello, hopefully someone can help me out with this, I have created a virtual Ethernet adapter on the VIO but would like to add it to my new LPAR.

On my VIO only my disk is mapped.

$ lsmap...
Forum: AIX 07-15-2011
1,845
Posted By audis$
Thank you for your reply. I actually received...
Thank you for your reply.
I actually received some help from a co-worker. here is what i did-
1) created a file on each server called service accounts
2) added a list of accounts we wanted to...
Forum: AIX 07-13-2011
1,845
Posted By audis$
pwdadm -q Username | grep lastupdate [once i...
pwdadm -q Username | grep lastupdate [once i have this i then convert using]

perl -le 'print scalar localtime shift'
Forum: AIX 07-13-2011
1,845
Posted By audis$
Simple Script question
I am trying to gather a report on service accounts. The report needs the account and the last time they changed there passwords date (Lastupdate). I have been doing this one by one and wondering if...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 10:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy