Help activating http service on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Help activating http service on AIX
# 1  
Old 07-06-2011
Help activating http service on AIX

Am new to AIX 5.1 and we have our production database running on it.
I need to activate HTTP service so that i can connect to the database's Enterprise manager from my workstation's web browser. can anyone help me with how to activate HTTP service on AIX 5.1
# 2  
Old 07-06-2011
not sure but
Code:
 lssrc  -a | grep -i httpd
startsrc -s httpd

# 3  
Old 07-06-2011
Thanks, let me see if that works

---------- Post updated at 04:12 PM ---------- Previous update was at 04:06 PM ----------

I ran it the command below and this is what i got

startsrc -s httpd

0513-085 The httpd Subsystem is not on file
# 4  
Old 07-07-2011
what about this
Code:
     lssrc  -a | grep -i httpd

# 5  
Old 07-11-2011
Afaik per default installation, there is no http daemon running on AIX, at least not at port 80 for any publishing services.
My guess is that this DB Enterprise Manager will either have to bring it's own http daemon or you will have to install something like Apache 2 or IBM Httpd. The documentation for this DB Enterprsie Manager will tell something about connecting with a browser, I bet.
# 6  
Old 07-13-2011
I ran the command below and this is what i got

startsrc -s httpd

0513-085 The httpd Subsystem is not on file


also when i called up the browser from my workstation, i got this on my browser

503 Service Unavailable

Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.

---------- Post updated at 11:20 AM ---------- Previous update was at 11:16 AM ----------

Quote:
Originally Posted by Vit0_Corleone
what about this
Code:
     lssrc  -a | grep -i httpd

It moved the cursor to the next line without displaying any message
# 7  
Old 07-13-2011
Excuse me - did you read what I wrote?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Stop http service, yum still work CentOS7

Can anyone explain me why yum still working when I stop http service on my localmachine. If I'm not wrong, yum repository use port 80 and 443, so stop http service should technicly stop possibility to install packages ? (6 Replies)
Discussion started by: veloxcbr
6 Replies

2. AIX

Need help on patrol agent service in AIX

Hi, Anyone know what is patrol agent service in aix If know please tell me the command to check the same. (4 Replies)
Discussion started by: sumanthupar
4 Replies

3. Red Hat

Nagios is sending "Service Alert: CentOS 5/HTTP is WARNING"

Hello All, I have setup Nagios 3.2.3 on CentOS release 5.7 (Final) with the default config files and added 1 host to it and it is sending "Service Alert: CentOS 5/HTTP is WARNING" frequently, how do you fix this one? what are the additional files that need to be added so that I can monitor the... (0 Replies)
Discussion started by: lovesaikrishna
0 Replies

4. AIX

service status in AIX

good afternoon to all hay i m new in AIX. my problem is that.....plz tell me how to see " service status" in AIX Becoz i run /etc/rc.d/rc.2/Sbesclientd so its show below like this bash-3.2$ sudo /etc/rc.d/rc2.d/SBESClientd status Usage: /etc/rc.d/rc2.d/SBESClientd { start | stop } I... (2 Replies)
Discussion started by: life008
2 Replies

5. AIX

Short Message Service from AIX

Hi AIX Guru's, I am a bit new to this AIX stuff . Does anyone of you know how to send SMS messages from an AIX box. We are able to send emails to the internet from this AIX box , and I was hoping sending SMS's would be something similar Any help would be greatly appreciated . Please... (4 Replies)
Discussion started by: smdasim
4 Replies

6. AIX

AIX Service Packs

Can anyone out there let me know what is the *common* Technology Level and Service Pack that everyone is at? I am at 5300-06-04-0748 on all of my LPARs. Also- does anyone have any guidelinies to rolling out new TL and Sps? Thanks (4 Replies)
Discussion started by: seacros
4 Replies

7. AIX

Latest AIX Service Pack

Hello, I am trying to install Oracle 11g on my AIX server and it requires at a minimum OS level 5300-05-06. I am currently at 5300-05-01. What do I need to upgrade this? Where can I get this sp? What are the step to install this? I am a DBA not sysadmin. We no longer have a sysadmin. Lucky... (4 Replies)
Discussion started by: dkranes
4 Replies

8. AIX

activating volume group on system after higher level aix installation

Hi, if I do install aix 5.3 on the rootvg of an aix 4.3.3 system (having rootvg and data1vg), is it possible to varyonvg the data1vg after the installation ? (any caution ?) (1 Reply)
Discussion started by: astjen
1 Replies

9. AIX

Debugging a service in AIX 5.3

Hi, I am a newbie on the AIX front....I am at present faced with a problem of a service eating up my client's CPU. To be more specific....My client uses backup exec for backing up (v 12.0). The moment I start a backup the beremote.exe (backup exec remote agent for unix, RALUS) service uses... (4 Replies)
Discussion started by: dkn1979
4 Replies

10. AIX

Aix - Service Pack

I've recently installed ServicePack1 for Tecnology_Level 9 of AIX 5.2 . The result of installation is "OK" but with oslevel -s i dont see the service pack installed .... after many research i try (with many luck!!) instfix -i|grep SP and the result : All filesets for 5200-08-01_SP... (1 Reply)
Discussion started by: BabylonRocker
1 Replies
Login or Register to Ask a Question