Page 1 of 1

Gateway as Archive: Need to access FileSystemMgt

Posted: Mon Nov 30, 2009 12:12 pm
by sdavis92
I read in the admin instructions that it is possible to change the default image location. I tried using the instructions to get to FileSystemMgt but recieved an error stating it was unavailable. I have partitioned the HD and would like to store the images on he second (larger) partition. Also, I am curious if I could install a DAS and add that as a second file system for storage as the initial storage fills.

Thank you,
Steve

Re: Gateway as Archive: Need to access FileSystemMgt

Posted: Tue Dec 01, 2009 7:36 pm
by justin
Hi Steve,

If you've already stored images to the existing file system I would recommend just adding a new one and making it the primary. To add a new file system do the following:

1) Log into the JMX console
2) Go to the FileSystemMgt bean
3) Find the addFileSystem method
4) Enter new filesystem data

dirPath = the path of the new directory to store to
aet = The AE title of your system
availability = Set to 'ONLINE'
status = Set to 'RW+'
user info = A description of this filesystem. May be left blank.

5) Press the apply changes button.
6) Restart the OnePacs Gateway service.

Hope this helps.

Justin

Re: Gateway as Archive: Need to access FileSystemMgt

Posted: Thu Dec 03, 2009 1:29 pm
by sdavis92
Thanks Justin.

Re: Gateway as Archive: Need to access FileSystemMgt

Posted: Thu Jun 13, 2013 2:42 pm
by DataTrade
One we add the new location as a file system. How to I change what the default is?

Re: Gateway as Archive: Need to access FileSystemMgt

Posted: Thu Jun 13, 2013 2:49 pm
by jeremy
The instruction are available at the following link.

http://wiki.onepacsforums.com/doku.php? ... irectories

The last steps are relevant for your last question on changing the default.

Now change the status of the default storage directory to only be used as a backup by executing the following steps:
1. Click the return to MBean link
2. Find the updateFileSystemStatus function
3. Enter archive for dirPath
4. Enter RW for status
5. Click Invoke

Regards