Removing a DST shadow volume simply removes the relationship between the primary and secondary storage area. It does not remove the underlying volumes themselves. The files remain on whichever storage area they are on at the time when you remove the shadow relationship.
Before you remove a shadow volume relationship, make sure that you shift data between the two volumes that make up the shadow volume, according to where you want the data to reside after the DST shadow volume relationship is removed. In order for the data to be shifted to the primary storage area or to the secondary storage area, it is up to you to make that happen.
In Novell Remote Manager for Linux, log in as the root user.
Select , locate the volume in the list, then click the link next to it.
View the volume inventory for the shadow volume to determine the space in use and the available space for both the primary and the secondary areas of the shadow volume. Make sure there is sufficient fee space available in either location for the data that you plan to move to that location.
Use any combination of the following techniques to shift data between the two areas:
Shadow Volume Policies: Run an existing shadow volume policy by using the option in the area of the policy. You can also create a new shadow volume policy that moves specific data, and run the policy by using the and options in the area of the policy.
For information about configuring policies to move data between the primary and secondary areas, see Section 9.0, Managing Policies for Shadow Volumes.
Inventories: Use the detailed inventory reports or customized inventories to move specific files to either area.
For information about using the volume customized inventory options to move data between the primary and secondary areas, see Section 10.5, Generating a Custom Inventory Report.
In Novell Remote Manager for Linux, log in as the root user.
Select to go to the NCP Shares page.
Make sure that you know which NSS volume is being used as the secondary volume so that you can manage it independently later.
On the NCP Shares page, locate the primary NSS volume in the list, then click the icon next to the share name.
On the primary volume’s Share Information page, view the volume information in the .
In the following example, ARCVOL is an NSS volume that is the secondary storage area in the shadow volume.
On the NCP Shares page, locate the primary NSS volume in the list, then click the button next to the share name.
On the Manage Shares page, click the (i) icon next to the volume name of the NSS volume to access the .
On the volume’s Share Information page, select .
When you enable , the data that currently resides on each volume remains where it is, so that the data on the secondary storage area is not shifted back to the primary volume.
The option is deselected by default. When this option is disabled and you click , all of the data that currently resides on the secondary volume is moved back to the primary storage location before the secondary volume is again available as an individual volume. It takes time to move the data back to the primary, depending on how much data there is to move.
IMPORTANT:In the initial release of DST, if you disable the when you remove the shadow volume, a known defect causes the system to hang and the Novell Remote Manager stack to unload. To avoid this problem, make sure you enable the option to keep data where it is.
Click .
After the shadow volume is removed, the page refreshes to report a successful removal.
Select to go to the NCP Shares page, locate the volume that was the primary volume in the list, then click the button next to it.
Verify that the shadow volume was removed by using one of the following methods:
Select to go to the Dynamic Storage Options page. The former primary volume now has an link next to it instead of a link.
Select , then click the icon next to the former primary volume’s name. The field displays n/a (not applicable).
(Optional) Mount the volume that was used as the secondary volume (for example, ARCVOL) as an independent volume.
In the area of the NCP Shares page, click .
In the list, locate the former secondary volume (such as ARCVOL), click , then click .
The volume is mounted automatically, and now appears again in the list on the NCP Shares page.
Open a terminal console, then log in as the root user.
Edit the /etc/opt/novell/ncpserv.conf file to remove the following entry for your volume, then save your changes.
SHADOW_VOLUME shadow_volume_name
Stop and restart the eDirectory ndsd daemon for the changes to take effect by entering
/etc/init.d/ndsd stop
/etc/init.d/ndsd start
Verify that the secondary NSS volume is available for mounting in NCP by checking that there is no longer an EXCLUDE entry for the volume in the /etc/opt/novell/ncp2nss.conf file.
If necessary, edit the /etc/opt/novell/ncp2nss.conf file to remove the following entry for it:
EXCLUDE_VOLUME nss_volumename
An entry is automatically removed from the /etc/opt/novell/ncp2nss.conf file by using Novell Remote Manager for Linux to set the > > > option to Yes for the NSS volume. For instructions, see Section 8.3, Configuring the NCP/NSS Bindings for an NSS Volume.
Restart the NCP/NSS IPC daemon to synchronize the changes you made to the /etc/opt/novell/ncp2nss.conf file.
At the terminal console prompt, enter
/etc/init.d/ncp2nss restart
If ncp2nss restarts successfully, the following messages are displayed in the terminal console:
Shutting down Novell NCP/NSS IPC daemon...
Exited
Starting the Novell NCP/NSS IPC daemon.