Operating System - HP-UX
1833685 Members
3884 Online
110062 Solutions
New Discussion

Re: HP-UX agent installed

 
SOLVED
Go to solution
praveen..
Super Advisor

HP-UX agent installed

i need to check whether HP-UX agent is installed on my server or not?

if not, then i have a install.bin file, how to install it?

thanks
12 REPLIES 12
Bharat Katkar
Honored Contributor

Re: HP-UX agent installed

Please elaborate your question....

Regards,
You need to know a lot to actually know how little you know
praveen..
Super Advisor

Re: HP-UX agent installed

i need to install Snap EDR Agents on my server,

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
Robert-Jan Goossens
Honored Contributor
Solution

Re: HP-UX agent installed

Hi,

# swlist -l product | grep -i agent

# swlist -l product | grep -i edr

Robert-Jan

praveen..
Super Advisor

Re: HP-UX agent installed

# swlist -l product | grep -i agent
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
Pete Randall
Outstanding Contributor

Re: HP-UX agent installed

Maybe we could start by trying to figure out what type of file this install.bin file is. Try running "file install.bin" to see what it says.


Pete

Pete
Geoff Wild
Honored Contributor

Re: HP-UX agent installed

Whereever you got the install.bin file from, they should have provided you with installation instructions...

http://www.snapappliance.com/images/snap/support/SnapEDR/InstallingEDRAgents.html

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Arunvijai_4
Honored Contributor

Re: HP-UX agent installed

Hello,

Just try to execute install.bin, it will start the installation process.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Bharat Katkar
Honored Contributor

Re: HP-UX agent installed

Hi Praveen,
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,
You need to know a lot to actually know how little you know
praveen..
Super Advisor

Re: HP-UX agent installed

#pwd
/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
praveen..
Super Advisor

Re: HP-UX agent installed

# swlist install.bin
# Initializing...
# Contacting target "warbler"...
ERROR: Software "install.bin" was not found on host "warbler:/".
Pete Randall
Outstanding Contributor

Re: HP-UX agent installed

You need to provide the full path name, like this:

swinstall -s /tmp/install.bin


Pete

Pete
Geoff Wild
Honored Contributor

Re: HP-UX agent installed

Looking at their web site - I highly doubt they gave it to you in depot format...

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
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.