Gateway as Archive: Need to access FileSystemMgt

Historical record of a forum that was for discussion of the setup, configuration, and use of OnePacs for research and educational purposes (non-clinical use).

Please direct any support inquiries through the standard OnePacs ticketing and support system.

The "Announcements" forum will continue to be active and contain announcements related to the OnePacs system.
Locked
sdavis92
Posts: 50
Joined: Tue Jan 13, 2009 11:13 am

Gateway as Archive: Need to access FileSystemMgt

Post by sdavis92 » Mon Nov 30, 2009 12:12 pm

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

justin
Posts: 371
Joined: Wed Nov 26, 2008 2:34 pm

Re: Gateway as Archive: Need to access FileSystemMgt

Post by justin » Tue Dec 01, 2009 7:36 pm

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

sdavis92
Posts: 50
Joined: Tue Jan 13, 2009 11:13 am

Re: Gateway as Archive: Need to access FileSystemMgt

Post by sdavis92 » Thu Dec 03, 2009 1:29 pm

Thanks Justin.

DataTrade
Posts: 56
Joined: Tue Feb 28, 2012 8:36 am

Re: Gateway as Archive: Need to access FileSystemMgt

Post by DataTrade » Thu Jun 13, 2013 2:42 pm

One we add the new location as a file system. How to I change what the default is?

jeremy
Posts: 140
Joined: Wed Nov 26, 2008 8:34 am

Re: Gateway as Archive: Need to access FileSystemMgt

Post by jeremy » Thu Jun 13, 2013 2:49 pm

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

Locked