All public logs
Jump to navigation
Jump to search
Combined display of all available logs of techdocs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:40, 20 Haziran 2022 Plinich talk contribs created page Initial setup of a Debian AMI instance (Created page with "== Initial connection must be as user "admin" == # <code># ssh -l admin -A <IP address></code>. This step will [usually] require the SSH user has access to the AWS-known SSH keys (<code>*.pem</code>) allocated to the VM when it was created. E.g., <code>Amazon-CSE-key.pem</code> (Sydney) or <code>Amazon-CSE-SNG-key.pem</code> (Singapore). These keys are instantiated in the VM's <code>authorized_keys</code> file when it is created but may be overwritten with CSE's own key...")
- 10:28, 20 Haziran 2022 Plinich talk contribs moved page DNS to DNS (Doman Name Service)
- 10:25, 20 Haziran 2022 Plinich talk contribs created page DNS (Created page with "== DNS (Domain Name Service) == === DNS servers === Each site has its own local DNS server(s). There are a few reasons for this, one of which is subtle but important: # Have master zone files and be able to respond authoritatively for CSE DNS zones. # The important but subtle reason: all DNS queries regarding “unsw.edu.au” are redirected to UNSW's own '''internal''' DNS servers so that these queries appear to be coming from hosts inside UNSW.<p>This is so that the...")
- 08:38, 18 Haziran 2022 Plinich talk contribs created page Linux namespaces and cgroups (Created page with "The Linux kernel provides two interesting mechanisms to manage user sessions. Both play an important part in New World. These mechanisms are namespaces and cgroups. == Namespaces == See also <code>man unshare</code>. A user process can, if it chooses to look, see various elements of the host system it's running in which include the file system hierarchy, the processes which are running, the networking configuration, and some others. Within the file system and the...")
- 13:35, 15 Haziran 2022 Plinich talk contribs created page Vmimages (Redirected page to QEMU/KVM) Tag: New redirect
- 11:18, 15 Haziran 2022 Plinich talk contribs created page Cfengine (Created page with "cfengine is the configuration management tool used in New World. Here is cfengine's [https://www.cfengine.com website] where you can find full documentation. cfengine is a standard Debian package so it is auto-updated along with all other packages on New World systems. Here are the main differences between cfengine and Old World's conform: * cfengine, as used in New World, does not install software packages. Instead, it mainly installs configuration files...")
- 15:16, 14 Haziran 2022 Plinich talk contribs created page QEMU/KVM (Created page with "In the Old World virtualisation of servers in the CSE data centre and on lab computers was done using VMware products (ESXi, vSphere, VMware Workstation, etc.). To homogenise the IT environment and reduce the number of technologies CSG needs to support, New World uses QEMU/KVM for all machine virtualisation. Category:Pages needing work")
- 14:31, 14 Haziran 2022 Plinich talk contribs created page Check and install promises (Created page with "Type: file, executable script Location: <code>/usr/local/administration/check_and_install_promises</code> on the cfengine hub. <code>check_and_install_promises</code> is a shell script which runs <code>m4</code> to process the <code>/var/lib/cfengine/masterfiles/promises.m4</code> to create <code>promises.cf</code> from component <code>*.inc</code> in the same directory. Once created, the script runs <code>cf-promises</code> to validate the new <co...")
- 14:20, 14 Haziran 2022 Plinich talk contribs created page Config.inc (Created page with "Type: file Location: <code>/var/lib/cfengine/masterfiles/config.inc</code> on the cfengine hub. <code>config.inc</code> is one of the component files used by the <code>check_and_install_promises</code> on the cfengine hub to create cfengine's <code>promises.cf</code> file. The file is included very early on in <code>promises.cf</code> where it takes a more general host class, such as vlabserver, and uses this to define additional host c...")
- 12:26, 14 Haziran 2022 Plinich talk contribs created page Host classes (Created page with "Host classes for each host may be set in <code>[[hostlist.csv]</code> or may be set in <code>config.inc</code>. Host classes set in <code>hostlist.csv</code> are available to both host generator scripts and to cfengine promises. Host classes set in <code>config.inc</code> are not available to host generator scripts. {| !Class name !Where specified !Description |- |userlogin |<code>config.inc</code> |Indicates that ordinary users will log in to this host...")
- 12:08, 14 Haziran 2022 Plinich talk contribs created page Hostlist.csv (Created page with "Type: file Location: <code>/usr/local/administration/hosts/hostlist.csv</code> on the cfengine hub. hostlist.csv is a CSV-formatted (comma-separated variable) file containing a list of all hosts known to cfengine. Each line of the file contains the following fields: {| !Field number !Contents !Examples !Description |- |1 |Host name |nw-k17-login1, nw-syd-cfengine-hub, williams |The network name of the host minus any domain components. |- |2 |IPv4 address |10....")
- 11:38, 14 Haziran 2022 Plinich talk contribs created page Conform (Created page with "{{conform intro}} Category:Pages needing work")
- 11:35, 14 Haziran 2022 Plinich talk contribs created page Template:Conform intro (Created page with "For over twenty years the configuration of CSE's servers and lab computers has been managed by a home-grown product called <code>conform</code>. <code>conform</code> micromanaged the entire filesystem of each computer and handled the copying in of all configuration files, binaries, scripts, libraries, data files, etc, from a central repository called "the conformary" (and NFS server). <code>conform</code> is very powerful, but is also very labour intensive in...")
- 11:32, 14 Haziran 2022 Plinich talk contribs created page K17 (Created page with "K17 is the grid location on UNSW's Kensington campus map of CSE's home.")
- 11:24, 14 Haziran 2022 Plinich talk contribs created page UNSW (Created page with "UNSW is the University of New South Wales, Sydney.")
- 11:23, 14 Haziran 2022 Plinich talk contribs created page CSE (Created page with "CSE is UNSW's School of Computer Science and Engineering.")
- 11:22, 14 Haziran 2022 Plinich talk contribs created page CSG (Created page with "CSG is CSE's Computer Support Group, the team of professionals which keeps CSE's systems ticking over.")
- 11:22, 14 Haziran 2022 Plinich talk contribs created page Printing (Created page with "In the Old World printing from CSE-managed lab computers was supported via <code>lpr</code> and https://www.cups.org/ CUPS. In recent years management of the printers installed in and near CSE labs has been taken over by Central IT and CSG has observed that next to no printing is done by students from lab computers any more. For this reason support for printing was not included in New World.")
- 20:33, 12 Haziran 2022 Plinich talk contribs moved page Category:Needs work to Category:Pages needing work without leaving a redirect
- 20:30, 12 Haziran 2022 Plinich talk contribs created page Category:Needs work (Created page with "This category includes pages marked as requiring additional work. This can be that they are incomplete, are out of date, are merely a set of notes intended for future expansion, or that they are in need of revision or some other work.")
- 20:28, 12 Haziran 2022 Plinich talk contribs created page Local storage on AWS VLAB and login servers (Created page with "6 Sep 2021 Jean and I are putting the finishing touches on a new-ish AWS VLAB/login server capability, namely a generic facility to provide local, persistent storage to users, reminiscent of "extra homes" in ye olde system. Initially this will be used by John Shepherd's DB class (3311). Salient points: * The storage is available to users who are members directly or indirectly of the "localstorage" [new] UDB class. On servers with local storage ava...")
- 08:45, 12 Haziran 2022 Plinich talk contribs uploaded File:Csenwd sample image2.png
- 08:45, 12 Haziran 2022 Plinich talk contribs created page File:Csenwd sample image2.png
- 18:45, 11 Haziran 2022 Plinich talk contribs uploaded File:Csenwd sample image.png
- 18:45, 11 Haziran 2022 Plinich talk contribs created page File:Csenwd sample image.png
- 20:32, 10 Haziran 2022 Plinich talk contribs created page Cfengine hub (Created page with "The cfengine hub is the repository of: * the component files used to create <code>promises.cf</code>, * the files which are fetched (copied into the filesystem) by the <code>cf-agent</code> process running on each New World host. Implicitly this means the hub runs an instances of cf-serverd, and * the <code>hostname.csv</code> CSV files which contains each known host's name, IP address, configuration classes, exported filesystems (if home directory server).")
- 14:22, 10 Haziran 2022 Plinich talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: table { border: solid 1px red; }")
- 13:47, 10 Haziran 2022 Plinich talk contribs created page User talk:Plinich (Created page with "What is there to talk about?")
- 13:13, 10 Haziran 2022 Plinich talk contribs created page User:Plinich (Created page with "Peter Linich is the senior architect and developer behind CSE's New World IT infrastructure.")