cancel
Showing results for 
Search instead for 
Did you mean: 

how to check veritas command central is installed or not on server

Kumar_Jasti
Level 3
Hi Friends,
can anyone tell me how can we check whether veritas command central is installed or not on the server...?
 
If anyone having installation procedure please share here.................

Thanks in advance.
1 ACCEPTED SOLUTION

Accepted Solutions

RyanJancaitis
Level 4
Employee

For all Managed Hosts (agents):

Windows:

HKEY_LOCAL_MACHINE\SOFTWARE\VERITAS\CommandCentral Storage Server\Path

Solaris
 :

# pkginfo -r VRTSccsta
/opt/VRTSccs

HP-UX :

# /usr/sbin/swlist -v VRTSccsta | grep location
location               /opt/VRTSccs

Linux :

[root@machine root]# rpm -q -i VRTSccsta | grep Relocation
Name        : VRTSccsta                    Relocations: /opt

AIX : AIX does not support package relocation, so all CCS packages are installed directly under /opt. Below is the output on an AIX MH, with the irrelevant dirs removed:

# pwd
/opt
# ls -al
total 24
drwxrwxrwx  16 root     system         4096 Apr 23 16:44 .
drwxr-xr-x  25 root     system         4096 Apr 29 14:55 ..
drwxr-xr-x   5 root     system          256 Apr 23 16:36 VRTS
drwxr-xr-x   4 root     system          256 Apr 23 16:43 VRTSccdam
drwxrwxrwx   4 root     system          256 Apr 23 16:44 VRTSccsta
drwxr-xr-x   8 root     system          256 Apr 23 17:01 VRTShal
drwxr-xr-x   6 root     system          256 Apr 23 16:32 VRTSicsco
drwxr-xr-x   6 root     system          256 Apr 23 16:32 VRTSpbx
drwxr-xr-x   5 root     system          256 Apr 23 16:31 VRTSperl
drwxr-xr-x   6 root     system          256 Apr 23 16:50 VRTSsicls

View solution in original post

2 REPLIES 2

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified
You did not mention your O/S?
On Solaris, the installation folder is /opt/VRTSccs.

Here is the Installation Guide for version 5.1.1:
ftp://ftp.entsupport.symantec.com/pub/support/documentation/cc_install_511.pdf

RyanJancaitis
Level 4
Employee

For all Managed Hosts (agents):

Windows:

HKEY_LOCAL_MACHINE\SOFTWARE\VERITAS\CommandCentral Storage Server\Path

Solaris
 :

# pkginfo -r VRTSccsta
/opt/VRTSccs

HP-UX :

# /usr/sbin/swlist -v VRTSccsta | grep location
location               /opt/VRTSccs

Linux :

[root@machine root]# rpm -q -i VRTSccsta | grep Relocation
Name        : VRTSccsta                    Relocations: /opt

AIX : AIX does not support package relocation, so all CCS packages are installed directly under /opt. Below is the output on an AIX MH, with the irrelevant dirs removed:

# pwd
/opt
# ls -al
total 24
drwxrwxrwx  16 root     system         4096 Apr 23 16:44 .
drwxr-xr-x  25 root     system         4096 Apr 29 14:55 ..
drwxr-xr-x   5 root     system          256 Apr 23 16:36 VRTS
drwxr-xr-x   4 root     system          256 Apr 23 16:43 VRTSccdam
drwxrwxrwx   4 root     system          256 Apr 23 16:44 VRTSccsta
drwxr-xr-x   8 root     system          256 Apr 23 17:01 VRTShal
drwxr-xr-x   6 root     system          256 Apr 23 16:32 VRTSicsco
drwxr-xr-x   6 root     system          256 Apr 23 16:32 VRTSpbx
drwxr-xr-x   5 root     system          256 Apr 23 16:31 VRTSperl
drwxr-xr-x   6 root     system          256 Apr 23 16:50 VRTSsicls