Everything posted by theone
-
Server Layout Plugin for unRAID v6
New Release: 2015.05.31 - Moved plugin to "Settings" --> "User Utilities" on unrAID WEBUI - Added "Set All" and "Clear All" buttons for each field view setting columns in "Settings" tab
-
Server Layout Plugin for unRAID v6
New Release: 2015.05.30 - Removed PATH change clears TRAY_NUM assignment - Allow editing of FIRST_INSTALL_DATE - Add POWER_ON_HOURS for HDDs - Add START_STOP_COUNT for HDDs - Add NOTES field
-
Server Layout Plugin for unRAID v6
As robj indicate above, I check if path changes and if so i reset the assignment. I assumed path is constant and only dependant on physical hw configuration which it is NOT. I have remove this and will be available in next release. Today or max tomorrow.
-
Server Layout Plugin for unRAID v6
I will remove this check. There was a bug (fixed in 2015.05.28-3) that caused some fields not to be updated. Please try again and if you could check which field hidden caused this I would appreciate it. I will also look into it. I can have them automatically entered upon first finding of the drive but also editable As I said, maybe in a future version I am already working on adding the device description in the array (flash/cache/disk_x) I will add the POWER_ON_HOURS for HDDs I will add a NOTES field
-
Server Layout Plugin for unRAID v6
Check if this path exists: /boot/config/plugins/serverlayout it should have been created during the plugin installation. You maybe have a permissions issue writing to it?
-
Server Layout Plugin for unRAID v6
New Release: ###2015.05.28-3 - Changed "packageVER" to be same as "version" - Changed "launch" to be dependent on "name" of plugin - Added button on "Data" tab for updating Smartmontools database - Added "Report" tab - Fix: New disk scraped data was not being saved
-
Server Layout Plugin for unRAID v6
Any other fields anyone wants added - Automatic or Manual
-
Server Layout Plugin for unRAID v6
Indeed - This updates the database https://www.smartmontools.org/wiki/Download#Updatethedrivedatabase I could add it as a command button on the Data tables tab
-
Server Layout Plugin for unRAID v6
Did you edit the SN or is it really WD-WCC***? I will look into the -P showall option.
-
Server Layout Plugin for unRAID v6
New release: 2015.05.28-2 - Changed EOL from Windows to Unix - Add launch option for the Plugin Manager - Removed icon references from .page files - Removed "---" from main .page file (remove empty tab)
-
Server Layout Plugin for unRAID v6
Will look into it for future versions Why is this needed? What is wrong with automatic detection? If you run lsscsi what do you get?
-
Server Layout Plugin for unRAID v6
The numbering is just for reference so when you choose the tray number you can see on the preview table which slot it means. I could change the tray numbers to X,Y axis parameters (Row/Column). Will do. I will check it I don't have this problem - weird... I will remove anyway. Thanks for your inputs
-
Server Layout Plugin for unRAID v6
Regarding the "Change" - I will fix this - this sometimes happens when I work with Github (windows) - annoying Regarding the "Option" - Please explain - numbering of what? I plan on adding in the near future the ability to sort the table by pressing the table headers or another way.
-
Server Layout Plugin for unRAID v6
Added to request list (1st request ) When you change either the Row or Column parameters the tray assignments are cleared (all other manually entered data should be kept - currently only purchase date) It is stated in the OP. The assignments are cleared because the tray numbering changes and the previous numbers have no meaning.
-
Server Layout Plugin for unRAID v6
Released update: 2015.05.28-1 - Replaced "-sata" with "-ata" when searching drives
-
Server Layout Plugin for unRAID v6
I will fix the -ata -sata issue. Funny thing is that I tested it using -ata (but it was under a VirtualBox unRAID and I thought that it was a Virtualbox issue because under unRAID v5 they appear as -sata. I do not have a v6 "real" server yet. MyKroFt, don't you have a scroll bar? please post screenshot You can disable some of the columns undet "settings" It would be nice to get screenshots of anyone who is willing on posting it (you can disable the serial number column display if you don't want to expose it on the forum)
-
Server Layout Plugin for unRAID v6
Reserved
-
Server Layout Plugin for unRAID v6
Hello, I am proud to present: Server Layout plugin for unRAID v6 The Server Layout plugin enables you to view the devices (HDDs, CD/DVD ROMS) in a physical manner. You can configure the server’s disk tray layout, assign each storage device to a drive tray and enter additional data manually (Purchase Date, etc…) To install under unRAID v6: 1. In the unRAID Plugin Manager under "Install Plugin" tab enter link https://raw.githubusercontent.com/theone11/serverlayout_plugin/master/serverlayout.plg 2. Wait for installation to complete. 3. Go to plugin WEGUI and change initial settings To update the plugin: * For WEBUI and functionality updates - Use the unRAID Plugin Manager The WEBUI is divided into 4 parts/tabs: 1. Layout: - Shows the Server Layout as was configured in the Settings tab. 2. Data: - Shows the Server Data (Installed and Historical) and allows adding and editing of manual data. - Preview the drive tray assignments. 3. Settings: - Configure Server Layout (Rows/Comlumns) and Drive orientation (Horizontal/Vertical). - Configure which fields should be shown per drive on the Layout tab and data field columns in Data tab. 4. Report: - Show raw data for all devices (current and historical). Notes: * Changing the Rows and/or Columns will reset the hidden trays and reset tray assignments for all installed devices but keep other data Please comment on any problems encountered and any enhancements or missing features, that you would like added. (In this thread or here: https://github.com/theone11/serverlayout_plugin/issues) Initial Configuration steps: 1. Go to "Settings" tab 2. Enable the layout editing checkbox 3. Define your server's physical layout - Rows, Columns and Disk Trays' Orientation 4. Save the configuration (button) 5. Go to "Data" tab 6. Enable the data editing checkbox 7. For each device you have select the appropriate Disk Tray # - You can see a preview of the server layout 8. Enter any other data you wish (currently only purchase date is available) 9. Save the data (button) 10. Go to "Layout" tab and see the result 11. You can further configure the view settings in the "Settings" tab under "Data View Settings" table Enjoy the plugin Open Issues: * Tooltip is not displayed in the correct location in FF and MSIE browsers. Changelog: 2018.03.09 - Update for unRAID v6.5 RC - Strict PHP regarding non-quoted constant - Thank you Squid 2018.01.25 - Updated for unRAID v6.4 - Thank you Squid 2017.03.03 - Added TRAY_NUM to HISTORICAL data - If drives fails you can see in which tray it was last seen - Added debug option - Time Profiling for data gathering performance analysis and future optimizations - Fixed support for ARECA controllers 2015.09.25 - Added support for ARECA controllers 2015.09.22 - Fixed USB location in "Layout" tab when trays are configured as Vertical and the array is "narrow" - Removed all duration other than hours in Power-On-Hours - Added support for SCSI (SAS) drives 2015.06.15 - Fixed indexing of tooltip table CSS - Added triangle/arrow to the Tooltip frame - Added USB devices on "Layout" tab - see here 2015.06.12 - Added device status icon (same as unRAID icons) - see here - Added option to delete historical devices (per device) from database under "Historical Device" table - see here 2015.06.11 - Remove EMPTY row and columns pull-down options in Layout Settings - HW scan speed optimization - Changed USB path from "lsusb" to "lsscsi -t" - HW scan speed optimization - Changed USB data gathering from "lsusb -D" to "udevadm" so I can scan only USB storage devices 2015.06.08-2 - Fixed bug - introduced by new parameter array "TRAY_SHOW" - Fixed bug - introduced by new parameter array "GENERAL" 2015.06.08 - Added support for HIDDEN TRAYS - click on preview tray to show/hide it - don't forget to save settings - see here - Increased number of maximum trays to 99 (from 26) - Supports better usage of HIDDEN TRAYS - Removed "User Utilities" icon - part of unRAID v6 RC4 - Add Enable/Disable for Tooltips - Fixed "UNRAID" functionality recognition for USB devices 2015.06.01 - Added transform (rotation and translate) support for other browsers (-webkit, -ms) - Added Tooltip Disk information for each tray on "Layout" tab and settings for each field in "Settings" tab - see here - Compacted data and settings tables rows - Added "User Utilities" icon 2015.05.31 - Moved plugin to "Settings" --> "User Utilities" on unrAID WEBUI - Added "Set All" and "Clear All" buttons for each field view setting columns in "Settings" tab 2015.05.30 - Removed PATH change clears TRAY_NUM assignment - Allow editing of FIRST_INSTALL_DATE - Add POWER_ON_HOURS for HDDs - Add START_STOP_COUNT for HDDs - Add NOTES field 2015.05.28-3 - Changed "packageVER" to be same as "version" - Changed "launch" to be dependent on "name" of plugin - Added button on "Data" tab for updating Smartmontools database - Added "Report" tab - Fix: New disk scraped data was not being saved 2015.05.28-2 - Changed EOL from Windows to Unix - Add launch option for the Plugin Manager - Removed icon references from .page files - Removed "---" from main .page file (remove empty tab) 2015.05.28-1 - Replaced "-sata" with "-ata" when searching drives[/b] 2015.05.28 - Initial Release
-
VirtualBox Plugin for unRAID v5 and v6
I compiled Virtualbox 4.3.28 for unRAID v16 RC-3 (Kernel version 4.0.4). Waiting for lainie to upload to her server. These kernel changes are too frequent...
-
VirtualBox Plugin for unRAID v5 and v6
First, I am not familiar with setting up docker. Second, I am not sure it can run under docker. Third, It will mean virtualization over virtualization and would probably hurt the VMs performance and probably limit accessability and performance to bare HW.
-
How does the plugin system work? Documentation Added - WIP
It depends of what services/steps you need your plugin to precede/supervene. LT just postponed VMs and Docker init from disks_mounted to started. I think I will do it for my VirtualBox plugin as well. What is the equivalent unmounting state? When does LT stop the VM and Docker?
-
VirtualBox Plugin for unRAID v5 and v6
I compiled Virtualbox 4.3.28 for unRAID v16 RC-1. Waiting for lainie to upload to her server.
-
How does the plugin system work? Documentation Added - WIP
How do I set an icon for each tab in the plugin?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
lsusb is already there. I don't see it in the plg. Is it part of another package?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Can lsusb be added?