- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP Web Package Manageer
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 08:54 AM
09-10-2002 08:54 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 09:05 AM
09-10-2002 09:05 AM
Re: HP Web Package Manageer
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 09:20 AM
09-10-2002 09:20 AM
Re: HP Web Package Manageer
I don't have it installed on any of my test machines so I can't look for it.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 09:32 AM
09-10-2002 09:32 AM
Re: HP Web Package Manageer
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 09:35 AM
09-10-2002 09:35 AM
Re: HP Web Package Manageer
If I was a betting man I'd bet it's some kind of Java pkg manager - like RPM or such.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 09:41 AM
09-10-2002 09:41 AM
Re: HP Web Package Manageer
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 09:59 AM
09-10-2002 09:59 AM
Re: HP Web Package Manageer
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 11:26 AM
09-10-2002 11:26 AM
SolutionExactly 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