Archiv für die Kategorie ‘Server’

NIS

April 14, 2008

http://wiki.ubuntuusers.de/Baustelle/NIS?highlight=%28NIS%29

http://www.selflinux.org/selflinux/html/nis03.html

NFS

April 8, 2008

#NFSv4 !!!!
mount -t nfs4 :/exports /mount/point


#NFS 3
/NFS 192.168.1.1(rw,async,subtree_check)
/NFS/v3 *(rw,sync,no_root_squash,subtree_check)
/NFS/test1 main(rw,all_squash,anonuid=0,anongid=0,subtree_check)
/NFS/test 192.168.1.1(rw,all_squash,anonuid=1000,anongid=1000,subtree_check)
#NFS 4
/nfs3 192.168.1.1(rw,fsid=0,subtree_check,sync)


nfsstat

—————————————————

NfS mutwillig getrennte Verbindungen

/var/run/network

Chandler

April 8, 2008

/etc/init.d/chandler
#!/sbin/runscript
start() {
export JRE_HOME=/opt/sun-jdk-1.6.0.03
/opt/osaf-server-bundle-0.14.0/bin/osafsrvctl start
#/opt/osaf-server-bundle-0.12.0/bin/osafsrvctl start
}
stop() {
export JRE_HOME=/opt/sun-jdk-1.6.0.03
#/opt/osaf-server-bundle-0.12.0/bin/osafsrvctl stop
/opt/osaf-server-bundle-0.14.0/bin/osafsrvctl stop


migration.properties
migration.dialect=Derby
migration.datasource.driverClassName=org.apache.derby.jdbc.EmbeddedDriver
migration.datasource.url=jdbc:derby:/opt/osaf-server-bundle-0.12.0/db/;user=sa;upgrade=true
migration.datasource.username=sa
migration.datasource.password=


Postfix

Januar 30, 2008

Mailq löschen
postsuper -d ALL


/etc/postfix/main.cf

vim main.cf

myhostname = XXX.psychologie.uni-mannheim.de
mydomain = psychologie.uni-mannheim.de
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain $mydomain
mynetworks = 127.0.0.0/8
sender_canonical_maps = hash:/etc/postfix/sender_canonical

Erstellen: /etc/postfix/sender_canonical

User USER@XXX.de

postmap /etc/postfix/sender_canonical

Munin

Januar 17, 2008

Ein Zombi Prozess

osilab10-cpu-day.png