Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server status over command line

Status
Not open for further replies.

GWhisper

Technical User
Apr 28, 2005
2
ES
Hello,

I am working on several scripts to analyze the state of an IBM 3 processor server.

I am only given a "standard" user account, the OS department keeps the nice tools for themselves.

In order to accomplish this I was trying to get information from PS, IOSTAT and VMSTAT.

I tried to search more tools or something valuable for my script but failed.

Does anyone know where can I find any documentation?
Are there any more command line programs that I can use?
Being a standard user, does the system hide some information from me?

Thanks a lot.
 
Using the tool
You must be the root user or allow regular users to read the /dev/kmem...

I don't have enough privileges for that...

Any other option being a normal user?
 
Can you negotiate to be allowed sudo access, (ie only allowing certain commands to be run effectively 'as root')?
 
Alternatively there was a IBM article suggesting that topas could be suid up i.e. ask you sysadmins to
Code:
chown root topas
chmod 6755 topas
chown root nmon
chmodn 6755 nmon

Columb Healy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top