close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 7, 2009, 1:26:26 AM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v23
|
v24
|
|
208 | 208 | }}} |
209 | 209 | |
| 210 | |
| 211 | == 3Ware RAID monitor == |
| 212 | As root: |
| 213 | {{{ |
| 214 | cd /usr/local/bin/ |
| 215 | scp -P 2240 hank@dev.silverfilecorp.com:/usr/svn/sfexport/third_party/3ware_twcli/tw_cli tw_cli |
| 216 | chmod 755 tw_cli |
| 217 | }}} |
| 218 | |
210 | 219 | == Permissions on /FILES/ == |
211 | 220 | AS root: |
… |
… |
|
225 | 234 | find /FILES -type d -exec chmod 770 {} \; |
226 | 235 | find /FILES -type d -exec chmod 550 {} \; |
227 | | |
228 | | |
229 | 236 | }}} |
230 | 237 | |