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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AIX commands

Status
Not open for further replies.

djessi

IS-IT--Management
Dec 29, 2006
93
CM

I would like to know which command to execute to know the :

-List of running services
-List of opened ports
-List of HACMP startup scripts

Thanks for help
 
HACMP startup scripts - do you mean application servers startup scripts location?

try it:
/usr/sbin/cluster/utilities/cllsserv

 
Services, hmm, bit of a general question, these might help:

Processes:
ps -ef (might want to pipe this one to pg or more or redirect the output to a file)

Subsystems:
lssrc -a (might want to pipe this one to pg or more or redirect the output to a file)

Subservers:
lssrc -t'subservername - like ftp'

Checkout the man pages or online docs for the ps and lssrc commands:
 
-List of running services

lssrc -a

-List of opened ports

netstat -a

-List of HACMP startup scripts

2) Define Application Servers
# smit hacmp
Extended Configuration
Extended Resource Configuration
HACMP Extended Resources Configuration
Configure HACMP Application Servers
Change/Show Application Servers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top