DBA Hub

📋Steps in this guide1/1

get node info using olsnodes

-- List of nodes in the cluster olsnodes

oracle configurationintermediate
by OracleDba
16 views
1

get node info using olsnodes

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
13
-- List of nodes in the cluster
olsnodes
-- Nodes with node number
olsnodes -n
-- Node with vip
olsnodes -i
olsnodes -s -t
-- Leaf or Hub
olsnodes -a
-- Getting private ip details of the local node
olsnodes -l -p
-- Get cluster name
olsnodes -c

Comments (0)

Please to add comments

No comments yet. Be the first to comment!