This post is more than 5 years old
1 Rookie
•
92 Posts
0
11829
December 12th, 2007 11:00
symmetrix inquiry commands not working
Hi all,
On the aix host most of symcli commands are working like sympd , symdg , symcfg but
About inquiry commands like syminq , syminq ¿sym are not working ..what¿s the problem
Do I need to install inq utitilty for that ..it comes with symcli right????
See here if I type syminq it takes me to next command prompt without giving any result..
server1/root: /usr/symcli/bin > syminq
server1/root: /usr/symcli/bin >
server1/root: /usr/symcli/bin > syminq -sym
server1/root: /usr/symcli/bin >
What¿s the problem..
Thank you,
On the aix host most of symcli commands are working like sympd , symdg , symcfg but
About inquiry commands like syminq , syminq ¿sym are not working ..what¿s the problem
Do I need to install inq utitilty for that ..it comes with symcli right????
See here if I type syminq it takes me to next command prompt without giving any result..
server1/root: /usr/symcli/bin > syminq
server1/root: /usr/symcli/bin >
server1/root: /usr/symcli/bin > syminq -sym
server1/root: /usr/symcli/bin >
What¿s the problem..
Thank you,
No Events found!


emcpro
3 Posts
0
December 13th, 2007 12:00
need Gatekeeper-Devices for the communication between the Host and the
Symmetrix.
If you have no or to few GK's, the SYMCLI will use data-devices
instead. This will cause reservation conflicts.
If you are running loops with symmir/symrdf -g verify, your
loop should include a sleep for a minute or longer. Otherwise you
needs a lot of GK's.
In the SYMAPI options file, you could change the parameter
SYMAPI_WAIT_ON_LOCKED_GK to ENABLE, too.
Don't share GK's. Assign a GK to only one Host-Adapter ! To use two
Host-Adapters for a GK could cause reservation conflicts.
check if there is any devices reserved
with EMC SolutionsEnabler you can check if any Symmetrix devices are
reserved by AIX.
First, I have created and activated the VG 'testvg':
#> lsvg -p testvg
testvg:
PV_NAME PV STATE TOTAL PPs FREE PPs FREE
DISTRIBUTION
hdiskpower0 active 259 259
52..52..51..52..52
hdiskpower1 active 259 259
52..52..51..52..52
With 'symdev -sid XXX -resv list' you are able to see all reservations
in the Symmetrix:
#> symdev -sid 739 -resv list
Symmetrix ID : 000182504739
Device Name Device Reservation
---------------------------- -------------
----------------------------
Physical Sym Config Initiator SA :P Type
---------------------------- -------------
----------------------------
/dev/rhdiskpower0 0006 RDF1+Mir 00 01A:0 Group
/dev/rhdisk7 0006 RDF1+Mir 00 12A:0 Group
/dev/rhdiskpower1 000E RDF1+Mir 00 01A:0 Group
/dev/rhdisk8 000E RDF1+Mir 00 12A:0 Group
When you varyoff the VG the reservations will be cleared by your node:
#> varyoffvg testvg
#> symdev -sid 739 -resv list
Symmetrix ID : 000182504739
No Symmetrix devices were found to have reservations.
(You can use 'sympd -sid XXX -resv' list to check only the hdisks
visible to the node running that command.)
Upgrade the following Microcodes / Firmware to the current Levels:
- Fibre Channel Adapter
- System/Service-Processor
- Switch
- EMC Symmetrix
Regards
pctech321
1 Rookie
•
92 Posts
0
December 13th, 2007 12:00
in mean time if u suggest anything ..your help appreciated
thank you..
pctech321
1 Rookie
•
92 Posts
0
December 13th, 2007 14:00
EMC wants me to run grabutility on host ...mine is production box ..so is there any I/O degradation...i heard because i never run grab utility before ..so without options if i run that utility how much time it will take....is it ok to run..
thank you...
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 13th, 2007 15:00
pctech321
1 Rookie
•
92 Posts
0
December 13th, 2007 16:00
thank you....
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 13th, 2007 19:00
export PATH=$PATH:/usr/symcli/bin
then cp grab to /tmp and run it from there.
xe2sdc
6 Operator
•
2.8K Posts
0
December 14th, 2007 00:00
-r-xr-xr-x 1 root system 0 Dec 12 13:23 syminq
server1/root: /usr/EMC/SYMCLI/V6.0.0/bin > ./syminq
server1/root: /usr/EMC/SYMCLI/V6.0.0/bin >
Unfortunatly something "deleted" your syminq command .. Look at the size of the executable.
Reinstall S.E. and live happy
RRR
6 Operator
•
5.7K Posts
0
December 14th, 2007 00:00
xe2sdc
6 Operator
•
2.8K Posts
0
December 14th, 2007 01:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 14th, 2007 05:00
Unfortunatly something "deleted" your syminq command
.. Look at the size of the executable.
Reinstall S.E. and live happy
good eyes
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 14th, 2007 06:00
xe2sdc
6 Operator
•
2.8K Posts
0
December 14th, 2007 06:00
I usually put /usr/symcli/bin in PATH just to avoid staying in /usr/symcli/bin to issue commands ... Being in a directory allows you to "touch" unwanted files .. and I don't want to touch my beloved executables
xe2sdc
6 Operator
•
2.8K Posts
0
December 14th, 2007 06:00
No .. I ran in a similar problem yesterday .. I lost "symdev" in the same way
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 14th, 2007 07:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 14th, 2007 07:00