Installing Explorer package Remotely


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Installing Explorer package Remotely
# 1  
Old 09-04-2007
Installing Explorer package Remotely

I am by no means a scripting person, i understand the basics of Bash and some other shells. but i am still learning a great deal mostly from this site.

This is what i am basically trying to do. We have over 1000 sun Blade 1500 clients and 200+ V440, v210, V240 servers. I want the local sysadmin to run this script that will copy the explorer package from my server install it on the local client, then run it and upload the output to my local server when there is a problem so i do not have to remote in there to do this when I'm busy. I am the main sysadmin for all the clients and servers that i listed. All the other sites administrators do not root access nor can i give them to it. I tried creating a if then statement but i do not think it is working since i need to run pkgadd -d as root. Si the method of deploying this by IF and Then statements too hard? I do not have any remote software installed nor do i have pkginstall on the clients and servers and i am not that great with other shells and scripting languages. Also the kicker is i can not install or modify any of the clients or servers except for installing the explorer package that i have permission to install. Any and all help is greatly appreciated.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Installing package

Hi, I need to use the tool "meminfo" in the server, however am not able to as it says the package is not found. I am also not able to find the package in the "HPUX Porting and Archive center". Please guide on how to install this package? Thanks, Aigini (1 Reply)
Discussion started by: anaigini45
1 Replies

2. Solaris

What is name of package for explorer in Solaris-9 ?

Hi, I downloaded Solaris-9 iso and mounted it. I am not able to find any name under /a/Solaris_9/Product when I grep expl Is there any other name for explorer package in Solaris-9 ? Regards (3 Replies)
Discussion started by: solaris_1977
3 Replies

3. Red Hat

Installing multiple versions of same package.

I need to install a older version of gnupg but not delete the current version of gnup2 on RHEL 6.4. What would be the correct syntax to install this? Tried to install and relocate it and still getting conflicts. aXXXXXX:root# rpm -ivh /root/rpmbuild/RPMS/x86_64/gnupg-1.4.16-1.x86_64.rpm... (2 Replies)
Discussion started by: soupbone38
2 Replies

4. Ubuntu

Installing md5 package into ubuntu

Hi i want to install md5 package into ubuntu. any idea how? Apparently applying md5sum and md5 on a string (not a file) gives a different value! The one that I need to use is the md5 command, but it says command not found when i type md5 in bash. (2 Replies)
Discussion started by: jremio
2 Replies

5. BSD

installing mlocate package on freebsd

Hello everyone , forgive me if this the wrong place to post my question . i got a pfsense box ( FreeBSD 8.1-RELEASE-p4 ) i need to know how to install the "mlocate" package to be able to use the command "locate" on the Box Thank you (1 Reply)
Discussion started by: Saed
1 Replies

6. BSD

Installing MySQL package

Hey all I'm having a little trouble installing a MySQL database. This is what I tried... export PKG_PATH=ftp://mirror.planetunix.net/pub/OpenBSD/4.9/packages/`machine -a` pkg_add -v mysql-server mysql-client and this is what I get Unknown element: @rcscript /etc/rc.d/mysqld in... (1 Reply)
Discussion started by: desreguard
1 Replies

7. UNIX for Dummies Questions & Answers

Problem while installing WAS ND package

Hi everyone, Hope u doing good. I am trying to installl WebSphere Application Server(WAS) ND package, i got problem at initial level I hope, the problem is with Mozilla browzer. Can anyone trobleshoot the problem An error occurred while starting the launchpad for a WebSphere Application ... (0 Replies)
Discussion started by: sarfraz
0 Replies

8. Shell Programming and Scripting

User installing a rpm package

Hi, I have an application to be installed and I want a user to be able to install it. But I meet the following issues: Removing MyApp error: cannot get exclusive lock on /var/lib/rpm/Packages error: cannot open Packages index using db3 - Operation not permitted (1) error: cannot open... (1 Reply)
Discussion started by: potro
1 Replies

9. Shell Programming and Scripting

remotely installing apache server using Shel scripting

Hi guys, I am trying to install apache server onto a remote machine. I file transferred the .gz file and extracted it on the remote server using shell scripts. Then I used the make and make install commands. Everything worked fine until now. I know that i had to change the httpd.conf... (2 Replies)
Discussion started by: tadi18
2 Replies

10. Solaris

Installing font package

Hi All, Where do I find/download this font package 'FONT_FAMILY_SANS_SERIF-FONT_STYLE_NORMAL-14' and how to install it ? When I run an osi utility (ftamtool) it shows me this error: ##FTAM Tool : XView ERROR XView warning: Impossible de charger le jeu de caractères 'FONT_FAMILY_SANS_SERI... (0 Replies)
Discussion started by: andryk
0 Replies
Login or Register to Ask a Question
DH_INSTALLEMACSEN(1)						     Debhelper						      DH_INSTALLEMACSEN(1)

NAME
dh_installemacsen - register an Emacs add on package SYNOPSIS
dh_installemacsen [debhelperoptions] [-n] [--priority=n] [--flavor=foo] DESCRIPTION
dh_installemacsen is a debhelper program that is responsible for installing files used by the Debian emacsen-common package into package build directories. It also automatically generates the postinst and prerm commands needed to register a package as an Emacs add on package. The commands are added to the maintainer scripts by dh_installdeb. See dh_installdeb(1) for an explanation of how this works. FILES
debian/package.emacsen-install Installed into usr/lib/emacsen-common/packages/install/package in the package build directory. debian/package.emacsen-remove Installed into usr/lib/emacsen-common/packages/remove/package in the package build directory. debian/package.emacsen-startup Installed into etc/emacs/site-start.d/50package.el in the package build directory. Use --priority to use a different priority than 50. OPTIONS
-n, --noscripts Do not modify postinst/prerm scripts. --priority=n Sets the priority number of a site-start.d file. Default is 50. --flavor=foo Sets the flavor a site-start.d file will be installed in. Default is emacs, alternatives include xemacs and emacs20. NOTES
Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command. Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts. SEE ALSO
debhelper(7) This program is a part of debhelper. AUTHOR
Joey Hess <joeyh@debian.org> 9.20120909 2011-09-12 DH_INSTALLEMACSEN(1)