Performing the CMS server configuration

Last Updated : Jun 26, 2024 |
Prolog information
This procedure describes the CMS server configuration required to support data extracts to a network mount point.
  1. Run mkdir /CUE_extract_dir to create the network mount point directory.
  2. To mount the NFS server, run the following command on a single line:
    ADDITIONAL INFORMATION: mount -F nfs <network_server_ip_address>:/network_server_mt_pt_dir /CUE_extract_dir
    For example:
    mount -F nfs xxx.xxx.xxx.xxx:/CUE_NFS_dir/CUE_extract_dir
  3. Run cd /CUE_extract_dir to switch to the network server mount point directory.
  4. Run ls -l to list the contents of the network server mount point directory.
  5. Ensure that there is adequate space on the NFS server to extract the CMS upgrade data.
    ADDITIONAL INFORMATION:
    The cvue_extract process shows the space needed for the extracted data after all the extract information is collected. If there is insufficient space, the amount of available space and required space are displayed.
  6. To unmount a network server mount point directory, run the unmount /CUE_extract_dir command.