NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
garyd9
Sep 04, 2014Virtuoso
"OS6" - a question or three
First, a direct question:
I'm currently running my Pro BE's with 5 or 6 disks using "x-raid2" and "dual redundancy." (RAID6 with the xraid2 expansion scheme.)
I downloaded the manual for one of the new Os6 devices, and it has led me to believe that the new OS no longer supports dual redundancy while using the proprietary "xraid2" expansion scheme. (Page 34 of the software manual states: "If you want to protect your data against the failure of two disks, you must switch to Flex-RAID and select RAID 6. ")
Is this true and accurate?
Second, a more general question:
There doesn't seem to be a post or document that simply describes what has changed between the version 4 software and the new OS6 software. I've seen a couple of threads where people have tried to ask this, but they seem to go unanswered (besides people mentioning that ext3/4 limits are removed with btrfs, and that btrfs supports all kinds of wonderful things that isn't actually supported in the netgear product such as self-healing.)
So, skipping all the marketing hype or netgear add-on stuff such as clouds, genies, and purple smoke in lamps, what does OS6 offer a person or business over the RAIDiator 4 firmware? Please don't include anything that doesn't already exist. (Promises for things that might happen in the future are great, but if they don't ALREADY exist, I have to assume the promises are as empty as the raidiator 4 promise of putting back snapshot resizing.)
Thanks
Gary
I'm currently running my Pro BE's with 5 or 6 disks using "x-raid2" and "dual redundancy." (RAID6 with the xraid2 expansion scheme.)
I downloaded the manual for one of the new Os6 devices, and it has led me to believe that the new OS no longer supports dual redundancy while using the proprietary "xraid2" expansion scheme. (Page 34 of the software manual states: "If you want to protect your data against the failure of two disks, you must switch to Flex-RAID and select RAID 6. ")
Is this true and accurate?
Second, a more general question:
There doesn't seem to be a post or document that simply describes what has changed between the version 4 software and the new OS6 software. I've seen a couple of threads where people have tried to ask this, but they seem to go unanswered (besides people mentioning that ext3/4 limits are removed with btrfs, and that btrfs supports all kinds of wonderful things that isn't actually supported in the netgear product such as self-healing.)
So, skipping all the marketing hype or netgear add-on stuff such as clouds, genies, and purple smoke in lamps, what does OS6 offer a person or business over the RAIDiator 4 firmware? Please don't include anything that doesn't already exist. (Promises for things that might happen in the future are great, but if they don't ALREADY exist, I have to assume the promises are as empty as the raidiator 4 promise of putting back snapshot resizing.)
Thanks
Gary
65 Replies
Replies have been turned off for this discussion
- garyd9Virtuoso
Interesting. Could you do me a favor? Stick the USB drive into the front (or one of the back.. doesn't matter) ports, wait until it's mounted, and run dmesg from ssh. Please let me know which port you plugged into (front, back top, or back bottom) and the lines from dmesg near the bottom that look similar to:mdgm wrote: Backups to USB do work.
I don't have a Pro BE to test on. I assume we haven't mapped the USB ports for legacy devices for backup jobs.
usb 1-2: new high-speed USB device number 5 using ehci_hcd
scsi10 : usb-storage 1-2:1.0
That _should_ tell me what the port number is for the device. If I'm lucky, it'll be 3-1, 3-3 or 3-4 (depending on which connector you use.) Using that, I'm hoping to figure out a way to edit /etc/frontview/backup_jobs.conf to get the backups working on this ProBE...
Thanks
Gary - mdgm-ntgrNETGEAR Employee RetiredHere's what I get with the front port on a 516:
# cat /etc/frontview/backup_jobs.conf
<backupJobs>
<backupJob>
<job_id>001</job_id>
<name>test</name>
<enabled>0</enabled>
<sch_every>24</sch_every>
<sch_start>0</sch_start>
<sch_end>23</sch_end>
<sch_dow>127</sch_dow>
<src_type>share</src_type>
<src_share_proto>Videos</src_share_proto>
<src_share_vol>data</src_share_vol>
<src_path></src_path>
<src_login></src_login>
<src_password></src_password>
<src_port>0</src_port>
<src_eject>0</src_eject>
<dst_type>usb</dst_type>
<dst_share_proto>usb_port_3:1</dst_share_proto>
<dst_share_vol></dst_share_vol>
<dst_path></dst_path>
<dst_login></dst_login>
<dst_password></dst_password>
<dst_port>0</dst_port>
<dst_eject>0</dst_eject>
<opt_full_backup_freq>FIRST_TIME</opt_full_backup_freq>
<opt_remove_previous_backup>0</opt_remove_previous_backup>
<opt_chown_to_share_owner>0</opt_chown_to_share_owner>
<opt_rsync_options>0</opt_rsync_options>
<opt_email_this_to_alert_email>0</opt_email_this_to_alert_email>
<opt_rsync_exclude></opt_rsync_exclude>
<opt_misc_option>0</opt_misc_option>
<wol_addr></wol_addr>
</backupJob>
<backupButtonJobs>
</backupButtonJobs>
</backupJobs> - garyd9VirtuosoI needed the dmesg output from the device (see above for examples of what I need.) I'm trying to see how "usb_port_3:1" in the .conf file is getting translated to an actual usb port in the system. My first impression was to change the .conf file to use usb_port_1:2 (which is the device number in my kernel) but that didn't work... so I might be missing something.
Thanks
Gary - mdgm-ntgrNETGEAR Employee Retired
usb 1-1.1: new high-speed USB device number 3 using ehci_hcd
scsi11 : usb-storage 1-1.1:1.0 - garyd9Virtuosothank you. (No luck... I'm still missing something, I just don't know what yet.)
- mdgm-ntgrNETGEAR Employee RetiredI've got confirmation that we do hard code the paths to the USB ports. We do this for all our current devices.
- mdgm-ntgrNETGEAR Employee RetiredAnother point is that I think backup job details may be in our readynasd database as well so changes simply made to a config file might not stick.
- garyd9VirtuosoIt sounds like this is probably an issue specific to my loading the OS6 on unsupported h/w and NOT an issue I'd see with a real 516? That's good to know. (That's one of the problems with evaluating with a virtual or retrofitted environment.) (I wonder if that unsupported hardware specific issue might magically go away in a figure software update..)
The only leaves the issue of the USB devices becoming shares automatically with liberal permissions. (There are a coupe other things, but they can be worked around.)
By the way, I appreciate you taking the time to walk me through all this, mdgm. I realize that I'm probably a pain in the butt.
Take care
Gary - mdgm-ntgrNETGEAR Employee Retired
garyd9 wrote: It sounds like this is probably an issue specific to my loading the OS6 on unsupported h/w and NOT an issue I'd see with a real 516? That's good to know.
Yes. Not probably. It definitely is.garyd9 wrote:
The only leaves the issue of the USB devices becoming shares automatically with liberal permissions. (There are a coupe other things, but they can be worked around.)
So your settings changes are definitely lost and aren't applied you reconnect the same disk without reformatting?garyd9 wrote:
By the way, I appreciate you taking the time to walk me through all this, mdgm. I realize that I'm probably a pain in the butt.
You're welcome! - garyd9Virtuoso
mdgm wrote:
So your settings changes are definitely lost and aren't applied you reconnect the same disk without reformatting?garyd9 wrote:
The only leaves the issue of the USB devices becoming shares automatically with liberal permissions. (There are a coupe other things, but they can be worked around.)
I'm pretty sure of it. I'll re-validate this evening when I'm physically there (in about 10 or so hours.)
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!