I'm trying to study HP-UX by myself. Now I'm reading some stuffs about how to get information about lunpath, lun and etc..
My problem is when I execute scsimgr like this:
Has something changed in HP-UX to run scsimgr?
Thanks.
Last edited by Scott; 07-19-2012 at 10:41 AM..
Reason: Code tags
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)
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)
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)
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)
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)
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)
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)
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)
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
LEARN ABOUT HPUX
scsimgr_fcd
scsimgr_fcd(7) Miscellaneous Information Manual scsimgr_fcd(7)NAME
scsimgr_fcd - Fibre Channel interface driver fcd plug-in for scsimgr
DESCRIPTION
The Fibre Channel interface driver plug-in for implements management operations specific to fibre channel HBA controllers bound to driver
is the native HP-UX Fibre Channel interface driver that manages fibre channel devices.
The plug-in handles the following operations for driver
o Get, set and save per driver instance attributes.
Commands
The user can explicitly send the following commands to the driver plug-in by specifying the instance#> HBA controller hardware path>
instance#> option:
Displays information on attributes.
Saves value of attributes in a persistent store.
Sets values of attributes.
Refer to scsimgr(1M) for the syntax of these commands.
automatically invokes the plug-in to perform the driver specific part of the operation when the operation applies to per driver instances.
Attributes
The following table lists driver specific attributes. For details on the concept of attributes refer to scsimgr(1M).
Note: The following conventions are used:
o RO is Read Only.
o RW is Read Write.
o string is an array of characters.
---------------------------------------------------------------------
Object Attribute Name RO/RW Type Description
---------------------------------------------------------------------
Controller sym_port_name RW string Symbolic Port Name for
fibre channel HBA con-
troller
Default: <host-
name>_fcd<instance#>
---------------------------------------------------------------------
sym_node_name RW string Symbolic Node Name for
fibre channel HBA con-
troller
Default: <hostname>_HP-
UX_<os release version>
---------------------------------------------------------------------
EXAMPLES
Display all attributes for HBA controller with DSF /dev/fcd1:
Get HBA controller symbolic port name for DSF /dev/fcd1:
Get HBA controller symbolic node name for hardware path 0/2/1/0:
Set HBA controller symbolic port name for DSF /dev/fcd1 to fcd1_port:
Set HBA controller symbolic node name for class fc and instance 8 to fcd1_node:
Save HBA controller symbolic port name for DSF /dev/fcd1 as fcd1_port:
Save HBA controller symbolic node name for hardware path 0/2/1/0 as fcd1_node:
AUTHOR
Fibre Channel interface driver plug-in for was developed by HP.
SEE ALSO scsimgr(1M), intro(7).
scsimgr_fcd(7)