Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

luxadm command ? 2

Status
Not open for further replies.

dandan123

Technical User
Sep 9, 2005
505
US
What is the luxadm command used for ?
 
Try [tt]man luxadm[/tt]...
Code:
$ man luxadm

Maintenance Commands                                   luxadm(1M)

NAME
     luxadm - administration program for the Sun Enterprise  Net-
     work Array (SENA), RSM, SPARCstorage Array (SSA) subsystems,
     and individual Fiber Channel Arbitrated Loop (FC_AL) devices

SYNOPSIS
     luxadm [ options ... ]  subcommand  [ options ... ]   enclo-
     sure  [ ,dev ] | pathname ...
 
Could you give some examples of SENA, RSM and SSA ?
 
I don't know, but you could start with a Google search or a search on Sun's web site.

Hope this helps.
 
luxadm is used for internal SUN fibre disks as well as external disk arrays.
 
>> Could you give some examples of SENA,
StorEdge A5200 (end '90ies)

>>RSM and
Sun RSM Array 2000 (???)

>>SSA ?
SPARC Storage Array 1000 (mid 90ies)

luxadm is an utility, which discovers FC devices (luxadm probe), shut downs devives (luxadm shutown_device ...) runs a firmware upgrade (luxadm download_firmware ...) and many other things

Best Regards, Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years in the domain of the OS, Backup and Storage
 
dandan123;

Here are some of the commands I use, also attached stuff for old ssa.

FCAL Disks
luxadm probe (discovers fcal)
luxadm display Enclosure (displays information on fcal box)
luxadm reserve /dev/rdsk/c#t#d#s# (reserves device so it can’t be accessed)
luxadm -e offline /dev/rdsk/c#t#d#s# (takes a device offline)
luxadm -e bus_quiesce /dev/rdsk/c#t#d#s# (quiesce the bus)
luxadm -e bus_unquiesce /dev/rdsk/c#t#d#s# (unquiesce the bus)
luxadm -e online /dev/rdsk/c#t#d#s# (bring the disk device back online)
luxadm release /dev/rdsk/c#t#d#s# (unreserved the device for use)
luxadm remove_device BAD,f2 (removes a device from slot f2 on enclosure BAD)
luxadm insert_device BAD,f2 (hot plug a new device to slot f2 on enclosure BAD)

SSAADM (for old ssa drawers)
ssaadm display c# (displays ssa on controller)
ssaadm display /dev/rdsk/c#t#d#s# (display drive information)
ssaadm start /dev/rdsk/c#t#d#s# (spin up a specific drive)
ssaadm stop /dev/rdsk/c#t#d#s# (spin down a specific drive)
ssaadm start –t 3 c# (spin up all drives in tray 3 on controller )
ssaadm stop –t 3 c# (spin down all drives in tray 3 on controller)
ssaadm start c# (spin up all drives in array)
ssaadm stop c# (stop all drives in array)

Thanks

CA
 
Thanks for your responses especially daFranze and cnd.
 
Franze,

For the Storage Array A5200 wouldn't you be using Raid Manager to control it instead of luxadm ? Or are there certain things you can only do with luxadm ?
 
dandan123;

Raid Manager/RM6 is for A3500/A3500FC or an A1000 not an A5200.

Tha A5000/A5100/A5200 you can use disk suite or Veritas as storage management software but you still need to use luxadm commands to quiesce the bus and then remove_device the drive.

Thanks

CA
 
So does that mean the luxadm command is basically used to shut down a drive for replacement if it's a hot swappable drive ?
 
dandan123;

basically yes.

Also it is an information command about say A5000 which will show what slots are filled, the WWN of each drive and what slots there in, the firmware of the interface boards etc.

Luxadm is also used for firmware update of the A5X00 interface boards.

There are other options to use with the luxadm command I just had picked the basic ones that I use.

If you search google you will find some different uses for luxadm.

Check this link out it may be helpful; also when on the page if you go to the bottom it will bring you to further subcommands;


Thanks

CA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top