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
Gateway as Archive: Need to access FileSystemMgt
Re: Gateway as Archive: Need to access FileSystemMgt
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
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
Thanks Justin.
Re: Gateway as Archive: Need to access FileSystemMgt
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
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
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