1834465 Members
2798 Online
110067 Solutions
New Discussion

HP Web Package Manageer

 
SOLVED
Go to solution
Medavie
Valued Contributor

HP Web Package Manageer

Can someone please tell me what "HP Web Package Manager" (hpjfpmd) is.?? I have done searches of all sections of the hp web sites and have even tried searching via google and yahoo. I have gotten no answer. It runs on our 11.0 system and has no rc.config.d files and start in sbin/init.d. We want to know it's purpose
7 REPLIES 7
Cheryl Griffin
Honored Contributor

Re: HP Web Package Manageer

Shane,
Tell us more about this file: where is it located, why do you call it HP WPM?? etc.

I've done several searches on this title and file and find nothing.

What does the following provide?
# /usr/bin/what $(whence hpjfpmd)
# /usr/bin/file $(whence hpjfpmd)
# swlist -l file |grep hpjfpmd (This will show you what fileset it was installed with, IF it was installed with swinstall.)

Cheryl
"Downtime is a Crime."
harry d brown jr
Honored Contributor

Re: HP Web Package Manageer

Could it be part of JetAdmin??

I don't have it installed on any of my test machines so I can't look for it.

live free or die
harry
Live Free or Die
Medavie
Valued Contributor

Re: HP Web Package Manageer

hpjfpmd: PA-RISC1.1 shared executable dynamically linked

Doing a what on the file returns blank

Here is what the /sbin/init.d/hpjfpmd/ has in it.

more /sbin/init.d/hpjfpmd
#!/sbin/sh

PATH=/usr/sbin:/usr/bin:/sbin:/bin
export PATH

RVAL=0

case $1 in
'start_msg')
echo "Starting HP Web Package Manager"
;;

'stop_msg')
echo "Stopping HP Web Package Manager"
;;

'start')
cd /opt/fpmd/
./hpjfpmd -start && RVAL=0 || RVAL=1
;;

'stop')
cd /opt/fpmd/
./hpjfpmd -stop && RVAL=0 || RVAL=1
;;

*)
echo "usage: $0 {start|stop|start_msg|stop_msg}"
RVAL=1
;;
esac

exit ${RVAL}

This is where I get the HP Web Package Manager from.
Jeff Schussele
Honored Contributor

Re: HP Web Package Manageer

Nah...it's not part of JetAdmin - I checked.

If I was a betting man I'd bet it's some kind of Java pkg manager - like RPM or such.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: HP Web Package Manageer

You need to look at /opt/fpmd/hpjfpmd with those commands.

FPM is FTAM Protocol Machine
FTAM => File Transfer Access & Management
an international standard for transfer, access, and management of files in an open network. HP FTAM/9000 is an HP implementation of this standard; it offers the C language programmatic interface defined for MAP 3.0 FTAM, which in turn, provides you with the following capabilities.

Multivendor connectivity
Text and binary file transfers
File access (record level locate and read)
File management, including the following:
File creation and deletion
File attribute manipulation (read and change)
Security mechanisms such as file locking, filestore passwords, and concurrency control, and file access control

Is this a development system?
Could fpmd be the daemon for FPM?

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Medavie
Valued Contributor

Re: HP Web Package Manageer

Here is the results I get from the ps I do not find a fpmd daemon.

ps -ef|grep fpmd
root 1816 1 0 Aug 31 ? 0:00 ./hpjfpmd -start
root 23660 2127 1 15:03:36 pts/tK 0:00 grep fpmd


Also here is the first page of the strings command on hpjfpmd executable.

$Revision: 92453-07 linker linker crt0.o B.11.06 981204 $
/usr/lib/dld.sl
ERROR: mmap failed for dld
ERROR: mmap failed for TSD
ProxyURL
Timeout
http://
install
external
remove
query
verify
setreg
getreg
%d %s
install
remove
query
verify
setreg
getreg
%s %s
install
remove
query
verify
setreg
getreg
CState
HP Web Package Manager
%s;%d;%d;%d;%d;%d
HTTP Proxy Settings
HTTP Proxy Settings
PortNumber
HTTP Proxy Settings
Proxy User
HTTP Proxy Settings
Proxy Password
HTTP Proxy Settings
Cheryl Griffin
Honored Contributor
Solution

Re: HP Web Package Manageer

Shane,
Exactly what I was looking for. And it is part of JetAdmin --> Web JetAdmin Package Manager

Installed on: supported Linux, Solaris and HP-UX systems
Path: /opt/fpmd
Purpose: Performs installation of packages for Web JetAdmin software

Since that package has been discontinued/obsoleted in favor of packages like HPPI (Print Installer) you probably won't find anything on the HP sites.

Try the printer forums:
http://bizforums.itrc.hp.com/cm/FamilyHome/1,,412,00.html

Cheryl
"Downtime is a Crime."