Veritas NetBackup™ Deduplication Guide
- Introducing the NetBackup media server deduplication option
- Planning your deployment
- About MSDP storage and connectivity requirements
- About NetBackup media server deduplication
- About NetBackup Client Direct deduplication
- About MSDP remote office client deduplication
- About MSDP performance
- MSDP deployment best practices
- Provisioning the storage
- Licensing deduplication
- Configuring deduplication
- Configuring the Deduplication Multi-Threaded Agent behavior
- Configuring the MSDP fingerprint cache behavior
- Configuring MSDP fingerprint cache seeding on the storage server
- Configuring a storage server for a Media Server Deduplication Pool
- Configuring a disk pool for deduplication
- Configuring a Media Server Deduplication Pool storage unit
- About MSDP optimized duplication within the same domain
- Configuring MSDP optimized duplication within the same NetBackup domain
- Configuring MSDP replication to a different NetBackup domain
- Creating a storage lifecycle policy
- Resilient Network properties
- Editing the MSDP pd.conf file
- About protecting the MSDP catalog
- Configuring an MSDP catalog backup
- Configuring deduplication to the cloud with NetBackup CloudCatalyst
- Using NetBackup CloudCatalyst to upload deduplicated data to the cloud
- Configuring a CloudCatalyst storage server for deduplication to the cloud
- Monitoring deduplication activity
- Managing deduplication
- Managing MSDP servers
- Managing NetBackup Deduplication Engine credentials
- Managing Media Server Deduplication Pools
- Changing a Media Server Deduplication Pool properties
- Configuring MSDP data integrity checking behavior
- About MSDP storage rebasing
- Managing MSDP servers
- Recovering MSDP
- Replacing MSDP hosts
- Uninstalling MSDP
- Deduplication architecture
- Troubleshooting
- About unified logging
- About legacy logging
- Troubleshooting MSDP installation issues
- Troubleshooting MSDP configuration issues
- Troubleshooting MSDP operational issues
- Troubleshooting CloudCatalyst issues
- CloudCatalyst logs
- Problems encountered while using the Cloud Storage Server Configuration Wizard
- Disk pool problems
- Problems during cloud storage server configuration
- CloudCatalyst troubleshooting tools
- Appendix A. Migrating to MSDP storage
Restarting the vxesfsd process
To restart the Veritas NetBackup Extendable Storage File System Service (vxesfsd), the process must first be stopped.
Before stopping vxesfsd, make sure that no processes are using vxesfsd, including the current working directory of any user.
The NetBackup Deduplication Manager (spad) and the NetBackup Deduplication Engine (spoold) use vxesfsd, so they need to be stopped if either is running.
Before starting vxesfsd, make sure that no data exists in the mount point. If data exists in the mount point, vxesfsd fails to restart.
The following methods assume that no jobs are running.
Using the Activity Monitor to stop the processes specific to vxesfsd
- In the NetBackup Administration Console, click Activity Monitor.
- On the Daemons tab, select the spoold.
- On the Actions menu, select Stop Daemon.
- Stop spad.
- Stop vxesfsd.
Using the Activity Monitor to start the processes specific to vxesfsd
- In the NetBackup Administration Console, click Activity Monitor.
- On the Daemons tab, select vxesfsd.
- On the Actions menu, select Start Daemon.
- Start spoold.
- Start spad.
To stop and start processes that are specific to vxesfsd (and to avoid stopping all NetBackup processes), run:
/usr/openv/netbackup/bin/nbsvcmon -terminate /usr/openv/pdde/pdconfigure/pdde stop /usr/openv/netbackup/bin/vxesfsd stop
To start these processes:
To stop and start all processes, run the following command on the CloudCatalyst storage server:
/etc/init.d/NetBackup stop /etc/init.d/NetBackup start