• Get the Flash Player to see the slideshow.
  • Categories

  • Authors

  • Great Quotes

    Whatever you can do or dream you can, begin it. Boldness has genius, power and magic in it! — Goethe

Get in touch...

To have a chat about
your CMS needs...

Call us 0207 193 2014
or
Email us on

Sudo commands for TeamSite and OpenDeploy

July 2nd, 2008 by Gavin Colborne

On UNIX servers it is useful to have ’sudo’ setup in order to not always have to use or get ‘root’ access.

The below lists should help with the kind of commands you typically want to setup to be run under ’sudo’.

Interwoven Commands for TeamSite and OpenDeploy Base Server:

/etc/rc3.d/S99iw.local stop
/etc/rc3.d/S80iwod60 stop
/etc/rc3.d/S50iw.samba stop
/etc/rc3.d/S16iw.server stop

/etc/rc3.d/S16iw.server start
/etc/rc3.d/S50iw.samba start
/etc/rc3.d/S80iwod60 start
/etc/rc3.d/S99iw.local start
/etc/init.d/iwod60 stop
/etc/init.d/iwod60 start
/etc/init.d/iw.server start
/etc/init.d/iw.server stop
/path to apache/bin/apachectl start(for the machine in question)
/usr/iw-home/bin/iwreset
/usr/iw-home/bin/iwstoreadm
/usr/iw-home/bin/iw* (all scripts would be very useful if possible)

Commands for OpenDeploy Receiver Server

/etc/rc3.d/S80iwod60 stop
/etc/rc3.d/S80iwod60 start
/etc/init.d/iwod60 stop
/etc/init.d/iwod60 start

The below commands may already be setup for ’sudo’ but it is worth checking:

File
view
ps
Netstat
Prstat
last -a
Vmstat
Iostat
Nfsstat

Comments are closed.