Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Different SUN Hardware in Cluster Post 3760 by witt on Wednesday 11th of July 2001 12:02:27 AM
Old 07-11-2001
danke!

Wittgeinster ...
witt
 

9 More Discussions You Might Find Interesting

1. Solaris

cluster on heterogeneous Hardware

Hi all , Just as simple question . can i run Sun cluster HA or Veritas HA on systems that have different hardware (heterogeneous ) of course same OS and patch level . for example : can a V400 and an E2900 be clustered HA using one of the above softwares . Thanks Cheers (2 Replies)
Discussion started by: ppass
2 Replies

2. 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

3. Solaris

regarding sun solaris hardware

hi :), i am new to this forum and i am in need of some help. one of my friend i having a Sun Ultra 2 UPA/Sbus (UltraSPARC-II 296Mhz) 640 MB ram. i am not sure if that configuration will be helpful to try out some sysadmin commands. this machine has a 21-inch monster monitor, which i think... (5 Replies)
Discussion started by: sudhiroracle
5 Replies

4. Solaris

SUN hardware specifications

Hello Guruz, I am just looking for all the h/w specifications of SUN solairs. It would be gr8 if its in the format of chart. Mainly i am looking for memory capacity and memory slots for all SUN servers in single sheet. Please let me know if some one know any details? Thanks in advance. (3 Replies)
Discussion started by: bullz26
3 Replies

5. Solaris

Sun hardware sizing

Hi, Never worked with Sun, but I have been presented to make a decision about Sun server hardware, since the application which we'll be running is not so popular and you guys might not have idea, for reference I can tell you our competitor is running same application (business volume 10 times... (1 Reply)
Discussion started by: tayyabq8
1 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. Hardware

Sun T3-1 hardware RAID

Hi all I've just received my T3-1. It has 8 disks and I would like to configure RAID1 on the disks. The Sun documentation states that you can either use the OpenBoot PROMP utility called Fcode or you can use software via the Solaris OS. The documentation doesn't make it clear if: 1. The... (6 Replies)
Discussion started by: soliberus
6 Replies

8. Hardware

Where can I get support on old SUN hardware

Oracle has put all SUN hardware related downloads into Oracle Support which not free for an old SUN workstation user. Now I am looking for a new version BIOS for upgrade but nowhere to download. P.S. it is SUN java workstation w1100z I'd APPRECIATE any information if someone could give me... (1 Reply)
Discussion started by: Leland
1 Replies

9. 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
INCATALOGFEED(3)					       MBK UTILITY FUNCTIONS						  INCATALOGFEED(3)

NAME
incatalogfeed - test if cell belongs to the catalog file ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mut.h" int incatalogfeed(figname) char *figname; PARAMETER
figname Name of the cell to be checked DESCRIPTION
incatalogfeed checks a cell represented by its figname beeing present in the catalog file with the 'F' attribut. This means that the cell is a feed through, and does not have a logical equivalent representation while beeing physicaly used. This information is mostly needed by routers, since "logical feed through" has no design meaning. The catalog is the sum of all the catalogs of the cells libraries specified in the MBK_CATA_LIB(1) and MBK_WORK_LIB(1). The catalogs of the MBK_CATA_LIB(1) are the files called CATAL, and the MBK_WORK_LIB(1) is by default CATAL but can be changed to MBK_CATAL_NAME(1). RETURN VALUE
incatalogfeed returns 0 if the cell does not belong to the catalog with the 'F' attribut, a value different from 0 if it does. EXAMPLE
#include "mut.h" char *tell_if_incatalogfeed(name) char *name; { return incatalogfeed(name) ? "Jawohl, mein Herr" : "Nein, danke"; } SEE ALSO
mbk(1), incatalog(3), incatalogdelete(3), incataloggds(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 INCATALOGFEED(3)
All times are GMT -4. The time now is 04:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy