All public logs
Jump to navigation
Jump to search
Combined display of all available logs of CLONWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:22, 8 July 2025 Boiarino talk contribs created page Power Strips (Created page with "== TRIPP LITE == Register devive at JNET using MAC address shown on device. Assign IP name, usually ''hallb-pdu-#'. Using web server, login with username/password: localadmin/localadmin. You will be asked to change password. Go to '''Security->User accounts->SNMP Users''', and enable line '''tripplite/Manager/SNMPv2c'''.")
- 13:22, 2 June 2025 Boiarino talk contribs created page Abaco XVB603 (Created page with "VME controller. In BIOS, go to '''Advanced->Network Stack Configuration''' and enable '''Network Stack''' and '''Ipv4 PXE Support'''")
- 17:13, 15 May 2025 Boiarino talk contribs created page VME (Created page with "'''old gefvme removal''' yum remove kmod-gefvme gefvme-library If failed on 'gefvme-library', do rpm -e --noscripts gefvme-library If file ''/etc/modules-load.d/gefvme.conf'' was not removed by above commands, remove it manually (if working from ''chroot ...'' then everything is done in ''root'' area, but ''gefvme.conf'' may survive in ''snapshot'' area, in that case remove it on controller and not in ''chroot''). File ''/etc/modules-load.d/vme.conf'' with contents...")
- 15:50, 15 May 2025 Boiarino talk contribs created page Tftpboot (Created page with "'''Tftpboot setting to boot diskless VME controllers'''")
- 15:34, 15 May 2025 Boiarino talk contribs created page Iptables (Created page with "'''IPTABLES''' Show tables: iptables -vL -t filter iptables -vL -t nat iptables -vL -t mangle iptables -vL -t raw iptables -vL -t security Only first two seems relevant. Clear them: iptables -t filter -F iptables -t nat -F Set needed settings (we assumes loval network port is 'enp_bond', and uplink port is 'em1'): iptables -A INPUT -i lo -j ACCEPT iptables -A INPUT -i enp_bond -j ACCEPT iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT ipt...")
- 14:41, 15 May 2025 Boiarino talk contribs created page Linux Boot Server (Created page with " '''How to add new client to the system''' Add new record to: /var/named/10.168.192.in-addr.arpa.db /var/named/clontest.com /etc/dhcp/dhcpd.conf Restart corresponding services: systemctl restart dhcpd systemctl restart named Check services status: systemctl status dhcpd systemctl status named '''IPTABLES''' Do not forget: chattr +i /etc/resolv.conf Show tables: iptables -vL -t filter iptables -vL -t nat iptables -vL -t mangle iptables -vL -t raw iptab...")
- 20:44, 14 April 2025 Boiarino talk contribs created page DHCP server (Created page with "'''Setting DHCP server on clon10new (RHEL7)''' yum install dhcp")
- 10:56, 14 April 2025 Boiarino talk contribs created page Systemd (Created page with "=== Creating service in systemd (RHEL7 and up) === '''NOTES:''' systemctl list-units | grep -o '.*\.mount' '''DiagGuiServer example''' Create file ''/usr/lib/systemd/system/DiagGuiServer.service'' with following contents: [Unit] Description=DiagGuiServer #After=network.target #Requires=autofs.service #Requires=nfs-utils.service nfs-lock.service autofs.service #Requires=autofs.service #After=network.target apps.mount home.mount usr-clas12.mount usr-local.m...")