Operating System - HP-UX
1833287 Members
2908 Online
110051 Solutions
New Discussion

connection refused for hohp244.scif.com:2381

 
Jerry_109
Super Advisor

connection refused for hohp244.scif.com:2381

HP-UX hohp244 B.11.23 U ia64 hp server rx660
###################################
Hello All,

Does anyone know why I receive message connection refused when attempting to access
my "System Management Homepage":
https://hohp244.scif.com:2381

####################################
root@hohp244[/root]
# netstat -a | grep 2381
tcp 0 0 hohp244.2381 hohp244.52431 FIN_WAIT_2
tcp 0 0 hohp244.52431 hohp244.2381 CLOSE_WAIT
####################################

Is there somewhere elase to check if this service shuold be running? ( i.e. services, inetd.conf) ? Please advise. Thanks
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: connection refused for hohp244.scif.com:2381

Try this

http://hohp244.scif.com:2301

What version do you run?
Most of my problems are solved by updating.

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!   
Jerry_109
Super Advisor

Re: connection refused for hohp244.scif.com:2381

When you indicated version, I'm assuming you were talking about my local Mozilla I'm using?

# swlist -l bundle | grep -i mozilla
MOZILLA 1.7.12.01.03 Mozilla for HP-UX

#########################

The 2301 did not work. It just hung indicating connecting to Google.com
Torsten.
Acclaimed Contributor

Re: connection refused for hohp244.scif.com:2381

Sorry, SMH version.

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!   
Jerry_109
Super Advisor

Re: connection refused for hohp244.scif.com:2381

Is this the info you wanted?

root@hohp244[/usr/local/bin/group1]
# swlist -l bundle | grep -i management
SysFaultMgmt B.03.00.04.01 HPUX System Fault Management
SysMgmtWeb A.2.2.4.1 HP-UX Web Based System Management User Interfaces
VSEMgmt A.02.50.00.04 Virtual Server Environment Management
Mounaam
Trusted Contributor

Re: connection refused for hohp244.scif.com:2381

You have to connect first to shmstartd with http://:2301

It will start smh and the redirect you to https://:2381

You can edit "/etc/rc.config.d/hpsmh" and set START_SMH to 1 if you want to start hpsmh daemon upon reboot
Jerry_109
Super Advisor

Re: connection refused for hohp244.scif.com:2381

Thanks connecting to 2301 worked ( smile )
How did you know to use 2301? Is this defined somewhere?
########################
now when I went to tools -> Integrit VM Mgr

I receive error :

"PGS00200: NULL POINTER" error

I googled the error and found a patch:
phss_37306 ?

currently hohp244 has the A.01.20 VMAGENT installed. This patch PHSS_37306 "Defect #2" repairs the "PGS00200: NULL POINTER" error
by upgrading to VMAGENT A.03.50. This patch requires no reboot.


Currently on hohp244:
root@hohp244[/root]
# swlist -l fileset | grep -i vmagent
# VMAGENT A.01.20 HP Resource Allocation Agent for Integrity VM
VMAGENT.VMAGENT-LIB A.01.20 HP Resource Allocation Agent for Integrity VM libraries
VMAGENT.VMAGENT-RUN A.01.20 HP Resource Allocation Agent for Integrity VM command file



##############################################################
Patch PHSS_37306
Filesets:
VMAGENT.VMAGENT-LIB,fr=A.03.50,fa=HP-UX_B.11.23_IA,v=HP
VMAGENT.VMAGENT-RUN,fr=A.03.50,fa=HP-UX_B.11.23_IA,v=HP
vmProvider.VM-PROV-CORE,fr=A.03.50,fa=HP-UX_B.11.23_IA,v=HP

Automatic Reboot?: No

Status: General Release



Critical:
Yes
PHSS_37306: HANG PANIC
This patch fixes defects which may lead to a guest hang or
panic.

Category Tags:
defect_repair general_release critical panic halts_system

Path Name: /hp-ux_patches/s700_800/11.X/PHSS_37306

Symptoms:
PHSS_37306:

2: Defect QAR003300 QXCR1000743761
vmProvider returns CIM error: PGS00200: NULL POINTER
when querying devices which do not have a WWID and a
serial-number.
#########################################################

I need to see if this patch can be applied to my server?