cancel
Showing results for 
Search instead for 
Did you mean: 

Basic MSDP Commands

Fahim_Khan
Level 3
Certified

***Delete/Convert PDDE Files***
cd /usr/openv/pdde/pdconfigure/scripts/installers
-rwxr-xr-x 1 root bin 7481 Jun 15 16:33 PDDE_convert.sh
-rwxr-xr-x 1 root bin 5562 Jun 15 16:33 PDDE_deleteConfig.sh
-rwxr-xr-x 1 root bin 46945 Jun 15 16:33 PDDE_initConfig.sh
-rwxr-xr-x 1 root bin 5839 Jun 15 16:33 PDDE_migrateDB.sh
-------------------
*** Edit PD.Conf file for logging***
cd /usr/openv/lib/ost-plugins
vi pd.conf
# DEBUGLOG = /var/log/puredisk/pdplugin.log
# Debug Log Verbosity Level (0-10, 0=Least, 10=Most)
LOGLEVEL = 0
(UnHash the DEBUGLOG and change the Log level to 10)
-------------------
*** Check Lofs for MSDP after logging enabled***
cd /var/log/puredisk/
-------------------
***Start/Stop PDDE services
/usr/openv/pdde/pdconfigure/pdde stop
/usr/openv/pdde/pdconfigure/pdde start
ps -ef | grep spad
To Kill SPAD if running kill -9 spad
-------------------
***To rename contenrouter.cfg file***
To rename contenrouter.cfg file located in data disk
cd MSDP_DATA/etc/puredisk
mv contentrouter.cfg old.contenrouter.cfg
-------------------
***MSDP Ports Telnet***
telnet IP 10102
telnet IP 10082
-------------------
***To check spoold / spad Test***
/usr/openv/pdde/pdcr/bin/spoold --test
/usr/openv/pdde/pdcr/bin/spad start/stop
-------------------

Regards,

Fahim Khan

4 REPLIES 4

Tape_Archived
Moderator
Moderator
   VIP   

Looks like you wan to post some operating procedures or steps so that other can use.  You can do these under articles - https://vox.veritas.com/t5/Articles/tkb-p/Articles-Backup-and-Recovery instead of posting it in these question forums.

sdo
Moderator
Moderator
Partner    VIP    Certified

To anyone else reading...

...I seriously would not recommend this point/command without talking to official Veritas Support:

"To Kill SPAD if running kill -9 spad"

...which looks like an almost guaranteed way to destroy your MSDP installation.  Try this at home folks, not at work.

 

 

Fahim_Khan
Level 3
Certified
I am not recommending to use kill spad command. Just shared a command of OS which terminates any process when it stucks.Its upon you how you are taking this.=) Keep smiling and keep posted . Thanks

Nicolai
Moderator
Moderator
Partner    VIP   

A kill -1 or -2 should be tried before using -9.

Kill -1 or -2 send a polite message to the process, that the OS really want to quit it's work, where as -9 just terminates the process.