Sponsored Content
Full Discussion: Confuse to run scsimgr
Operating Systems HP-UX Confuse to run scsimgr Post 302674571 by Peasant on Friday 20th of July 2012 04:23:08 AM
Old 07-20-2012
Those are legacy HW paths, that's why scsimgr complains..

Use
Code:
ioscan -fknN|grep lunpath

From that output, you can pass third column to scsimgr get_info -H HWPATH FROM IOSCAN
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Solaris Linux Windows partition confuse

Dear All I tried to follow the instruction in this link: http://multiboot.solaris-x86.org/v/2.html I created all these partitions as mentioned in the link above by using partition commander 9 Fist stage: I installed XP in first partition (hda1)....success. Second stage: Install... (0 Replies)
Discussion started by: zillah
0 Replies

2. UNIX for Dummies Questions & Answers

Confuse on how to use array and eval..

Hi, Can anyone advise me on how to use array on Bash? I am really confuse in how eval is link to array... What i wan to do is let say i have an index of an array of 50. Store either 'N' or 'Y' or "NA" in each index. how to i go about doing it.. then lastly how to i print all the values out in... (2 Replies)
Discussion started by: Kinki
2 Replies

3. UNIX for Advanced & Expert Users

script to run different shells which run different processes

Hi, Would like to ask the experts if anyone knows how to run a script like this: dtterm -title shell1 run process1 on shell1 dtterm -title shell2 run process2 on shell2 cheers! p/s: sorry if i used the wrong forum, quite concussed after watching world cup for several nights; but I... (2 Replies)
Discussion started by: mochi
2 Replies

4. AIX

My script didn't run every run every minute at cronjob

In my cronjob, I would like to schedule my script.sh to run every minutes. I crontab -e and have in line below but it didn't seems to run at all. * * * * * script.sh When I run it manually, I can run it. Is that anything wrong with the above line? If I change it to something like below,... (4 Replies)
Discussion started by: ngaisteve1
4 Replies

5. Shell Programming and Scripting

how to run an already made script run against a list of ip addresses solaris 8 question

how to run an already developed script run against a list of ip addresses solaris 8 question. the script goes away and check traffic information, for example check_GE-VLANStats-P3 1.1.1.1 and returns the results ok. how do I run this against an ip list? i.e a list of 30 ip addresses (26 Replies)
Discussion started by: llcooljatt
26 Replies

6. Shell Programming and Scripting

Who -u gives different output if run from cron than if run from terminal?

If I run 'who -u' interactively or from a script invoked through bash in a tty on my Ubuntu 12LTS box I get an output like this: testuser pts/0 Dec 9 02:32 . 2163 (host.xx.yy) running the same through cron I get: testuser pts/0 2012-12-09 02:32 00:05 2163... (2 Replies)
Discussion started by: latimer
2 Replies

7. Shell Programming and Scripting

Script fails to run properly when run from CRONTAB

Hello all, I'm trying to write a script to gather and send data and it works just fine at the bash command line, but when executing from CRON, it does not run properly. My scripting skills are pretty limited and there's probably a better way, but as I said it works at the command line, but... (12 Replies)
Discussion started by: rusman
12 Replies

8. UNIX for Dummies Questions & Answers

Scripts can be run manually but couldn't run with cronjobs

I am from MQ/MB technology. My requirement is to display the queue manger and broker status on daily basis. If I manually run the script, it works fine and displays output. But when I have scheduled the same using cronjobs it shows only the queue manger status and not the broker status. Can... (3 Replies)
Discussion started by: Anusha M
3 Replies

9. Shell Programming and Scripting

Shell script run in a case statement call to run a php file, also Perl

Linux System having all Perl, Python, PHP (and Ruby) installed From a Shell script, can call a Perl, Python, PHP (or Ruby ?) file eg eg a Shell script run in a case statement call to run a php file, also Perl or/and Python file??? Like #!/usr/bin/bash .... .... case $INPUT_STRING... (1 Reply)
Discussion started by: hoyanet
1 Replies
scsimgr(8)						      System Manager's Manual							scsimgr(8)

NAME
scsimgr - manage SCSI devices and device databases SYNOPSIS
/sbin/scsimgr -option [operands...] OPTIONS
The Update Options Use the following options to update device special files and the databases: Request that the kernel scan all SCSI buses for devices. If there have been device changes on any of the buses, the on-disk database and device special files are updated to reflect the changes. Note The scan_all command should be used with caution. On systems with a large number of SCSI buses, the -scan_all option can take a long time to run and can affect the performance of other processes accessing SCSI devices. Request that the kernel scan the speci- fied bus for devices. If there have been device changes on the bus, the device special files are updated to reflect the changes. Request that the kernel scan the specified bus for a specific device. If there has been a change to the attributes of that device, the device special file for the device is updated to reflect the changes. Synchronizes the information in the device special files and the kernel in-memory database. OPERANDS
The following operands are used in many of the command options. Other operands are unique to individual options and are defined with them. The number of a bus. The number must be 0 or larger. The number of a target device. The range of the number is 0 to 15. DESCRIPTION
Note See the hwmgr(8) and dsfmgr(8) reference pages for information on utilities that supersede the scsimgr utility. The scsimgr utility automatically makes device special files for new devices. The scan options stop updating the device special files for a device when they encounter an error. EXIT STATUS
The following is the exit status when the command runs from a program: Success. Failure. FILES
Executable image. System configuration options. Contains an entry to define /scsimgr utility to boot process. SEE ALSO
Commands: hwmgr(8), init(8), MAKEDEV(8) Files: sysconfigtab(4) SCSI-2, SMALL COMPUTER SYSTEM INTERFACE - 2 (X3.131-1994) scsimgr(8)
All times are GMT -4. The time now is 03:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy