Sponsored Content
Full Discussion: Sun xVM Ops Center 1.1
Operating Systems Solaris Sun xVM Ops Center 1.1 Post 302303855 by pgarousi on Friday 3rd of April 2009 04:52:14 PM
Old 04-03-2009
Sun xVM Ops Center

Hi,

> I have 180 Solaris 7, 8 and 9 servers to patch and am looking at using xVM
> Ops Center. Has anyone here had any experience with it?

Yes, we have used xVM Ops Center and it's great for patching and provisioning. The xVM Ops Center 2.0 is out now which is a much better version. You should take a look at it.

I don't think xVM Ops Center supports patching for Solaris 7 since Solaris 7 is not supported by Sun anymore. You can use xVM Ops Center to patch the following:

* x86 systems: Solaris 10
* SPARC systems: Solaris 8, 9, and 10

Just to let you know, we at Halcyon Monitoring Solutions have an integration solution with xVM Ops Center 2.0 that will forward notifications to the framework of your choice (Tivoli, HP Openview, BMC Enterprise Manager, etc.). Since out of the box, xVM Ops Center does not have a tool for forwarding notifications. You can take a look at the following link if you are interested in this integration solution:
Neuron Integration for Sun xVM Ops Center

Pegah Garousi

Last edited by pgarousi; 04-09-2009 at 03:16 PM.. Reason: forum compliant
 

We Also Found This Discussion For You

1. Solaris

Sun Ops Center

Hi, Can anyone share the link to download sun ops centre i have sun partner account, but i unable find the link Thanks RJS (3 Replies)
Discussion started by: rajasekg
3 Replies
ldd(1)							      General Commands Manual							    ldd(1)

NAME
ldd - List dynamic dependencies of executable files or shared objects SYNOPSIS
ldd [-rdV] filename OPTIONS
Prints warnings for any unresolved data symbol references that would occur as a result of filename being executed. (Checks references to only data objects, not functions.) Prints warnings for any unresolved symbol references that would occur as a result of filename being executed. (Checks references to both data objects and functions.) Displays the version of the ldd command. DESCRIPTION
The ldd command lists the dynamic dependencies of an executable file or shared object: If filename is an executable file, ldd lists the pathnames of all shared objects that would be loaded as a result of executing filename. If filename is a shared object, ldd lists the pathnames of all shared objects that would be loaded as a result of loading filename. The ldd command expects shared objects to have exe- cute permission, and if this is not the case, it will issue a warning before attempting to process the file. NOTES
The ldd command does not list shared objects explicitly attached by using dlopen(). The ldd command prints the record of shared object pathnames to stdout. The optional list of symbol resolution problems are printed to stderr. EXIT STATUS
If filename is not an executable file or a shared object, a non-zero exit status is returned. EXAMPLES
The following command lists the static dependencies of libXm.so: ldd /usr/shlib/libXm.so The following command lists the static dependen- cies of libXm.so as well as any unresolved symbol in libXm.so or any of its dependents: ldd -r /usr/shlib/libXm.so SEE ALSO
loader(5) ldd(1)
All times are GMT -4. The time now is 11:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy