Sponsored Content
Operating Systems Solaris How to avoid seeing various paths to just one LUN? Post 302968917 by fretagi on Wednesday 16th of March 2016 05:03:20 AM
Old 03-16-2016
At the moment I see 26 paths to 13 luns:
Code:
bash-3.2# format
Searching for disks...done

c3t500A09828DE3E799d2: configured with capacity of 199.94GB
c3t500A09828DE3E799d3: configured with capacity of 199.94GB
c3t500A09828DE3E799d4: configured with capacity of 199.94GB
c3t500A09828DE3E799d5: configured with capacity of 199.94GB
c3t500A09828DE3E799d6: configured with capacity of 199.94GB
c3t500A09828DE3E799d7: configured with capacity of 199.94GB
c3t500A09828DE3E799d8: configured with capacity of 199.94GB
c3t500A09828DE3E799d9: configured with capacity of 199.94GB
c3t500A09828DE3E799d10: configured with capacity of 199.94GB
c3t500A09828DE3E799d11: configured with capacity of 199.94GB
c3t500A09828DE3E799d12: configured with capacity of 199.94GB
c3t500A09828DE3E799d13: configured with capacity of 199.94GB
c3t500A09828DE3E799d14: configured with capacity of 199.94GB
c3t500A09829DE3E799d2: configured with capacity of 199.94GB
c3t500A09829DE3E799d3: configured with capacity of 199.94GB
c3t500A09829DE3E799d4: configured with capacity of 199.94GB
c3t500A09829DE3E799d5: configured with capacity of 199.94GB
c3t500A09829DE3E799d6: configured with capacity of 199.94GB
c3t500A09829DE3E799d7: configured with capacity of 199.94GB
c3t500A09829DE3E799d8: configured with capacity of 199.94GB
c3t500A09829DE3E799d9: configured with capacity of 199.94GB
c3t500A09829DE3E799d10: configured with capacity of 199.94GB
c3t500A09829DE3E799d11: configured with capacity of 199.94GB
c3t500A09829DE3E799d12: configured with capacity of 199.94GB
c3t500A09829DE3E799d13: configured with capacity of 199.94GB
c3t500A09829DE3E799d14: configured with capacity of 199.94GB

If I run the stmsboot -D fp -e

Will I see only 13 paths?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

paths

Hi there! People, i'm a new unix user, and i'm having some problems... I'm updating some scripts (korn shell) in different servers. I use telnet to access these servers and emacs to write the scripts. One of them is an HP, and there´s no problem. But the other one is an AIX, and when i call... (1 Reply)
Discussion started by: caiohn
1 Replies

2. UNIX for Dummies Questions & Answers

Paths update

After unpacking a solaris 2.6 package with success, I need to update the paths so I can "see"the new software. The manual shows me what the path should be but I don't have a clue on how to change that. Asking a stupid question makes me look stupid 30 sec. Not asking makes me stupid the rest of my... (5 Replies)
Discussion started by: phpote
5 Replies

3. UNIX for Dummies Questions & Answers

create paths

Hello! If I have file like that: AAA ->bbb ->ccc ->ddd ->eee how to create full paths like: AAA->bbb AAA->ccc->ddd AAA->ccc->eee ? (I'm sorry for mistakes - english is not my native language) :) (4 Replies)
Discussion started by: alias47
4 Replies

4. UNIX for Advanced & Expert Users

Spoofing paths.

There is a program that I am trying to run on a shell account. It depends on another program, which I have also copied to the shell account. Both are in my home directory, yet the first program has a different path hardcoded into it, which I cannot use because of permissions problems. How can I... (3 Replies)
Discussion started by: fahadsadah
3 Replies

5. AIX

Storage paths

Have connected a non-IBM storage device to AIX host via fibre channel. If the storage is rebooted or a raid controller fails over whilst connected to the host, the paths that drop do not come back online when the ports become active again. I have tried enabling dynamic tracking and delayed_fail... (3 Replies)
Discussion started by: Storeman
3 Replies

6. Solaris

I have LUN ID, how to find disk relate to that LUN ID?

I have a list of LUN ID, my task is to find if disk has been added or not. How do I do that? I have been searching the forum and not able to find answer. thanks (4 Replies)
Discussion started by: uuontario
4 Replies

7. What is on Your Mind?

Possible Career Paths

I've read through a couple of forum posts on Career issues but wanted to get some feedback that may be more personalized and whatnot. I am brand new to the world of UNIX and Linux and while I am finding the learning curve rather steep, I find it highly rewarding and am overall enjoying the... (2 Replies)
Discussion started by: huntreilly25
2 Replies

8. Programming

Can't find paths.h

I wasn't sure which forum to post this in. I am trying to compile logsurfer. After I run configure and the make, I get a complaint that paths.h is not found. I see three places where there is a paths.h: /usr/include/pgsql/server/optimizer/paths.h... (3 Replies)
Discussion started by: brownwrap
3 Replies

9. Solaris

Mpathadm showing no paths to 1 lun, others luns are fine

Hi, I've noticed that mpathadm states that one of our luns has no active paths: /dev/rdsk/c6t60000970000298700009533031324333d0s2 Total Path Count: 4 Operational Path Count: 4 /dev/rdsk/c6t60000970000298700009533031333037d0s2 ... (3 Replies)
Discussion started by: badoshi
3 Replies

10. AIX

Changing AIX LUN paths

Hello, Looking for some guidance to changing how an AIX 6.1 server sees its luns. Presently they're connected via 1GB iscsi but I want to change it to 4GB fiber channel. Anyone done this before and if so is it an easy step? I'm thinking this can be done in this order: unmount the... (5 Replies)
Discussion started by: bbbngowc
5 Replies
ldns(3) 						     Library Functions Manual							   ldns(3)

NAME
ldns_buffer_limit, ldns_buffer_set_limit, ldns_buffer_capacity, ldns_buffer_set_capacity, ldns_buffer_reserve, ldns_buffer_at, ldns_buf- fer_begin, ldns_buffer_end, ldns_buffer_current- SYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> size_t ldns_buffer_limit(ldns_buffer *buffer); void ldns_buffer_set_limit(ldns_buffer *buffer, size_t limit); size_t ldns_buffer_capacity(ldns_buffer *buffer); bool ldns_buffer_set_capacity(ldns_buffer *buffer, size_t capacity); bool ldns_buffer_reserve(ldns_buffer *buffer, size_t amount); uint8_t * ldns_buffer_at(const ldns_buffer *buffer, size_t at); uint8_t * ldns_buffer_begin(const ldns_buffer *buffer); uint8_t * ldns_buffer_end(ldns_buffer *buffer); uint8_t * ldns_buffer_current(ldns_buffer *buffer); DESCRIPTION
ldns_buffer_limit() returns the maximum size of the buffer param[in] buffer Returns the size ldns_buffer_set_limit() changes the buffer's limit. If the buffer's position is greater than the new limit the position is set to the limit. buffer: the buffer limit: the new limit ldns_buffer_capacity() returns the number of bytes the buffer can hold. buffer: the buffer Returns the number of bytes ldns_buffer_set_capacity() changes the buffer's capacity. The data is reallocated so any pointers to the data may become invalid. The buffer's limit is set to the buffer's new capacity. buffer: the buffer capacity: the capacity to use Returns whether this failed or succeeded ldns_buffer_reserve() ensures BUFFER can contain at least AMOUNT more bytes. The buffer's capacity is increased if necessary using buf- fer_set_capacity(). The buffer's limit is always set to the (possibly increased) capacity. buffer: the buffer amount: amount to use Returns whether this failed or succeeded ldns_buffer_at() returns a pointer to the data at the indicated position. buffer: the buffer at: position Returns the pointer to the data ldns_buffer_begin() returns a pointer to the beginning of the buffer (the data at position 0). buffer: the buffer Returns the pointer ldns_buffer_end() returns a pointer to the end of the buffer (the data at the buffer's limit). buffer: the buffer Returns the pointer ldns_buffer_current() returns a pointer to the data at the buffer's current position. buffer: the buffer Returns the pointer AUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben. REPORTING BUGS
Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html COPYRIGHT
Copyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
ldns_buffer. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035. REMARKS
This manpage was automaticly generated from the ldns source code by use of Doxygen and some perl. 30 May 2006 ldns(3)
All times are GMT -4. The time now is 05:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy