On my MacPro I have a RocketRaid 2310 card (built around a SiI 3132 chipset) connected to four hard drives in a little rack I made that sits on top of an external power supply with a very quiet fan that cools the drives and itself. I run four SATA power cables to the four drives, and four SATA cables connect them (via a keyhole cut in a PCI card's exterior facing). For 6.5 years this has cheaply and quietly worked for me on this machine which usually has had an up-to-date OS.
When I turn the external power supply on, I usually need to go to the web GUI for the RocketRaid card and tell it to "Rescan." Shortly thereafter, the drives will appear in the GUI or the command line.
Yosemite will not launch the web GUI, which I've always opened via a webloc pointing to http:// localhost: 7402 (I put the two spaces in to keep it from being parsed into a url in this post). Neither Chrome or Safari will do anything with that url. A curious Chrome detail is that Chrome shows the tiny icon associated with the web GUI of HighPoint at the left side of the tab. However, it does not load the page.
I don't use a proxy server, and enabling Google Chrome in SystemPreferences>Security>Firewall>Options made no difference.
Now, in Yosemite, I have Apache 2.4.9, at least according to
I have been reading what Google has offered me, and I have no joy. I used the command to start Apache
I looked at owners and groups for my kext at /Library/Extensions
which is as it should be from some things I read.
At this point I must emphasize my nearly complete ignorance of Apache Web Server. I have a vague idea what it does. I was slightly nervous about even using sudo to start it.
Based on something I read in a RocktRaid pdf about Windows (I know slightly more about Windows than Apache), I looked up
and found an inet IP of 127.0.0.1
So, I tried (without spaces) http:// 127.0.0.1: 7402
Then, I tried the IP of my MacPro (SystemPreferences>Network), in place of 127.0.0.1
Then I tried using the name of the machine, as detailed in (SystemPreferences>Sharing) http:// MacPro: 7402.
Then I tried using http:// MacPro.local: 7402
None of this worked. HighPoint does not offer anything useful. Any suggestions re what will let me run this web GUI software and get these drives to mount? Is there another way to send a firmware command of "rescan" to the hardware? (Haha, if there is, it is probably far too technical for me )![Eek! :eek: :eek:](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
When I turn the external power supply on, I usually need to go to the web GUI for the RocketRaid card and tell it to "Rescan." Shortly thereafter, the drives will appear in the GUI or the command line.
Yosemite will not launch the web GUI, which I've always opened via a webloc pointing to http:// localhost: 7402 (I put the two spaces in to keep it from being parsed into a url in this post). Neither Chrome or Safari will do anything with that url. A curious Chrome detail is that Chrome shows the tiny icon associated with the web GUI of HighPoint at the left side of the tab. However, it does not load the page.
I don't use a proxy server, and enabling Google Chrome in SystemPreferences>Security>Firewall>Options made no difference.
Now, in Yosemite, I have Apache 2.4.9, at least according to
Code:
httpd -v
Code:
sudo apachectl start
I looked at owners and groups for my kext at /Library/Extensions
Code:
drwxr-xr-x 3 root wheel 102 Aug 14 2014 HighPointRR.kext
At this point I must emphasize my nearly complete ignorance of Apache Web Server. I have a vague idea what it does. I was slightly nervous about even using sudo to start it.
Based on something I read in a RocktRaid pdf about Windows (I know slightly more about Windows than Apache), I looked up
Code:
ifconfig
So, I tried (without spaces) http:// 127.0.0.1: 7402
Then, I tried the IP of my MacPro (SystemPreferences>Network), in place of 127.0.0.1
Then I tried using the name of the machine, as detailed in (SystemPreferences>Sharing) http:// MacPro: 7402.
Then I tried using http:// MacPro.local: 7402
None of this worked. HighPoint does not offer anything useful. Any suggestions re what will let me run this web GUI software and get these drives to mount? Is there another way to send a firmware command of "rescan" to the hardware? (Haha, if there is, it is probably far too technical for me )