Sponsored Content
Full Discussion: Cluster
Operating Systems Solaris Cluster Post 302873231 by DukeNuke2 on Monday 11th of November 2013 11:22:48 AM
Old 11-11-2013
There are commands... But the syntax is depending on the version of the installed cluster software. So you need to check the documentation to find the commands you need.

An appendix about commands on cluster 3.2 is here:
http://docs.oracle.com/cd/E19787-01/...mam/index.html

But there are newer versions like 3.3 and 4.0 and also older versions which use completly different commands. I recommend to use the Oracle Explorer (a tool to gather information about your system) and "grep" the information you need from the output of this tool. This is a lot easier than to write a script...
 

9 More Discussions You Might Find Interesting

1. Linux

Cluster?

hey we doing a clean up here at work and throwing out all the old PC's. Not the best like 300Mhz or around there they are. I've grab a few since I would like to teach myself how to cluster! Only one thing. I got no idea where to start. I know do a search on google etc. But I was wondering... (3 Replies)
Discussion started by: woofie
3 Replies

2. AIX

cluster

Hi All I have two Pseries servers with AIX 5L as operating systems. HACMP cluster was there. For some reasons I have to change IP addresses of Servers. So How could I do it? Ajay (2 Replies)
Discussion started by: ajay234
2 Replies

3. High Performance Computing

Building a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris

Provides a description of how to set up a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris. More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

4. High Performance Computing

SUN Cluster Vs Veritas Cluster

Dear All, Can anyone explain about Pros and Cons of SUN and Veritas Cluster ? Any comparison chart is highly appreciated. Regards, RAA (4 Replies)
Discussion started by: RAA
4 Replies

5. High Performance Computing

cluster

Hi everyone, I need to implement a cluster solution and i have no idea how to do it, we have 10 servers with quad core and high computation is our goal, please any documentation would be appreciated and also i am thinking of getting a HPC software from to redhat to implement it, i need your... (2 Replies)
Discussion started by: bensen
2 Replies

6. Solaris

Sun cluster and Veritas cluster question.

Yesterday my customer told me to expect a vcs upgrade to happen in the future. He also plans to stop using HDS and move to EMC. Am thinking how to migrate to sun cluster setup instead. My plan as follows leave the existing vcs intact as a fallback plan. Then install and build suncluster on... (5 Replies)
Discussion started by: sparcguy
5 Replies

7. UNIX for Dummies Questions & Answers

what is cluster ?

Hi friends pls give be a brief definition about clusters , i heard abt it its a server isnt any one have idea abt it how to form a cluster ? whts the configuration need for comning a cluster ? wht os they used in it ? How many servers can installed in a cluster ? give me full detailes abt... (1 Reply)
Discussion started by: babinlonston
1 Replies

8. Solaris

Sun cluster 4.0 - zone cluster failover doubt

Hello experts - I am planning to install a Sun cluster 4.0 zone cluster fail-over. few basic doubts. (1) Where should i install the cluster s/w binaries ?. ( global zone or the container zone where i am planning to install the zone fail-over) (2) Or should i perform the installation on... (0 Replies)
Discussion started by: NVA
0 Replies

9. Solaris

Cluster

I have two servers which are working active active (cluster). my problem is : When I put the following command :hastat -a to know the active node I have this message:"could not detect active node" NB:the version of my solaris is 10 8/07 s10x_u4wos_12h x86 How to solve this problem ... (0 Replies)
Discussion started by: zineb06
0 Replies
URI::URL(3)						User Contributed Perl Documentation					       URI::URL(3)

NAME
URI::URL - Uniform Resource Locators SYNOPSIS
$u1 = URI::URL->new($str, $base); $u2 = $u1->abs; DESCRIPTION
This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class interface: o The URI::URL module exports the url() function as an alternate constructor interface. o The constructor takes an optional $base argument. The "URI::URL" class is a subclass of "URI::WithBase". o The URI::URL->newlocal class method is the same as URI::file->new_abs. o URI::URL::strict(1) o $url->print_on method o $url->crack method o $url->full_path: same as ($uri->abs_path || "/") o $url->netloc: same as $uri->authority o $url->epath, $url->equery: same as $uri->path, $uri->query o $url->path and $url->query pass unescaped strings. o $url->path_components: same as $uri->path_segments (if you don't consider path segment parameters) o $url->params and $url->eparams methods o $url->base method. See URI::WithBase. o $url->abs and $url->rel have an optional $base argument. See URI::WithBase. o $url->frag: same as $uri->fragment o $url->keywords: same as $uri->query_keywords o $url->localpath and friends map to $uri->file. o $url->address and $url->encoded822addr: same as $uri->to for mailto URI o $url->groupart method for news URI o $url->article: same as $uri->message SEE ALSO
URI, URI::WithBase COPYRIGHT
Copyright 1998-2000 Gisle Aas. perl v5.12.1 2008-04-04 URI::URL(3)
All times are GMT -4. The time now is 04:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy