Sponsored Content
Operating Systems AIX Failing to add new NetApp disk AIX 7.1 - but no error Post 303029626 by bakunin on Tuesday 29th of January 2019 05:41:51 PM
Old 01-29-2019
Quote:
Originally Posted by sid
Thanks for your input - actually I had forgotten about the zoning and the new space *was* coming from a different NetAPP. However my storage guy did *not* forget. Plus, as a troubleshooting step he added a new LUN from a NetAPP that was already connected to the server. No luck. Also got another server (did I mention this earlier) that is in the same zoning-group, same OS levels and it could get a new LUN with no problem. So it really seems isolated to this one server. (Which really just makes no sense to me...)
Well, think of it like that: having found out what was NOT the culprit is a step forward, no? ;-)

First off, i suppose you also have checked that the device the disk is supposed to be attached to is also working - if you have all your other NetApp disks attached to FC adapter A and the new one to adapter B then adapter B might be the problem.

I have no experience with the NetApp drivers but maye something is wrong with the ODM entries concerning the device(s). You may try a rmdev -Rdl on the adapter and then a rediscovery via cfgmgr to rebuild that. Notice that to completely clean the ODM you need to varyoffvg all the volume groups consisting of disks coming from the adapter you are deleting. If they are still online they will hold at least one FC connection (i.e one hdisk device if the driver is multipath enabled) open.

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. AIX

AIX 5.3 errpt full of message: DISK OPERATION ERROR

Hi All, Can anyone explain me the meanning of the following errors: LABEL: SC_DISK_ERR2 IDENTIFIER: B6267342 Description DISK OPERATION ERROR Probable Causes DASD DEVICE Failure Causes DISK DRIVE DISK DRIVE ELECTRONICS Recommended Actions PERFORM PROBLEM DETERMINATION... (1 Reply)
Discussion started by: gianlu
1 Replies

2. UNIX for Dummies Questions & Answers

can not get netapp to mount RPC Not registered error

getting "NFS mount: netapp : RPC: Program not registered" error searched the site but none of the fixes from previous threads are helping (2 Replies)
Discussion started by: calamine
2 Replies

3. Solaris

( VxVM ) How to add the removed disk back to previous disk group

Previously , i remove the disk by #vxdg -g testdg -k rmdisk testdg02 But i got error when i -k adddisk bash-2.03# vxdisk list DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c0t1d0s2 auto:none ... (1 Reply)
Discussion started by: waibabe
1 Replies

4. UNIX for Advanced & Expert Users

Failing to write retrieve script for tape to disk conversion

I have the below script which has been written to retrieve files from tape drive i.e. TSM server. Now i have to write the script using UNIX commands for retrieve operation but I am not able to proceed. The script is: #!/usr/local/bin/expect -f set timeout 1800 set file spawn $env(SHELL)... (0 Replies)
Discussion started by: hrsaurav
0 Replies

5. UNIX for Dummies Questions & Answers

Help!! Failing HP-UX 11 system disk

Firstly, system setup - HP900 K460, 3 internal hard drives that make up the system volume group(vg00) no software mirroring HP-ux version 11.00 2 Nike 20 raid arrays attached, fully populated with 40 4gb hot swap drives(All used in production environment) I have 3 disks that make up my... (0 Replies)
Discussion started by: rees_a
0 Replies

6. UNIX for Dummies Questions & Answers

copy failing disk to Spare

Hi Guys, I have a failing 4gb (c0t5d0) drive that contains lvol4 -8 on hp-ux. It's not the boot disk but is part of VG00 volume group. Within that group, I have a disk (c0t4d0) of the same size that has 1 lvol on it for swap(4gb) I also have a seperate 1.5 gb swap volume on another physical disk... (1 Reply)
Discussion started by: rees_a
1 Replies

7. AIX

FIREFOX Failing in AIX

Hi Guys, I tried running the firefox in AIX 6.1 and got the below error.. -bash-3.00# firefox Could not load program /usr/mozilla/firefox/firefox-bin: Could not load module /usr/mozilla/firefox/libxul.so. Dependent module /usr/lib/libgtk-x11-2.0.a(libgtk-x11-2.0.so.0) could not... (0 Replies)
Discussion started by: kkeng808
0 Replies

8. Shell Programming and Scripting

Error while executing disk space script in AIX

#!/bin/ksh for AIX used=0 mount=${1:-"/mountpoint"} threshold=${2:-80} #message="hello" #SUBJECT="Disk Space Alert" #EMAIL="xyz@abcinc.com" used=`df -k $mount | grep % | awk '{print $5}' | sed 's/%//g'` #echo "Free Space available under \"$mount\" is `expr 100 - $used`%.\n">$message ... (6 Replies)
Discussion started by: rajeshw61
6 Replies

9. AIX

Clone or mirror your AIX OS larger disk to smaller disk ?

hello folks, I have a 300GB ROOTVG volume groups with one filesystem /backup having 200GB allocated space Now, I cannot alt disk clone or mirrorvg this hdisk with another smaller disk. The disk size has to be 300GB; I tried alt disk clone and mirrorvg , it doesn't work. you cannot copy LVs as... (9 Replies)
Discussion started by: filosophizer
9 Replies

10. AIX

SIGTERM failing in AIX

I have 2 AIX 6.1 systems running on PowerPCs - production and .. .everything else. :p . Until the installation of a TLS certificate in an application, some copying of files ("cloning an environment") and upgrading a listener, sending a kill -15 worked on any script/application, so long as we were... (6 Replies)
Discussion started by: Mrucker
6 Replies
bt-adapter(1)							    bluez-tools 						     bt-adapter(1)

NAME
bt-adapter - a bluetooth adapter manager SYNOPSIS
bt-adapter [OPTION...] Help Options: -h, --help Application Options: -l, --list -a, --adapter=<name|mac> -i, --info -d, --discover --set <property> <value> DESCRIPTION
This utility is used to manage Bluetooth adapters. You can list all available adapters, show information about adapter, change adapter properties or discover remote devices. OPTIONS
-h, --help Show help -l, --list List all available adapters -a, --adapter <name|mac> Specify adapter to use by his Name or MAC address (if this option does not defined - default adapter used) -i, --info Show information about adapter (returns all properties) -d, --discover Discover remote devices (with remote device name resolving) --set <property> <value> Change adapter properties (see ADAPTER PROPERTIES section for list of available properties) ADAPTER PROPERTIES
string Address [ro] The Bluetooth adapter address (MAC). string Name [rw] The Bluetooth adapter friendly name. uint32 Class [ro] The Bluetooth class of device. boolean Powered [rw] Switch an adapter on or off. This will also set the appropiate connectable state. boolean Discoverable [rw] Switch an adapter to discoverable or non-discoverable to either make it visible or hide it. If the DiscoverableTimeout is set to a non-zero value then the system will set this value back to false after the timer expired. In case the adapter is switched off, setting this value will fail. boolean Pairable [rw] Switch an adapter to pairable or non-pairable. Note that this property only affects incoming pairing requests. uint32 PaireableTimeout [rw] The pairable timeout in seconds. A value of zero means that the timeout is disabled and it will stay in pareable mode forever. uint32 DiscoverableTimeout [rw] The discoverable timeout in seconds. A value of zero means that the timeout is disabled and it will stay in discoverable/limited mode forever. The default value for the discoverable timeout should be 180 seconds (3 minutes). boolean Discovering [ro] Indicates that a device discovery procedure is active. list UUIDs [ro] List of 128-bit UUIDs that represents the available local services. AUTHOR
Alexander Orlenko <zxteam@gmail.com>. SEE ALSO
bt-agent(1) bt-audio(1) bt-device(1) bt-input(1) bt-monitor(1) bt-network(1) bt-serial(1) 2010-08-16 bt-adapter(1)
All times are GMT -4. The time now is 02:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy