Main public logs
From Network for Advanced NMR
Jump to navigationJump to search
Combined display of all available logs of Network for Advanced NMR. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:07, 9 June 2025 Mmaciejewski talk contribs uploaded File:Enable-accounting.png
- 15:44, 9 June 2025 Mmaciejewski talk contribs created page NDTS Experiment Harvesting (Created page with "== Overview == == Identifying acquisition start and end events == The daemon detects when TopSpin or VNMRj is launched, who launched it, and whether it controls the spectrometer. How experiment start and end events are detected varies depending on the software version controlling the spectrometer: * '''VNMRj''' - the daemon listens to InfoProc network messages to detect transitions in status (e.g. idle to acquiring) * '''TopSpin 3.x''' - the daemon uses inotify (ReadDi...") Tag: Visual edit
- 15:10, 5 June 2025 Mmaciejewski talk contribs created page File:Manual-harvest.png
- 15:10, 5 June 2025 Mmaciejewski talk contribs uploaded File:Manual-harvest.png
- 18:14, 4 June 2025 Mmaciejewski talk contribs created page File:Experiment-details.png
- 18:14, 4 June 2025 Mmaciejewski talk contribs uploaded File:Experiment-details.png
- 17:37, 4 June 2025 Mmaciejewski talk contribs created page File:NDTS-GUI.png
- 17:37, 4 June 2025 Mmaciejewski talk contribs uploaded File:NDTS-GUI.png
- 14:48, 4 June 2025 Mmaciejewski talk contribs created page NDTS-GUI (Created page with "Overview NDTS installations on the spectrometer workstation are comprised of the daemon which runs as a service and the NDTS graphical user interface (NDTS-GUI) which provides status information and allows users to make changes to harvesting status, NAN user, and metadata that will be associated with datasets. NDTS is designed to automatically harvest datasets as they complete when harvesting is set to "on", but datasets can also be manually harvested through the NDTS-GU...") Tag: Visual edit: Switched
- 19:35, 3 June 2025 Mmaciejewski talk contribs created page NDTS Daemon and GUI Update Example (Created page with "<pre> [nmradmin@centos5]$ tar xv data-transport-daemon.centos5-0.1.0.tar [nmradmin@centos5]$ cd dtdaemon-installer [nmradmin@centos5 dtdaemon-installer]$ sudo ./install.sh install directory exists - performing upgrade... Wed May 11 07:15:37 2022 LOG_START Started dtd logger. [nmradmin@centos5 dtdaemon-installer]$ sudo /sbin/service data-transport-daemon status data-transport-daemon (pid 6148) is running... </pre>")
- 19:34, 3 June 2025 Mmaciejewski talk contribs created page NDTS Daemon and GUI Install Example (Created page with "<pre> [nmradmin@centos5]$ tar xv data-transport-daemon.centos5-0.1.0.tar [nmradmin@centos5]$ cd dtdaemon-installer [nmradmin@centos5 dtdaemon-installer]$ sudo ./install.sh install directory does not exist - performing new install... Enter the gateway IP address: 155.37.xx.xx Enter the instrument name: test-drone-centos5 Enter the workstation UUID: ede3cd8e-0c30-4ea3-xxxx-yyyyyyyyyyyy Wed May 11 06:18:31 2022 LOG_START Started dtd logger. [nmradmin@centos5 dtdaemon-insta...") Tag: Visual edit: Switched
- 19:29, 3 June 2025 Mmaciejewski talk contribs created page NDTS Gateway Update Example (Created page with "<pre> cbontempi@devchris:/home/cbontempi/dtgateway-installer$ sudo ./install.sh File /etc/systemd/system/data-transport-gateway.service exists Requirement already satisfied: pip==20.0.2 in ./venv/lib/python3.8/site-packages (20.0.2) Requirement already satisfied: requests in ./venv/lib/python3.8/site-packages (from -r requirements.txt (line 1)) (2.27.1) Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.8/site-packages (from requests->-r requirements...") Tag: Visual edit: Switched
- 19:22, 3 June 2025 Mmaciejewski talk contribs created page NDTS Gateway Install Example (Created page with "<code> cbontempi@devchris:/home/cbontempi$ tar xv data-transport-gateway-0.1.0.tar cbontempi@devchris:/home/cbontempi$ cd dtgateway-installer cbontempi@devchris:/home/cbontempi/dtgateway-installer$ sudo ./install.sh Copying data-transport-gateway.service to /etc/systemd/system... Created symlink /etc/systemd/system/multi-user.target.wants/data-transport- gateway.service → /etc/systemd/system/data-transport-gateway.service. Requirement already satisfied: pip==20.0.2 in...") Tag: Visual edit: Switched
- 13:59, 3 June 2025 Mmaciejewski talk contribs deleted page NDTS Daemon installation components (content was: "= Components of the NDTS Daemon Installation = All daemon-related files reside under <code>/opt/nan-dtdaemon</code> (except the SysV service script). Knowing where each file lives helps with troubleshooting, backups, and upgrades. == '''Top-Level Executable and Service Script''' == {| class="wikitable" ! Path !! Purpose |- | <code>/opt/nan-dtdaemon/data-tran...", and the only contributor was "Mmaciejewski" (talk))
- 13:48, 3 June 2025 Mmaciejewski talk contribs deleted page NDTS Daemon Configuration (content before blanking was: "<span style="display:inline-block; margin-bottom:1em;">← Back to NAN Data Transport System Overview</span> = Configuring the Daemon = The NDTS daemon reads its settings from a simple key/value dat file === Location === <pre>/opt/nan-dtdaemon/data/ndtd_configuration.dat</pre> The file may list parameters in any order. Edit with ''nano'' or your favorite editor <pre>sudo nano /opt/nan-dtdaemon/data/ndtd_configuration.dat</pre...")
- 13:24, 3 June 2025 Mmaciejewski talk contribs created page NDTS Daemon Installation (Created page with "== '''Daemon Installation (Workstation)''' == === Prerequisites === # '''Gateway IP address''' # Exact '''Instrument Name''' (set in the Facility Dashboard – no spaces) # '''Workstation UUID''' (generated when the spectrometer was added) <mark>WARNING: If you are installing on Alma Linux make sure that the <code>'''chkconfig'''</code> package is installed before proceeding. Without this service package, the NDTS Workstation will not properly install or run on Alma.</m...")
- 13:22, 3 June 2025 Mmaciejewski talk contribs created page NDTS Gateway Installation (Created page with "== '''Gateway Installation''' == === Prerequisites === * A '''Gateway UUID''' supplied by the NAN Repository administrator * A Linux host (Ubuntu 20.04 or later recommended) reachable by all workstations * TCP port '''60195''' open inbound from those workstations === Installation Steps === <pre> # Copy the .gz file to the gateway computer tar xf data-transport-gateway-<version>.tar.gz cd dtgateway-installer sudo ./install.sh # → You will be prompted only for the Gate...") Tag: Visual edit: Switched
- 19:31, 2 June 2025 Mmaciejewski talk contribs created page NDTS Daemon installation components (Created page with "= Components of the NDTS Daemon Installation = All daemon-related files reside under <code>/opt/nan-dtdaemon</code> (except the SysV service script). Knowing where each file lives helps with troubleshooting, backups, and upgrades. == '''Top-Level Executable and Service Script''' == {| class="wikitable" ! Path !! Purpose |- | <code>/opt/nan-dtdaemon/data-transport-daemon</code> || Main daemon executable. Forks, then exits; detects if another instance is running. |- |...") Tag: Visual edit: Switched
- 19:21, 2 June 2025 Mmaciejewski talk contribs created page NDTS Daemon Operation (Created page with "= Running and Monitoring the Daemon = This page explains how to control the **data-transport-daemon** service, verify connectivity, and interpret the logs produced on each spectrometer workstation. == '''Starting, Stopping, and Checking Status''' == <pre> # Start the daemon sudo /sbin/service data-transport-daemon start # Stop the daemon sudo /sbin/service data-transport-daemon stop # Restart (reloads configuration) sudo /sbin/service data-transport-daemon restart #...") Tag: Visual edit: Switched
- 18:01, 2 June 2025 Mmaciejewski talk contribs created page NDTS Daemon Configuration (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Back to NAN Data Transport System Overview</span> = Configuring the Daemon = After installing the Daemon on a spectrometer workstation, configuration is required to define how experiments are detected, how metadata is applied, and how data is routed to the Gateway. == '''Daemon Configuration File''' == The configuration file is located at: <pre>/etc/data-transport/daemon/config.ya...")
- 17:50, 2 June 2025 Mmaciejewski talk contribs created page Download Software (Created page with "coming soon") Tag: Visual edit: Switched
- 17:47, 2 June 2025 Mmaciejewski talk contribs created page NDTS Installation (Created page with "= Installing and Updating Daemon and Gateway = This page explains how to install, update, uninstall, and roll back the two local NDTS components: * The '''Daemon''' – installed on each spectrometer workstation * The '''Gateway''' – installed on a facility-level server These components are responsible for harvesting experiment data and transferring it securely to the NAN Repository. == '''Acquiring Installation Packages''' == Installation packages are provided as `...") Tag: Visual edit: Switched
- 16:04, 2 June 2025 Mmaciejewski talk contribs created page File:Spectrometer-edit.png
- 16:04, 2 June 2025 Mmaciejewski talk contribs uploaded File:Spectrometer-edit.png
- 16:02, 2 June 2025 Mmaciejewski talk contribs created page File:Probe-channels.png
- 16:02, 2 June 2025 Mmaciejewski talk contribs uploaded File:Probe-channels.png
- 15:59, 2 June 2025 Mmaciejewski talk contribs created page File:Add-probe.png
- 15:59, 2 June 2025 Mmaciejewski talk contribs uploaded File:Add-probe.png
- 15:50, 2 June 2025 Mmaciejewski talk contribs created page Probes (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Back to Facility Dashboards</span> == '''Adding and Editing Probes''' == Facility staff can add or edit probes through the Facility Dashboard. Each probe entry is divided into several sections: Basic Information, Operating Temperature Range, and Channels. Channels can include individual nuclei or broadband ranges. === '''Basic Information''' === {| class="wikitable" ! Field !! Descripti...") Tag: Visual edit: Switched
- 15:25, 2 June 2025 Mmaciejewski talk contribs created page Spectrometers (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Back to Facility Dashboards</span> == '''Adding and Editing Spectrometers''' == Facility staff can add or edit spectrometers through the Facility Dashboard. Each spectrometer entry is divided into several sections: Basic Information, Magnet Information, Console Information, Workstation Information, NMR Software, and Add-On Software Features. === '''Basic Information''' === {| class="wik...")
- 14:56, 2 June 2025 Mmaciejewski talk contribs created page Facility Information (Created page with "= Facility Information Page = The '''Facility Information''' page on the NAN portal enables facility managers, staff, and directors to manage and publish details about their NMR facility and instruments. This page acts as a content management interface, and all designated staff members have permission to edit facility-related content across the Facility Dashboard. == '''Overview''' == The Facility Information page is used to populate the facility and instrument section...") Tag: Visual edit: Switched
- 14:26, 2 June 2025 Mmaciejewski talk contribs created page User Roles and Permissions (Created page with "= User Roles in the NAN Portal = This page describes the different user roles within the NAN portal, including what each role can access and do. User roles determine the level of access and available actions within the system. == '''Public User''' == A user who is not authenticated with an NMRhub account. They have view-only access to: * The '''Resource Connector''' (lists facilities, instruments, configurations, searchable by services) * The '''Knowledgebase''' (intr...")
- 16:21, 30 May 2025 Mmaciejewski talk contribs created page Facility Dashboards (Created page with "= Facility Dashboard = The **Facility Dashboard** is a privileged section of the NAN portal, accessible only to users who have been designated as staff at a participating NMR facility. It provides a centralized interface for managing key aspects of a virtual NMR facility. == Access and Visibility == The Facility Dashboard appears in the collapsible left-hand menu **only for users identified as facility staff**. At the bottom of the menu bar, a display shows the curren...") Tag: Visual edit: Switched
- 15:21, 29 May 2025 Mmaciejewski talk contribs created page File:Navigation-pane.png
- 15:21, 29 May 2025 Mmaciejewski talk contribs uploaded File:Navigation-pane.png
- 15:05, 29 May 2025 Mmaciejewski talk contribs created page Project, Studies, and Collections (Created page with " = Organizational Structure: Projects, Studies, Collections, and Funding Sources = NAN provides a structured, hierarchical approach to organizing NMR data. This system enables users—particularly PIs and their lab members—to manage data in ways that are aligned with research goals, collaborations, and funding agency requirements. == Projects == Projects are the top-level organizational unit and are typically created by a Principal Investigator (PI) or a PI Delegate....") Tag: Visual edit
- 13:42, 29 May 2025 Mmaciejewski talk contribs deleted page Widget (content was: "{{delete}} Page for testing installation.")
- 13:41, 29 May 2025 Mmaciejewski talk contribs deleted page Tuesday Test (content was: "=== Introduction === more text here {| class="wikitable" |+Header !x !y !z |- | | | |- | | | |- | | | |}", and the only contributor was "Ypustovalova" (talk))
- 13:36, 29 May 2025 Mmaciejewski talk contribs deleted page Main Page/test (content was: "{{delete}} testing Category:Cyberinfrastructure & Software Category:Data Models")
- 13:15, 29 May 2025 Mmaciejewski talk contribs created page Project and Funding Management (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Lab Administration</span> = Managing Projects and Funding Sources (PI View) = Principal Investigators (PIs) have additional privileges within the NAN web application, including the ability to manage Projects and associate them with funding sources. This section describes how PIs and their delegates can perform these tasks. == Accessing Lab Administration == * The '''Lab Administration''...")
- 20:04, 28 May 2025 Mmaciejewski talk contribs created page File:Lab-permissions.png
- 20:04, 28 May 2025 Mmaciejewski talk contribs uploaded File:Lab-permissions.png
- 19:40, 28 May 2025 Mmaciejewski talk contribs created page File:Menu-bar.png
- 19:40, 28 May 2025 Mmaciejewski talk contribs uploaded File:Menu-bar.png
- 19:34, 28 May 2025 Mmaciejewski talk contribs created page Lab Administration (Created page with "coming soon") Tag: Visual edit
- 18:54, 28 May 2025 Mmaciejewski talk contribs created page Arbitrary Dataset Upload (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Back to Dataset Browser</span> = Arbitrary Data Upload = While NDTS provides automated data harvesting from NAN-connected instruments, there are cases where data must be uploaded manually. The '''Arbitrary Data Upload Tool''' supports this need, offering a structured workflow for uploading datasets that were not harvested in real time. This tool is useful when: * Automatic NDTS harvesting was unin...") Tag: Visual edit: Switched
- 18:22, 28 May 2025 Mmaciejewski talk contribs created page File:Edit dataset.png
- 18:22, 28 May 2025 Mmaciejewski talk contribs uploaded File:Edit dataset.png
- 18:01, 28 May 2025 Mmaciejewski talk contribs created page Dataset Editing (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Back to Dataset Browser --> Actions</span> = Viewing and Editing Datasets = Users can view or edit dataset metadata depending on their access permissions. These actions are available from the context menu in the Data Browser. == Access Levels == * Users with '''view-only''' access will see the option: '''View Dataset''' * Users with '''edit''' access will see the option: '''Edit Dataset''...") Tag: Visual edit: Switched
- 17:47, 28 May 2025 Mmaciejewski talk contribs created page File:Copy2nmrbox.png