omsfscmds Command Reference
Use the various omsfscmds commands to
        perform basic file system operations, such as mkfs, mount, and umount.
               
Purpose
omsfscmds is a command line utility for administering Oracle Memory Speed (OMS). To use omsfscmds, ensure that the OMS daemon is running.
                  
Example 8-5 omsfscmds for Mounting the File System
Set the $ORACLE SID to the same SID as the daemon and run omsfscmds.
                  
$ $ORACLE_HOME/bin/omsfscmds
OMS> mount /mnt/pmem0/omsuberfile.test /oracle/omsfs_1In this example, the PMEM device /mnt/pmem0/omsuberfile.test is mounted in the Oracle Database path /oracle/omsfs_1.
                  
Parameters
| Command | Description | 
|---|---|
| help | Use the help command to learn more about each command. | 
| mkfspmem_device block_size | Use this command to format a persistent memory (PMEM) device pmem_device with block size block_size. | 
| forcemkfspmem_device block_size | Use this command to format the existing file system and create a new file system with persistent memory (PMEM) device pmem_device with block size block_size. | 
| mountpmem_device mount_path | Use this command to mount a PMEM device pmem_device in the mount path mount_path. | 
| umountmount_path | Use this command to unmount a PMEM device from the mount path mount_path. | 
| lsmount | Use this command to list all mounted file systems. | 
| dfmount_path | Display the amount of disk space available on the file system in the mount_path. | 
| cpsource_filepath dest_filepath | Use this command to copy from the source file store source_filepath to the destination file store dest_filepath. | 
| lsmount_path | Use this command to list all files in the mount path mount_path. | 
| llsmount_path | Use this command to list detailed information about all files in the mount path mount_path. | 
| rmfile_path | Use this command to delete a file in the path file_path. | 
| cddir_path | Use this command to change the current working directory to the path dir_path. | 
| pwd | Use this command to print the current directory. | 
| dumpmodule_option  pmem_device/mount_point/absolute_file_path dump_file_name | Use this command to dump diagnostic information to  Available  pmem_device values can be  mount_point values can be  absolute_file_path value can be  | 
| tracepmem_device trace_option_file | Use this command to enabling tracing for  | 
| daemondaemon_action | Use this command to set the OMS daemon trace level. 
 
 | 
| exit | Exit the  | 
Related Topics
Parent topic: Deploying the Oracle Memory Speed File System