Sponsored Content
Operating Systems AIX Misconfiguration detected Adapter interface name en 3 Adapter offset 0 Post 303035957 by trevian3969 on Monday 10th of June 2019 05:11:33 PM
Old 06-10-2019
RecoveryOne, Hi, and thank you.

How many disks ? 4
The filesystems resides in a storage. This storage is connected to a fiber optic switch, and connected to the server through fiber optic patch cords.
What product used to backup ? mksysb (Dont know if the people that did the bakcup used exlude statements)

Right know, Im using putty and connected to the console port of the server, and working from there. I dont have image in the monitor.

After this part

Code:
WARNING: Cluster his_cluster has been running recovery program '/usr/es/sbin/cluster/events/node_up.rp' for 540 seconds. Please check cluster status.
  WARNING: Cluster his_cluster has been running recovery program '/usr/es/sbin/cluster/events/node_up.rp' for 600 seconds. Please check cluster status.
  WARNING: Cluster his_cluster has been running recovery program '/usr/es/sbin/cluster/events/node_up.rp' for 660 seconds. Please check cluster status.
  WARNING: Cluster his_cluster has been running recovery program '/usr/es/sbin/cluster/events/node_up.rp' for 720 seconds. Please check cluster status.
  WARNING: Cluster his_cluster has been running recovery program '/usr/es/sbin/cluster/events/node_up.rp' for 780 seconds. Please check cluster status.
  WARNING: Cluster his_cluster has been running recovery program '/usr/es/sbin/cluster/events/node_up.rp' for 900 seconds. Please check cluster status.
  WARNING: Cluster his_cluster has been running recovery program '/usr/es/sbin/cluster/events/node_up.rp' for 1020 seconds. Please check cluster status.
  WARNING: Cluster his_cluster has been running recovery program '/usr/es/sbin/cluster/events/node_up.rp' for 1140 seconds. Please check cluster status.

I dont know how to stop it and let the OS continue and do the lspv or lsvg commands

Thanks

Last edited by trevian3969; 06-10-2019 at 06:29 PM.. Reason: Some part is not clear
 

10 More Discussions You Might Find Interesting

1. IP Networking

LAN Adapter

Im newest in unix, Please, give me solution for installing lan adapter if driver not found in the list of ethernet drivers ihave unix driver in a dos diskete please give me the other solution and tell me where the domain of unix class online, so ican read from it. Thank's very much (3 Replies)
Discussion started by: ade_muhdiat
3 Replies

2. Solaris

Which SCSI Adapter?

Hi. I need to find a simple SCSI adapter card for a Sun Ultra 5 workstation. I don't need the type w/ ethernet attached (e.g. X1032) as I already have ethernet onboard & they are more spendy. I know Adaptec is out, but what unit would work? I am attaching an external SCSI tape unit to this... (4 Replies)
Discussion started by: Plain Person
4 Replies

3. Solaris

Creator 3D Video Adapter

Hi everyone, it's me the Solaris novice once again. Here's my situation. - I bought a Sun Ultra 10 Creator 3D Workstation and Sony 19" SVGA Monitor package deal. - The system has the Creator 3D Video Adapter installed but I could not use it because the adapter has a 13w3 connection and my... (5 Replies)
Discussion started by: jbarbuto
5 Replies

4. HP-UX

what is an adapter?

Hi , Hi what is an adapter?what is its use ? How to log into a tibco server from unix home directory. (1 Reply)
Discussion started by: megh
1 Replies

5. UNIX for Dummies Questions & Answers

Simulated driver for Network Interface Adapter

Hi all, I got sort of a task to do. I have to write in C "simulated network driver". What does it mean? - It has to run on all network adapters - It has to be as simple as it can be - It has to run on all linux distributions (or at least most of them) - It does not have to run a network... (4 Replies)
Discussion started by: Chrisdot
4 Replies

6. SCO

Installing LAN adapter

I inserted a PCI Realtek RTL8139 network adapter on a PC running SCO Openserver 5.0.6. I successfully loaded drivers and I'm trying to install the card with netconfig command, unfortunately without success. Here are the steps I follow to install the card: I run netconfig, from menu 'hardware'... (2 Replies)
Discussion started by: kampus
2 Replies

7. Hardware

SCSI Ultra320 80->68 adapter

I need to connect 80pin SCA Ultra320 SCSI hdd to 68pin. There are rumors that some bad "passive" adapters with problematic termination can fry the HDD. The adapter we got is Assmann ABSCA-2. Hard drive is 'Fujitsu MAW3073NC' Do we need to set any jumpers before turning it on? We already had... (0 Replies)
Discussion started by: orange47
0 Replies

8. AIX

Dedicate graphics adapter ?

Hello, Runing VIO and couple lpars on POWER blade. I want to dedicate graphics adapter(ati0) to one lpar. Is that possible ? I tried to do that using IVM (I/O Adapter Management->View/Modify Physical Adapters->Modify partition assignment): Failed to remove adapter U78A6.001.WIH4088-P2-C8... (1 Reply)
Discussion started by: vilius
1 Replies

9. AIX

Vscsi and npiv on same adapter

Hi, I want to change from vscsi to npiv. Is it possible to use both on the same adapter, so we can change the systems one by one, or must we place a second FC adapter in the VIO servers? Thanks, Ronald (2 Replies)
Discussion started by: ronaldm60
2 Replies

10. Red Hat

Ethernet Adapter not detected.

Hi, I have installed Oracle Enterprise Linux 5 in my PC. After the installation the Ethernet Card is not got detected. But I could able to get the details using the command lspci -a: 01:00.0 Ethernet controller: Attansic Technology Corp. L1 Gigabit Ethernet Adapter (rev b0). But I could... (4 Replies)
Discussion started by: chidhu.anu
4 Replies
scds_fm_print_probes(3HA)				 Sun Cluster HA and Data Services				 scds_fm_print_probes(3HA)

NAME
scds_fm_print_probes - print probe debugging information SYNOPSIS
cc [flags...] -I /usr/cluster/include file -L /usr/cluster/lib -l dsdev #include <rgm/libdsdev.h> void scds_fm_print_probes(scds_handle_t handle, int debug_level DESCRIPTION
The scds_fm_print_probes() function writes probe status information, reported with scds_fm_action(3HA), to the system log. This information includes a list of all probe status history maintained by the DSDL and the timestamp associated with the probe status. The DSDL defines the maximum debugging level, SCDS_MAX_DEBUG_LEVEL, as 9. If you specify a debug_level greater than the current debugging level being used, no information is written. PARAMETERS
The following parameters are supported: handle The handle returned from scds_initialize(3HA). debug_level Debugging level at which the data is to be written. It is an integer between 1 and SCDS_MAX_DEBUG_LEVEL, defined as 9 by the DSDL. FILES
/usr/cluster/include/rgm/libdsdev.h Include file /usr/cluster/lib/libdsdev.so Library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscdev | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
scds_fm_action(3HA), scds_initialize(3HA), scds_syslog_debug(3HA), attributes(5) Sun Cluster 3.2 7 Sep 2007 scds_fm_print_probes(3HA)
All times are GMT -4. The time now is 04:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy