1832595 Members
3018 Online
110043 Solutions
New Discussion

check lists

 
kacou
Regular Advisor

check lists

What are exactly the commands i can include in my script’s check lists?
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: check lists

Please think about this question again ...

what do you want?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
kacou
Regular Advisor

Re: check lists

the commands?
Hein van den Heuvel
Honored Contributor

Re: check lists


How about :

echo 'select sysdate "checking it twice..." from dual;" | sqlplus -s

Seriously, look back at your brief question.
How can anyone answer that?
This is not a mind readers forum.

Is this a computer script?
What computer?
What is being checked? Cpu, Net, IO, Performance, Temperature, re-sell value, database, ... everything?
How often?
How intense?
What should happen when a check succeeds?
What should happen when a check fails?

kacou
Regular Advisor

Re: check lists

HP-UX B11.31
HP-UX B11.23
Torsten.
Acclaimed Contributor

Re: check lists

# whoami
# whereis mycomputer
# what isthequestion

;-)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
James R. Ferguson
Acclaimed Contributor

Re: check lists

Hi:

What commands can you include?

First, I'll assume that by "script" you mean a shell script.

Then, the answer becomes *any* command from section-1 (user commands) or section-1M (system administration) commands of the manpages:

http://www.docs.hp.com/en/hpuxman_pages.html

Of course, most of the commands in section-1M would require your script to run as 'root', but that shouldn't be a problem, either.

Define your objective and find the tools you need :-)

Regards!

...JRF...
Dennis Handly
Acclaimed Contributor

Re: check lists

Perhaps you should have continued this question in your other thread where you have more details?
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1237578