Profile

Andrew J. Romero

Fermi National Accelerator Laboratory

Contact Details

Fermi National Accelerator Laboratory

My Content

1 to 20 of 27 total
Posted By Andrew J. Romero 07-28-2023 08:36
Found In Egroup: Network Attached Storage​
\ view thread
Hi Kotireddy Normally, for CIFS-shares, the SMU GUI "Access Configuration" list ( aka  host / ip based access control list ) is empty and all NAS access control decisions for that CIFS-Share are USER  based , not HOST based. If, for example,  you were to add these 2 entries to the "Access Configuration" ...
Posted By Andrew J. Romero 07-11-2023 09:59
Found In Community: Flash Storage​
\ view thread
Hi, My key backup procedure is attached to this message ( on the community web-site ) The procedure is easy and has been tested on an E590 Andy
Posted By Andrew J. Romero 06-27-2023 12:16
Found In Egroup: Network Attached Storage​
\ view thread
Hi Dave Dude, Your still using NDMP,  that is so un-cool ; NDMP is what I used 12 years ago. Today I use the latest AI-Blockchain based CDP NAS backups paid for by a chatGPT coded iphone based sustainable deep-sea crypto mining operation. Just kidding ... I still use NDMP direct to tape. ( you are ...
Posted By Andrew J. Romero 06-27-2023 07:43
Found In Community: Network Attached Storage​
\ view thread
Hi Gary The HNAS does support alternate data streams Here are some basic ADS operations that you can try from the Windows cmd shell # create main file     @echo This is the main part of the file >ADS-Demo.txt # create alternate data stream    @echo This is the alternate part >ADS-Demo.txt:myads.txt # ...
Posted By Andrew J. Romero 06-20-2023 13:02
Found In Egroup: Flash Storage​
\ view thread
Post To Community Forum:  Test Drive of Hitachi RestAPI ################################################################## Goals of my Hitachi RestAPI "Test Drive" ################################################################## - Learn and evaluate the Hitachi SVOS RestAPI ( PF Rest ) that is ...
Posted By Andrew J. Romero 06-19-2023 11:57
Found In Egroup: Network Attached Storage​
\ view thread
Hi  Al,  Hi Patrick Thanks for putting together and posting the document about the auto-barring feature. We have a set of multi-user terminal-servers that are getting clobbered by auto-barring. Auto-barring is itself acting like a DOS attack service.  The common scenario (several times per ...
Posted By Andrew J. Romero 06-15-2023 15:20
Found In Egroup: Network Attached Storage​
\ view thread
> > Thanks, just for discussion sake, > > What will be your guesses, why loop on switch caused, hnas nodes to go reboot. > Based on the AlteraAssertMonitor event, the loop *might* not be the root cause of the reboot. This may have been an FPGA SEU ( single event upset ) .... That said, a network ...
Posted By Andrew J. Romero 06-14-2023 10:42
Found In Egroup: Network Attached Storage​
\ view thread
Hi Shafeeq I'm assuming you have a 2 node cluster. What is the output of these 2 commands event-log-show -u 2 -o |grep -i sev event-log-show -u 1 -o |grep -i sev Andy
Posted By Andrew J. Romero 05-16-2023 16:36
Found In Egroup: Network Attached Storage​
\ view thread
Hi I have the same question. Why is this really needed ? ( security ? , performance ?... maybe some sites have so much bad pw activity that it consumes resources and saps performance ? ) Last month I wasted a day battling a "mystery problem" where all users on an important host ( a large Terminal server ...
Posted By Andrew J. Romero 04-27-2023 08:54
Found In Egroup: General Discussion
\ view thread
Hi I'm creating a DP-VOL using the RestAPI (PF-Rest , built-in to the array) REQUEST: POST base-URL/v1/objects/ldevs REQUEST-BODY: (  "ldevId": 1024,  "poolId": 0,  "byteFormatCapacity": "1T",  "dataReductionMode": "disabled" ) After creating the DP-VOL, which statement is actually  true ...
Posted By Andrew J. Romero 04-27-2023 08:05
Found In Egroup: Network Attached Storage​
\ view thread
I did not know about /var/log/cifs/log.CIFSaccess where did you read about that ?  I don't see that path on my SMU ? There is another current thread related to experimenting with auditing, it may be worthwhile to monitor that thread ------------------------------ Andrew Romero Storage Administrator ...
Posted By Andrew J. Romero 04-27-2023 07:43
Found In Egroup: Network Attached Storage​
\ view thread
Hi On the HNAS FS where you are experimenting with auditing Does the following HNAS CLI command give you any useful plain-text information audit-log-show  FSname ( where FSname is the name of the file-system which you have turned on auditing ) ------------------------------------- On the HNAS FS ...
Posted By Andrew J. Romero 04-25-2023 10:39
Found In Egroup: Network Attached Storage​
\ view thread
Hi Here's another tool On your Windows system run: compmgmt.msc Then select connect to another computer and specify an HNAS EVS / CIFS Serving Name This will show currently connected users and open files Andy >
Posted By Andrew J. Romero 04-25-2023 10:06
Found In Egroup: Network Attached Storage​
\ view thread
> Hi Andrew, I have same question, how to access CIFS share user access log, I need to pull list of users accessing the shares. ----------------- Hi Shafeeq If you need to maintain true historical data, you may need to investigate how to use auditing ( this is a Microsoft "thing" ), the HNAS supports ...
Posted By Andrew J. Romero 04-21-2023 12:41
Found In Community: Hitachi Ops Center​
\ view thread
Hi Darko, You may be able to use query parameters to control the limit of how many items get displayed / returned example: "https://192.0.2.100/ConfigurationManager/v1/objects/ldevs?count=10000&ldevOption=defined" Here I am getting LDEV info,  I set a high count limit and also only display LDEVS that ...
Posted By Andrew J. Romero 04-21-2023 10:55
Found In Egroup: Network Attached Storage​
\ view thread
Hi After you use the connection command with the -s ( summary ) option you can get more detailed info on particular clients by using -v ( verbose ) example: pn 2 connection -v -n SMB1 -i 133.125.72.4 In general, its best not to use the -v option when generating bulk lists (ie without the -i IPaddr ...