Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: grabbing .lic files

by krujos (Curate)
on Mar 28, 2003 at 16:33 UTC ( [id://246503]=note: print w/replies, xml ) Need Help??


in reply to grabbing .lic files

Why not just rcp the lic files over. You could also consider logging on to the machine remotely and run the license utility that way.
Example if your running NetBackup (Which I think is where the elm/*.lic files come from). $lics = `rsh $machine "/usr../admincmd/bpminlicense"`

Replies are listed 'Best First'.
Re: Re: grabbing .lic files
by Tomte (Priest) on Mar 29, 2003 at 12:44 UTC

    And if the OP wanted to copy files between two interconnected hosts without a connection to any other machine, not even a coffee-maker:
    do not suggest the usage of rsh, rcp, remote-without-encrypted-ssl-or-ssh-tool-of-your-choice to anybody, because if they get used to these, they may use them without thinking in circumstances where they don't want to.

    Use ssh, scp, rsync -e ssh, CVS_RSH=ssh, ...for whatever intermachine communication involving authentication you have, just to get used to it and do it automatically when it's important.

    I know this is kind of over-zealous, but it's like driving drunk: I don't care about the mischief of a drunken driver (as long as we're not befriended :-), but I care for the poeple dying in an accident because of the driver being drunk.
    I don't care for machines taken over because there admins not performing well enough to protect there machines reasonably, but the machines DoSed from this machine (and a lot of others) could be mine, and I don't like that!

    I hope I could make my point without turning into a complete a#@hole; just remember that I'm not a native english-speaker, and to use encrypted connections!

    regards,
    tomte


      At the risk of starting some larger than life discussion.
      Yes you have a point, unsecured methods are not the greatest thing in the world. On the other hand, in largeish data center places or cooperate computing environments (i.e. places where your likely to find Veritas software) most of those (ssh, scp etc.. ) utilities are not installed on the boxes. Remember, the tools you mention are not always installed by default (Sun just added those tools to the default Solaris 9 install, and a quick check on other vendors (AIX 5.2, HP-UX 11.11) reveals they are missing). (Yes yes, every sysadmin should install them etc, but lets be honest, it just doesn’t happen...). As the poster stated he is getting license keys off his machines. I have my doubts that his machines are hanging out in a wide open / unsecured environment when he is using Net::FTP as a possible solution to his problem. rcp / rsh is a reasonable solution for this problem.
      Cheers,
      Josh
      update. Fixed formatting.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://246503]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-24 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found