Archiv für April 2008

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=