|
warp.phas.ubc.ca 142.103.236.11 - 192.168.0.11 |
| UPS STATUS | SPARE PARTS SUPPLIERS | Auto-restart OK | |
| Sun Ultra Enterprise 3000 - Serial Number: 712V016A (3/21/97) | |||
| DISASTER RECOVERY A. Boot Failure:
|
[125]warp{root} pkg-get -i bacula_client
partial file list:
/opt/csw/etc/bacula/*
/opt/csw/sbin/bacula-fd
/etc/init.d/cswbacula <symbolic link>
/etc/rc0.d/K00cswbacula <symbolic link>
/etc/rc1.d/K00cswbacula <symbolic link>
/etc/rc2.d/K00cswbacula <symbolic link>
/etc/rc2.d/S99cswbacula <symbolic link>
/etc/rcS.d/K00cswbacula <symbolic link>
/opt/csw/etc/bacula/bacula-fd.conf
pkg-get -i sendmail
Nov 20 23:49:42 physics unix: [ID 597027 kern.warning] WARNING: status 'fail' for '/SUNW,UltraSPARC-II@a,0' on board 5 Nov 20 23:49:42 physics unix: [ID 597027 kern.warning] WARNING: status 'fail' for '/SUNW,UltraSPARC-II@b,0' on board 5According to sun engineer, it may be that two CPUs failed. (waiting for more info...)
Should UPS fan should always be on?2003-03-31 Installed sendmail patch (to bring it up to 8.12.8.p1, equivalent to 8.12.9). Downloaded patch files prescan.tar.gz.uu.asc and prescan.tar.gz.uu.
---------------------------------------------------------------
Response (Mark Norman) - 05/16/2003 04:57 AM
Dear Ron,
Ron, please note that the fan on the UPS unit will not be always on.
Fan cooling occurs during the following four normal, albeit infrequent, modes of operation:
1. The fan is on whenever the UPS is operating on battery.
2. The fan is on when the UPS' internal ambient temperature exceeds 60°C (140°F). When cooled to below 50°C (122°F), the fan is shut off.
3. The fan is on when the output load rises to above 75% of full rated load of the UPS. When the load is reduced to below 70% of full rated load, the fan is shut off.
4. The fan is on when the battery charger is delivering power subsequent to a utility outage.
Customer (Ron Parachoniak) - 05/15/2003 06:22 PM
Should the fan on this unit always be on? The fan on mine is currently not working so I'm not sure if its broken or just not warm enough to turn on. If I need to replace it, how much does one cost?
| Used Parts Suppliers | ||
| Dylby Computer Solutions Louis / Chris Rybka 905-453-0040 or 416-433-9484 lmachado@dylby.com 266 Rutherford Road, Unit 21 Brampton, ON L6W 3X3 |
CCI Lorne Johnson 604-940-1700 |
Manucomp Noel 416-484-0781 |
| SUN email to canadateam@east.sun.com 1-800-786-0404 | ||
| Start 2002 |
| http_core.c | mod_vhost_alias.c | mod_env.cmod_define.c | mod_log_config.c |
| mod_mime_magic.c | mod_mime.c | mod_negotiation.cmod_status.c | mod_info.c |
| mod_include.c | mod_autoindex.c | mod_dir.cmod_cgi.c | mod_asis.c |
| mod_imap.c | mod_actions.c | mod_speling.cmod_userdir.c | mod_alias.c |
| mod_rewrite.c | mod_access.c | mod_auth.cmod_auth_anon.c | mod_auth_dbm.c |
| mod_digest.c | mod_proxy.c | mod_cern_meta.cmod_expires.c | mod_headers.c |
| mod_usertrack.c | mod_unique_id.cmod_so.c | mod_setenvif.c | mod_ssl.c |
Edited /usr/local/ssl/openssl.cnf
to contain the following (this is only part of the file):
[ CA_default ]
dir
= /usr/local/ssl # Where
everything is kept
certs
=
$dir/certs
# Where the issued certs are kept
crl_dir
=
$dir/crl
# Where the issued crl are kept
database
= $dir/ca.db.index # database index file.
new_certs_dir =
$dir/newcerts # default
place for new certs.
certificate =
$dir/certs/ca.crt # The CA certificate
serial
=
$dir/ca.db.serial
# The current serial number
crl
= $dir/crl.pem #
The current CRL
private_key =
$dir/private/ca.key # The private key
RANDFILE
= $dir/private/.rand # private random number file
[ req_distinguished_name ]
countryName
= Country Name (2 letter code)
countryName_default
= CA
countryName_min
= 2
countryName_max
= 2
stateOrProvinceName
= State or Province Name (full name)
stateOrProvinceName_default
= British Columbia
localityName = Locality Name (eg, city)
0.organizationName
= Organization Name (eg, company)
0.organizationName_default
= University of British Columbia
# we can do this but it is not needed normally
:-)
#1.organizationName
= Second Organization Name (eg, company)
#1.organizationName_default
= World Wide Web Pty Ltd
organizationalUnitName
= Organizational Unit Name (eg, section)
organizationalUnitName_default = Physics
&
Astronomy Department
commonName
= Common Name (eg, YOUR name)
commonName_default
= warp.physics.ubc.ca
commonName_max
= 64
emailAddress
= Email Address
emailAddress_default
= sysadmin@physics.ubc.ca
emailAddress_max
= 40
Edited /usr/local/ssl/sign.sh
to contain the following (this is only part of the file):
[ CA_own ]
dir
= /usr/local/ssl
certs
= \$dir
new_certs_dir
= \$dir/newcerts
database
= \$dir/ca.db.index
serial
= \$dir/ca.db.serial
RANDFILE
= \$dir/ca.db.rand
certificate
= \$dir/certs/ca.crt
private_key
= \$dir/private/ca.key
...
# sign the certificate
echo "CA signing: $CSR -> $CERT:"
openssl ca -config ca.config -out $CERT -infiles
$CSR
echo "CA verifying: $CERT <-> CA cert"
openssl verify -CAfile /usr/local/ssl/certs/ca.crt
$CERT
Create
an RSA private key protected with a passphrase for the webmail server:
[200]physics{root} openssl genrsa -des3 -out
server.key -rand /var/run/egd-pool 1024
0 semi-random bytes loaded
Generating RSA private key, 1024 bit long modulus
............................++++++
.........++++++
e is 65537 (0x10001)
Enter PEM pass phrase: <entered passphrase>
Verifying password - Enter PEM pass phrase:
<entered passphrase>
Generate
a CSR (certificate signing request) using the server RSA private key:
[201]physics{root} openssl req -new -key
./private/server.key -out webmail.csr
Using configuration from /usr/local/ssl/openssl.cnf
Enter PEM pass phrase: <entered passphrase
for server.key>
You are about to be asked to enter information that
will be incorporated
into your certificate request.
What you are about to enter is what is called a
Distinguished Name or a DN.
There are quite a few fields but you can leave some
blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [CA]:
State or Province Name (full name) [British
Columbia]:
Locality Name (eg, city) []:Vancouver
Organization Name (eg, company) [University of
British Columbia]:
Organizational Unit Name (eg, section) [Physics
& Astronomy Department]:
Common Name (eg, YOUR name) [warp.physics.ubc.ca]:webmail.physics.ubc.ca
Email Address [sysadmin@physics.ubc.ca]:
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []: <entered passphrase
(which showed on screen!) for webmail.csr>
An optional company name []:UBC Physics and
Astronomy Department
This created the file webmail.csr
Now
create an RSA private key for our CA:
[202]physics{root} openssl genrsa -des3 -out
./private/ca.key -rand /var/run/egd-pool 1024 -days 1825
0 semi-random bytes loaded
Generating RSA private key, 1024 bit long modulus
.................................++++++
...............++++++
e is 65537 (0x10001)
Enter PEM pass phrase: <entered passphrase>
Verifying password - Enter PEM pass phrase:
<entered passphrase>
Create a
self-signed (CA) certificate (x509 structure) using the RSA key of our
CA:
[203]physics{root} openssl req -new -x509 -days
365 -key ./private/ca.key -out ./certs/ca.crt
Using configuration from /usr/local/ssl/openssl.cnf
Enter PEM pass phrase: <entered passphrase
for ca.key>
You are about to be asked to enter information that
will be incorporated
into your certificate request.
What you are about to enter is what is called a
Distinguished Name or a DN.
There are quite a few fields but you can leave some
blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [CA]:CA
State or Province Name (full name) [British
Columbia]:British Columbia
Locality Name (eg, city) []:Vancouver
Organization Name (eg, company) [University of
British Columbia]:UBC Physics & Astronomy Department
Organizational Unit Name (eg, section) [Physics
& Astronomy Department]:Physics & Astronomy Department
Common Name (eg, YOUR name) [warp.physics.ubc.ca]:CA
Officer UBC Physics/Astronomy Dept.
Email Address [sysadmin@physics.ubc.ca]:sysadmin@physics.ubc.ca
Use this
CA to sign the webserver's CSR in order to create the real SSL
Certificate
for use in the Apache web server:
[204]physics{root} mkdir newcerts
[204]physics{root} ./sign.sh webmail.csr
CA signing: webmail.csr -> webmail.crt:
Using configuration from ca.config
Enter PEM pass phrase: <entered passphrase
for ca.key>
Check that the request matches the signature
Signature ok
The Subjects Distinguished Name is as follows
countryName
:PRINTABLE:'CA'
stateOrProvinceName :PRINTABLE:'British
Columbia'
localityName
:PRINTABLE:'Vancouver'
organizationName
:PRINTABLE:'University of British Columbia'
organizationalUnitName:T61STRING:'Physics &
Astronomy Department'
commonName
:PRINTABLE:'webmail.physics.ubc.ca'
emailAddress
:IA5STRING:'sysadmin@physics.ubc.ca'
Certificate is to be certified until Feb 19
21:36:02
2003 GMT (365 days)
Sign the certificate? [y/n]:y
1 out of 1 certificate requests certified,
commit? [y/n]y
Write out database with 1 new entries
Data Base Updated
CA verifying: webmail.crt <-> CA cert
webmail.crt: OK
Edited the file
/opt/apache/conf/httpd.conf; changed the following lines:
SSLCertificateFile /usr/local/ssl/certs/webmail.crt
SSLCertificateKeyFile
//usr/local/ssl/private/server.key
Stopped and restarted the
apache server
on physics, and tested it. Everything worked fine except I had to
enter
the passphrase for the server.key upon httpd startup. To prevent
this,
we can decrypt the key permanently as follows:
[299]physics{root} cd private
/usr/local/ssl/private
[300]physics{root} l
total 4
-rw------- 1
root
root 963 Feb 19 13:03
ca.key
-rw------- 1
root
root 963 Feb 19 11:25
server.key
[301]physics{root} cp server.key
server.key.encrypted
[302]physics{root} openssl rsa -in
./server.key.encrypted -out server.key
read RSA key
Enter PEM pass phrase:
writing RSA key
Thats it. Now the server
starts from the /etc/init.d/apache script without prompting for a
password.
2002-02-22
Added the following lines to
/etc/services:
imaps
993/tcp
# secure imap
pop3s
995/tcp
# secure pop3
Editted pine Makefile to put
SSLTYPE=unix and to comment out the EXTRADRIVERS=mbox line.
Editted impad Makefile to uncomment MICROSOFT_BRAIN_DAMAGE option.
Built
pine/imapd by doing ./build gs5
Copied imapd, ipop2d, ipop3d to
/opt/sbin and pine, pico, pilot to /usr/local/bin.
Generate
our PEM Private key for use with imap/ipop3d:
openssl rsa -outform PEM -in
private/server.key.encrypted -out private/webmail.pem
read RSA key
writing RSA key
Generate
our PEM Public Key:
cat private/webmail.pem certs/webmail.crt >
certs/imapd.pem
2002-02-25
I have a
certificate created for webmail.physics.ubc.ca but I also want to
create
one for mail.physics.ubc.ca for when people connect to
mail.physics.ubc.ca
through an SSL-enabled mail client. I will use the same
server.key
file as before to generate a new CSR for mail.physics.ubc.ca.
Generate
a CSR (certificate signing request) using the server RSA private key:
[200]physics{root} cd /usr/local/ssl
[201]physics{root} openssl req -new -key
./private/server.key -out mail.csr
Using configuration from /usr/local/ssl/openssl.cnf
You are about to be asked to enter information that
will be incorporated
into your certificate request.
What you are about to enter is what is called a
Distinguished Name or a DN.
There are quite a few fields but you can leave some
blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [CA]:CA
State or Province Name (full name) [British
Columbia]:British Columbia
Locality Name (eg, city) []:Vancouver
Organization Name (eg, company) [University of
British Columbia]:University of British Columbia
Organizational Unit Name (eg, section) [Physics
& Astronomy Department]:Physics & Astronomy Department
Common Name (eg, YOUR name) [warp.physics.ubc.ca]:mail.physics.ubc.ca
Email Address [sysadmin@physics.ubc.ca]:
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []: <entered passphrase
(which showed on screen!) for mail.csr>
An optional company name []:UBC Physics and
Astronomy Department
This created the file mail.csr
Use this
CA to sign the webserver's CSR in order to create the real SSL
Certificate
for use with mail.physics.ubc.ca:
[204]physics{root} mkdir newcerts
[204]physics{root} ./sign.sh mail.csr
CA signing: mail.csr -> mail.crt:
Using configuration from ca.config
Enter PEM pass phrase: <entered passphrase
for ca.key>
Check that the request matches the signature
Signature ok
The Subjects Distinguished Name is as follows
countryName
:PRINTABLE:'CA'
stateOrProvinceName :PRINTABLE:'British
Columbia'
localityName
:PRINTABLE:'Vancouver'
organizationName
:PRINTABLE:'University of British Columbia'
organizationalUnitName:T61STRING:'Physics &
Astronomy Department'
commonName
:PRINTABLE:'mail.physics.ubc.ca'
emailAddress
:IA5STRING:'sysadmin@physics.ubc.ca'
Certificate is to be certified until Feb 25
17:16:15
2003 GMT (365 days)
Sign the certificate? [y/n]:y
1 out of 1 certificate requests certified,
commit? [y/n]y
Write out database with 1 new entries
Data Base Updated
CA verifying: mail.crt <-> CA cert
mail.crt: OK
Moved mail.crt to /usr/local/ssl/certs. Permissions on cert files are readable by root only.
2002-03-06
We are having the problem that
when we connect with imap to mail.physics.ubc.ca, it complains about
the
name and certificate not matching. This is because I used
webmail.crt
to create imap.pem. I will redo it to use mail.physics.
Generate
our PEM Private key for use with imap/ipop3d:
openssl rsa -outform PEM -in
private/server.key.encrypted -out private/mail.pem
read RSA key
writing RSA key
Generate
our PEM Public Key:
cat private/webmail.pem certs/webmail.crt >
certs/imapd.pem
2002-03-07
I want to install mailman list
manager software.
Created id and group called
mailman. Cretaed dir /mail/mailman and set premissions as per
INSTALL file.
SU'd to mailman id and ran configure as follows (after setting path):
./configure --prefix=/mail/mailman
make install
Followed all steps in INSTALL file
to get things going without problems.
2002-03-08
Install new openssh-v3.1p1:
Used:
./configure --with-tcp-wrappers --with-ipv4-default --with-utmpx
2002-03-11
Installed latest matlab,
V6.1.0.450 Release 12.1
2002-04-11
Installed latest berkeley db in
/usr/local/BerkeleyDB.4.0.
2002-04-19
Installed ghostscript V7.04.
2002-05-02 - MAJOR DISK
FAILURE APRIL 29th
Lost root disk plus /var/mail
plus scsi/ethernet controller (hme1).
- moved /home temporarily to
/arz/home5
- managed to mount old root and
var partitions on /mnt/d0 and /mnt/d7
- installed Solaris 2.8 on 9GB
disk, copied over abunch of files from old root partition (saved me
getting them from tape) including
/etc/init.d/[samba, apache, mysql,
xdm, sshd, networker, lmgrd-maple, lic_mgr, lmgrd-ioffice, ntpd,
cannaserver,
lprng, prngd],
/etc/[passwd, shadow,
defaultrouter, resolv.conf, sudoers, shells, inetd.conf, motd,
dfs/dfstab, vfstab, group, syslog.conf, hosts.allow+deny, prngd.conf,
nntpserver]
- Added named startup to
/etc/init.d/inetsvc.
- stopped dtlogin, uucp, autofs,
lp in /etc/init.d/rc2.d
- re-installed /usr/lib/nsr,
/usr/bin/nsr, /usr/sbin/nsr, /opt2/nsr, ln -s /opt2/nsr /nsr,
/usr/share/man- nsr stuff
- needed to re-install Solaris
version of /usr/bin/vacation which gives interactive use.
- re-installed /var/spool/cron/crontabs/root
2002-05-09
- Installed xfig V3.2.3d. Needed
to set -DBSDLPR and set printcap file to /usr/local/etc/printcap in
Imakefile.
- Installed the some ghostscript
fonts files into your X11 Type1 fonts directory
(/usr/lib/X11/fonts/Type1) in
order to get the for the best scalable on-screen fonts for use with
xfig. Updated the "fonts.dir" and "fonts.scale" files to reflect
these fonts: copied the following lines into those two files and
updated the count in
the first line to include them, then did an "xset fp rehash" so the X
Window
System would know about them. Copied the ghostscript font files
themselves (i.e. b018012l.pfb etc.) into the X11 fonts/Type1 directory.
n021003l.pfb
-adobe-times-medium-r-normal--0-0-0-0-p-0-iso8859-1
n021004l.pfb
-adobe-times-bold-r-normal--0-0-0-0-p-0-iso8859-1
n021023l.pfb
-adobe-times-medium-i-normal--0-0-0-0-p-0-iso8859-1
n021024l.pfb
-adobe-times-bold-i-normal--0-0-0-0-p-0-iso8859-1
a010013l.pfb
-adobe-avantgarde-book-r-normal--0-0-0-0-p-0-iso8859-1
a010015l.pfb
-adobe-avantgarde-demi-r-normal--0-0-0-0-p-0-iso8859-1
a010033l.pfb
-adobe-avantgarde-book-o-normal--0-0-0-0-p-0-iso8859-1
a010035l.pfb
-adobe-avantgarde-demi-o-normal--0-0-0-0-p-0-iso8859-1
b018012l.pfb
-adobe-bookman-light-r-normal--0-0-0-0-p-0-iso8859-1
b018015l.pfb
-adobe-bookman-demi-r-normal--0-0-0-0-p-0-iso8859-1
b018032l.pfb
-adobe-bookman-light-i-normal--0-0-0-0-p-0-iso8859-1
b018035l.pfb
-adobe-bookman-demi-i-normal--0-0-0-0-p-0-iso8859-1
n019003l.pfb
-adobe-helvetica-medium-r-normal--0-0-0-0-p-0-iso8859-1
n019004l.pfb
-adobe-helvetica-bold-r-normal--0-0-0-0-p-0-iso8859-1
n019023l.pfb
-adobe-helvetica-medium-o-normal--0-0-0-0-p-0-iso8859-1
n019024l.pfb
-adobe-helvetica-bold-o-normal--0-0-0-0-p-0-iso8859-1
n019043l.pfb
-adobe-helvetica-medium-r-narrow--0-0-0-0-p-0-iso8859-1
n019044l.pfb
-adobe-helvetica-bold-r-narrow--0-0-0-0-p-0-iso8859-1
n019063l.pfb
-adobe-helvetica-medium-o-narrow--0-0-0-0-p-0-iso8859-1
n019064l.pfb
-adobe-helvetica-bold-o-narrow--0-0-0-0-p-0-iso8859-1
c059013l.pfb -adobe-new century
schoolbook-medium-r-normal--0-0-0-0-p-0-iso8859-1
c059033l.pfb -adobe-new century
schoolbook-medium-i-normal--0-0-0-0-p-0-iso8859-1
c059016l.pfb -adobe-new century
schoolbook-bold-r-normal--0-0-0-0-p-0-iso8859-1
c059036l.pfb -adobe-new century
schoolbook-bold-i-normal--0-0-0-0-p-0-iso8859-1
p052003l.pfb
-adobe-palatino-medium-r-normal--0-0-0-0-p-0-iso8859-1
p052004l.pfb
-adobe-palatino-bold-r-normal--0-0-0-0-p-0-iso8859-1
p052023l.pfb
-adobe-palatino-medium-i-normal--0-0-0-0-p-0-iso8859-1
p052024l.pfb
-adobe-palatino-bold-i-normal--0-0-0-0-p-0-iso8859-1
z003034l.pfb -adobe-itc zapf
chancery-medium-i-normal--0-0-0-0-p-0-iso8859-1
2002-06-20
- 02-05-15 Another disk failure at
4:15pm today!
- 02-05-23 Another disk failure at 12:15pm today
2002-08-12
- 02-08-12
re-installed
perl to /opt/perl561, installed DBI-1.30, DBD-mysql-2.1017,
Date-Calc-5.0.
Spamassassin seems to want to be re-installed whenever anything
is done
to perl. There are spamassassin things in /opt/perl561/[bin,lib].
| End 2002 |
/var/spool/cron/crontabs/root:
#ident
"@(#)root 1.14
97/03/31 SMI" /* SVr4.0
1.1.3.1 */
#
# The root crontab should be used to perform
accounting data collection.
#
# min(0-59),hr(0-23),do mnth(1-31),mnth of
year(1-12), dow(0-6 with 0=Sunday)
#
# The rtc command is run to adjust the real time
clock if and when
# daylight savings time changes.
#
10 3 * * 0,4 /etc/cron.d/logchecker
5 4 * * 6 /usr/lib/newsyslog
15 3 * * 0 /usr/lib/fs/nfs/nfsfind
1 2 * * * [ -x /usr/sbin/rtc ] &&
/usr/sbin/rtc -c > /dev/null 2>&1
#======================================================================
# start local additions...
#======================================================================
# - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
# hourly
# - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
#0,15,30,45 * * * * /usr/bin/rdist -f
/opt/sysadmin/rdist/passwd.rdist 2>&1 > /dev/null
#5 * * * * /usr/bin/rdist -f
/opt/sysadmin/rdist/kepler.rdist 2>&1 > /dev/null
# sync passwd files to kepler every 10 mins...
#5,15,25,35,45,55 * * * * /usr/local/bin/rsync -p
-e /usr/local/bin/ssh /etc/passwd kepler:/etc/pas
swd
1,16,31,46 * * * *
/opt/sysadmin/tools/kill-hogs
#59 * * * * /usr/local/bin/ntpdate -s
ntp1.cmc.ec.gc.ca ntp2.cmc.ec.gc.ca time.chu.nrc.ca time.nrc
.ca timelord.uregina.ca
#
# reset group and read permissions on web office
file system every 10min
9,19,29,39,49,59 8,9,10,11,12,13,14,15,16,17,18 * *
* /opt/sysadmin/tools/weboffice.sh 2>&1 > /dev
/null
# reset group permissions on marks files
#2,7,12,17,22,27,32,37,42,47,52,57 * * *
* /home/marks/phys101/reset.perms
#2,12,22,32,42,52 * * *
* /home/marks/phys311/reset.perms
# - - - -- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
# daily
# - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
17 0 * * 0 /usr/local/bin/rotatelogzip
/var/log/mailinfo 12 /var/log/OLDLOGS
18 0 * * 0 /usr/local/bin/rotatelogzip
/var/log/maillog 12 /var/log/OLDLOGS
1 1 * * 0 /opt/GNUfind/bin/updatedb
>
/dev/null 2>&1
4 6,12,17 * * * /opt/sysadmin/tools/profown
> /dev/null 2>&1
6 6,12,17 * * *
/opt/sysadmin/tools/outreach.sh > /dev/null 2>&1
5 0 * * * /usr/local/bin/rotatelogzip
/var/adm/daily.out 14
15 23 * * 1-5 /bin/find / -name core 2>/dev/null
| xargs rm -f
2 0 * * * /bin/find /var/preserve/
-mtime +7 -a -exec rm -rf {} \;
#3 0 * * * /opt/sysadmin/tools/cleantmp.sh
6 0 * * * /var/adm/daily 2>&1
> /var/adm/daily.out
7 11 * * * /usr/ucb/rdate black-hole >
/dev/null 2>&1
#59 17 * * *
/opt/sysadmin/tools/start-bigjobs
> /dev/null 2>&1
#2,17,32,47 13,14,15,16,17 * * *
/opt/sysadmin/tools/stop-bigjobs > /dev/null 2>&1
#
# mail differences between email lists and dept
dir.
to map
15 2 * * * /opt/sysadmin/tools/checklists.sh
# check usernames for expiry dates and against
email
lists - daily in Sept.
#22 0 * * * /opt/sysadmin/tools/checkids >
/dev/null 2>&1
# update quotas...
9 22 * * * /usr/sbin/quotacheck -a -p
# - - - -- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
# weekly min(0-59), hr(0-23), dotm(1-31),
mnth(1-12), dotw(0-6 with 0=Sunday)
# - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
#0 23 * * 0 /opt/sysadmin/tools/skulker
15 0 * * 0 /usr/local/bin/agelogzip
/var/log/d.info
/var/log/OLDLOGS
16 0 * * 0 /usr/local/bin/agelogzip
/var/log/local0.notice /var/log/OLDLOGS
17 0 * * 0 /usr/local/bin/agelogzip
/var/log/syslog
/var/log/OLDLOGS
43 4 * * 0 /usr/local/analog-4.11/analog
1 21 * * * /usr/local/analog-4.11/analog
#
# check usernames for expiry dates and against
email
lists - weekly except Sept.
22 0 * * 0 /opt/sysadmin/tools/checkids.sh
> /dev/null 2>&1
# mail differences between Birger's courses given
index and Lore's files to map
16 1 * * 0 /opt/sysadmin/tools/outlines.sh
> /dev/null 2>&1
# - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
# monthly min(0-59), hr(0-23), dotm(1-31),
mnth(1-12), dotw(0-6 with 0=Sunday)
# - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
30 4 1 * * /usr/local/bin/WeblogAdmin
31 0 2 * * /usr/local/bin/agelogzip
/var/log/authlog
/var/log/OLDLOGS
32 0 2 * * /usr/local/bin/agelogzip
/var/log/critical
/var/log/OLDLOGS
33 0 2 * * /usr/local/bin/agelogzip
/var/log/killedjobs /var/log/OLDLOGS
33 0 2 * * /usr/local/bin/agelogzip
/var/adm/messages
/var/log/OLDLOGS
33 0 2 * * /usr/local/bin/agelogzip
/var/log/local0.notice /var/log/OLDLOGS
34 0 2 * * /usr/local/bin/agelogzip
/var/log/local2.info /var/log/OLDLOGS
34 0 2 * * /usr/local/bin/agelogzip
/var/log/local3.info /var/log/OLDLOGS
35 0 2 * * /usr/local/bin/agelogzip
/var/log/local4.info /var/log/OLDLOGS
36 0 2 * * /usr/local/bin/agelogzip
/var/log/log.nmb
/var/log/OLDLOGS
37 0 2 * * /usr/local/bin/agelogzip
/var/log/log.smb
/var/log/OLDLOGS
38 0 2 * * /usr/local/bin/agelogzip
/var/log/lpd
/var/log/OLDLOGS
39 0 2 * * /usr/local/bin/agelogzip
/var/log/powerchute.dat /var/log/OLDLOGS
40 0 2 * * /usr/local/bin/agelogzip
/var/log/powerchute.log /var/log/OLDLOGS
41 0 2 * * /usr/local/bin/agelogzip
/var/log/u.debug
/var/log/OLDLOGS
42 0 2 * * /usr/local/bin/agelogzip
/var/log/xferlog
/var/log/OLDLOGS
# - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
# quarterly
# - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
| webmaster@physics.ubc.ca | [Dept. Home Page] | last updated: 17 Apr 01 |