Veritas-bu

[Veritas-bu] ACSLS

2009-07-22 12:55:31
Subject: [Veritas-bu] ACSLS
From: "David McMullin" <David.McMullin AT CBC-Companies DOT com>
To: "veritas-bu AT mailman.eng.auburn DOT edu" <veritas-bu AT mailman.eng.auburn DOT edu>
Date: Wed, 22 Jul 2009 12:52:08 -0400
One thing I found that is helpful on our ACSLS is this command:

"cmd_proc_shell" - allows you to run acsls commands in a shell script.


So for example, this will dismount all drives from one LSM ( I have separate 
scripts so I can be particular )

# cat dismount.all.0.ksh
#!/usr/bin/ksh
#
# uses cmd_proc_shell to issue commands to cmd_proc
#
#############################################################

echo "dismounting 0,0,1,0"
/export/home/ACSSS/utils/cmd_proc_shell dismount X 0,0,1,0 force
echo
echo "dismounting 0,0,1,1"
/export/home/ACSSS/utils/cmd_proc_shell dismount X 0,0,1,1 force
echo
echo "dismounting 0,0,1,2"
/export/home/ACSSS/utils/cmd_proc_shell dismount X 0,0,1,2 force
echo
echo "dismounting 0,0,1,3"
/export/home/ACSSS/utils/cmd_proc_shell dismount X 0,0,1,3 force
echo
echo "dismounting 0,0,1,13"
/export/home/ACSSS/utils/cmd_proc_shell dismount X 0,0,1,13 force
echo
echo "dismounting 0,0,1,14"
/export/home/ACSSS/utils/cmd_proc_shell dismount X 0,0,1,14 force
echo
echo "dismounting 0,0,1,15"
/export/home/ACSSS/utils/cmd_proc_shell dismount X 0,0,1,15 force
echo

/export/home/ACSSS/utils/cmd_proc_shell q dr all

################################################################

Our support person was not aware this was possible...

Enjoy!

>Nathan Kippen <nate.kippen AT gmail DOT com>
>Sent by: veritas-bu-bounces AT mailman.eng.auburn DOT edu
>07/20/2009 05:04 PM
>
>To veritas-bu AT mailman.eng.auburn DOT edu
>cc
>
>Subject [Veritas-bu] ACSLS & Vault
>
>
>A couple of question for you ACSLS users:
> 
>1- Do I want the cap door mode automatic or manual?  (What is the difference)
>
>2- I use the Vault option with Netbackup Enterprise.  How does the eject 
>process 
>work with ACSLS?
> 
>3- When I put tapes in the access port, I cannot click on 'Empty access 
>port..." 
>when trying to perform an inventory on the library.  Is the option suppose to 
>be 
>greyed out?
> 
>4- Any other useful informaiton you can think of that I should be aware of when
>using ACSLS with netbackup?  (perhaps something you found out that was helpful 
>in 
>the past).
> 
> 
>TIA

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

<Prev in Thread] Current Thread [Next in Thread>
  • [Veritas-bu] ACSLS, David McMullin <=