- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX agent installed
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
02-07-2006 01:54 AM
02-07-2006 01:54 AM
if not, then i have a install.bin file, how to install it?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 02:00 AM
02-07-2006 02:00 AM
Re: HP-UX agent installed
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 02:02 AM
02-07-2006 02:02 AM
Re: HP-UX agent installed
so i have to check whether it is installed or not,
if not then i have install.bin file, how to install it?
please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 02:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 02:12 AM
02-07-2006 02:12 AM
Re: HP-UX agent installed
MailUtilities B.11.23 User mail agents and related tools
NAVIAGENT 6.16.0.4.63 Navisphere Disk Array Management Tool (AGENT)
OVOPC-AGT A.07.10 VantagePoint Operations Agent
OVSNMPAgent B.11.23 HP-UX_SNMP_Agent_Product
PHNE_31725 1.0 Mail agents/utilities cumulative patch
SysMgmtAgent B.03.00.09 servicecontrol manager Agent Product
# swlist -l product | grep -i edr
#
i think Snap EDR Agents is not installed on my server.
I have install.bin file on my ftp server , how to install Snap EDR Agents on my server?
please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 02:19 AM
02-07-2006 02:19 AM
Re: HP-UX agent installed
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 02:26 AM
02-07-2006 02:26 AM
Re: HP-UX agent installed
http://www.snapappliance.com/images/snap/support/SnapEDR/InstallingEDRAgents.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 03:07 AM
02-07-2006 03:07 AM
Re: HP-UX agent installed
Just try to execute install.bin, it will start the installation process.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 04:16 AM
02-07-2006 04:16 AM
Re: HP-UX agent installed
There are two ways of installing software, one through swinstall which comes under the control of SDUX and the other one is provided by the Applicaion itself.
If it is installed through swinstall then only you will be able to see the installed software through "swlist" command.
First make sure what is this application or agent. Go through it installation/readme docs.
Probably it may give you the clear picture.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 05:37 AM
02-07-2006 05:37 AM
Re: HP-UX agent installed
/tmp
# swinstall install.bin
======= 02/07/06 12:36:15 CST BEGIN swinstall SESSION
(non-interactive) (jobid=warbler-0067)
* Session started for user "root@warbler".
* Beginning Selection
* Target connection succeeded for "warbler:/".
* Source connection succeeded for "warbler:/var/spool/sw".
ERROR: Could not apply the software selection "install.bin"; it is
not available from depot or root "warbler:/var/spool/sw".
* Software selection failed for "warbler:/var/spool/sw".
ERROR: No software has been selected.
ERROR: Cannot continue the "swinstall" task.
* Selection had errors.
======= 02/07/06 12:36:16 CST END swinstall SESSION (non-interactive)
(jobid=warbler-0067)
please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 05:59 AM
02-07-2006 05:59 AM
Re: HP-UX agent installed
# Initializing...
# Contacting target "warbler"...
ERROR: Software "install.bin" was not found on host "warbler:/".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:04 AM
02-07-2006 06:04 AM
Re: HP-UX agent installed
swinstall -s /tmp/install.bin
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:42 AM
02-07-2006 06:42 AM
Re: HP-UX agent installed
More then likely, it is an executable...this may work:
chmod +x install.bin
./install.bin
Could be shar:
sh install.bin
post a:
file install.bin
Again, whomever gave it to you should give you the install instructions...
Rgds...Geoff