Hi,
I want to count number of mountpoints appear in the table.
As below sample table,
- Different mountpoints will appear, based on number of server using it. As you can see, the mountpoints will have repeating name based on number of server using it.
- The Count_Mountpoints will calculate number of total Mountpoints appear in the list.
Mountpoints Usedby Count_Mountpoints
/a/ins2 server1 2
/a/ins2 server2 2
/a/ins1 server3 1
/b/ins2 server3 1
/b/ins1 server4 1
I only managed to get number of TOTAL mountpoints.... but by individual's mountpoint total count... help plzzzz
I want to count number of mountpoints appear in the table.
As below sample table,
- Different mountpoints will appear, based on number of server using it. As you can see, the mountpoints will have repeating name based on number of server using it.
- The Count_Mountpoints will calculate number of total Mountpoints appear in the list.
Mountpoints Usedby Count_Mountpoints
/a/ins2 server1 2
/a/ins2 server2 2
/a/ins1 server3 1
/b/ins2 server3 1
/b/ins1 server4 1
I only managed to get number of TOTAL mountpoints.... but by individual's mountpoint total count... help plzzzz
Last edited: