FusionInventory::Agent::RPC man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

FusionInventory::AgentUserCContributed Perl DocuFusionInventory::Agent::RPC(3)

NAME
       FusionInventory::Agent::RPC - the RPC interface

DESCRIPTION
       FusionInventory Agent can listen on the network through an embedded
       HTTP server. This server can only be used to wakeup the agent or
       download OcsDeploy cached files. The server uses port 62354.

       Every time the agent contact the server, it send a token, this token
       will be needed to identify the server who want to awake an agent.

       Once an agent is awake, it will contact the server as usual to know the
       jobs it need to do.

SYNOPSIS
       In this example, we want to wakeup machine "aMachine":

	 use LWP::Simple;

	 my $machine = "aMachine";
	 my $token = "aaaaaaaaaaaaaa";
	 if (!get("http://$machine:62354/now/$token")) {
	   print "Failed to wakeup $machine\n";
	   return;
	 }
	 sleep(10);
	 print "Current status\n";
	 print get("http://$machine:62354/status");

perl v5.14.2			  2012-02-22	FusionInventory::Agent::RPC(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net